rpms/perl-XML-LibXML/devel perl-XML-LibXML.spec,1.22,1.23

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Jan 28 21:07:29 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/perl-XML-LibXML/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23774

Modified Files:
	perl-XML-LibXML.spec 
Log Message:
disable hacks, build normally


Index: perl-XML-LibXML.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-XML-LibXML/devel/perl-XML-LibXML.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- perl-XML-LibXML.spec	25 Jan 2008 03:33:49 -0000	1.22
+++ perl-XML-LibXML.spec	28 Jan 2008 21:06:47 -0000	1.23
@@ -1,6 +1,6 @@
 Name:           perl-XML-LibXML
 Version:        1.65
-Release:        1%{?dist}.1
+Release:        2%{?dist}
 Summary:        Perl interface to the libxml2 library
 
 Group:          Development/Libraries
@@ -14,8 +14,7 @@
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Source0:        http://www.cpan.org/authors/id/P/PA/PAJAS/XML-LibXML-%{version}.tar.gz
 BuildRequires:  perl(XML::LibXML::Common), perl(XML::NamespaceSupport)
-# Break dependency loop
-# BuildRequires:  perl(XML::SAX)
+BuildRequires:  perl(XML::SAX)
 BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test::More)
 BuildRequires:  libxml2-devel
 
@@ -47,7 +46,7 @@
 done
 
 %check
-# make test
+make test
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -73,6 +72,9 @@
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Jan 28 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.65-2
+- disable hacks, build normally
+
 * Thu Jan 24 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.65-1.1
 - rebuild for new perl, first pass, temporarily disable BR: XML::Sax, tests
 




More information about the fedora-extras-commits mailing list