From 57e9aafc1c2b9800db6732e20d3a5abb8c2317246e774252fec4c3628025dcd7 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 27 Jul 2013 12:34:40 +0000 Subject: [PATCH] - updated to 2.0019 - Correct typos reported in RT #86599. - https://rt.cpan.org/Ticket/Display.html?id=86599 - Thanks to dsteinbrunner. - Revert previous change of minimal version of libxml2. - This change proved to be unpopular and didn't prevent the CPAN test failures. - By SHLOMIF - Made the minimal version of libxml2 2.9.0 as previous versions were too buggy due to spuriourous CPAN test failures. - Please upgrade. - By SHLOMIF - Don't enable XML_PARSE_HUGE by default. - Fix the previous version due to a mercurial SNAFU. - Don't enable XML_PARSE_HUGE by default. - https://bitbucket.org/shlomif/perl-xml-libxml/pull-request/19 - Thanks to Grant McLean ( https://metacpan.org/author/GRANTM ) for the bug report and patch. - Got 40reader_mem_error.t to not fetch the external DTDs. - https://rt.cpan.org/Public/Bug/Display.html?id=81703 - Thanks to Alexandr Ciornii (CHORNY) for the report and Slaven Rezic (SREZIC) for the analysis and a proposed fix. - Fix a memory error (double-free) in XML::LibXML::Reader if we reached EOF and OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML?expand=0&rev=38 --- XML-LibXML-1.95.tar.gz | 3 --- XML-LibXML-2.0019.tar.gz | 3 +++ perl-XML-LibXML.changes | 38 ++++++++++++++++++++++++++++++++++++++ perl-XML-LibXML.spec | 11 +++++------ 4 files changed, 46 insertions(+), 9 deletions(-) delete mode 100644 XML-LibXML-1.95.tar.gz create mode 100644 XML-LibXML-2.0019.tar.gz diff --git a/XML-LibXML-1.95.tar.gz b/XML-LibXML-1.95.tar.gz deleted file mode 100644 index 7436bed..0000000 --- a/XML-LibXML-1.95.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ae1f56d743d84108ba697bd43ba19e3417e9c16f2e09a0cadb3b2b1ca528f0e -size 440884 diff --git a/XML-LibXML-2.0019.tar.gz b/XML-LibXML-2.0019.tar.gz new file mode 100644 index 0000000..7064c30 --- /dev/null +++ b/XML-LibXML-2.0019.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e1ed9eb5f000e764292f3c398caa02b91eb51ad2412d6491a22f6b00159dc6 +size 452874 diff --git a/perl-XML-LibXML.changes b/perl-XML-LibXML.changes index 984497e..7015b1f 100644 --- a/perl-XML-LibXML.changes +++ b/perl-XML-LibXML.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Sat Jul 27 11:59:01 UTC 2013 - coolo@suse.com + +- updated to 2.0019 + - Correct typos reported in RT #86599. + - https://rt.cpan.org/Ticket/Display.html?id=86599 + - Thanks to dsteinbrunner. + + - Revert previous change of minimal version of libxml2. + - This change proved to be unpopular and didn't prevent + the CPAN test failures. + - By SHLOMIF + + - Made the minimal version of libxml2 2.9.0 as previous versions were + too buggy due to spuriourous CPAN test failures. + - Please upgrade. + - By SHLOMIF + + - Don't enable XML_PARSE_HUGE by default. + - Fix the previous version due to a mercurial SNAFU. + + - Don't enable XML_PARSE_HUGE by default. + - https://bitbucket.org/shlomif/perl-xml-libxml/pull-request/19 + - Thanks to Grant McLean ( https://metacpan.org/author/GRANTM ) for + the bug report and patch. + + - Got 40reader_mem_error.t to not fetch the external DTDs. + - https://rt.cpan.org/Public/Bug/Display.html?id=81703 + - Thanks to Alexandr Ciornii (CHORNY) for the report and Slaven + Rezic (SREZIC) for the analysis and a proposed fix. + + - Fix a memory error (double-free) in XML::LibXML::Reader if we reached + EOF and + then called destroy. + - discovered by Shlomi Fish. + - Fixed by Shlomi Fish. + - see t/40reader_mem_error.t + ------------------------------------------------------------------- Fri May 25 08:40:07 UTC 2012 - dvaleev@suse.com diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index d81de69..ba9d7b5 100644 --- a/perl-XML-LibXML.spec +++ b/perl-XML-LibXML.spec @@ -1,7 +1,7 @@ # # spec file for package perl-XML-LibXML # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,21 +16,20 @@ # - Name: perl-XML-LibXML -Version: 1.95 +Version: 2.0019 Release: 0 -License: GPL-1.0+ or Artistic-1.0 %define cpan_name XML-LibXML Summary: Perl Binding for libxml2 -Url: http://search.cpan.org/dist/XML-LibXML/ +License: GPL-1.0+ or Artistic-1.0 Group: Development/Libraries/Perl +Url: http://search.cpan.org/dist/XML-LibXML/ Source: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz BuildRequires: perl +BuildRequires: perl-macros BuildRequires: perl(ExtUtils::MakeMaker) >= 6.56 BuildRequires: perl(XML::NamespaceSupport) >= 1.07 BuildRequires: perl(XML::SAX) >= 0.11 -BuildRequires: perl-macros BuildRequires: pkgconfig(libxml-2.0) >= 2.6.16 Requires: perl(XML::NamespaceSupport) >= 1.07 Requires: perl(XML::SAX) >= 0.11