summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-11-07 07:25:30 +0100
committerRemi Collet <remi@php.net>2022-11-07 07:25:30 +0100
commitf5352864da7d6c21dcf673682270e21718441240 (patch)
tree8db1c184dd67e5559c40ab935341a26118f0c08a
parent37226a7512fbaf6ef32a54b20b800578636c7018 (diff)
update to 2.3.8
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-xhprof.spec23
3 files changed, 6 insertions, 21 deletions
diff --git a/PHPINFO b/PHPINFO
index a631514..9e1d7f2 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
xhprof
xhprof support => enabled
-Version => 2.3.7
+Version => 2.3.8
Directive => Local Value => Master Value
xhprof.output_dir => no value => no value
diff --git a/REFLECTION b/REFLECTION
index cf2f499..7551832 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #120 xhprof version 2.3.7 ] {
+Extension [ <persistent> extension #122 xhprof version 2.3.8 ] {
- INI {
Entry [ xhprof.output_dir <ALL> ]
diff --git a/php-pecl-xhprof.spec b/php-pecl-xhprof.spec
index 1f482ea..d4acc05 100644
--- a/php-pecl-xhprof.spec
+++ b/php-pecl-xhprof.spec
@@ -24,11 +24,10 @@
%global ini_name 40-%{pecl_name}.ini
Name: %{?scl_prefix}php-pecl-xhprof
-Version: 2.3.7
+Version: 2.3.8
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: https://pecl.php.net/package/%{pecl_name}
Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz
@@ -52,22 +51,6 @@ Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version}
Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{release}
Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release}
-%if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel}
-# Other third party repo stuff
-%if "%{php_version}" > "7.3"
-Obsoletes: php73-pecl-%{pecl_name} <= %{version}
-%endif
-%if "%{php_version}" > "7.4"
-Obsoletes: php74-pecl-%{pecl_name} <= %{version}
-%endif
-%if "%{php_version}" > "8.0"
-Obsoletes: php80-pecl-%{pecl_name} <= %{version}
-%endif
-%if "%{php_version}" > "8.1"
-Obsoletes: php81-pecl-%{pecl_name} <= %{version}
-%endif
-%endif
-
%description
XHProf is a function-level hierarchical profiler for PHP.
@@ -271,7 +254,6 @@ fi
%files -n %{?scl_prefix}xhprof
-%defattr(-,root,root,-)
%doc %{pecl_docdir}/%{pecl_name}/examples
%doc %{pecl_docdir}/%{pecl_name}/xhprof_html
%doc %{pecl_testdir}/%{pecl_name}
@@ -280,6 +262,9 @@ fi
%changelog
+* Mon Nov 7 2022 Remi Collet <remi@remirepo.net> - 2.3.8-1
+- update to 2.3.8
+
* Tue Sep 6 2022 Remi Collet <remi@remirepo.net> - 2.3.7-1
- update to 2.3.7 (no change)