commit gdm for openSUSE:Factory
Hello community, here is the log from the commit of package gdm for openSUSE:Factory checked in at Thu Apr 1 12:33:29 CEST 2010. -------- --- GNOME/gdm/gdm.changes 2010-03-09 02:26:35.000000000 +0100 +++ /mounts/work_src_done/STABLE/gdm/gdm.changes 2010-03-30 01:45:00.000000000 +0200 @@ -1,0 +2,13 @@ +Tue Mar 30 01:43:33 CEST 2010 - vuntz@opensuse.org + +- Update to version 2.30.0: + + Updated translations. + +------------------------------------------------------------------- +Sun Mar 28 16:43:57 CEST 2010 - vuntz@opensuse.org + +- Call /etc/X11/xdm/Xstartup from /etc/gdm/PreSession/Default + instead of from /etc/gdm/Xsession. This should fix some + permission issue. Fix bnc#573669. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- gdm-2.29.92.tar.bz2 New: ---- gdm-2.30.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gdm.spec ++++++ --- /var/tmp/diff_new_pack.8zktvN/_old 2010-04-01 12:33:00.000000000 +0200 +++ /var/tmp/diff_new_pack.8zktvN/_new 2010-04-01 12:33:00.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package gdm (Version 2.29.92) +# spec file for package gdm (Version 2.30.0) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -41,7 +41,7 @@ BuildRequires: zenity License: GPLv2+ Group: System/GUI/GNOME -Version: 2.29.92 +Version: 2.30.0 Release: 1 Summary: The GNOME 2.x Display Manager Source: %{name}-%{version}.tar.bz2 ++++++ gdm-2.29.92.tar.bz2 -> gdm-2.30.0.tar.bz2 ++++++ ++++ 17596 lines of diff (skipped) ++++++ gdm-suse-xsession.patch ++++++ --- /var/tmp/diff_new_pack.8zktvN/_old 2010-04-01 12:33:01.000000000 +0200 +++ /var/tmp/diff_new_pack.8zktvN/_new 2010-04-01 12:33:01.000000000 +0200 @@ -1,7 +1,7 @@ -Index: gdm-2.29.5/data/Init.in +Index: gdm-2.29.92/data/Init.in =================================================================== ---- gdm-2.29.5.orig/data/Init.in -+++ gdm-2.29.5/data/Init.in +--- gdm-2.29.92.orig/data/Init.in ++++ gdm-2.29.92/data/Init.in @@ -1,4 +1,9 @@ #!/bin/sh + @@ -12,10 +12,10 @@ # Stolen from the debian kdm setup, aren't I sneaky # Plus a lot of fun stuff added # -George -Index: gdm-2.29.5/data/PostSession.in +Index: gdm-2.29.92/data/PostSession.in =================================================================== ---- gdm-2.29.5.orig/data/PostSession.in -+++ gdm-2.29.5/data/PostSession.in +--- gdm-2.29.92.orig/data/PostSession.in ++++ gdm-2.29.92/data/PostSession.in @@ -1,3 +1,7 @@ #!/bin/sh @@ -24,18 +24,30 @@ +fi + exit 0 -Index: gdm-2.29.5/data/Xsession.in +Index: gdm-2.29.92/data/Xsession.in =================================================================== ---- gdm-2.29.5.orig/data/Xsession.in -+++ gdm-2.29.5/data/Xsession.in -@@ -1,4 +1,10 @@ +--- gdm-2.29.92.orig/data/Xsession.in ++++ gdm-2.29.92/data/Xsession.in +@@ -1,4 +1,9 @@ #!@XSESSION_SHELL@ + -+if test -f /etc/X11/xdm/Xstartup -a -x /etc/X11/xdm/Xsession; then -+ /bin/bash /etc/X11/xdm/Xstartup ++if test -x /etc/X11/xdm/Xsession; then + exec /etc/X11/xdm/Xsession $1 $GDM_LANG +fi + # # This is SORT OF LIKE an X session, but not quite. You get a command as the # first argument (it could be multiple words, so run it with "eval"). As a +Index: gdm-2.29.92/data/PreSession.in +=================================================================== +--- gdm-2.29.92.orig/data/PreSession.in ++++ gdm-2.29.92/data/PreSession.in +@@ -6,4 +6,8 @@ + # + # Note that output goes into the .xsession-errors file for easy debugging + # ++if test -x /etc/X11/xdm/Xstartup; then ++ exec /etc/X11/xdm/Xstartup ++fi ++ + PATH="@X_PATH@:$PATH" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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