diff options
author | Remi Collet <remi@remirepo.net> | 2023-08-30 09:06:45 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-08-30 09:06:45 +0200 |
commit | da36624e5f41b3b5cf4a84eb2090a811c1e40af4 (patch) | |
tree | e4ebe47ea2569626d650a8fa3a8705f9cce799a0 /php-pecl-uopz.spec | |
parent | a0739ec8fb2932ba6edf7ce8c50b9f0266d3e6ef (diff) |
rebuild for PHP 8.3.0RC1
Diffstat (limited to 'php-pecl-uopz.spec')
-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 |