diff options
Diffstat (limited to 'php-pecl-xhprof.spec')
-rw-r--r-- | php-pecl-xhprof.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/php-pecl-xhprof.spec b/php-pecl-xhprof.spec index 53e5007..d96c366 100644 --- a/php-pecl-xhprof.spec +++ b/php-pecl-xhprof.spec @@ -26,16 +26,14 @@ %global _configure ../extension/configure Name: %{?scl_prefix}php-pecl-xhprof -Version: 2.3.9 -Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 2.3.10 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: PHP extension for XHProf, a Hierarchical Profiler License: Apache-2.0 URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{sources}.tgz -Patch0: 87.patch - # https://bugs.php.net/61262 ExclusiveArch: %{ix86} x86_64 aarch64 @@ -102,9 +100,7 @@ sed -e 's/role="php"/role="src"/' \ -i package.xml pushd %{sources}/extension -%patch -P0 -p2 - -sed -e '/XHPROF_VERSION/s/2.3.5/%{version}/' -i php_xhprof.h +# sed -e '/XHPROF_VERSION/s/2.3.5/%{version}/' -i php_xhprof.h # Sanity check, really often broken extver=$(sed -n '/#define XHPROF_VERSION/{s/.* "//;s/".*$//;p}' php_xhprof.h) if test "x${extver}" != "x%{version}"; then @@ -247,6 +243,10 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Jul 11 2024 Remi Collet <remi@remirepo.net> - 2.3.10-1 +- update to 2.3.10 +- drop patch merged upstream + * Fri Jul 5 2024 Remi Collet <remi@remirepo.net> - 2.3.9-4 - fix build with 8.4 using patch from https://github.com/longxinH/xhprof/pull/87 |