summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-07-17 08:43:04 +0200
committerRemi Collet <remi@php.net>2024-07-17 08:43:04 +0200
commit78ebe68587baab747347b6cb12df735dd771f791 (patch)
treeee2f204001e76b1719a52b09a38146eec8b41e28
parent4db2d069f3174b5d3a6da3fe0ec0a8d29fb17c2d (diff)
rebuild for 8.4.0alpha2
-rw-r--r--php-pecl-zip.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-pecl-zip.spec b/php-pecl-zip.spec
index 79a7d9f..b207396 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: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 3%{?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
@@ -93,7 +93,7 @@ Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSIO
# Don't install/register tests
sed -e 's/role="test"/role="src"/' \
- %{?_licensedir:-e '/LICENSE/s/role="doc"/role="src"/' } \
+ -e '/LICENSE/s/role="doc"/role="src"/' \
-i package.xml
cd %{sources}
@@ -207,7 +207,7 @@ TEST_PHP_EXECUTABLE=%{__ztsphp} \
%files
-%{?_licensedir:%license %{sources}/LICENSE}
+%license %{sources}/LICENSE
%doc %{pecl_docdir}/%{pecl_name}
%{pecl_xmldir}/%{name}.xml
@@ -221,6 +221,9 @@ TEST_PHP_EXECUTABLE=%{__ztsphp} \
%changelog
+* Wed Jul 17 2024 Remi Collet <remi@remirepo.net> - 1.22.3-3
+- rebuild for 8.4.0alpha2
+
* Thu Jul 4 2024 Remi Collet <remi@remirepo.net> - 1.22.3-2
- add upstream patches for PHP 8.4