From ceaca203ca2527e31304c743d3b03205e818a96e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 4 Aug 2021 08:05:00 +0200 Subject: update to 2.3.4 drop patch merged upstream --- php-pecl-xhprof.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'php-pecl-xhprof.spec') 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 - 2.3.4-1 +- update to 2.3.4 +- drop patch merged upstream + * Mon Jul 5 2021 Remi Collet - 2.3.3-1 - update to 2.3.3 - add patch for PHP 8.1 from -- cgit