[perl-XML-LibXSLT] 1.77 bump

Petr Šabata psabata at fedoraproject.org
Mon Feb 27 12:27:03 UTC 2012


commit dd7b8c65b500aa443d45eff749dffebf31bb0d32
Author: Petr Šabata <contyk at redhat.com>
Date:   Mon Feb 27 13:23:26 2012 +0100

    1.77 bump

 .gitignore            |    1 +
 perl-XML-LibXSLT.spec |   15 ++++++++++++---
 sources               |    2 +-
 3 files changed, 14 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2c4d0cf..f02cfde 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ XML-LibXSLT-1.70.tar.gz
 /XML-LibXSLT-1.74.tar.gz
 /XML-LibXSLT-1.75.tar.gz
 /XML-LibXSLT-1.76.tar.gz
+/XML-LibXSLT-1.77.tar.gz
diff --git a/perl-XML-LibXSLT.spec b/perl-XML-LibXSLT.spec
index 22c6e91..cd3b17f 100644
--- a/perl-XML-LibXSLT.spec
+++ b/perl-XML-LibXSLT.spec
@@ -1,6 +1,6 @@
 Name:		perl-XML-LibXSLT
 # NOTE: also update perl-XML-LibXML to a compatible version.  See below why.
-Version:	1.76
+Version:	1.77
 Release:	1%{?dist}
 Summary:	Perl module for interfacing to GNOME's libxslt
 Group:		Development/Libraries
@@ -8,16 +8,21 @@ 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-%{version}.tar.gz
 BuildRequires:	perl(Carp)
+BuildRequires:  perl(DynaLoader)
 BuildRequires:	perl(Encode)
 BuildRequires:	perl(Exporter)
 BuildRequires:	perl(ExtUtils::MakeMaker)
 BuildRequires:	perl(Test::More)
 BuildRequires:	libxslt-devel >= 1.1.18, gdbm-devel, libgcrypt-devel, libgpg-error-devel
-Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 # 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
 # for testing is needed the same version of XML::LibXML
 # BUT XML::LibXML has new bugfix releases, but XML::LibXSLT not
+BuildRequires:  perl(XML::LibXML::Boolean)
+BuildRequires:  perl(XML::LibXML::Literal)
+BuildRequires:  perl(XML::LibXML::NodeList)
+BuildRequires:  perl(XML::LibXML::Number)
 BuildRequires:	perl(XML::LibXML) >= %{version}
 Requires:	perl(XML::LibXML) >= %{version}
 
@@ -31,7 +36,7 @@ that you can find at http://www.xmlsoft.org/XSLT/
 %setup -q -n XML-LibXSLT-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
 make %{?_smp_mflags}
 
 %install
@@ -51,6 +56,10 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Feb 27 2012 Petr Šabata <contyk at redhat.com> - 1.77-1
+- 1.77 bump
+- Remove some ugly macros
+
 * Fri Jan 13 2012 Marcela Mašláňová <mmaslano at redhat.com> - 1.76-1
 - 1.76 bump
 
diff --git a/sources b/sources
index a500168..73ab410 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ea8faeac4b968d681f601aad5a4e9f6c  XML-LibXSLT-1.76.tar.gz
+a9cf4adb3637a0a42eb69a2998fa488e  XML-LibXSLT-1.77.tar.gz


More information about the scm-commits mailing list