From e46ca9eb91432f67a4d53932039a568d5547c6c9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Dec 2022 08:52:09 +0100 Subject: update to 2.3.9 use SPDX license id --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-xhprof.spec | 8 ++++++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index 9e1d7f2..76b15b1 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ xhprof xhprof support => enabled -Version => 2.3.8 +Version => 2.3.9 Directive => Local Value => Master Value xhprof.output_dir => no value => no value diff --git a/REFLECTION b/REFLECTION index 7551832..0dd0491 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #122 xhprof version 2.3.8 ] { +Extension [ extension #123 xhprof version 2.3.9 ] { - INI { Entry [ xhprof.output_dir ] diff --git a/php-pecl-xhprof.spec b/php-pecl-xhprof.spec index d4acc05..54a5cc0 100644 --- a/php-pecl-xhprof.spec +++ b/php-pecl-xhprof.spec @@ -24,11 +24,11 @@ %global ini_name 40-%{pecl_name}.ini Name: %{?scl_prefix}php-pecl-xhprof -Version: 2.3.8 +Version: 2.3.9 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: PHP extension for XHProf, a Hierarchical Profiler -License: ASL 2.0 +License: Apache-2.0 URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -262,6 +262,10 @@ fi %changelog +* Wed Dec 14 2022 Remi Collet - 2.3.9-1 +- update to 2.3.9 +- use SPDX license id + * Mon Nov 7 2022 Remi Collet - 2.3.8-1 - update to 2.3.8 -- cgit