rpms/gdm/devel gdm-2.20.0-fix-savedie.patch, NONE, 1.1 gdm.spec, 1.293, 1.294

Ray Strode (rstrode) fedora-extras-commits at redhat.com
Fri Sep 28 17:19:35 UTC 2007


Author: rstrode

Update of /cvs/pkgs/rpms/gdm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18896

Modified Files:
	gdm.spec 
Added Files:
	gdm-2.20.0-fix-savedie.patch 
Log Message:
- Another crack at 240853


gdm-2.20.0-fix-savedie.patch:

--- NEW FILE gdm-2.20.0-fix-savedie.patch ---
diff -up gdm-2.20.0/gui/gdmlogin.c.fix-savedie gdm-2.20.0/gui/gdmlogin.c
--- gdm-2.20.0/gui/gdmlogin.c.fix-savedie	2007-09-28 13:16:05.000000000 -0400
+++ gdm-2.20.0/gui/gdmlogin.c	2007-09-28 13:16:09.000000000 -0400
@@ -1796,6 +1796,9 @@ process_operation (guchar       op_code,
 	gdm_kill_thingies ();
 	gdk_flush ();
 
+	printf ("%c\n", STX);
+	fflush (stdout);
+
 	_exit (EXIT_SUCCESS);
 
     case GDM_QUERY_CAPSLOCK:
diff -up gdm-2.20.0/gui/greeter/greeter.c.fix-savedie gdm-2.20.0/gui/greeter/greeter.c
--- gdm-2.20.0/gui/greeter/greeter.c.fix-savedie	2007-09-28 13:15:48.000000000 -0400
+++ gdm-2.20.0/gui/greeter/greeter.c	2007-09-28 13:15:53.000000000 -0400
@@ -574,6 +574,8 @@ process_operation (guchar       op_code,
 	gdm_wm_save_wm_order ();
 
 	gdk_flush ();
+	printf ("%c\n", STX);
+	fflush (stdout);
 
 	_exit (EXIT_SUCCESS);
 


Index: gdm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdm/devel/gdm.spec,v
retrieving revision 1.293
retrieving revision 1.294
diff -u -r1.293 -r1.294
--- gdm.spec	28 Sep 2007 16:09:09 -0000	1.293
+++ gdm.spec	28 Sep 2007 17:19:01 -0000	1.294
@@ -16,7 +16,7 @@
 Summary: The GNOME Display Manager
 Name: gdm
 Version: 2.20.0
-Release: 7%{?dist}
+Release: 8%{?dist}
 Epoch: 1
 License: GPLv2+
 Group: User Interface/X
@@ -58,6 +58,9 @@
 # fixed in upstream svn
 Patch38: hang.patch
 
+# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=240853 
+Patch39: gdm-2.20.0-fix-savedie.patch
+
 Patch100: gdm-2.20.0-change-defaults.patch
 Patch101: stupid-bullets.patch
 
@@ -144,6 +147,7 @@
 %patch35 -p1 -b .gdmsetup-path
 %patch37 -p1 -b .selinux
 %patch38 -p1 -b .hang
+%patch39 -p1 -b .fix-savedie
 
 %patch100 -p1 -b .change-defaults
 %patch101 -p1 -b .stupid-bullets
@@ -357,6 +361,9 @@
 %{_datadir}/pixmaps/faces/extras/*.jpg
 
 %changelog
+* Fri Sep 28 2007 Ray Strode <rstrode at redhat.com> - 1:2.20.0-8
+- Another crack at 240853
+
 * Fri Sep 28 2007 Matthias Clasen <mclasen at redhat.com> - 1:2.20.0-7
 - Fix the stupid bullets again
 




More information about the fedora-extras-commits mailing list