SHA256
1
0
forked from pool/gdm

Accepting request 291699 from GNOME:Next

Update to 3.15.92 - late bloomer

OBS-URL: https://build.opensuse.org/request/show/291699
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=287
This commit is contained in:
Dominique Leuenberger 2015-03-20 09:10:59 +00:00 committed by Git OBS Bridge
parent 67a77691a0
commit 5095637d88
5 changed files with 38 additions and 22 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8cc038be6216a35412bb9d8d4936250c9a60edac8ba0d81c013944b7b52a48d9
size 1511304

3
gdm-3.15.92.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:02e3d4a038f4bef2942a05cce50e6232e1ab251e7feab5493686931d80588045
size 1516592

View File

@ -1,7 +1,7 @@
Index: gdm-3.14.1/common/Makefile.am
Index: gdm-3.15.92/common/Makefile.am
===================================================================
--- gdm-3.14.1.orig/common/Makefile.am
+++ gdm-3.14.1/common/Makefile.am
--- gdm-3.15.92.orig/common/Makefile.am
+++ gdm-3.15.92/common/Makefile.am
@@ -50,11 +50,15 @@ libgdmcommon_la_SOURCES = \
gdm-settings-backend.h \
gdm-settings-desktop-backend.c \
@ -18,10 +18,10 @@ Index: gdm-3.14.1/common/Makefile.am
gdm-log.h \
gdm-log.c \
$(MKDTEMP_FILES) \
Index: gdm-3.14.1/common/gdm-settings-system-backend.c
Index: gdm-3.15.92/common/gdm-settings-system-backend.c
===================================================================
--- /dev/null
+++ gdm-3.14.1/common/gdm-settings-system-backend.c
+++ gdm-3.15.92/common/gdm-settings-system-backend.c
@@ -0,0 +1,369 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
+ *
@ -392,10 +392,10 @@ Index: gdm-3.14.1/common/gdm-settings-system-backend.c
+
+ return GDM_SETTINGS_BACKEND (object);
+}
Index: gdm-3.14.1/common/gdm-settings-system-backend.h
Index: gdm-3.15.92/common/gdm-settings-system-backend.h
===================================================================
--- /dev/null
+++ gdm-3.14.1/common/gdm-settings-system-backend.h
+++ gdm-3.15.92/common/gdm-settings-system-backend.h
@@ -0,0 +1,56 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
+ *
@ -453,10 +453,10 @@ Index: gdm-3.14.1/common/gdm-settings-system-backend.h
+G_END_DECLS
+
+#endif /* __GDM_SETTINGS_SYSTEM_BACKEND_H */
Index: gdm-3.14.1/common/gdm-settings.c
Index: gdm-3.15.92/common/gdm-settings.c
===================================================================
--- gdm-3.14.1.orig/common/gdm-settings.c
+++ gdm-3.14.1/common/gdm-settings.c
--- gdm-3.15.92.orig/common/gdm-settings.c
+++ gdm-3.15.92/common/gdm-settings.c
@@ -38,12 +38,13 @@
#include "gdm-settings.h"
@ -582,10 +582,10 @@ Index: gdm-3.14.1/common/gdm-settings.c
G_OBJECT_CLASS (gdm_settings_parent_class)->finalize (object);
}
Index: gdm-3.14.1/common/gdm-sysconfig.c
Index: gdm-3.15.92/common/gdm-sysconfig.c
===================================================================
--- /dev/null
+++ gdm-3.14.1/common/gdm-sysconfig.c
+++ gdm-3.15.92/common/gdm-sysconfig.c
@@ -0,0 +1,484 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
+ *
@ -1071,10 +1071,10 @@ Index: gdm-3.14.1/common/gdm-sysconfig.c
+ g_strfreev (lines);
+ return result;
+}
Index: gdm-3.14.1/common/gdm-sysconfig.h
Index: gdm-3.15.92/common/gdm-sysconfig.h
===================================================================
--- /dev/null
+++ gdm-3.14.1/common/gdm-sysconfig.h
+++ gdm-3.15.92/common/gdm-sysconfig.h
@@ -0,0 +1,43 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
+ *
@ -1119,10 +1119,10 @@ Index: gdm-3.14.1/common/gdm-sysconfig.h
+G_END_DECLS
+
+#endif /* __GDM_SYSCONFIG_H */
Index: gdm-3.14.1/data/gdm.conf-custom.in
Index: gdm-3.15.92/data/gdm.conf-custom.in
===================================================================
--- gdm-3.14.1.orig/data/gdm.conf-custom.in
+++ gdm-3.14.1/data/gdm.conf-custom.in
--- gdm-3.15.92.orig/data/gdm.conf-custom.in
+++ gdm-3.15.92/data/gdm.conf-custom.in
@@ -1,4 +1,7 @@
# GDM configuration storage
+#
@ -1130,4 +1130,4 @@ Index: gdm-3.14.1/data/gdm.conf-custom.in
+#
[daemon]
# Uncoment the line below to force the login screen to use Xorg

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Mar 20 08:39:57 UTC 2015 - dimstar@opensuse.org
- Update to version 3.15.92:
+ Fix user-switching for autologin.
+ Fix flicker between boot splash and login screen.
+ Fix timed login.
+ Systemd unit fixes.
+ ConsoleKit fixes.
+ Misc cleanups.
+ Document debugging features in custom.conf.
+ Die more forcefully if we can't set up the ttys the way we
want.
+ Updated translations.
- Rebase gdm-sysconfig-settings.patch.
-------------------------------------------------------------------
Tue Mar 17 11:50:34 UTC 2015 - dliang@suse.com

View File

@ -27,7 +27,7 @@
%define enable_split_authentication 0
Name: gdm
Version: 3.15.91.2
Version: 3.15.92
Release: 0
Summary: The GNOME Display Manager
License: GPL-2.0+