8
0
Stephan Kulow
2014-03-17 08:50:20 +00:00
committed by Git OBS Bridge
parent 1788b15d13
commit 6a45490590
4 changed files with 51 additions and 9 deletions

BIN
XML-LibXML-2.0110.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
XML-LibXML-2.0113.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -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 Mon Feb 24 06:10:41 UTC 2014 - coolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: perl-XML-LibXML Name: perl-XML-LibXML
Version: 2.0110 Version: 2.0113
Release: 0 Release: 0
%define cpan_name XML-LibXML %define cpan_name XML-LibXML
Summary: Perl Binding for libxml2 Summary: Perl Binding for libxml2
@@ -31,15 +31,16 @@ BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.56 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.56
BuildRequires: perl(XML::NamespaceSupport) >= 1.07 BuildRequires: perl(XML::NamespaceSupport) >= 1.07
BuildRequires: perl(XML::SAX) >= 0.11 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 # MANUAL BEGIN
BuildRequires: pkgconfig(libxml-2.0) >= 2.9.0 BuildRequires: pkgconfig(libxml-2.0) >= 2.9.0
Provides: perl-XML-LibXML-Common = %{version} Provides: perl-XML-LibXML-Common = %{version}
Obsoletes: 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 %description
This module is an interface to libxml2, providing XML and HTML parsers with This module is an interface to libxml2, providing XML and HTML parsers with