From fe790d72439b0977cacfdceb885d6c31cc046c75 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Aug 2024 14:46:07 +0200 Subject: fix previous patch (for 8.0) --- php-pecl-zip.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-pecl-zip.spec') diff --git a/php-pecl-zip.spec b/php-pecl-zip.spec index b207396..04dc9fd 100644 --- a/php-pecl-zip.spec +++ b/php-pecl-zip.spec @@ -42,7 +42,7 @@ Summary: A ZIP archive management extension Name: %{?scl_prefix}php-pecl-zip Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}} -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?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 @@ -221,6 +221,9 @@ TEST_PHP_EXECUTABLE=%{__ztsphp} \ %changelog +* Wed Aug 21 2024 Remi Collet - 1.22.3-4 +- fix previous patch (for 8.0) + * Wed Jul 17 2024 Remi Collet - 1.22.3-3 - rebuild for 8.4.0alpha2 -- cgit