[perl-XML-LibXSLT] 1.81 bump

Jitka Plesnikova jplesnik at fedoraproject.org
Wed Jul 24 16:51:12 UTC 2013


commit b23e82c2f12e59f25b0ebf5fcb1da616d58dc157
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Wed Jul 24 18:50:30 2013 +0200

    1.81 bump

 .gitignore            |    1 +
 perl-XML-LibXSLT.spec |   19 +++++++++++++++++--
 sources               |    2 +-
 3 files changed, 19 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index be281e7..c8e399c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ XML-LibXSLT-1.70.tar.gz
 /XML-LibXSLT-1.78.tar.gz
 /XML-LibXSLT-1.79.tar.gz
 /XML-LibXSLT-1.80.tar.gz
+/XML-LibXSLT-1.81.tar.gz
diff --git a/perl-XML-LibXSLT.spec b/perl-XML-LibXSLT.spec
index 994c499..28b4cb1 100644
--- a/perl-XML-LibXSLT.spec
+++ b/perl-XML-LibXSLT.spec
@@ -1,18 +1,29 @@
 Name:		perl-XML-LibXSLT
 # NOTE: also update perl-XML-LibXML to a compatible version.  See below why.
-Version:	1.80
-Release:	2%{?dist}
+Version:	1.81
+Release:	1%{?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/S/SH/SHLOMIF/XML-LibXSLT-%{version}.tar.gz
+BuildRequires:	perl
 BuildRequires:	perl(Carp)
+BuildRequires:	perl(Config)
+BuildRequires:	perl(Cwd)
+BuildRequires:	perl(Data::Dumper)
+BuildRequires:	perl(Devel::Peek)
 BuildRequires:	perl(DynaLoader)
 BuildRequires:	perl(Encode)
 BuildRequires:	perl(Exporter)
 BuildRequires:	perl(ExtUtils::MakeMaker)
+BuildRequires:	perl(File::Spec)
+BuildRequires:	perl(IO::Socket::INET)
+BuildRequires:	perl(strict)
+BuildRequires:	perl(Test)
 BuildRequires:	perl(Test::More)
+BuildRequires:	perl(vars)
+BuildRequires:	perl(warnings)
 BuildRequires:	libxslt-devel >= 1.1.28, 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
@@ -55,6 +66,10 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed Jul 24 2013 Jitka Plesnikova <jplesnik at redhat.com> - 1.81-1
+- 1.81 bump
+- Specify all dependencies
+
 * Wed Jul 24 2013 Petr Pisar <ppisar at redhat.com> - 1.80-2
 - Perl 5.18 rebuild
 
diff --git a/sources b/sources
index 961a619..1e04139 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bd8d0eaeee311a6dc148963a3f7753c6  XML-LibXSLT-1.80.tar.gz
+a721424c905eca40b1b7af9abe32ff76  XML-LibXSLT-1.81.tar.gz


More information about the scm-commits mailing list