From fad4863f2808eb2160210ccea3c5d55280bdb3f6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 9 Oct 2020 11:50:23 +0200 Subject: update to 2.2.2 (beta) --- php-pecl-xhprof.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-pecl-xhprof.spec') 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 - 2.2.2-1 +- update to 2.2.2 (beta) + * Wed Sep 30 2020 Remi Collet - 2.2.1-2 - rebuild for PHP 8.0.0RC1 -- cgit