From 485f199b59899df1696ff13322eb9c41671647d0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Sep 2016 20:41:16 +0200 Subject: PHP 7.1.0RC2 (SCL) + extension mass rebuild --- php-pecl-gnupg.spec | 7 +++++-- 1 file 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 - 1.4.0-2 +- rebuild for PHP 7.1 new API version + * Thu Sep 1 2016 Remi Collet - 1.4.0-1 - update to 1.4.0 (stable) -- cgit