diff options
-rw-r--r-- | php-pecl-xhprof.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-xhprof.spec b/php-pecl-xhprof.spec index f7297c8..a754031 100644 --- a/php-pecl-xhprof.spec +++ b/php-pecl-xhprof.spec @@ -27,7 +27,7 @@ Name: %{?scl_prefix}php-pecl-xhprof Version: 2.3.9 -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: PHP extension for XHProf, a Hierarchical Profiler License: Apache-2.0 @@ -263,6 +263,9 @@ fi %changelog +* Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 2.3.9-3 +- rebuild for PHP 8.3.0RC1 + * Wed Jul 19 2023 Remi Collet <remi@remirepo.net> - 2.3.9-2 - build out of sources tree |