commit aaa_base for openSUSE:Factory
Hello community, here is the log from the commit of package aaa_base for openSUSE:Factory checked in at Thu Jan 8 14:44:11 CET 2009. -------- --- aaa_base/aaa_base.changes 2008-12-19 01:02:50.000000000 +0100 +++ /mounts/work_src_done/STABLE/aaa_base/aaa_base.changes 2009-01-08 02:30:59.594406000 +0100 @@ -1,0 +2,5 @@ +Thu Jan 8 02:30:22 CET 2009 - ro@suse.de + +- add quoting to xdg-environment.*sh (bnc#463175) + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aaa_base.spec ++++++ --- /var/tmp/diff_new_pack.fZ2592/_old 2009-01-08 14:43:50.000000000 +0100 +++ /var/tmp/diff_new_pack.fZ2592/_new 2009-01-08 14:43:50.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package aaa_base (Version 11.1) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 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 @@ -28,7 +28,7 @@ PreReq: /usr/bin/sed /usr/bin/grep /bin/mv /bin/cat /bin/ls /bin/date /usr/bin/cmp /bin/fillup /sbin/insserv udev net-tools AutoReqProv: on Version: 11.1 -Release: 10012 +Release: 10013 Summary: SUSE Linux Base Package BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: aaa_base.tar.bz2 @@ -139,6 +139,8 @@ %defattr(-,root,root) %changelog +* Thu Jan 08 2009 ro@suse.de +- add quoting to xdg-environment.*sh (bnc#463175) * Fri Dec 19 2008 ro@suse.de - fix bug in /etc/init.d/boot to mount sysfs correctly if missing * Tue Dec 16 2008 ro@suse.de ++++++ aaa_base.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/aaa_base/etc/profile.d/xdg-environment.csh new/aaa_base/etc/profile.d/xdg-environment.csh --- old/aaa_base/etc/profile.d/xdg-environment.csh 2007-09-11 16:03:32.000000000 +0200 +++ new/aaa_base/etc/profile.d/xdg-environment.csh 2009-01-08 02:25:48.000000000 +0100 @@ -5,7 +5,7 @@ endif set nonomatch foreach xdgdir (/usr/local/share /usr/share /etc/opt/*/share /opt/*/share /usr/share/gnome/help) - if ( -d $xdgdir ) then + if ( -d "$xdgdir" ) then set -l XDG_DATA_DIRS=($XDG_DATA_DIRS $xdgdir) endif end @@ -23,7 +23,7 @@ endif set nonomatch foreach xdgdir (/usr/local/etc/xdg /etc/xdg /etc/opt/*/xdg) - if ( -d $xdgdir ) then + if ( -d "$xdgdir" ) then set -l XDG_CONFIG_DIRS=($XDG_CONFIG_DIRS $xdgdir) endif end diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/aaa_base/etc/profile.d/xdg-environment.sh new/aaa_base/etc/profile.d/xdg-environment.sh --- old/aaa_base/etc/profile.d/xdg-environment.sh 2007-10-30 18:39:31.000000000 +0100 +++ new/aaa_base/etc/profile.d/xdg-environment.sh 2009-01-08 02:25:18.000000000 +0100 @@ -22,7 +22,7 @@ } for xdgdir in /usr/local/share /usr/share /etc/opt/*/share /opt/*/share /usr/share/gnome ; do - if test -d $xdgdir && test -d $xdgdir/applications; then + if test -d "$xdgdir" && test -d "$xdgdir/applications"; then if test -z "$XDG_DATA_DIRS"; then XDG_DATA_DIRS="$xdgdir" else @@ -35,7 +35,7 @@ export XDG_DATA_DIRS for xdgdir in /usr/local/etc/xdg /etc/xdg /etc/opt/*/xdg ; do - if test -d $xdgdir; then + if test -d "$xdgdir"; then if test -z "XDG_CONFIG_DIRS"; then XDG_CONFIG_DIRS="$xdgdir" else ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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@Hilbert.suse.de