diff options
| -rw-r--r-- | php-pecl-xdiff.spec | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/php-pecl-xdiff.spec b/php-pecl-xdiff.spec index 37b2db2..01f0f1e 100644 --- a/php-pecl-xdiff.spec +++ b/php-pecl-xdiff.spec @@ -21,7 +21,7 @@  %global libxdiff_version 0.23  Name:           %{?scl_prefix}php-pecl-%{pecl_name}  Version:        2.1.1 -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;')}}  Summary:        File differences/patches  # libxdiff is LGPLv2+, xdiff extension is PHP  License:        PHP and LGPLv2+ @@ -38,7 +38,6 @@ BuildRequires:  %{?scl_prefix}php-pear  Requires:       %{?scl_prefix}php(zend-abi) = %{php_zend_api}  Requires:       %{?scl_prefix}php(api) = %{php_core_api} -%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}}  Provides:       bundled(libxdiff) = %{libxdiff_version}  Provides:       %{?scl_prefix}php-%{pecl_name}               = %{version} @@ -197,6 +196,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 2.1.1-3 +- rebuild for PHP 8.3.0RC1 +  * Thu Sep  1 2022 Remi Collet <remi@remirepo.net> - 2.1.1-2  - rebuild for PHP 8.2.0RC1 | 
