diff options
| author | Remi Collet <remi@remirepo.net> | 2020-02-28 11:11:41 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2020-02-28 11:11:41 +0100 | 
| commit | 46107616b68236ab8676405860ca6125b7031bdf (patch) | |
| tree | 9ab68f872068697018c525457f504aeddfeb5fcc | |
| parent | 532a1167303076eb6e4fb51fa46d478abbc73ffb (diff) | |
v1.17.2
| -rw-r--r-- | PHPINFO | 6 | ||||
| -rw-r--r-- | REFLECTION | 4 | ||||
| -rw-r--r-- | php-pecl-zip.spec | 7 | 
3 files changed, 10 insertions, 7 deletions
@@ -2,6 +2,6 @@  zip  Zip => enabled -Zip version => 1.17.1 -Libzip headers version => 1.6.0 -Libzip library version => 1.6.0 +Zip version => 1.17.2 +Libzip headers version => 1.6.1 +Libzip library version => 1.6.1 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #98 zip version 1.17.1 ] { +Extension [ <persistent> extension #101 zip version 1.17.2 ] {    - Functions {      Function [ <internal:zip> function zip_open ] { @@ -162,7 +162,7 @@ Extension [ <persistent> extension #98 zip version 1.17.1 ] {          Constant [ public int EM_AES_128 ] { 257 }          Constant [ public int EM_AES_192 ] { 258 }          Constant [ public int EM_AES_256 ] { 259 } -        Constant [ public string LIBZIP_VERSION ] { 1.6.0 } +        Constant [ public string LIBZIP_VERSION ] { 1.6.1 }        }        - Static properties [0] { diff --git a/php-pecl-zip.spec b/php-pecl-zip.spec index cb84ad6..daf2997 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.17.1 +Version:      1.17.2  Release:      1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:      PHP  Group:        Development/Languages @@ -42,7 +42,7 @@ Source:       https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz  BuildRequires: %{?dtsprefix}gcc  BuildRequires: %{?scl_prefix}php-devel  # Version 1.2.0 for encryption support -BuildRequires: pkgconfig(libzip) >= 1.2.0 +BuildRequires: pkgconfig(libzip) >= 1.5  BuildRequires: zlib-devel  BuildRequires: %{?scl_prefix}php-pear @@ -261,6 +261,9 @@ fi  #### TODO: SCLs on EL-8 still use libzip from default stream (7.2 => 1.5.1)  %changelog +* Fri Feb 28 2020 Remi Collet <remi@remirepo.net> - 1.17.2-1 +- update to 1.17.2 +  * Mon Feb  3 2020 Remi Collet <remi@remirepo.net> - 1.17.1-1  - update to 1.17.1  | 
