summaryrefslogtreecommitdiffstats
path: root/php-pecl-xhprof.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-08-04 08:05:00 +0200
committerRemi Collet <remi@remirepo.net>2021-08-04 08:05:00 +0200
commitceaca203ca2527e31304c743d3b03205e818a96e (patch)
tree1c9707ec613404e131a6c0a9f6cbfb4e8a9f4fe0 /php-pecl-xhprof.spec
parente9cf32572fe79e849e99b14b7b88aac4f59cf005 (diff)
update to 2.3.4
drop patch merged upstream
Diffstat (limited to 'php-pecl-xhprof.spec')
-rw-r--r--php-pecl-xhprof.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/php-pecl-xhprof.spec b/php-pecl-xhprof.spec
index b1ae4c6..d87764f 100644
--- a/php-pecl-xhprof.spec
+++ b/php-pecl-xhprof.spec
@@ -25,7 +25,7 @@
%global ini_name 40-%{pecl_name}.ini
Name: %{?sub_prefix}php-pecl-xhprof
-Version: 2.3.3
+Version: 2.3.4
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Summary: PHP extension for XHProf, a Hierarchical Profiler
@@ -34,8 +34,6 @@ License: ASL 2.0
URL: https://pecl.php.net/package/%{pecl_name}
Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz
-Patch0: %{pecl_name}-php81.patch
-
# https://bugs.php.net/61262
ExclusiveArch: %{ix86} x86_64
@@ -119,8 +117,6 @@ sed -e 's/role="php"/role="src"/' \
-i package.xml
pushd %{pecl_name}-%{version}/extension
-%patch0 -p2 -b .pr61
-
sed -e '/XHPROF_VERSION/s/2.3.0/%{version}/' -i php_xhprof.h
# Sanity check, really often broken
extver=$(sed -n '/#define XHPROF_VERSION/{s/.* "//;s/".*$//;p}' php_xhprof.h)
@@ -285,6 +281,10 @@ fi
%changelog
+* Wed Aug 4 2021 Remi Collet <remi@remirepo.net> - 2.3.4-1
+- update to 2.3.4
+- drop patch merged upstream
+
* Mon Jul 5 2021 Remi Collet <remi@remirepo.net> - 2.3.3-1
- update to 2.3.3
- add patch for PHP 8.1 from