fix Obsoletes version for XML_Util (#226295)
This commit is contained in:
parent
8bb99b1adf
commit
ad7c6d7b78
@ -1,8 +1,12 @@
|
|||||||
%global peardir %{_datadir}/pear
|
%global peardir %{_datadir}/pear
|
||||||
|
|
||||||
|
# https://pear.php.net/bugs/bug.php?id=19368
|
||||||
|
# XML_RPC Please Provides LICENSE file
|
||||||
%global xmlrpcver 1.5.5
|
%global xmlrpcver 1.5.5
|
||||||
%global getoptver 1.3.1
|
%global getoptver 1.3.1
|
||||||
%global arctarver 1.3.9
|
%global arctarver 1.3.9
|
||||||
|
# https://pear.php.net/bugs/bug.php?id=19367
|
||||||
|
# Structures_Graph 1.0.4 - incorrect FSF address
|
||||||
%global structver 1.0.4
|
%global structver 1.0.4
|
||||||
%global xmlutil 1.2.1
|
%global xmlutil 1.2.1
|
||||||
|
|
||||||
@ -13,7 +17,7 @@
|
|||||||
Summary: PHP Extension and Application Repository framework
|
Summary: PHP Extension and Application Repository framework
|
||||||
Name: php-pear
|
Name: php-pear
|
||||||
Version: 1.9.4
|
Version: 1.9.4
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
# PEAR, Archive_Tar, XML_Util are BSD
|
# PEAR, Archive_Tar, XML_Util are BSD
|
||||||
# XML-RPC, Console_Getopt are PHP
|
# XML-RPC, Console_Getopt are PHP
|
||||||
@ -52,7 +56,7 @@ Provides: php-pear(PEAR) = %{version}
|
|||||||
Provides: php-pear(Structures_Graph) = %{structver}
|
Provides: php-pear(Structures_Graph) = %{structver}
|
||||||
Provides: php-pear(XML_RPC) = %{xmlrpcver}
|
Provides: php-pear(XML_RPC) = %{xmlrpcver}
|
||||||
Provides: php-pear(XML_Util) = %{xmlutil}
|
Provides: php-pear(XML_Util) = %{xmlutil}
|
||||||
Obsoletes: php-pear-XML-Util <= %{xmlutil}
|
Obsoletes: php-pear-XML-Util < %{xmlutil}-%{release}
|
||||||
Provides: php-pear-XML-Util = %{xmlutil}-%{release}
|
Provides: php-pear-XML-Util = %{xmlutil}-%{release}
|
||||||
Requires: php-cli >= 5.1.0-1
|
Requires: php-cli >= 5.1.0-1
|
||||||
|
|
||||||
@ -197,6 +201,13 @@ rm new-pear.conf
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 04 2012 Remi Collet <remi@fedoraproject.org> 1:1.9.4-6
|
||||||
|
- fix Obsoletes version for XML_Util (#226295)
|
||||||
|
- add link to upstream bug - please Provides LICENSE file
|
||||||
|
https://pear.php.net/bugs/bug.php?id=19368
|
||||||
|
- add link to upstream bug - Incorrect FSF address
|
||||||
|
https://pear.php.net/bugs/bug.php?id=19367
|
||||||
|
|
||||||
* Mon Feb 27 2012 Remi Collet <remi@fedoraproject.org> 1:1.9.4-5
|
* Mon Feb 27 2012 Remi Collet <remi@fedoraproject.org> 1:1.9.4-5
|
||||||
- Update Archive_Tar to 1.3.9
|
- Update Archive_Tar to 1.3.9
|
||||||
- add patch from RHEL (Joe Orton)
|
- add patch from RHEL (Joe Orton)
|
||||||
|
Loading…
Reference in New Issue
Block a user