rpms/perl-XML-LibXSLT/F-9 perl-XML-LibXSLT.spec,1.13,1.14

Štěpán Kasal kasal at fedoraproject.org
Mon Nov 3 14:55:36 UTC 2008


Author: kasal

Update of /cvs/extras/rpms/perl-XML-LibXSLT/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27454

Modified Files:
	perl-XML-LibXSLT.spec 
Log Message:
- require XML::LibXML of the same version


Index: perl-XML-LibXSLT.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-XML-LibXSLT/F-9/perl-XML-LibXSLT.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- perl-XML-LibXSLT.spec	4 Mar 2008 04:52:33 -0000	1.13
+++ perl-XML-LibXSLT.spec	3 Nov 2008 14:55:06 -0000	1.14
@@ -1,20 +1,27 @@
 %{!?perl_vendorarch: %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)}
 
 Name:		perl-XML-LibXSLT
-Version:	1.63
-Release:	5%{?dist}
+
+# NOTE: also update perl-XML-LibXML to the matching version.  See below why.
+Version:	1.66
+Release:	2%{?dist}
 
 Summary:	Perl module for interfacing to GNOME's libxslt
 
 Group:		Development/Libraries
 License:	GPL+ or Artistic
 URL:		http://search.cpan.org/dist/XML-LibXSLT/
-Source0:	http://search.cpan.org/CPAN/authors/id/P/PA/PAJAS/XML-LibXSLT-1.63.tar.gz
+Source0:	http://search.cpan.org/CPAN/authors/id/P/PA/PAJAS/XML-LibXSLT-1.66.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  perl >= 1:5.6.1, perl-devel, perl(XML::LibXML) >= 1.60
-BuildRequires:	libxslt-devel >= 1.0.6, gdbm-devel
+BuildRequires:  perl >= 1:5.6.1, perl-devel
+BuildRequires:	libxslt-devel >= 1.1.18, gdbm-devel
 Requires:  	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+# the package shares code with perl-XML-LibXML, we have to require the same version
+# see https://bugzilla.redhat.com/show_bug.cgi?id=469480
+BuildRequires:  perl(XML::LibXML) = %{version}
+Requires:       perl(XML::LibXML) = %{version}
+
 %description
 This module is a fast XSLT library, based on the Gnome libxslt engine
 that you can find at http://www.xmlsoft.org/XSLT/
@@ -34,7 +41,7 @@
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
-%check || :
+%check
 make test
 
 %clean
@@ -49,6 +56,15 @@
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Nov  3 2008 Stepan Kasal <skasal at redhat.com> - 1.66-2
+- require XML::LibXML of the same version
+
+* Fri Aug  8 2008 Zing <zing at fastmail.fm> - 1.66-1
+- update to 1.66
+
+* Sat May 31 2008 Zing <zing at fastmail.fm> - 1.63-6
+- rpm check stage barfs on || :
+
 * Mon Mar  3 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.63-5
 - rebuild for new perl (again)
 




More information about the Fedora-perl-devel-list mailing list