diff options
Diffstat (limited to 'php-pecl-zip.spec')
-rw-r--r-- | php-pecl-zip.spec | 7 |
1 files changed, 5 insertions, 2 deletions
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 <remi@remirepo.net> - 1.22.6-1 +- update to 1.22.6 + * Thu Feb 20 2025 Remi Collet <remi@remirepo.net> - 1.22.5-1.1 - fix reported version with PHP 7.4 |