Logoj0ke.net Open Build Service > Projects > internetx:php7:EL7 > php-pear > Changes
Sign Up | Log In

Changes of Revision 2

[-] Changed php-pear.changes
x
 
1
@@ -1,4 +1,11 @@
2
 -------------------------------------------------------------------
3
+Mon Mar 19 15:20:24 UTC 2018 - cs@linux-administrator.com
4
+
5
+- update PEAR to 1.10.5
6
+- update XML_Util to 1.4.3
7
+- update Archive_Tar to 1.4.3
8
+
9
+-------------------------------------------------------------------
10
 Thu Aug 18 13:27:09 UTC 2016 - cs@linux-administrator.com
11
 
12
 - initial import
13
[-] Changed php-pear.spec ^
45
 
1
@@ -20,11 +20,11 @@
2
 %global metadir %{_localstatedir}/lib/pear
3
 
4
 %global getoptver 1.4.1
5
-%global arctarver 1.4.2
6
+%global arctarver 1.4.3
7
 # https://pear.php.net/bugs/bug.php?id=19367
8
 # Structures_Graph 1.0.4 - incorrect FSF address
9
 %global structver 1.1.1
10
-%global xmlutil   1.3.0
11
+%global xmlutil   1.4.3
12
 %global manpages  1.10.0
13
 
14
 # Tests are only run with rpmbuild --with tests
15
@@ -39,7 +39,7 @@
16
 
17
 Summary: PHP Extension and Application Repository framework
18
 Name: %{?scl_prefix}php-pear
19
-Version: 1.10.1
20
+Version: 1.10.5
21
 Release: 6%{?dist}
22
 Epoch: 1
23
 # PEAR, PEAR_Manpages, Archive_Tar, XML_Util, Console_Getopt are BSD
24
@@ -62,6 +62,9 @@
25
 Source24: http://pear.php.net/get/XML_Util-%{xmlutil}.tgz
26
 Source25: http://pear.php.net/get/PEAR_Manpages-%{manpages}.tgz
27
 
28
+# https://github.com/pear/pear-core/pull/71
29
+Patch0:   https://patch-diff.githubusercontent.com/raw/pear/pear-core/pull/71.patch
30
+
31
 BuildArch: noarch
32
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
33
 BuildRequires: %{?scl_prefix}php(language) > 5.4
34
@@ -240,8 +243,8 @@
35
            $RPM_BUILD_ROOT%{macrosdir}/macros.%{?scl_prefix}pear
36
 
37
 # apply patches on installed PEAR tree
38
-pushd $RPM_BUILD_ROOT%{peardir} 
39
-# none
40
+pushd %{buildroot}%{peardir}
41
+patch --no-backup --fuzz 0 -p1 < %{PATCH0}
42
 popd
43
 
44
 # Why this file here ?
45
[+] Added 71.patch ^
Added Archive_Tar-1.4.3.tgz ^
Added PEAR-1.10.5.tgz ^
Added XML_Util-1.4.3.tgz ^