diff --git a/gdm-2.21.10-disable-debug-messages.patch b/gdm-2.21.10-disable-debug-messages.patch new file mode 100644 index 0000000..ad82713 --- /dev/null +++ b/gdm-2.21.10-disable-debug-messages.patch @@ -0,0 +1,12 @@ +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; diff --git a/gdm.spec b/gdm.spec index 5e42efa..746d978 100644 --- a/gdm.spec +++ b/gdm.spec @@ -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 @@ BuildRequires: gnome-panel-devel 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 @@ multiple simulanteous logged in users. %prep %setup -q %patch0 -p1 -b .ck-multi +%patch98 -p1 -b .disable-debug-messages %patch99 -p1 -b .fedora-logo %build @@ -292,6 +294,10 @@ fi %{_datadir}/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml %changelog +* Sun Apr 6 2008 Ray Strode - 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 - 1:2.21.10-0.2008.04.04.2 - Improve handling of CK error messages diff --git a/sources b/sources index 0af8c87..12d652a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -434a4fd135917fa38d5cf58b050e749c gdm-2.21.10.tar.gz +88d3b2531757cf10a18877f973ccc7fa gdm-2.21.10.tar.gz