From 011e663fc440bfb07bb25ccdd7b8c731f712397a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2023 09:10:18 +0200 Subject: rebuild for PHP 8.3.0RC1 --- php-pecl-xhprof.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 - 2.3.9-3 +- rebuild for PHP 8.3.0RC1 + * Wed Jul 19 2023 Remi Collet - 2.3.9-2 - build out of sources tree -- cgit