diff --git a/XML-LibXML-1.70.tar.bz2 b/XML-LibXML-1.70.tar.bz2 deleted file mode 100644 index e9a4993..0000000 --- a/XML-LibXML-1.70.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eaa40e263510675e292f4fcaa2051eac332e224ff86e106dd68f3cd1f63ccde7 -size 273942 diff --git a/XML-LibXML-1.71.tar.bz2 b/XML-LibXML-1.71.tar.bz2 new file mode 100644 index 0000000..192f836 --- /dev/null +++ b/XML-LibXML-1.71.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de2d56cddc7c2c45057bc7c83d564bc94f22ee4b96205f1a2fb24492800e5bf7 +size 275323 diff --git a/perl-XML-LibXML.changes b/perl-XML-LibXML.changes index 0cff267..647eaea 100644 --- a/perl-XML-LibXML.changes +++ b/perl-XML-LibXML.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Thu Jun 16 07:37:20 UTC 2011 - vcizek@novell.com + +- update to 1.71 + - turn XML_LIBXML_PARSE_DEFAULTS constant to $XML::LibXML::XML_LIBXML_PARSE_DEFAULTS + - Apply 0001-XML-LibXML-Error-no-need-to-AUTOLOAD-domain.patch from + https://rt.cpan.org/Public/Bug/Display.html?id=68575 - no need to + AUTOLOAD 'domain' because a method like that exists. + - Apply 0002-XML-LibXML-Error-avoid-AUTOLOAD.patch from + https://rt.cpan.org/Public/Bug/Display.html?id=68575 - get rid of + AUTOLOAD completely. + - Apply 0003-XML-LibXML-Error-make-domain-work-for-unknown-domain.patch + from https://rt.cpan.org/Public/Bug/Display.html?id=68575 - handle + unknown domains. + - Apply 0004-XML-LibXML-Error-add-domains-from-newer-libxml2.patch + from https://rt.cpan.org/Public/Bug/Display.html?id=68575 - add more + errors. + - Apply 0005-XML-LibXML-Error-avoid-malformed-UTF-8-warnings.patch + from https://rt.cpan.org/Public/Bug/Display.html?id=68575 + - In replaceDataString - use + http://perldoc.perl.org/functions/quotemeta.html instead of a long (and + incomplete) list of characters to escape. + -- With test. + -- also fix deleteDataString by making it use replaceDataString + for help. + -- Fixing https://rt.cpan.org/Ticket/Display.html?id=68564 + ------------------------------------------------------------------- Wed Dec 1 13:36:13 UTC 2010 - coolo@novell.com diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index b8ae5bb..eeb12e7 100644 --- a/perl-XML-LibXML.spec +++ b/perl-XML-LibXML.spec @@ -1,5 +1,5 @@ # -# spec file for package perl-XML-LibXML (Version 1.70) +# spec file for package perl-XML-LibXML (Version 1.71) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -21,11 +21,11 @@ Name: perl-XML-LibXML %define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) Summary: Perl Binding for libxml2 -Version: 1.70 +Version: 1.71 Release: 8 AutoReqProv: on Group: Development/Libraries/Perl -License: Artistic License .. +License: GPL-1.0+ or Artistic Url: http://search.cpan.org/dist/XML-LibXML/ Source: %{cpan_name}-%{version}.tar.bz2 Patch: %{name}-utf16.diff @@ -45,11 +45,6 @@ provides interfaces for parsing and manipulating XML files. This module allows Perl programmers to make use of the highly capable validating XML parser and the high performance DOM implementation. -Authors: - - Matt Sergeant, Christian Glahn, Petr Pajas - - %prep %setup -q -n %{cpan_name}-%{version} %patch