From e6b6cce9d359965bd356a734738d248903c47bfd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Sep 2021 16:26:04 +0200 Subject: update to 1.19.4 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-zip.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index 44000a6..62ac3ee 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ zip Zip => enabled -Zip version => 1.19.3 +Zip version => 1.19.4 Libzip version => 1.8.0 BZIP2 compression => Yes XZ compression => Yes diff --git a/REFLECTION b/REFLECTION index 4d26c92..dcf5a57 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #107 zip version 1.19.3 ] { +Extension [ extension #66 zip version 1.19.4 ] { - Functions { Function [ function zip_open ] { diff --git a/php-pecl-zip.spec b/php-pecl-zip.spec index 1ff3ce3..6a955de 100644 --- a/php-pecl-zip.spec +++ b/php-pecl-zip.spec @@ -18,7 +18,7 @@ %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global pecl_name zip -%global upstream_version 1.19.3 +%global upstream_version 1.19.4 #global upstream_prever dev #global upstream_lower DEV @@ -34,7 +34,7 @@ Summary: A ZIP archive management extension Name: %{?scl_prefix}php-pecl-zip Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}} -Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: https://pecl.php.net/package/zip @@ -265,6 +265,9 @@ fi %changelog +* Wed Sep 1 2021 Remi Collet - 1.19.4-1 +- update to 1.19.4 + * Wed Sep 01 2021 Remi Collet - 1.19.3-4 - rebuild for 8.1.0RC1 -- cgit