diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-09-01 11:59:34 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-09-01 11:59:34 +0200 |
commit | 6e66dbcf71553cb6b6b29b429f0dc4b9eeef11fe (patch) | |
tree | 022d7b573b32610cdcd52779c6827e9bc2a151a0 | |
parent | 379ab6beb494f3a9a83c609b5a26fd35c3a6b7cc (diff) |
php-pecl-gnupg: 1.4.0 (stable)
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-gnupg.spec | 11 |
2 files changed, 10 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #85 gnupg version 1.4.0RC2 ] { +Extension [ <persistent> extension #86 gnupg version 1.4.0 ] { - Constants [25] { Constant [ integer GNUPG_SIG_MODE_NORMAL ] { 0 } diff --git a/php-pecl-gnupg.spec b/php-pecl-gnupg.spec index 90467ba..30505a7 100644 --- a/php-pecl-gnupg.spec +++ b/php-pecl-gnupg.spec @@ -23,12 +23,12 @@ %else %global ini_name 40-%{pecl_name}.ini %endif -%global prever RC2 +#global prever RC2 Summary: Wrapper around the gpgme library Name: %{?sub_prefix}php-pecl-gnupg Version: 1.4.0 -Release: 0.3.%{prever}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: BSD Group: Development/Languages @@ -198,7 +198,11 @@ fi %check +%if 0%{?fedora} >= 24 +sed -e '/GnuPG v1/d' \ +%else sed -e 's:GnuPG v1.%d.%d (GNU/Linux):GnuPG v%s:' \ +%endif -i ?TS/tests/gnupg_*_export.phpt %if 0%{?rhel} == 5 @@ -260,6 +264,9 @@ NO_INTERACTION=1 \ %changelog +* Thu Sep 1 2016 Remi Collet <remi@fedoraproject.org> - 1.4.0-1 +- update to 1.4.0 (stable) + * Mon Jul 25 2016 Remi Collet <remi@fedoraproject.org> - 1.4.0-0.3.RC2 - update to 1.4.0RC2 (beta) |