rpms/perl-XML-LibXSLT/devel perl-XML-LibXSLT.spec,1.21,1.22

Marcela Mašláňová mmaslano at fedoraproject.org
Fri Nov 20 08:57:55 UTC 2009


Author: mmaslano

Update of /cvs/pkgs/rpms/perl-XML-LibXSLT/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9610

Modified Files:
	perl-XML-LibXSLT.spec 
Log Message:
At least for build should be the module's version the same as XML::LibXML version.



Index: perl-XML-LibXSLT.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-XML-LibXSLT/devel/perl-XML-LibXSLT.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- perl-XML-LibXSLT.spec	20 Nov 2009 08:35:27 -0000	1.21
+++ perl-XML-LibXSLT.spec	20 Nov 2009 08:57:55 -0000	1.22
@@ -19,8 +19,9 @@ Requires:	perl(:MODULE_COMPAT_%(eval "`%
 
 # the package shares code with perl-XML-LibXML, we have to require a compatible version
 # see https://bugzilla.redhat.com/show_bug.cgi?id=469480
-BuildRequires:	perl(XML::LibXML) >= 1.67
-Requires:	perl(XML::LibXML) >= 1.67
+# for testing is needed the same version of XML::LibXML
+BuildRequires:	perl(XML::LibXML) >= 1.70
+Requires:	perl(XML::LibXML) >= 1.70
 
 %description
 This module is a fast XSLT library, based on the Gnome libxslt engine




More information about the scm-commits mailing list