From 63bef3f8755eac3a821fc6da9b30d776f0ba81a1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 7 May 2025 14:25:45 +0200 Subject: update to 1.22.6 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-zip.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index 4572ca1..83be698 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ zip Zip => enabled -Zip version => 1.22.5 +Zip version => 1.22.6 Libzip version => 1.11.3 BZIP2 compression => Yes XZ compression => Yes diff --git a/REFLECTION b/REFLECTION index d822d67..0929d9b 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #66 zip version 1.22.5 ] { +Extension [ extension #66 zip version 1.22.6 ] { - Dependencies { Dependency [ pcre (Required) ] diff --git a/php-pecl-zip.spec b/php-pecl-zip.spec index 354b36f..37a034e 100644 --- a/php-pecl-zip.spec +++ b/php-pecl-zip.spec @@ -25,7 +25,7 @@ %global pie_vend pecl %global pie_proj zip -%global upstream_version 1.22.5 +%global upstream_version 1.22.6 #global upstream_prever dev #global upstream_lower DEV %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} @@ -43,7 +43,7 @@ Summary: A ZIP archive management extension Name: %{?scl_prefix}php-pecl-zip Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}} -Release: 1.1%{?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-3.01 Group: Development/Languages URL: https://pecl.php.net/package/zip @@ -223,6 +223,9 @@ TEST_PHP_EXECUTABLE=%{__ztsphp} \ %changelog +* Wed May 7 2025 Remi Collet - 1.22.6-1 +- update to 1.22.6 + * Thu Feb 20 2025 Remi Collet - 1.22.5-1.1 - fix reported version with PHP 7.4 -- cgit