[perl-XML-LibXSLT] 1.74 bump

Petr Sabata psabata at fedoraproject.org
Wed Oct 26 12:27:18 UTC 2011


commit eb157dd6dcd6f528d44cb2eab0efb7519bfa10d2
Author: Petr Sabata <contyk at redhat.com>
Date:   Wed Oct 26 14:25:00 2011 +0200

    1.74 bump

 .gitignore            |    1 +
 perl-XML-LibXSLT.spec |   10 +++++++---
 sources               |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4b15b39..e1bbbc1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ XML-LibXSLT-1.70.tar.gz
 /XML-LibXSLT-1.71.tar.gz
 /XML-LibXSLT-1.72.tar.gz
 /XML-LibXSLT-1.73.tar.gz
+/XML-LibXSLT-1.74.tar.gz
diff --git a/perl-XML-LibXSLT.spec b/perl-XML-LibXSLT.spec
index ecd98f9..9bf8eca 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.73
+Version:	1.74
 Release:	1%{?dist}
 Summary:	Perl module for interfacing to GNOME's libxslt
 Group:		Development/Libraries
@@ -8,9 +8,11 @@ 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(Encode)
 BuildRequires:	perl(Exporter)
 BuildRequires:	perl(ExtUtils::MakeMaker)
-BuildRequires:  libxslt-devel >= 1.1.18, gdbm-devel, libgcrypt-devel, libgpg-error-devel
+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))
 # 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
@@ -49,6 +51,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed Oct 26 2011 Petr Sabata <contyk at redhat.com> - 1.74-1
+- 1.74 bump
+
 * Tue Oct 11 2011 Petr Sabata <contyk at redhat.com> - 1.73-1
 - 1.73 bump
 
@@ -159,4 +164,3 @@ make test
 
 * Fri Feb 25 2005 Zing <shishz at hotpop.com> - 1.57-1
 - First build.
-
diff --git a/sources b/sources
index f779ab9..25113c4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-99b372c85cae773a073d4387e305c29c  XML-LibXSLT-1.73.tar.gz
+f0682d791dcf3391776b3e983f8bd328  XML-LibXSLT-1.74.tar.gz



More information about the perl-devel mailing list