update to 1.10.11
drop patch merged upstream
This commit is contained in:
parent
c65155e432
commit
759e9af70b
1
.gitignore
vendored
1
.gitignore
vendored
@ -53,3 +53,4 @@ clog
|
||||
/Console_Getopt-1.4.3.tgz
|
||||
/Archive_Tar-1.4.9.tgz
|
||||
/XML_Util-1.4.4.tgz
|
||||
/PEAR-1.10.11.tgz
|
||||
|
@ -26,8 +26,8 @@
|
||||
|
||||
Summary: PHP Extension and Application Repository framework
|
||||
Name: php-pear
|
||||
Version: 1.10.10
|
||||
Release: 7%{?dist}
|
||||
Version: 1.10.11
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
# PEAR, PEAR_Manpages, Archive_Tar, XML_Util, Console_Getopt are BSD
|
||||
# Structures_Graph is LGPLv3+
|
||||
@ -48,7 +48,6 @@ 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/12.patch
|
||||
Patch1: https://patch-diff.githubusercontent.com/raw/pear/pear-core/pull/103.patch
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: php(language) > 5.4
|
||||
@ -223,7 +222,6 @@ install -m 644 -D macros.pear \
|
||||
# apply patches on installed PEAR tree
|
||||
pushd %{buildroot}%{peardir}
|
||||
patch -p1 < %{PATCH0}
|
||||
patch -p1 < %{PATCH1}
|
||||
popd
|
||||
|
||||
# Why this file here ?
|
||||
@ -336,6 +334,10 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Apr 14 2020 Remi Collet <remi@remirepo.net> - 1.10.11-1
|
||||
- update to 1.10.11
|
||||
- drop patch merged upstream
|
||||
|
||||
* Mon Mar 30 2020 Remi Collet <remi@remirepo.net> - 1:1.10.10-7
|
||||
- add patch for PEAR and PHP 7.4 from
|
||||
https://github.com/pear/pear-core/pull/103
|
||||
|
2
sources
2
sources
@ -1,6 +1,6 @@
|
||||
SHA512 (Archive_Tar-1.4.9.tgz) = c0cce8213926aa9fde07bf46d77015b2dfbfe878cf386df43fcd4cf346b4ffdb2587676cfb69fc917cc31b63507c33702938a22aeb26e16b5ea27039c525c4e1
|
||||
SHA512 (Console_Getopt-1.4.3.tgz) = 7803e063576e9dac6833064b5a1479d22ca31c2a8ef8036ae530271e4e824fedb94e54d63266be8929f90f8df745b3ada7185dc98319b331f8dc5e9cac5445a0
|
||||
SHA512 (PEAR-1.10.10.tgz) = a05296dd5831c3290ab514cf128f48ecf3d60a0de5c46e22653ac552aea64eabdc536ec51487d062f7402cb653862e104b70e341be6b10d4ab5097357ab95628
|
||||
SHA512 (PEAR-1.10.11.tgz) = bf4e1873215f8451e689c0e1a2b3cf6b36034cbb27bf8e425288ad73d807c01503e287470bdbfd958a9538bc03393b3588788f8a051ed0789b96e25129d26102
|
||||
SHA512 (PEAR_Manpages-1.10.0.tgz) = 41bb2397c381d6315a355d01554c3c0e1ce38f30c25a56044fa8e0955baac04a39cea2bf1b0398a47c56c381c5373d78864862086ebf6958aed693521f822833
|
||||
SHA512 (Structures_Graph-1.1.1.tgz) = cd4feb265e1aa05de348645dfc0b8e336486cb02c553dd8fcacb0a1eab452bf54108e07864395d55e0c92f4ffd338a5ae846b2dc28804bb23f03c91864ef0284
|
||||
SHA512 (XML_Util-1.4.4.tgz) = 3c2ae4492e76729da561398a43416cd540284297b497d2c1526515c00ba2918b9d520b580e21111cf9f9e133d473289cc9c896bc28ddd0c64a849ee66f897e42
|
||||
|
Loading…
Reference in New Issue
Block a user