Hello community, here is the log from the commit of package libxml2 checked in at Sun May 21 19:04:01 CEST 2006. -------- --- libxml2/libxml2-python.changes 2006-01-25 21:37:49.000000000 +0100 +++ libxml2/libxml2-python.changes 2006-05-16 14:11:22.000000000 +0200 @@ -1,0 +2,5 @@ +Tue May 16 14:11:08 CEST 2006 - ke@suse.de + +- Version 2.6.24. + +------------------------------------------------------------------- --- libxml2/libxml2-test.changes 2006-01-25 21:37:49.000000000 +0100 +++ libxml2/libxml2-test.changes 2006-05-16 14:11:42.000000000 +0200 @@ -1,0 +2,5 @@ +Tue May 16 14:11:30 CEST 2006 - ke@suse.de + +- Update 2.6.24. + +------------------------------------------------------------------- --- libxml2/libxml2.changes 2006-02-17 20:09:06.000000000 +0100 +++ libxml2/libxml2.changes 2006-05-16 14:11:00.000000000 +0200 @@ -1,0 +2,15 @@ +Tue May 16 14:05:07 CEST 2006 - ke@suse.de + +- 2.6.24; NEWS extract from http://xmlsoft.org/ : + * Improvements: XML catalog debugging; update to Unicode 4.01. + * Bug fixes: xmlParseChunk() problem in 2.6.23, + xmlParseInNodeContext() on HTML docs, comment streaming bug + xmlParseComment, regexp bug fixes, xmlGetNodePath on text/CDATA, one + Relax-NG interleave bug, XSD bugfixes, etc. + * Documentation: man pages updates and cleanups + * New features: + - Relax NG structure error handlers. + - xmlDOMWrapReconcileNamespaces xmlDOMWrapCloneNode. +- libxml2-python-whitespace.diff: Remove it, obsolete. + +------------------------------------------------------------------- Old: ---- libxml2-2.6.23.tar.bz2 libxml2-python-whitespace.diff New: ---- libxml2-2.6.24.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libxml2-python.spec ++++++ --- /var/tmp/diff_new_pack.JRSseJ/_old 2006-05-21 19:03:35.000000000 +0200 +++ /var/tmp/diff_new_pack.JRSseJ/_new 2006-05-21 19:03:35.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package libxml2-python (Version 2.6.23) +# spec file for package libxml2-python (Version 2.6.24) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -18,11 +18,11 @@ Group: Development/Libraries/Python Autoreqprov: on Summary: Python Bindings for libxml2 -Version: 2.6.23 -Release: 4 +Version: 2.6.24 +Release: 1 Source: libxml2-%{version}.tar.bz2 Patch: libxml2-2.6.22-python-linkflags.patch -Patch1: libxml2-python-whitespace.diff +# Patch1: libxml2-python-whitespace.diff %{py_requires} Requires: libxml2 = %{version} # libxml tarball is contained in libxml2 source rpm @@ -52,7 +52,7 @@ %prep %setup -q -n libxml2-%{version} %patch -p1 -%patch1 -p1 +# %patch1 -p1 %build autoreconf --force --install @@ -93,6 +93,8 @@ %doc python/tests/*.py %changelog -n libxml2-python +* Tue May 16 2006 - ke@suse.de +- Version 2.6.24. * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Mon Jan 09 2006 - ke@suse.de ++++++ libxml2-test.spec ++++++ --- /var/tmp/diff_new_pack.JRSseJ/_old 2006-05-21 19:03:36.000000000 +0200 +++ /var/tmp/diff_new_pack.JRSseJ/_new 2006-05-21 19:03:36.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package libxml2-test (Version 2.6.23) +# spec file for package libxml2-test (Version 2.6.24) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -19,8 +19,8 @@ Group: System/Libraries Autoreqprov: on Summary: Test Cases for libxml2 -Version: 2.6.23 -Release: 4 +Version: 2.6.24 +Release: 1 Source: libxml2-%{version}.tar.bz2 # Source: ftp://ftp.xmlsoft.org/%{name}-%{version}.tar.bz2 # Source: ftp://fr.rpmfind.net/pub/libxml/libxml2-%{version}.tar.bz2 @@ -66,6 +66,8 @@ %doc TODO %changelog -n libxml2-test +* Tue May 16 2006 - ke@suse.de +- Update 2.6.24. * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Mon Jan 09 2006 - ke@suse.de ++++++ libxml2.spec ++++++ --- /var/tmp/diff_new_pack.JRSseJ/_old 2006-05-21 19:03:36.000000000 +0200 +++ /var/tmp/diff_new_pack.JRSseJ/_new 2006-05-21 19:03:36.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package libxml2 (Version 2.6.23) +# spec file for package libxml2 (Version 2.6.24) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -19,13 +19,13 @@ Group: System/Libraries Autoreqprov: on Summary: A Library to Manipulate XML Files -Version: 2.6.23 -Release: 4 +Version: 2.6.24 +Release: 1 Source: %{name}-%{version}.tar.bz2 # ftp://ftp.xmlsoft.org/ .gz only # Source: ftp://fr.rpmfind.net/pub/libxml/libxml2-%{version}.tar.bz2 # Source: ftp://ftp.linux.org.uk/mirrors/ftp.gnome.org/sources/libxml2/2.6/%{name}-%{version}.tar.bz2 -Patch1: libxml2-python-whitespace.diff +# Patch1: libxml2-python-whitespace.diff Patch2: libxml2-printf.patch Patch3: libxml2-gcc4.patch Patch10: hppa.diff @@ -96,7 +96,7 @@ %define INSTALL_SCRIPT install -m755 %prep %setup -q -%patch1 -p1 +#%patch1 -p1 %patch2 -p2 %patch3 -p1 %patch10 -p 0 @@ -226,6 +226,18 @@ %{_datadir}/aclocal/libxml.m4 %changelog -n libxml2 +* Tue May 16 2006 - ke@suse.de +- 2.6.24; NEWS extract from http://xmlsoft.org/ : + * Improvements: XML catalog debugging; update to Unicode 4.01. + * Bug fixes: xmlParseChunk() problem in 2.6.23, + xmlParseInNodeContext() on HTML docs, comment streaming bug + xmlParseComment, regexp bug fixes, xmlGetNodePath on text/CDATA, one + Relax-NG interleave bug, XSD bugfixes, etc. + * Documentation: man pages updates and cleanups + * New features: +- Relax NG structure error handlers. +- xmlDOMWrapReconcileNamespaces xmlDOMWrapCloneNode. +- libxml2-python-whitespace.diff: Remove it, obsolete. * Fri Feb 17 2006 - kukuk@suse.de - Don't install binaries in doc [#151897] * Wed Jan 25 2006 - mls@suse.de ++++++ libxml2-2.6.23.tar.bz2 -> libxml2-2.6.24.tar.bz2 ++++++ ++++ 30426 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de