[perl-XML-LibXML] 2.0018 bump; revert the library version requirements

Petr Šabata psabata at fedoraproject.org
Tue May 14 12:50:25 UTC 2013


commit ac8f9aa10c62bba32ac8ad8c451144d2823cd4c2
Author: Petr Šabata <contyk at redhat.com>
Date:   Tue May 14 14:50:23 2013 +0200

    2.0018 bump; revert the library version requirements

 .gitignore           |    1 +
 perl-XML-LibXML.spec |    8 +++++---
 sources              |    2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 88c2a33..24b8f58 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@ XML-LibXML-1.70.tar.gz
 /XML-LibXML-2.0014.tar.gz
 /XML-LibXML-2.0016.tar.gz
 /XML-LibXML-2.0017.tar.gz
+/XML-LibXML-2.0018.tar.gz
diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec
index fcea752..6126ae9 100644
--- a/perl-XML-LibXML.spec
+++ b/perl-XML-LibXML.spec
@@ -3,7 +3,7 @@ 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.0017
+Version:        2.0018
 Release:        1%{?dist}
 Epoch:          1
 Summary:        Perl interface to the libxml2 library
@@ -11,7 +11,7 @@ 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 >= 2.9.0
+BuildRequires:  libxml2-devel
 BuildRequires:  perl(Devel::CheckLib)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Spec)
@@ -43,7 +43,6 @@ BuildRequires:  perl(threads)
 BuildRequires:  perl(threads::shared)
 BuildRequires:  perl(URI::file)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
-Requires:       libxml2 >= 2.9.0
 # threads and threads::shared are optional
 Provides:       perl-XML-LibXML-Common = %{version}
 Obsoletes:      perl-XML-LibXML-Common <= 0.13
@@ -100,6 +99,9 @@ fi
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue May 14 2013 Petr Šabata <contyk at redhat.com> - 1:2.0018-1
+- 2.0018 bump; revert the library version requirements
+
 * Mon May 13 2013 Jitka Plesnikova <jplesnik at redhat.com> - 1:2.0017-1
 - 2.0017 bump
 
diff --git a/sources b/sources
index 3bc2fa6..26f4564 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f71b192420fa93be3525d501f8c7b4ff  XML-LibXML-2.0017.tar.gz
+c5db1c6ba5f588802a5e1a15b5b6d653  XML-LibXML-2.0018.tar.gz


More information about the scm-commits mailing list