diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-09-14 20:41:16 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-09-14 20:41:16 +0200 | 
| commit | 485f199b59899df1696ff13322eb9c41671647d0 (patch) | |
| tree | 6dc252ff2df6dd05fe4a24b2b6228caf5f5b64b8 | |
| parent | 6e66dbcf71553cb6b6b29b429f0dc4b9eeef11fe (diff) | |
PHP 7.1.0RC2 (SCL) + extension mass rebuild
| -rw-r--r-- | php-pecl-gnupg.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-gnupg.spec b/php-pecl-gnupg.spec index 30505a7..1ad828f 100644 --- a/php-pecl-gnupg.spec +++ b/php-pecl-gnupg.spec @@ -28,7 +28,7 @@  Summary:      Wrapper around the gpgme library  Name:         %{?sub_prefix}php-pecl-gnupg  Version:      1.4.0 -Release:      1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release:      2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}  License:      BSD  Group:        Development/Languages @@ -198,7 +198,7 @@ fi  %check -%if 0%{?fedora} >= 24 +%if 0%{?fedora} >= 23  sed -e '/GnuPG v1/d' \  %else  sed -e 's:GnuPG v1.%d.%d (GNU/Linux):GnuPG v%s:' \ @@ -264,6 +264,9 @@ NO_INTERACTION=1 \  %changelog +* Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 1.4.0-2 +- rebuild for PHP 7.1 new API version +  * Thu Sep  1 2016 Remi Collet <remi@fedoraproject.org> - 1.4.0-1  - update to 1.4.0 (stable)  | 
