diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-01 11:53:27 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-01 11:53:27 +0100 |
commit | 206234cec8aa0263588b0d895a7ad61791f65e30 (patch) | |
tree | 01f18d0b51f9cd0c3031a0255c294aacc28368d4 | |
parent | faf7f94cf4d68a429cd782bfc47c7950ca5d1b89 (diff) |
php-pecl-zip: 1.4.0dev refreshed
-rw-r--r-- | php-pecl-zip-dev.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-zip-dev.spec b/php-pecl-zip-dev.spec index 0d2b7bc..cc5b230 100644 --- a/php-pecl-zip-dev.spec +++ b/php-pecl-zip-dev.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.14.0 -Release: 0.1.20170219dev%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.2.20170301dev%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %if %{with_libzip} License: PHP %else @@ -267,6 +267,9 @@ fi %changelog +* Wed Mar 1 2017 Remi Collet <remi@fedoraproject.org> - 1.14.0-0.2.20170301dev +- refresh with pasword support in stream wrapper + * Sun Feb 19 2017 Remi Collet <remi@fedoraproject.org> - 1.14.0-0.1.20170219dev - update to 1.4.0-dev with encryption support - raise dependency on libzip 1.2.0 |