diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-xhprof.spec | 9 |
3 files changed, 8 insertions, 5 deletions
@@ -2,7 +2,7 @@ xhprof xhprof support => enabled -Version => 2.2.1-dev +Version => 2.2.2 Directive => Local Value => Master Value xhprof.output_dir => no value => no value @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #117 xhprof version 2.2.1-dev ] { +Extension [ <persistent> extension #117 xhprof version 2.2.2 ] { - INI { Entry [ xhprof.output_dir <ALL> ] diff --git a/php-pecl-xhprof.spec b/php-pecl-xhprof.spec index fc3427c..35ae971 100644 --- a/php-pecl-xhprof.spec +++ b/php-pecl-xhprof.spec @@ -25,8 +25,8 @@ %global ini_name 40-%{pecl_name}.ini Name: %{?sub_prefix}php-pecl-xhprof -Version: 2.2.1 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 2.2.2 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: PHP extension for XHProf, a Hierarchical Profiler Group: Development/Languages @@ -118,7 +118,7 @@ sed -e 's/role="php"/role="src"/' \ -i package.xml pushd %{pecl_name}-%{version}/extension -sed -e '/XHPROF_VERSION/s/2.2.1-dev/2.2.1/' -i php_xhprof.h +sed -e '/XHPROF_VERSION/s/%{version}-dev/%{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 @@ -291,6 +291,9 @@ fi %changelog +* Fri Oct 9 2020 Remi Collet <remi@remirepo.net> - 2.2.2-1 +- update to 2.2.2 (beta) + * Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 2.2.1-2 - rebuild for PHP 8.0.0RC1 |