summaryrefslogtreecommitdiffstats
path: root/php-pecl-zip.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-08-21 14:46:07 +0200
committerRemi Collet <remi@php.net>2024-08-21 14:46:07 +0200
commitfe790d72439b0977cacfdceb885d6c31cc046c75 (patch)
tree0ef76829eacd80caacd76b6d45a15271e7239f03 /php-pecl-zip.spec
parent78ebe68587baab747347b6cb12df735dd771f791 (diff)
fix previous patch (for 8.0)
Diffstat (limited to 'php-pecl-zip.spec')
-rw-r--r--php-pecl-zip.spec5
1 files changed, 4 insertions, 1 deletions
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 <remi@remirepo.net> - 1.22.3-4
+- fix previous patch (for 8.0)
+
* Wed Jul 17 2024 Remi Collet <remi@remirepo.net> - 1.22.3-3
- rebuild for 8.4.0alpha2