From 096ee7e1b2d533408a01f6a875d5c2aa60c3b352 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 11 Apr 2020 07:35:58 +0200 Subject: v2.2.0 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-xhprof.spec | 11 +++++++---- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/PHPINFO b/PHPINFO index 476c52d..ebe2afd 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ xhprof xhprof support => enabled -Version => 2.1.4-beta +Version => 2.2.0 Directive => Local Value => Master Value xhprof.output_dir => no value => no value diff --git a/REFLECTION b/REFLECTION index dbd4a9c..2a842d9 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #106 xhprof version 2.1.4-beta ] { +Extension [ extension #113 xhprof version 2.2.0 ] { - INI { Entry [ xhprof.output_dir ] diff --git a/php-pecl-xhprof.spec b/php-pecl-xhprof.spec index cd97c1d..5115f84 100644 --- a/php-pecl-xhprof.spec +++ b/php-pecl-xhprof.spec @@ -3,7 +3,7 @@ # # Fedora spec file for php-pecl-xhprof # -# Copyright (c) 2012-2019 Remi Collet +# Copyright (c) 2012-2020 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -22,14 +22,14 @@ %global ini_name 40-%{pecl_name}.ini Name: %{?sub_prefix}php-pecl-xhprof -Version: 2.1.4 +Version: 2.2.0 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 License: ASL 2.0 -URL: http://pecl.php.net/package/%{pecl_name} -Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz +URL: https://pecl.php.net/package/%{pecl_name} +Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz # https://bugs.php.net/61262 ExclusiveArch: %{ix86} x86_64 @@ -271,6 +271,9 @@ fi %changelog +* Sat Apr 11 2020 Remi Collet - 2.2.0-1 +- update to 2.2.0 + * Tue Dec 17 2019 Remi Collet - 2.1.4-1 - update to 2.1.4 -- cgit