From 6a45490590c99aed8e7da3081a38b2ddb583f3a586f52ad6483b62a98d4d1451 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 17 Mar 2014 08:50:20 +0000 Subject: [PATCH] update OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML?expand=0&rev=46 --- XML-LibXML-2.0110.tar.gz | 3 --- XML-LibXML-2.0113.tar.gz | 3 +++ perl-XML-LibXML.changes | 41 ++++++++++++++++++++++++++++++++++++++++ perl-XML-LibXML.spec | 13 +++++++------ 4 files changed, 51 insertions(+), 9 deletions(-) delete mode 100644 XML-LibXML-2.0110.tar.gz create mode 100644 XML-LibXML-2.0113.tar.gz diff --git a/XML-LibXML-2.0110.tar.gz b/XML-LibXML-2.0110.tar.gz deleted file mode 100644 index ee06d98..0000000 --- a/XML-LibXML-2.0110.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6f5145aad385262156225c661343fdb63a1efbbad6810f0d878ba9abcf07094 -size 460123 diff --git a/XML-LibXML-2.0113.tar.gz b/XML-LibXML-2.0113.tar.gz new file mode 100644 index 0000000..d5a158c --- /dev/null +++ b/XML-LibXML-2.0113.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c2c69c28e513ad48caa13e526a52e269f0128f8514434764b766c6fd57545d3 +size 462886 diff --git a/perl-XML-LibXML.changes b/perl-XML-LibXML.changes index 0d74fcf..d57fa43 100644 --- a/perl-XML-LibXML.changes +++ b/perl-XML-LibXML.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Mon Mar 17 08:29:53 UTC 2014 - coolo@suse.com + +- updated to 2.0113 + - Fix test failures with older libxml2 versions. + - https://rt.cpan.org/Ticket/Display.html?id=93852 + - Thanks to Nick Wellnhofer for the patch. + - Thanks to the CPAN Testers for reporting this issue. + + 2.0112 Thu 13 Mar 20:16:52 IST 2014 + - Fix segfaults when accessing attributes of DTD nodes + - https://rt.cpan.org/Ticket/Display.html?id=71076 + - Thanks to Ralph Merridew for the report. + - Make $schema->validate work with elements. This uses + xmlSchemaValidateOneElement under the hood. + - https://rt.cpan.org/Ticket/Display.html?id=93496 + - Thanks to Jeremy Marshall for the report. + - Fix https://rt.cpan.org/Ticket/Display.html?id=93429 . + - Thanks to Nick Wellnhofer for the report and test. + - Apply patch to build with MSVC on Windows. + - https://rt.cpan.org/Ticket/Display.html?id=90064 + - Thanks to Nick Wellnhofer for the investigation and the patch. + + 2.0111 Wed 5 Mar 17:15:57 IST 2014 + - Skip t/40reader_mem_error.t with libxml2 < 2.7.4 + The failure is probably due to a known double-free bug. + - https://rt.cpan.org/Ticket/Display.html?id=84564 + - https://bugzilla.gnome.org/show_bug.cgi?id=447899 + - Thanks to Nick Wellnhofer for the pull request. + - Die if a file handle with an encoding layer returns more bytes + than requested in parse_fh. + - https://rt.cpan.org/Ticket/Display.html?id=78448 + - Make insertData, deleteData, replaceData work correctly with UTF-8 + strings. + - Fix substringData + - https://rt.cpan.org/Ticket/Display.html?id=88730 + - Fix "Threads still failing?" Bug report. + - https://rt.cpan.org/Ticket/Display.html?id=91800 + - Thanks to Daniel for the bug report and a test case, and to + YOREEK for the patch. + ------------------------------------------------------------------- Mon Feb 24 06:10:41 UTC 2014 - coolo@suse.com diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index 81558ea..d353a83 100644 --- a/perl-XML-LibXML.spec +++ b/perl-XML-LibXML.spec @@ -17,7 +17,7 @@ Name: perl-XML-LibXML -Version: 2.0110 +Version: 2.0113 Release: 0 %define cpan_name XML-LibXML Summary: Perl Binding for libxml2 @@ -31,15 +31,16 @@ BuildRequires: perl-macros BuildRequires: perl(ExtUtils::MakeMaker) >= 6.56 BuildRequires: perl(XML::NamespaceSupport) >= 1.07 BuildRequires: perl(XML::SAX) >= 0.11 +BuildRequires: perl(parent) +Requires: perl(ExtUtils::MakeMaker) >= 6.56 +Requires: perl(XML::NamespaceSupport) >= 1.07 +Requires: perl(XML::SAX) >= 0.11 +Requires: perl(parent) +%{perl_requires} # MANUAL BEGIN BuildRequires: pkgconfig(libxml-2.0) >= 2.9.0 Provides: perl-XML-LibXML-Common = %{version} Obsoletes: perl-XML-LibXML-Common < %{version} -# MANUAL END -Requires: perl(ExtUtils::MakeMaker) >= 6.56 -Requires: perl(XML::NamespaceSupport) >= 1.07 -Requires: perl(XML::SAX) >= 0.11 -%{perl_requires} %description This module is an interface to libxml2, providing XML and HTML parsers with