From 6e66dbcf71553cb6b6b29b429f0dc4b9eeef11fe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Sep 2016 11:59:34 +0200 Subject: php-pecl-gnupg: 1.4.0 (stable) --- REFLECTION | 2 +- php-pecl-gnupg.spec | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/REFLECTION b/REFLECTION index e9cc34a..970733d 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #85 gnupg version 1.4.0RC2 ] { +Extension [ 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 - 1.4.0-1 +- update to 1.4.0 (stable) + * Mon Jul 25 2016 Remi Collet - 1.4.0-0.3.RC2 - update to 1.4.0RC2 (beta) -- cgit