summaryrefslogtreecommitdiffstats
path: root/php-pecl-xhprof.spec
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 /php-pecl-xhprof.spec
parentbf923c2dc988c2484caf9fb37e9f54f330d646ae (diff)
update to 2.2.2 (beta)
Diffstat (limited to 'php-pecl-xhprof.spec')
-rw-r--r--php-pecl-xhprof.spec9
1 files changed, 6 insertions, 3 deletions
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