From 8312c184d38187b6f315060d527a6a60104ba264 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 2 May 2022 15:15:24 +0200 Subject: update to 1.20.1 --- PHPINFO | 2 +- REFLECTION | 4 ++-- php-pecl-zip.spec | 9 ++++++--- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/PHPINFO b/PHPINFO index 318c528..c5c5166 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ zip Zip => enabled -Zip version => 1.20.0 +Zip version => 1.20.1 Libzip version => 1.8.0 BZIP2 compression => Yes XZ compression => Yes diff --git a/REFLECTION b/REFLECTION index 390f2fe..44c3010 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #66 zip version 1.20.0 ] { +Extension [ extension #66 zip version 1.20.1 ] { - Functions { Function [ function zip_open ] { @@ -285,7 +285,7 @@ Extension [ extension #66 zip version 1.20.0 ] { - Parameters [5] { Parameter #0 [ string $filepath ] - Parameter #1 [ string $index ] + Parameter #1 [ int $index ] Parameter #2 [ int $start = 0 ] Parameter #3 [ int $length = 0 ] Parameter #4 [ int $flags = 0 ] diff --git a/php-pecl-zip.spec b/php-pecl-zip.spec index c2257a7..446d07b 100644 --- a/php-pecl-zip.spec +++ b/php-pecl-zip.spec @@ -3,7 +3,7 @@ # # fedora spec file for php-pecl-zip # -# Copyright (c) 2013-2021 Remi Collet +# Copyright (c) 2013-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -18,7 +18,7 @@ %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global pecl_name zip -%global upstream_version 1.20.0 +%global upstream_version 1.20.1 #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: 2%{?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 @@ -281,6 +281,9 @@ fi %changelog +* Mon May 2 2022 Remi Collet - 1.20.1-1 +- update to 1.20.1 + * Mon Nov 8 2021 Remi Collet - 1.20.0-2 - use remi-libzip on EL-9 -- cgit