[perl-XML-LibXML] 2.0012 bump

Petr Pisar ppisar at fedoraproject.org
Mon Nov 12 08:24:16 UTC 2012


commit ee83918e90511fa276d872108cef2377389b306d
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Nov 12 09:23:47 2012 +0100

    2.0012 bump

 .gitignore           |    1 +
 perl-XML-LibXML.spec |   12 ++++++------
 sources              |    2 +-
 3 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a788ac1..71e9e39 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ XML-LibXML-1.70.tar.gz
 /XML-LibXML-2.0007.tar.gz
 /XML-LibXML-2.0008.tar.gz
 /XML-LibXML-2.0010.tar.gz
+/XML-LibXML-2.0012.tar.gz
diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec
index b08953d..640e3e6 100644
--- a/perl-XML-LibXML.spec
+++ b/perl-XML-LibXML.spec
@@ -3,16 +3,14 @@ Name:           perl-XML-LibXML
 # https://bugzilla.redhat.com/show_bug.cgi?id=469480
 # it might not be needed anymore
 # this module is maintained, the other is not
-Version:        2.0010
-Release:        2%{?dist}
+Version:        2.0012
+Release:        1%{?dist}
 Epoch:          1
 Summary:        Perl interface to the libxml2 library
-
 Group:          Development/Libraries
 License:        (GPL+ or Artistic) and MIT
 URL:            http://search.cpan.org/dist/XML-LibXML/
 Source0:        http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-LibXML-%{version}.tar.gz 
-
 BuildRequires:  libxml2-devel
 BuildRequires:  perl(Devel::CheckLib)
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -34,12 +32,12 @@ BuildRequires:  perl(XML::SAX::Base)
 BuildRequires:  perl(XML::SAX::DocumentLocator)
 BuildRequires:  perl(XML::SAX::Exception)
 # Tests
-# Optional Test::Differences has a fall-back
 BuildRequires:  perl(Errno)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(XML::SAX)
 # Optional tests
+# Optional Test::Differences has a fall-back
 BuildRequires:  perl(Test::Pod) >= 1.14
 BuildRequires:  perl(threads)
 BuildRequires:  perl(threads::shared)
@@ -75,7 +73,6 @@ make %{?_smp_mflags}
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';'
-find %{buildroot} -type d -depth -exec rmdir {} ';' 2>/dev/null
 chmod -R u+w %{buildroot}/*
 
 %check
@@ -102,6 +99,9 @@ fi
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Nov 12 2012 Petr Pisar <ppisar at redhat.com> - 1:2.0012-1
+- 2.0012 bump
+
 * Thu Nov  8 2012 Marcela Mašláňová <mmaslano at redhat.com> - 1:2.0010-2
 - fix license field, under MIT is one example
 
diff --git a/sources b/sources
index d88d84a..e51cd21 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c95bbf6bdaef0b16bd7979f7e4f97ec8  XML-LibXML-2.0010.tar.gz
+877313023765c33d8b9d2fead36ad5c3  XML-LibXML-2.0012.tar.gz



More information about the perl-devel mailing list