Hello community, here is the log from the commit of package perl-XML-LibXML checked in at Thu Dec 14 02:05:23 CET 2006. -------- --- perl-XML-LibXML/perl-XML-LibXML.changes 2006-09-25 15:24:54.000000000 +0200 +++ /mounts/work_src_done/STABLE/perl-XML-LibXML/perl-XML-LibXML.changes 2006-12-13 14:21:15.000000000 +0100 @@ -1,0 +2,20 @@ +Wed Dec 13 14:19:52 CET 2006 - anicka@suse.cz + +- update to 1.62001 + * interface to libxml2's pull-parser XML::LibXML::Reader + * make error messages intended to the user report the line of the + application call rather than that of the internal XS call + * XML::LibXML::Attr->serializeContent added + * fix getAttributeNode etc. w.r.t. + * warn if runtime libxml2 is older than the one used at the + compile time + * if compiled against libxml2 >= 2.6.27, new parse_html_* + implementation is used allowing encoding and other options + to be passed to the parser + * DOM-compliant nodeNames: #comment, #text, #cdata, #document, + #document-fragment + * toString on empty text node returns empty string, not undef + * cloneNode copies attributes on an element as required + by the DOM spec + +------------------------------------------------------------------- Old: ---- XML-LibXML-1.61.tar.bz2 New: ---- XML-LibXML-1.62001.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-XML-LibXML.spec ++++++ --- /var/tmp/diff_new_pack.wifvO1/_old 2006-12-14 02:04:51.000000000 +0100 +++ /var/tmp/diff_new_pack.wifvO1/_new 2006-12-14 02:04:51.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package perl-XML-LibXML (Version 1.61) +# spec file for package perl-XML-LibXML (Version 1.62001) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,8 +12,9 @@ Name: perl-XML-LibXML BuildRequires: libxml2-devel libxml2-test -Version: 1.61 +Version: 1.62001 Release: 1 +%define real_version 1.62 Requires: perl = %{perl_version} perl-XML-LibXML-Common perl-XML-SAX Autoreqprov: on Group: Development/Libraries/Perl @@ -33,7 +34,8 @@ %prep -%setup -q -n XML-LibXML-%{version} +#%setup -q -n XML-LibXML-%{version} +%setup -q -n XML-LibXML-%{real_version} %build perl Makefile.PL @@ -56,6 +58,23 @@ /var/adm/perl-modules/%{name} %changelog -n perl-XML-LibXML +* Wed Dec 13 2006 - anicka@suse.cz +- update to 1.62001 + * interface to libxml2's pull-parser XML::LibXML::Reader + * make error messages intended to the user report the line of the + application call rather than that of the internal XS call + * XML::LibXML::Attr->serializeContent added + * fix getAttributeNode etc. w.r.t. + * warn if runtime libxml2 is older than the one used at the + compile time + * if compiled against libxml2 >= 2.6.27, new parse_html_* + implementation is used allowing encoding and other options + to be passed to the parser + * DOM-compliant nodeNames: #comment, #text, #cdata, #document, + [#]document-fragment + * toString on empty text node returns empty string, not undef + * cloneNode copies attributes on an element as required + by the DOM spec * Mon Sep 25 2006 - anicka@suse.cz - update to 1.61 * get{Elements,Children}By{TagName,TagNameNS,LocalName} now ++++++ XML-LibXML-1.61.tar.bz2 -> XML-LibXML-1.62001.tar.bz2 ++++++ ++++ 12499 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de