rpms/kdebase/devel kdebase-3.5.2-1-redhat.patch, 1.1, 1.2 kdebase.spec, 1.171, 1.172

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat May 13 22:46:26 UTC 2006


Author: than

Update of /cvs/dist/rpms/kdebase/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv16244

Modified Files:
	kdebase-3.5.2-1-redhat.patch kdebase.spec 
Log Message:
fix 153202, startkde gets wrong field from space_tmp/space_home with finnish



kdebase-3.5.2-1-redhat.patch:
 kdebase-3.4.91/kde.pamd |   16 +++++++----
 kdebase-3.5.1/startkde  |   68 +++++++++++++++++++++++++++++++++++++++++-------
 2 files changed, 69 insertions(+), 15 deletions(-)

Index: kdebase-3.5.2-1-redhat.patch
===================================================================
RCS file: /cvs/dist/rpms/kdebase/devel/kdebase-3.5.2-1-redhat.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kdebase-3.5.2-1-redhat.patch	13 Apr 2006 08:18:07 -0000	1.1
+++ kdebase-3.5.2-1-redhat.patch	13 May 2006 22:46:23 -0000	1.2
@@ -33,15 +33,15 @@
 +# set up user environment if not present
 +# check for space on /tmp and "$HOME" and for write access
 +#  error exit, if not
-+space_tmp=`df /tmp | xargs | cut -d" " -f11`
-+homedir_mount=`df "$HOME" | xargs | cut -d" " -f8`
++space_tmp=`LANG=C df /tmp | xargs | cut -d" " -f11`
++homedir_mount=`LANG=C df "$HOME" | xargs | cut -d" " -f8`
 +
 +if [ "$homedir_mount" = "AFS" -a -x "`which fs 2>/dev/null`" ] ; then
 +    # check for AFS
-+    space_home=`fs df "$HOME" | xargs | cut -d" " -f10`
++    space_home=`LANG=C fs df "$HOME" | xargs | cut -d" " -f10`
 +else
 +    # check regular mounts
-+    space_home=`df "$HOME" | xargs | cut -d" " -f11`
++    space_home=`LANG=C df "$HOME" | xargs | cut -d" " -f11`
 +fi
 +
 +if [ $space_tmp -lt 50 ]; then


Index: kdebase.spec
===================================================================
RCS file: /cvs/dist/rpms/kdebase/devel/kdebase.spec,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -r1.171 -r1.172
--- kdebase.spec	12 May 2006 18:54:07 -0000	1.171
+++ kdebase.spec	13 May 2006 22:46:23 -0000	1.172
@@ -517,6 +517,7 @@
 %changelog
 * Fri May 12 2006 Than Ngo <than at redhat.com> 6:3.5.2-8
 - fix 190836, xmTextFieldClass widgets don't work properly
+- fix 153202, startkde gets wrong field from space_tmp/space_home with finnish
 
 * Thu May 04 2006 Than Ngo <than at redhat.com> 6:3.5.2-7
 - use XDG_CONFIG_DIRS for kde menu #178320




More information about the fedora-cvs-commits mailing list