From 8ce431799030dc6e7b41f586012ab4fe76adc724337381389fab6e6e5aaa3d2b Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 27 Jun 2016 10:43:04 +0000 Subject: [PATCH] Accepting request 404934 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/404934 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML?expand=0&rev=64 --- XML-LibXML-2.0125.tar.gz | 3 --- XML-LibXML-2.0126.tar.gz | 3 +++ perl-XML-LibXML.changes | 16 ++++++++++++++++ perl-XML-LibXML.spec | 6 +++++- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 XML-LibXML-2.0125.tar.gz create mode 100644 XML-LibXML-2.0126.tar.gz diff --git a/XML-LibXML-2.0125.tar.gz b/XML-LibXML-2.0125.tar.gz deleted file mode 100644 index 8b95368..0000000 --- a/XML-LibXML-2.0125.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01407fe313893dabb138a817897277dbdabcd0cbcbaca4628a16b7cb6fd86bd7 -size 465206 diff --git a/XML-LibXML-2.0126.tar.gz b/XML-LibXML-2.0126.tar.gz new file mode 100644 index 0000000..14d98f6 --- /dev/null +++ b/XML-LibXML-2.0126.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e735ab72e2ba77070a58a737fd6c61fa6aa198527abc59a5d5627f0650a60af +size 465800 diff --git a/perl-XML-LibXML.changes b/perl-XML-LibXML.changes index b140302..9bf0f8a 100644 --- a/perl-XML-LibXML.changes +++ b/perl-XML-LibXML.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Jun 27 08:44:41 UTC 2016 - coolo@suse.com + +- updated to 2.0126 + see /usr/share/doc/packages/perl-XML-LibXML/Changes + + 2.0126 2016-06-24 + - Workaround RT#114638: + - 2.9.4 broke XSD Schema support. + - https://rt.cpan.org/Public/Bug/Display.html?id=114638 + - https://github.com/shlomif/libxml2-2.9.4-reader-schema-regression + - https://bugzilla.gnome.org/show_bug.cgi?id=766834 + - https://github.com/shlomif/perl-XML-LibXML/pull/1 + - Thanks to Paul for the report and to RURBAN for a pull-req. + - Add t/release-kwalitee.t for testing CPANTS Kwalitee. + ------------------------------------------------------------------- Tue May 31 11:24:38 UTC 2016 - coolo@suse.com diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index c12e240..18c6819 100644 --- a/perl-XML-LibXML.spec +++ b/perl-XML-LibXML.spec @@ -17,7 +17,7 @@ Name: perl-XML-LibXML -Version: 2.0125 +Version: 2.0126 Release: 0 %define cpan_name XML-LibXML Summary: Perl Binding for libxml2 @@ -31,9 +31,13 @@ BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(XML::NamespaceSupport) >= 1.07 BuildRequires: perl(XML::SAX) >= 0.11 +BuildRequires: perl(XML::SAX::Base) +BuildRequires: perl(XML::SAX::Exception) BuildRequires: perl(parent) Requires: perl(XML::NamespaceSupport) >= 1.07 Requires: perl(XML::SAX) >= 0.11 +Requires: perl(XML::SAX::Base) +Requires: perl(XML::SAX::Exception) Requires: perl(parent) %{perl_requires} # MANUAL BEGIN