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 4ea9342..c65aa32 100644 --- a/php-pecl-zip.spec +++ b/php-pecl-zip.spec @@ -25,7 +25,7 @@ Summary: A ZIP archive management extension Summary(fr): Une extension de gestion des ZIP Name: %{?scl_prefix}php-pecl-zip Version: 1.15.1 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/zip @@ -240,6 +240,9 @@ fi %changelog +* Tue Oct 3 2017 Remi Collet <remi@remirepo.net> - 1.15.1-3 +- F27: release bump + * Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 1.15.1-2 - rebuild for PHP 7.2.0beta1 new API |