summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-10-09 11:50:23 +0200
committerRemi Collet <remi@remirepo.net>2020-10-09 11:50:23 +0200
commitfad4863f2808eb2160210ccea3c5d55280bdb3f6 (patch)
treef4be0699652772b62ca6752e9d4e07c7d3a85519
parentbf923c2dc988c2484caf9fb37e9f54f330d646ae (diff)
update to 2.2.2 (beta)
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-xhprof.spec9
3 files changed, 8 insertions, 5 deletions
diff --git a/PHPINFO b/PHPINFO
index 63e4d90..3358770 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -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
diff --git a/REFLECTION b/REFLECTION
index 8c6df26..fdd89d6 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -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