diff options
| -rw-r--r-- | php-pecl-zip.spec | 9 | 
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  | 
