summaryrefslogtreecommitdiffstats
path: root/php-pear.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pear.spec')
-rw-r--r--php-pear.spec11
1 files changed, 5 insertions, 6 deletions
diff --git a/php-pear.spec b/php-pear.spec
index 8f1d488..5947011 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.9
-Release: 5%{?dist}
+Version: 1.10.10
+Release: 1%{?dist}
Epoch: 1
# PEAR, PEAR_Manpages, Archive_Tar, XML_Util, Console_Getopt are BSD
# Structures_Graph is LGPLv3+
@@ -63,8 +63,6 @@ Source25: http://pear.php.net/get/PEAR_Manpages-%{manpages}.tgz
Patch0: https://patch-diff.githubusercontent.com/raw/pear/Console_Getopt/pull/4.patch
Patch1: https://patch-diff.githubusercontent.com/raw/pear/Console_Getopt/pull/5.patch
-Patch2: https://patch-diff.githubusercontent.com/raw/pear/pear-core/pull/98.patch
-Patch3: https://patch-diff.githubusercontent.com/raw/pear/pear-core/pull/97.patch
BuildArch: noarch
BuildRequires: %{?scl_prefix}php(language) > 5.4
@@ -284,8 +282,6 @@ install -m 644 -D macros.pear \
pushd %{buildroot}%{peardir}
patch -p1 <%{PATCH0}
patch -p1 <%{PATCH1}
-patch -p1 <%{PATCH2}
-patch -p1 <%{PATCH3}
popd
# Why this file here ?
@@ -471,6 +467,9 @@ fi
%changelog
+* Wed Nov 20 2019 Remi Collet <remi@remirepo.net> - 1:1.10.10-1
+- update PEAR to 1.10.10
+
* Tue Nov 19 2019 Remi Collet <remi@remirepo.net> - 1:1.10.9-5
- add upstream patches for PHP 7.4