summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO6
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-zip.spec7
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 [ <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