rpms/gdm/devel gdm-2.21.10-disable-debug-messages.patch, NONE, 1.1 gdm.spec, 1.361, 1.362 sources, 1.83, 1.84

Ray Strode (rstrode) fedora-extras-commits at redhat.com
Mon Apr 7 00:53:41 UTC 2008


Author: rstrode

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

Modified Files:
	gdm.spec sources 
Added Files:
	gdm-2.21.10-disable-debug-messages.patch 
Log Message:
- Focus face browser after failed login attempt
- disable debug messages until 2.22.0 is released


gdm-2.21.10-disable-debug-messages.patch:

--- NEW FILE gdm-2.21.10-disable-debug-messages.patch ---
diff -up gdm-2.21.10/common/gdm-log.c.disable-debug-messages gdm-2.21.10/common/gdm-log.c
--- gdm-2.21.10/common/gdm-log.c.disable-debug-messages	2008-04-06 20:49:01.000000000 -0400
+++ gdm-2.21.10/common/gdm-log.c	2008-04-06 20:50:39.000000000 -0400
@@ -167,7 +167,7 @@ gdm_log_toggle_debug (void)
 void
 gdm_log_set_debug (gboolean debug)
 {
-        if (debug) {
+        if (debug && FALSE) {
                 syslog_levels |= G_LOG_LEVEL_DEBUG;
         } else {
                 syslog_levels &= ~G_LOG_LEVEL_DEBUG;


Index: gdm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdm/devel/gdm.spec,v
retrieving revision 1.361
retrieving revision 1.362
diff -u -r1.361 -r1.362
--- gdm.spec	6 Apr 2008 03:17:28 -0000	1.361
+++ gdm.spec	7 Apr 2008 00:52:40 -0000	1.362
@@ -16,7 +16,7 @@
 Summary: The GNOME Display Manager
 Name: gdm
 Version: 2.21.10
-Release: 0.2008.04.04.2%{?dist}
+Release: 0.2008.04.06.1%{?dist}
 Epoch: 1
 License: GPLv2+
 Group: User Interface/X
@@ -76,6 +76,7 @@
 
 Requires: audit-libs >= %{libauditver}
 Patch0: ck-multi.patch
+Patch98: gdm-2.21.10-disable-debug-messages.patch
 Patch99: gdm-2.21.8-fedora-logo.patch
 
 %package user-switch-applet
@@ -96,6 +97,7 @@
 %prep
 %setup -q
 %patch0 -p1 -b .ck-multi
+%patch98 -p1 -b .disable-debug-messages
 %patch99 -p1 -b .fedora-logo
 
 %build
@@ -292,6 +294,10 @@
 %{_datadir}/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml
 
 %changelog
+* Sun Apr  6 2008 Ray Strode <rstrode at redhat.com> - 1:2.21.10-0.2008.04.06.1
+- Focus face browser after failed login attempt
+- disable debug messages until 2.22.0 is released
+
 * Sat Apr  5 2008 Matthias Clasen <mclasen at redhat.com> - 1:2.21.10-0.2008.04.04.2
 - Improve handling of CK error messages
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gdm/devel/sources,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- sources	6 Apr 2008 02:22:46 -0000	1.83
+++ sources	7 Apr 2008 00:52:40 -0000	1.84
@@ -1 +1 @@
-434a4fd135917fa38d5cf58b050e749c  gdm-2.21.10.tar.gz
+88d3b2531757cf10a18877f973ccc7fa  gdm-2.21.10.tar.gz




More information about the fedora-extras-commits mailing list