summaryrefslogtreecommitdiffstats
path: root/php-pear.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-12-05 09:05:23 +0100
committerRemi Collet <remi@remirepo.net>2019-12-05 09:05:23 +0100
commitf79d3fbabe4a38cf562c3c269395f2c798244730 (patch)
tree6a11bb33c92f8afe7fbd2a7a550b1c5f1db47831 /php-pear.spec
parentcaff8817f6a8c28255b78a9f69d6ffabb095efd2 (diff)
- update Archive_Tar to 1.4.9
- add patch for XML_Util and PHP 7.4 from https://github.com/pear/XML_Util/pull/11
Diffstat (limited to 'php-pear.spec')
-rw-r--r--php-pear.spec13
1 files changed, 10 insertions, 3 deletions
diff --git a/php-pear.spec b/php-pear.spec
index 1876732..b9e601a 100644
--- a/php-pear.spec
+++ b/php-pear.spec
@@ -20,7 +20,7 @@
%global metadir %{_localstatedir}/lib/pear
%global getoptver 1.4.3
-%global arctarver 1.4.8
+%global arctarver 1.4.9
# https://pear.php.net/bugs/bug.php?id=19367
# Structures_Graph 1.0.4 - incorrect FSF address
%global structver 1.1.1
@@ -40,7 +40,7 @@
Summary: PHP Extension and Application Repository framework
Name: %{?scl_prefix}php-pear
Version: 1.10.10
-Release: 2%{?dist}
+Release: 3%{?dist}
Epoch: 1
# PEAR, PEAR_Manpages, Archive_Tar, XML_Util, Console_Getopt are BSD
# Structures_Graph is LGPLv3+
@@ -61,6 +61,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: https://patch-diff.githubusercontent.com/raw/pear/XML_Util/pull/11.patch
+
BuildArch: noarch
BuildRequires: %{?scl_prefix}php(language) > 5.4
BuildRequires: %{?scl_prefix}php-cli
@@ -277,7 +279,7 @@ install -m 644 -D macros.pear \
# apply patches on installed PEAR tree
pushd %{buildroot}%{peardir}
-: no patch
+patch -p1 < %{PATCH0}
popd
# Why this file here ?
@@ -463,6 +465,11 @@ fi
%changelog
+* Thu Dec 5 2019 Remi Collet <remi@remirepo.net> - 1:1.10.10-3
+- update Archive_Tar to 1.4.9
+- add patch for XML_Util and PHP 7.4 from
+ https://github.com/pear/XML_Util/pull/11
+
* Thu Nov 21 2019 Remi Collet <remi@remirepo.net> - 1:1.10.10-2
- update Console_Getopt to 1.4.3
- drop patches merged upstream