diff options
author | Remi Collet <remi@remirepo.net> | 2023-08-30 08:03:13 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-08-30 08:03:13 +0200 |
commit | 02c52d8f093ef87015f1d7056076a2d5b910d5c6 (patch) | |
tree | 785b039ee58bbb3ace3144d430d43ab26b3a2b72 | |
parent | ff78dc59845b144d69780841e4ea63c54b58ac2f (diff) |
rebuild for PHP 8.3.0RC1
-rw-r--r-- | php-pecl-raphf.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-raphf.spec b/php-pecl-raphf.spec index 7ec06e2..ca2cfeb 100644 --- a/php-pecl-raphf.spec +++ b/php-pecl-raphf.spec @@ -26,7 +26,7 @@ Summary: Resource and persistent handles factory Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 2.0.1 -Release: 7%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 8%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz License: BSD-2-Clause URL: https://pecl.php.net/package/%{pecl_name} @@ -232,6 +232,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 2.0.1-8 +- rebuild for PHP 8.3.0RC1 + * Fri Jul 7 2023 Remi Collet <remi@remirepo.net> - 2.0.1-7 - build out of sources tree |