From 46107616b68236ab8676405860ca6125b7031bdf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 28 Feb 2020 11:11:41 +0100 Subject: v1.17.2 --- PHPINFO | 6 +++--- REFLECTION | 4 ++-- php-pecl-zip.spec | 7 +++++-- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/PHPINFO b/PHPINFO index d6beea6..e388ac5 100644 --- a/PHPINFO +++ b/PHPINFO @@ -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 diff --git a/REFLECTION b/REFLECTION index a89c3f7..b7944d7 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #98 zip version 1.17.1 ] { +Extension [ extension #101 zip version 1.17.2 ] { - Functions { Function [ function zip_open ] { @@ -162,7 +162,7 @@ Extension [ 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 - 1.17.2-1 +- update to 1.17.2 + * Mon Feb 3 2020 Remi Collet - 1.17.1-1 - update to 1.17.1 -- cgit