Hello community, here is the log from the commit of package gdm checked in at Mon Sep 24 18:46:21 CEST 2007. -------- --- GNOME/gdm/gdm.changes 2007-09-20 20:04:25.000000000 +0200 +++ /mounts/work_src_done/STABLE/STABLE/gdm/gdm.changes 2007-09-24 03:17:22.640954000 +0200 @@ -1,0 +2,6 @@ +Mon Sep 24 03:14:42 CEST 2007 - hpj@suse.de + +- Added gdm-2.20.0-wait-for-restart.patch, which fixes Novell bug + #326281. + +------------------------------------------------------------------- New: ---- gdm-2.20.0-wait-for-restart.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gdm.spec ++++++ --- /var/tmp/diff_new_pack.x28097/_old 2007-09-24 18:45:59.000000000 +0200 +++ /var/tmp/diff_new_pack.x28097/_new 2007-09-24 18:45:59.000000000 +0200 @@ -22,7 +22,7 @@ License: GPL v2 or later Group: System/GUI/GNOME Version: 2.20.0 -Release: 2 +Release: 6 Summary: The GNOME 2.x Display Manager Source: %{name}-%{version}.tar.bz2 Source1: gdm.pamd @@ -57,6 +57,7 @@ #Patch42: fix-desktop-files.diff Patch43: gdm-language-hang.patch Patch44: gdm-language-save.patch +Patch45: gdm-2.20.0-wait-for-restart.patch Url: http://www.gnome.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build DocDir: %{_defaultdocdir} @@ -114,6 +115,7 @@ #%patch42 - dont think this patch is needed with suse_udpate_desktop_file -g working. %patch43 %patch44 +%patch45 -p1 gnome-patch-translation-update %build @@ -246,6 +248,9 @@ %files lang -f %{name}.lang %changelog +* Mon Sep 24 2007 - hpj@suse.de +- Added gdm-2.20.0-wait-for-restart.patch, which fixes Novell bug + [#326281]. * Thu Sep 20 2007 - banderso@suse.de - added gdm-language-save.patch. Patch fixes a problem where the .dmrc file was not getting created in the process of saving the ++++++ gdm-2.20.0-wait-for-restart.patch ++++++ diff -upr gdm-2.20.0-pre/daemon/gdm.c gdm-2.20.0-post/daemon/gdm.c --- gdm-2.20.0-pre/daemon/gdm.c 2007-09-21 15:48:23.000000000 -0500 +++ gdm-2.20.0-post/daemon/gdm.c 2007-09-21 16:25:47.000000000 -0500 @@ -715,7 +715,7 @@ halt_machine (void) #ifdef __linux__ change_to_first_and_clear (FALSE); #endif /* __linux */ - + sleep (20); } } @@ -735,7 +735,7 @@ restart_machine (void) #ifdef __linux__ change_to_first_and_clear (TRUE); #endif /* __linux */ - + sleep (20); } } ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de