update XML_Util to 1.3.0
This commit is contained in:
parent
9fb62f5250
commit
7cf1cac2b2
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@ clog
|
||||
/Console_Getopt-1.4.0.tgz
|
||||
/Archive_Tar-1.3.14.tgz
|
||||
/Structures_Graph-1.1.0.tgz
|
||||
/XML_Util-1.3.0.tgz
|
||||
|
@ -6,7 +6,7 @@
|
||||
# https://pear.php.net/bugs/bug.php?id=19367
|
||||
# Structures_Graph 1.0.4 - incorrect FSF address
|
||||
%global structver 1.1.0
|
||||
%global xmlutil 1.2.3
|
||||
%global xmlutil 1.3.0
|
||||
|
||||
# Tests are only run with rpmbuild --with tests
|
||||
# Can't be run in mock / koji because PEAR is the first package
|
||||
@ -17,7 +17,7 @@
|
||||
Summary: PHP Extension and Application Repository framework
|
||||
Name: php-pear
|
||||
Version: 1.9.5
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Epoch: 1
|
||||
# PEAR, Archive_Tar, XML_Util, Console_Getopt are BSD
|
||||
# Structures_Graph is LGPLv3+
|
||||
@ -328,6 +328,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 2 2015 Remi Collet <remi@fedoraproject.org> 1:1.9.5-6
|
||||
- update XML_Util to 1.3.0
|
||||
|
||||
* Fri Feb 27 2015 Remi Collet <remi@fedoraproject.org> 1:1.9.5-5
|
||||
- update Structures_Graph to 1.1.0
|
||||
- update Archive_Tar to 1.3.14
|
||||
|
2
sources
2
sources
@ -2,4 +2,4 @@
|
||||
72c19ce19d5c6fab89ec79fa14b10c4b Console_Getopt-1.4.0.tgz
|
||||
f44a56765988dafbe348828cac2562ca PEAR-1.9.5.tgz
|
||||
d7bb6744ee4027df817c5ee6ecbb9329 Structures_Graph-1.1.0.tgz
|
||||
7280fe3c5a7db11a7a9c293dcf81a285 XML_Util-1.2.3.tgz
|
||||
7639263e35f5d2bc3cdee52484a2f366 XML_Util-1.3.0.tgz
|
||||
|
Loading…
Reference in New Issue
Block a user