From f0fc79382e366d344b83079855aa90de989a5014 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Jan 2026 11:27:21 +0100 Subject: remove report_memleaks usage with PHP 8.5 using patch from https://github.com/pear/pear-core/pull/164 --- php-pear.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'php-pear.spec') diff --git a/php-pear.spec b/php-pear.spec index 1b806fb..bb6e9b3 100644 --- a/php-pear.spec +++ b/php-pear.spec @@ -40,7 +40,7 @@ Summary: PHP Extension and Application Repository framework Name: %{?scl_prefix}php-pear Version: 1.10.17 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 # BSD-2-Clause: PEAR, PEAR_Manpages, Archive_Tar, Console_Getopt # BSD-3-Clause: XML_Util @@ -62,6 +62,8 @@ Source23: http://pear.php.net/get/Structures_Graph-%{structver}.tgz Source24: http://pear.php.net/get/XML_Util-%{xmlutil}.tgz Source25: http://pear.php.net/get/PEAR_Manpages-%{manpages}.tgz +Patch0: 164.patch + BuildArch: noarch BuildRequires: %{?scl_prefix}php(language) > 5.4 BuildRequires: %{?scl_prefix}php-cli @@ -254,7 +256,7 @@ install -m 644 -D macros.pear \ # apply patches on installed PEAR tree pushd %{buildroot}%{peardir} - : none + patch -p1 <%{PATCH0} popd # Why this file here ? @@ -383,6 +385,10 @@ fi %changelog +* Wed Jan 21 2026 Remi Collet - 1.10.17-2 +- remove report_memleaks usage with PHP 8.5 using patch from + https://github.com/pear/pear-core/pull/164 + * Mon Dec 15 2025 Remi Collet - 1.10.17-1 - update to 1.10.17 -- cgit