diff options
| -rw-r--r-- | php-pecl-uopz.spec | 6 | 
1 files changed, 4 insertions, 2 deletions
diff --git a/php-pecl-uopz.spec b/php-pecl-uopz.spec index 7e55285..1344e1a 100644 --- a/php-pecl-uopz.spec +++ b/php-pecl-uopz.spec @@ -29,7 +29,7 @@  Summary:        User Operations for Zend  Name:           %{?scl_prefix}php-pecl-%{pecl_name}  Version:        7.1.1 -Release:        4%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release:        5%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}  License:        PHP-3.01  URL:            https://pecl.php.net/package/%{pecl_name}  %if 0%{?gh_commit:1} @@ -48,7 +48,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:       %{?scl_prefix}php-%{pecl_name}               = %{version}  Provides:       %{?scl_prefix}php-%{pecl_name}%{?_isa}       = %{version} @@ -246,6 +245,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 7.1.1-5 +- rebuild for PHP 8.3.0RC1 +  * Wed Jul 19 2023 Remi Collet <remi@remirepo.net> - 7.1.1-4  - build out of sources tree  - skip 1 test failing with 8.3  | 
