rpms/kdebase/F-8 kdebase-3.5.8-gdm-socket.patch, NONE, 1.1 kdebase.spec, 1.273, 1.274

Bill Nottingham (notting) fedora-extras-commits at redhat.com
Wed Oct 31 02:50:46 UTC 2007


Author: notting

Update of /cvs/extras/rpms/kdebase/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27959/F-8

Modified Files:
	kdebase.spec 
Added Files:
	kdebase-3.5.8-gdm-socket.patch 
Log Message:
fix path to gdm socket so logout menu has proper entries


kdebase-3.5.8-gdm-socket.patch:

--- NEW FILE kdebase-3.5.8-gdm-socket.patch ---
--- kdebase-3.5.7/kdmlib/dmctl.cpp.orig	2007-08-20 23:43:58.000000000 +0200
+++ kdebase-3.5.7/kdmlib/dmctl.cpp	2007-08-20 23:44:36.000000000 +0200
@@ -66,7 +66,7 @@
 			return;
 		sa.sun_family = AF_UNIX;
 		if (DMType == GDM)
-			strcpy( sa.sun_path, "/tmp/.gdm_socket" );
+			strcpy( sa.sun_path, "/var/run/gdm_socket" );
 		else {
 			if ((ptr = strchr( dpy, ':' )))
 				ptr = strchr( ptr, '.' );


Index: kdebase.spec
===================================================================
RCS file: /cvs/extras/rpms/kdebase/F-8/kdebase.spec,v
retrieving revision 1.273
retrieving revision 1.274
diff -u -r1.273 -r1.274
--- kdebase.spec	25 Oct 2007 20:56:34 -0000	1.273
+++ kdebase.spec	31 Oct 2007 02:50:13 -0000	1.274
@@ -18,7 +18,7 @@
 Name:    kdebase
 Epoch:   6
 Version: 3.5.8
-Release: 4%{?dist}
+Release: 5%{?dist}
 
 # programs: GPLv2, libs: LGPLv2
 License: GPLv2
@@ -75,6 +75,8 @@
 # upstream patches
 # alternative to patch29, requires qt-copy 0078-argb-visual-hack.patch
 Patch200: kdebase-3.5.7-kde#83974.patch
+# http://bugs.kde.org/show_bug.cgi?id=149045
+Patch201: kdebase-3.5.8-gdm-socket.patch
 
 # security fixes
 
@@ -256,6 +258,7 @@
 
 ## alternative to patch29, requires qt-copy 0078-argb-visual-hack.patch
 #patch200 -p4 -b .kde#83974
+%patch201 -p1 -b .gdm-socket
 
 # security fixes
 
@@ -677,6 +680,10 @@
 
 
 %changelog
+* Tue Oct 30 2007 Bill Nottingham <notting at redhat.com> - 6:3.5.8-5
+- use correct path for gdm socket, so you get proper options on logout
+  (http://bugs.kde.org/show_bug.cgi?id=149045)
+
 * Tue Oct 25 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.8-4
 - -libs: Obsoletes: %%name ... to help out multilib upgrades
 - -libs conditional (f8+)




More information about the fedora-extras-commits mailing list