From a669cc855798226590ad9fe1fe6518ea80174986 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Dec 2019 07:46:09 +0100 Subject: v2.1.4 --- php-pecl-xhprof.spec | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'php-pecl-xhprof.spec') diff --git a/php-pecl-xhprof.spec b/php-pecl-xhprof.spec index deb55e2..cd97c1d 100644 --- a/php-pecl-xhprof.spec +++ b/php-pecl-xhprof.spec @@ -10,23 +10,19 @@ # Please, preserve the changelog entries # %if 0%{?scl:1} -%if "%{scl}" == "rh-php56" -%global sub_prefix more-php56- +%global sub_prefix %{scl_prefix} +%scl_package php-pecl-xhprof %else -%global sub_prefix %{scl_prefix} +%global _root_bindir %{_bindir} +%global _root_sysconfdir %{_sysconfdir} %endif -%endif - -%{?scl: %scl_package php-pecl-xhprof} -%{!?scl: %global _root_bindir %{_bindir}} -%{!?scl: %global _root_sysconfdir %{_sysconfdir}} %global pecl_name xhprof -%global with_zts 0%{?__ztsphp:1} +%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global ini_name 40-%{pecl_name}.ini Name: %{?sub_prefix}php-pecl-xhprof -Version: 2.1.2 +Version: 2.1.4 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: PHP extension for XHProf, a Hierarchical Profiler @@ -128,7 +124,7 @@ extension = xhprof.so ; You can either pass the directory location as an argument to the constructor ; for XHProfRuns_Default() or set xhprof.output_dir ini param. -;xhprof.output_dir = /tmp +;xhprof.output_dir = '' ;xhprof.collect_additional_info = 0 ;xhprof.sampling_interval = 100000 ;xhprof.sampling_depth = 0x7fffffff @@ -275,6 +271,12 @@ fi %changelog +* Tue Dec 17 2019 Remi Collet - 2.1.4-1 +- update to 2.1.4 + +* Wed Dec 11 2019 Remi Collet - 2.1.3-1 +- update to 2.1.3 + * Fri Dec 6 2019 Remi Collet - 2.1.2-1 - update to 2.1.2 - raise dependency on PHP 7 -- cgit