rpms/perl-XML-Simple/FC-3 perl-XML-Simple.spec,1.5,1.6

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Mon Jun 12 19:07:34 UTC 2006


Author: jpo

Update of /cvs/extras/rpms/perl-XML-Simple/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26760/FC-3

Modified Files:
	perl-XML-Simple.spec 
Log Message:
Added missing requirement: perl(XML::Parser).


Index: perl-XML-Simple.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-XML-Simple/FC-3/perl-XML-Simple.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- perl-XML-Simple.spec	9 Sep 2005 10:35:39 -0000	1.5
+++ perl-XML-Simple.spec	12 Jun 2006 19:07:34 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           perl-XML-Simple
 Version:        2.14
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Easy API to maintain XML in Perl
 
 Group:          Development/Libraries
@@ -13,7 +13,8 @@
 BuildRequires:  perl >= 1:5.6.1
 BuildRequires:  perl(Tie::IxHash), perl(XML::NamespaceSupport)
 BuildRequires:  perl(XML::Parser), perl(XML::SAX)
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(XML::Parser)
 # XML-SAX-ExpatXS up to 0.98 has known namespace bugs, and will cause the
 # tests to fail if it is installed as the default SAX parser.
 BuildConflicts: perl(XML::SAX::ExpatXS)
@@ -51,13 +52,15 @@
 
 %files
 %defattr(-,root,root,-)
-# For license text(s), see the perl package.
 %doc Changes README
 %{perl_vendorlib}/XML/
-%{_mandir}/man3/*.3*
+%{_mandir}/man3/*.3pm*
 
 
 %changelog
+* Sat Jun 10 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.14-2
+- Added missing requirement: perl(XML::Parser).
+
 * Fri Sep  9 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.14-1
 - Update to 2.14.
 - Added the dist tag.




More information about the fedora-extras-commits mailing list