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 84019ad..97e133e 100644 --- a/php-pecl-zip.spec +++ b/php-pecl-zip.spec @@ -32,7 +32,7 @@ Summary: A ZIP archive management extension Summary(fr): Une extension de gestion des ZIP Name: %{?scl_prefix}php-pecl-zip Version: 1.15.3 -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;')}} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/zip @@ -251,6 +251,9 @@ fi %changelog +* Tue Jun 19 2018 Remi Collet <remi@remirepo.net> - 1.15.3-2 +- rebuild for PHP 7.3.0alpha2 new API + * Tue Jun 12 2018 Remi Collet <remi@remirepo.net> - 1.15.3-1 - update to 1.15.3 (stable) |