summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-04-01 07:44:34 +0200
committerRemi Collet <remi@remirepo.net>2021-04-01 07:44:34 +0200
commit8696fbd39f91ca9a7fbd86d3850d56cec3511be4 (patch)
treec97ed2b817bf8af69ae97e23139c2fd21272d238
parent311488efc0e908f258ba4281dd30c90f8ce410a9 (diff)
update to 2.3.0 (beta)
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-xhprof.spec17
3 files changed, 10 insertions, 11 deletions
diff --git a/PHPINFO b/PHPINFO
index 7fd2cfa..5a79d6d 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
xhprof
xhprof support => enabled
-Version => 2.2.3
+Version => 2.3.0
Directive => Local Value => Master Value
xhprof.output_dir => no value => no value
diff --git a/REFLECTION b/REFLECTION
index 8fd085b..d40213d 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #117 xhprof version 2.2.3 ] {
+Extension [ <persistent> extension #119 xhprof version 2.3.0 ] {
- INI {
Entry [ xhprof.output_dir <ALL> ]
diff --git a/php-pecl-xhprof.spec b/php-pecl-xhprof.spec
index 5437b7f..509b0a6 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-2020 Remi Collet
+# Copyright (c) 2012-2021 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -25,7 +25,7 @@
%global ini_name 40-%{pecl_name}.ini
Name: %{?sub_prefix}php-pecl-xhprof
-Version: 2.2.3
+Version: 2.3.0
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Summary: PHP extension for XHProf, a Hierarchical Profiler
@@ -37,7 +37,9 @@ Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz
# https://bugs.php.net/61262
ExclusiveArch: %{ix86} x86_64
-BuildRequires: %{?scl_prefix}php-devel >= 7
+BuildRequires: make
+BuildRequires: %{?dtsprefix}gcc
+BuildRequires: %{?scl_prefix}php-devel >= 7.0
BuildRequires: %{?scl_prefix}php-pear
Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api}
@@ -64,12 +66,6 @@ Obsoletes: php80-pecl-%{pecl_name} <= %{version}
%endif
%endif
-%if 0%{?fedora} < 20 && 0%{?rhel} < 7
-# Filter private shared object
-%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$}
-%{?filter_setup}
-%endif
-
%description
XHProf is a function-level hierarchical profiler for PHP.
@@ -291,6 +287,9 @@ fi
%changelog
+* Thu Apr 1 2021 Remi Collet <remi@remirepo.net> - 2.3.0-1
+- update to 2.3.0 (beta)
+
* Fri Nov 27 2020 Remi Collet <remi@remirepo.net> - 2.2.3-1
- update to 2.2.3 (stable)