From 7c62749a2fbad48cff13fbf46444d7383684f91a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 14 Mar 2019 07:27:49 +0100 Subject: update PEAR to 1.10.8 drop patch merged upstream --- php-pear.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'php-pear.spec') diff --git a/php-pear.spec b/php-pear.spec index 9629aea..f59641b 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.8 -Release: 2%{?dist} +Version: 1.10.9 +Release: 1%{?dist} Epoch: 1 # PEAR, PEAR_Manpages, Archive_Tar, XML_Util, Console_Getopt are BSD # Structures_Graph is LGPLv3+ @@ -61,8 +61,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: https://patch-diff.githubusercontent.com/raw/pear/pear-core/pull/88.patch - BuildArch: noarch BuildRequires: %{?scl_prefix}php(language) > 5.4 BuildRequires: %{?scl_prefix}php-cli @@ -278,7 +276,7 @@ install -m 644 -D macros.pear \ # apply patches on installed PEAR tree pushd %{buildroot}%{peardir} -patch -p1 <%{PATCH0} +: no patch popd # Why this file here ? @@ -464,6 +462,10 @@ fi %changelog +* Thu Mar 14 2019 Remi Collet - 1:1.10.8-1 +- update PEAR to 1.10.8 +- drop patch merged upstream + * Wed Mar 13 2019 Remi Collet - 1:1.10.8-2 - test build for https://github.com/pear/pear-core/pull/88 -- cgit