Hello community, here is the log from the commit of package gdm for openSUSE:Factory checked in at Fri Sep 24 00:26:42 CEST 2010. -------- --- GNOME/gdm/gdm.changes 2010-08-20 14:41:01.000000000 +0200 +++ /mounts/work_src_done/STABLE/gdm/gdm.changes 2010-09-22 15:40:14.000000000 +0200 @@ -1,0 +2,35 @@ +Wed Sep 22 14:26:23 CEST 2010 - vuntz@opensuse.org + +- Rename gdm-2.21.9-no-fatal-warnings.patch to + gdm-is-not-unstable-unless.patch, and change the behavior: + if the SUSE_ENABLE_UNSTABLE_CHECK environment variable is set, we + just do like upstream. If it is not set, we make GDM assume it's + not running a development version, which disables fatal warnings + and verbose logs. + +------------------------------------------------------------------- +Thu Sep 16 09:55:10 CEST 2010 - vuntz@opensuse.org + +- Update to version 2.31.92: + + Change orca invocation to work better with latest release + + Fix "Other..." item in network-login-only scenarios + + Move gdm.schemas to pkgdatadir + + XDMCP fixes + + Improve ordering of languages in languages list + + Make various slow calls that blocked before asynchronous + + Fix up dbus security policy + + Various other fixes + + Translation updates +- Drop gdm-fix-dbus-properties.patch: fixed upstream. + +------------------------------------------------------------------- +Mon Sep 13 13:30:47 CEST 2010 - vuntz@opensuse.org + +- Add gdm-fix-dbus-properties.patch: org.gnome.DBus.Properties was + referenced instead of org.freedesktop.DBus.Properties in the dbus + configuration. Fix bnc#633655. +- Move fast-user-switch-applet Obsoletes to gnome-applets-gdm and + add a Provides there too: the applet is really the old + fast-user-switch-applet applet. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- gdm-2.21.9-no-fatal-warnings.patch gdm-2.31.90.tar.bz2 New: ---- gdm-2.31.92.tar.bz2 gdm-is-not-unstable-unless.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gdm.spec ++++++ --- /var/tmp/diff_new_pack.UjuVO9/_old 2010-09-24 00:25:41.000000000 +0200 +++ /var/tmp/diff_new_pack.UjuVO9/_new 2010-09-24 00:25:41.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package gdm (Version 2.31.90) +# spec file for package gdm (Version 2.31.92) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -41,7 +41,7 @@ BuildRequires: zenity License: GPLv2+ Group: System/GUI/GNOME -Version: 2.31.90 +Version: 2.31.92 Release: 1 Summary: The GNOME 2.x Display Manager Source: %{name}-%{version}.tar.bz2 @@ -51,8 +51,8 @@ Source3: SuSEconfig.gdm # PATCH-FIX-UPSTREAM gdm-helper-directory.patch bgo582320 vuntz@novell.com -- Add --with-gnome-settings-daemon-directory, --with-consolekit-directory, --with-at-spi-registryd-directory Patch1: gdm-helper-directory.patch -# PATCH-FIX-OPENSUSE gdm-2.21.9-no-fatal-warnings.patch -- Do not accept fatal warnings in development version: gdm is too critical -Patch2: gdm-2.21.9-no-fatal-warnings.patch +# PATCH-FIX-OPENSUSE gdm-is-not-unstable-unless.patch vuntz@opensuse.org -- Make gdm think it's never running a development version unless SUSE_ENABLE_UNSTABLE_CHECK is set. This disables fatal warnings as well as abusive log +Patch2: gdm-is-not-unstable-unless.patch # PATCH-FIX-UPSTREAM gdm-vt-allocation-hack.patch bgo511168 hpj@novell.com -- Needed for user switching Patch4: gdm-vt-allocation-hack.patch # PATCH-FIX-OPENSUSE gdm-desktop-session-env-pam.patch bnc427744 vuntz@novell.com -- Sets a PAM environment variable to let the pam gnome-keyring module know which session is started @@ -86,7 +86,6 @@ DocDir: %{_defaultdocdir} Provides: gdm2 = %{version} Obsoletes: gdm2 < %{version} -Obsoletes: fast-user-switch-applet <= 2.22.0 Requires: %{name}-branding Requires: %{name}-lang = %{version} Requires: ConsoleKit-x11 @@ -129,6 +128,8 @@ Summary: Switch User Panel Applet Group: System/GUI/GNOME Supplements: packageand(%{name}:gnome-panel) +Provides: fast-user-switch-applet = 2.22.0 +Obsoletes: fast-user-switch-applet <= 2.22.0 %description -n gnome-applets-gdm This package provides the switch user panel applet, that uses GDM, @@ -233,7 +234,7 @@ %config %{_sysconfdir}/gdm/[IPXl]* %{_sbindir}/gdm %{_bindir}/* -%{_datadir}/gdm +%{_datadir}/gdm/ %{_datadir}/pixmaps/*.png %{_datadir}/pixmaps/faces %{_datadir}/icons/*/*/*/*.* @@ -250,7 +251,6 @@ %config /etc/pam.d/* /sbin/conf.d/SuSEconfig.gdm %config %{_sysconfdir}/dbus-1/system.d/gdm.conf -%config %{_sysconfdir}/gdm/gdm.schemas %files branding-upstream %defattr(-,root,root) ++++++ gdm-2.31.90.tar.bz2 -> gdm-2.31.92.tar.bz2 ++++++ ++++ 19409 lines of diff (skipped) ++++++ gdm-is-not-unstable-unless.patch ++++++ Index: gdm-2.31.92/common/gdm-common.c =================================================================== --- gdm-2.31.92.orig/common/gdm-common.c +++ gdm-2.31.92/common/gdm-common.c @@ -50,6 +50,9 @@ gdm_is_version_unstable (void) char **versions; gboolean unstable; + if (!g_getenv ("SUSE_ENABLE_UNSTABLE_CHECK")) + return FALSE; + unstable = FALSE; versions = g_strsplit (VERSION, ".", 3); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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