From 94729412985f2f631f6fc3b7a9370363d077f1c2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Aug 2019 15:50:22 +0200 Subject: v1.2.3 --- php-google-recaptcha.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-google-recaptcha.spec b/php-google-recaptcha.spec index d84c514..95e7b41 100644 --- a/php-google-recaptcha.spec +++ b/php-google-recaptcha.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit c4a17d6af648d4f3814430cd103cba50b75b571c +%global gh_commit 98c4a6573b27e8b0990ea8789c74ea378795134c %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner google %global gh_project recaptcha @@ -14,7 +14,7 @@ %global psr0 ReCaptcha Name: php-%{gh_owner}-%{gh_project} -Version: 1.2.2 +Version: 1.2.3 Release: 1%{?dist} Summary: reCAPTCHA PHP client library @@ -122,6 +122,9 @@ exit $ret %changelog +* Mon Aug 19 2019 Remi Collet - 1.2.3-1 +- update to 1.2.3 + * Wed Jun 19 2019 Remi Collet - 1.2.2-1 - update to 1.2.2 -- cgit