[perl-XML-LibXSLT] 1.80 bump

Petr Šabata psabata at fedoraproject.org
Thu Jan 24 13:08:54 UTC 2013


commit 0cfac90f7e446781c5e4fb4dfa88668b8a43ee59
Author: Petr Šabata <contyk at redhat.com>
Date:   Thu Jan 24 14:08:47 2013 +0100

    1.80 bump

 .gitignore            |    1 +
 perl-XML-LibXSLT.spec |   11 +++++++----
 sources               |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c1de8b5..be281e7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ XML-LibXSLT-1.70.tar.gz
 /XML-LibXSLT-1.77.tar.gz
 /XML-LibXSLT-1.78.tar.gz
 /XML-LibXSLT-1.79.tar.gz
+/XML-LibXSLT-1.80.tar.gz
diff --git a/perl-XML-LibXSLT.spec b/perl-XML-LibXSLT.spec
index c4a792c..9385da3 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.79
+Version:	1.80
 Release:	1%{?dist}
 Summary:	Perl module for interfacing to GNOME's libxslt
 Group:		Development/Libraries
@@ -13,7 +13,7 @@ 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
+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
 # see https://bugzilla.redhat.com/show_bug.cgi?id=469480
@@ -41,8 +41,8 @@ make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
+find %{buildroot} -type f -name .packlist -exec rm -f {} +
+find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} +
 chmod -R u+w %{buildroot}/*
 
 %check
@@ -55,6 +55,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jan 24 2013 Petr Šabata <contyk at redhat.com> - 1.80-1
+- 1.80 bump
+
 * Mon Nov 26 2012 Petr Pisar <ppisar at redhat.com> - 1.79-1
 - 1.79 bump
 
diff --git a/sources b/sources
index 2fe71ac..961a619 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-92dfd4188353d50f0aa1f848f379914f  XML-LibXSLT-1.79.tar.gz
+bd8d0eaeee311a6dc148963a3f7753c6  XML-LibXSLT-1.80.tar.gz


More information about the scm-commits mailing list