diff options
Diffstat (limited to 'php-pear.spec')
| -rw-r--r-- | php-pear.spec | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/php-pear.spec b/php-pear.spec index bb6e9b3..9434fe2 100644 --- a/php-pear.spec +++ b/php-pear.spec @@ -39,8 +39,8 @@ Summary: PHP Extension and Application Repository framework Name: %{?scl_prefix}php-pear -Version: 1.10.17 -Release: 2%{?dist} +Version: 1.10.18 +Release: 1%{?dist} Epoch: 1 # BSD-2-Clause: PEAR, PEAR_Manpages, Archive_Tar, Console_Getopt # BSD-3-Clause: XML_Util @@ -62,8 +62,6 @@ 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 @@ -256,7 +254,7 @@ install -m 644 -D macros.pear \ # apply patches on installed PEAR tree pushd %{buildroot}%{peardir} - patch -p1 <%{PATCH0} + : none popd # Why this file here ? @@ -385,6 +383,10 @@ fi %changelog +* Mon Jan 26 2026 Remi Collet <remi@remirepo.net> - 1.10.18-1 +- update to 1.10.18 +- drop patch merged upstream + * Wed Jan 21 2026 Remi Collet <remi@remirepo.net> - 1.10.17-2 - remove report_memleaks usage with PHP 8.5 using patch from https://github.com/pear/pear-core/pull/164 |
