diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-02-08 09:28:02 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-02-08 09:28:02 +0100 |
commit | 8892c684153aabcf1cbb1edd2aeced21381f3375 (patch) | |
tree | 4d245650f4d7ee428387918f23041d45665250b8 | |
parent | 26c4907e31ccb5bab255ef1890c0bea18b83a182 (diff) |
php-pear: XML_Util 1.4.1
-rw-r--r-- | php-pear.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pear.spec b/php-pear.spec index d4087da..af9efd8 100644 --- a/php-pear.spec +++ b/php-pear.spec @@ -24,7 +24,7 @@ # https://pear.php.net/bugs/bug.php?id=19367 # Structures_Graph 1.0.4 - incorrect FSF address %global structver 1.1.1 -%global xmlutil 1.4.0 +%global xmlutil 1.4.1 %global manpages 1.10.0 # Tests are only run with rpmbuild --with tests @@ -40,7 +40,7 @@ Summary: PHP Extension and Application Repository framework Name: %{?scl_prefix}php-pear Version: 1.10.1 -Release: 9%{?dist} +Release: 10%{?dist} Epoch: 1 # PEAR, PEAR_Manpages, Archive_Tar, XML_Util, Console_Getopt are BSD # Structures_Graph is LGPLv3+ @@ -429,6 +429,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Feb 8 2017 Remi Collet <remi@fedoraproject.org> 1:1.10.1-10 +- update XML_Util to 1.4.1 + * Sat Feb 4 2017 Remi Collet <remi@fedoraproject.org> 1:1.10.1-9 - update XML_Util to 1.4.0 |