Hello community, here is the log from the commit of package libxml2 checked in at Fri Jun 30 16:57:28 CEST 2006. -------- libxml2-test.changes: same change --- libxml2/libxml2.changes 2006-06-27 11:04:57.000000000 +0200 +++ libxml2/libxml2.changes 2006-06-30 14:47:40.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Jun 28 17:06:32 CEST 2006 - ke@suse.de + +- Once the catalog is initialized, remove the SuSEconfig trigger + file; reported by Stanislav Brabec [# 188885]. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libxml2-python.spec ++++++ --- /var/tmp/diff_new_pack.DEO5HE/_old 2006-06-30 16:57:06.000000000 +0200 +++ /var/tmp/diff_new_pack.DEO5HE/_new 2006-06-30 16:57:06.000000000 +0200 @@ -19,7 +19,7 @@ Autoreqprov: on Summary: Python Bindings for libxml2 Version: 2.6.26 -Release: 2 +Release: 3 Source: libxml2-%{version}.tar.bz2 Patch: libxml2-2.6.22-python-linkflags.patch # Patch1: libxml2-python-whitespace.diff ++++++ libxml2-test.spec ++++++ --- /var/tmp/diff_new_pack.DEO5HE/_old 2006-06-30 16:57:06.000000000 +0200 +++ /var/tmp/diff_new_pack.DEO5HE/_new 2006-06-30 16:57:06.000000000 +0200 @@ -20,7 +20,7 @@ Autoreqprov: on Summary: Test Cases for libxml2 Version: 2.6.26 -Release: 2 +Release: 3 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 ++++++ libxml2.spec ++++++ --- /var/tmp/diff_new_pack.DEO5HE/_old 2006-06-30 16:57:06.000000000 +0200 +++ /var/tmp/diff_new_pack.DEO5HE/_new 2006-06-30 16:57:06.000000000 +0200 @@ -20,7 +20,7 @@ Autoreqprov: on Summary: A Library to Manipulate XML Files Version: 2.6.26 -Release: 2 +Release: 3 Source: %{name}-%{version}.tar.bz2 # ftp://ftp.xmlsoft.org/ .gz only # Source: ftp://fr.rpmfind.net/pub/libxml/libxml2-%{version}.tar.bz2 @@ -153,7 +153,7 @@ exit 1 fi test -n "$ROOT" && exit 0 -test -s /var/adm/SuSEconfig/run-%{name} || exit 0 +test -e /var/adm/SuSEconfig/run-%{name} || exit 0 xmlcatbin=/usr/bin/xmlcatalog [ -x $xmlcatbin ] || exit 0 if [ ! -d /etc/xml -a -w /etc ]; then @@ -166,6 +166,7 @@ if [ ! -r $ROOTCATALOG ] ; then echo Failed creating XML Catalog root $ROOTCATALOG fi +rm -f /var/adm/SuSEconfig/run-%{name} exit 0 EOF %{INSTALL_DIR} %{buildroot}/sbin/conf.d @@ -178,7 +179,7 @@ %run_ldconfig if [ -x sbin/conf.d/SuSEconfig.%{name} ]; then sbin/conf.d/SuSEconfig.%{name} - :> var/adm/SuSEconfig/run-%{name} + rm -f var/adm/SuSEconfig/run-%{name} fi %postun @@ -228,6 +229,9 @@ %{_datadir}/aclocal/libxml.m4 %changelog -n libxml2 +* Wed Jun 28 2006 - ke@suse.de +- Once the catalog is initialized, remove the SuSEconfig trigger + file; reported by Stanislav Brabec [# 188885]. * Tue Jun 27 2006 - ke@suse.de - Apply libxml2-xpath-1.318.patch from CVS: Do not return too many nodes. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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