diff options
-rw-r--r-- | php-pecl-zip.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-zip.spec b/php-pecl-zip.spec index 9689e7c..c88a3d6 100644 --- a/php-pecl-zip.spec +++ b/php-pecl-zip.spec @@ -31,7 +31,7 @@ Summary: A ZIP archive management extension Summary(fr): Une extension de gestion des ZIP Name: %{?scl_prefix}php-pecl-zip Version: 1.13.4 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %if %{with_libzip} License: PHP %else @@ -263,6 +263,9 @@ fi %changelog +* Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 1.13.4-2 +- rebuild for PHP 7.1 new API version + * Thu Jul 21 2016 Remi Collet <remi@fedoraproject.org> - 1.13.4-1 - Update to 1.13.4 |