summaryrefslogtreecommitdiffstats
path: root/php-pecl-xhprof.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-12-17 07:46:09 +0100
committerRemi Collet <remi@remirepo.net>2019-12-17 07:46:09 +0100
commita669cc855798226590ad9fe1fe6518ea80174986 (patch)
tree295eb191910ea6649738754a24bef611ed6f1232 /php-pecl-xhprof.spec
parentf7c32c90005e688f99c30ed45ce7cb25f46da758 (diff)
v2.1.4
Diffstat (limited to 'php-pecl-xhprof.spec')
-rw-r--r--php-pecl-xhprof.spec24
1 files changed, 13 insertions, 11 deletions
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 <remi@remirepo.net> - 2.1.4-1
+- update to 2.1.4
+
+* Wed Dec 11 2019 Remi Collet <remi@remirepo.net> - 2.1.3-1
+- update to 2.1.3
+
* Fri Dec 6 2019 Remi Collet <remi@remirepo.net> - 2.1.2-1
- update to 2.1.2
- raise dependency on PHP 7