diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-10-14 17:18:22 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-10-14 17:18:22 +0200 |
commit | 88a4b915b58da4db64a1504e137343cac2462d70 (patch) | |
tree | dff25bf0277b67571f595904d57f25304cbfd9fd | |
parent | 979b292ccdc16a8f0b23fa2403e18059ebbf9497 (diff) |
php-pecl-zip: 1.13.5
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-zip.spec | 7 |
2 files changed, 6 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #130 zip version 1.13.4 ] { +Extension [ <persistent> extension #140 zip version 1.13.5 ] { - Functions { Function [ <internal:zip> function zip_open ] { diff --git a/php-pecl-zip.spec b/php-pecl-zip.spec index c88a3d6..5ba19b4 100644 --- a/php-pecl-zip.spec +++ b/php-pecl-zip.spec @@ -30,8 +30,8 @@ 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: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.13.5 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %if %{with_libzip} License: PHP %else @@ -263,6 +263,9 @@ fi %changelog +* Fri Oct 14 2016 Remi Collet <remi@fedoraproject.org> - 1.13.5-1 +- Update to 1.13.5 + * Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 1.13.4-2 - rebuild for PHP 7.1 new API version |