Hello community, here is the log from the commit of package lightdm for openSUSE:13.1 checked in at 2013-10-09 15:59:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:13.1/lightdm (Old) and /work/SRC/openSUSE:13.1/.lightdm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lightdm" Changes: -------- --- /work/SRC/openSUSE:13.1/lightdm/lightdm.changes 2013-09-23 10:59:23.000000000 +0200 +++ /work/SRC/openSUSE:13.1/.lightdm.new/lightdm.changes 2013-10-09 15:59:48.000000000 +0200 @@ -1,0 +2,24 @@ +Wed Oct 9 08:58:20 UTC 2013 - [email protected] + +- update to version 1.8.0 + - Add regression test for corrupt X authority files + +------------------------------------------------------------------- +Mon Oct 7 09:19:40 UTC 2013 - [email protected] + +- update to version 1.7.18 + - Set XDG_VTNR=1 as a fallback if using SeatUnity without a + functioning compositor or working VT switching, so that logind + will recognize the VT as active + - Fix ConsoleKit support broken in 1.7.5 + - Fix --test-mode + - Add support for running Surfaceflinger sessions + - surfaceflinger: Set XDG_VTNR=0 if VTs are not available + - Allow compiling of liblightdm-qt without liblightdm-gobject + - Add missing documentation for xremote seat options + - Set session environment variables for guest sessions (1.7 + regression) + - Don't fail writing X authority if reading it had an error + - Update environment variables that we pass to Mir + +------------------------------------------------------------------- Old: ---- lightdm-1.7.14.tar.xz New: ---- lightdm-1.8.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lightdm.spec ++++++ --- /var/tmp/diff_new_pack.kHbIzN/_old 2013-10-09 15:59:48.000000000 +0200 +++ /var/tmp/diff_new_pack.kHbIzN/_new 2013-10-09 15:59:48.000000000 +0200 @@ -28,13 +28,13 @@ %endif Name: lightdm -Version: 1.7.14 +Version: 1.8.0 Release: 0 Summary: Lightweight, Cross-desktop Display Manager License: GPL-3.0+ Group: System/X11/Displaymanagers Url: http://www.freedesktop.org/wiki/Software/LightDM -Source0: https://launchpad.net/lightdm/1.7/%{version}/+download/%{name}-%{version}.tar.xz +Source0: https://launchpad.net/lightdm/1.8/%{version}/+download/%{name}-%{version}.tar.xz Source1: %{name}-greeter.pamd Source2: X11-displaymanagers-%{name} Source100: %{name}-rpmlintrc ++++++ lightdm-1.7.14.tar.xz -> lightdm-1.8.0.tar.xz ++++++ ++++ 2935 lines of diff (skipped) ++++++ lightdm-default-configuration.patch ++++++ --- /var/tmp/diff_new_pack.kHbIzN/_old 2013-10-09 15:59:48.000000000 +0200 +++ /var/tmp/diff_new_pack.kHbIzN/_new 2013-10-09 15:59:48.000000000 +0200 @@ -12,7 +12,7 @@ #guest-account-script=guest-account #log-directory=/var/log/lightdm #run-directory=/var/run/lightdm -@@ -101,6 +101,7 @@ +@@ -103,6 +103,7 @@ #type=xlocal #xdg-seat=seat0 #xserver-command=X @@ -20,7 +20,7 @@ #xserver-layout= #xserver-config= #xserver-allow-tcp=false -@@ -118,12 +119,12 @@ +@@ -122,12 +123,12 @@ #user-session=default #allow-guest=true #guest-session=UNIMPLEMENTED ++++++ lightdm-disable-utmp-handling.patch ++++++ --- /var/tmp/diff_new_pack.kHbIzN/_old 2013-10-09 15:59:48.000000000 +0200 +++ /var/tmp/diff_new_pack.kHbIzN/_new 2013-10-09 15:59:48.000000000 +0200 @@ -1,5 +1,5 @@ # HG changeset patch -# Parent 6536010682c3beb922502ca9464272a8c19e093d +# Parent e7b391d67ca5135c48d1aef993e2aedfbce4345e disable utmp handling since this is handled in the Xstartup/Xreset scripts diff --git a/src/session-child.c b/src/session-child.c ++++++ lightdm-fix-session-setup-script-env.patch ++++++ --- /var/tmp/diff_new_pack.kHbIzN/_old 2013-10-09 15:59:48.000000000 +0200 +++ /var/tmp/diff_new_pack.kHbIzN/_new 2013-10-09 15:59:48.000000000 +0200 @@ -1,5 +1,5 @@ # HG changeset patch -# Parent 739a3aed7ff5375aa2192312c133c2f242d9ec56 +# Parent f537e458b1a5e1e92d5030bdc77dfc1540433c70 Put user information in the environment when running session-setup-script diff --git a/src/seat.c b/src/seat.c ++++++ lightdm-sysconfig-support.patch ++++++ --- /var/tmp/diff_new_pack.kHbIzN/_old 2013-10-09 15:59:48.000000000 +0200 +++ /var/tmp/diff_new_pack.kHbIzN/_new 2013-10-09 15:59:48.000000000 +0200 @@ -39,7 +39,7 @@ diff --git a/src/Makefile.am b/src/Makefile.am --- a/src/Makefile.am +++ b/src/Makefile.am -@@ -68,7 +68,9 @@ lightdm_SOURCES = \ +@@ -72,7 +72,9 @@ lightdm_SOURCES = \ xdmcp-server.h \ xdmcp-session.c \ xdmcp-session.h \ @@ -632,7 +632,7 @@ diff --git a/src/seat.c b/src/seat.c --- a/src/seat.c +++ b/src/seat.c -@@ -1087,7 +1087,10 @@ create_greeter_session (Seat *seat) +@@ -1092,7 +1092,10 @@ create_greeter_session (Seat *seat) session_set_argv (SESSION (greeter_session), argv); g_strfreev (argv); @@ -644,7 +644,7 @@ g_signal_connect (greeter_session, "create-session", G_CALLBACK (greeter_create_session_cb), seat); g_signal_connect (greeter_session, "start-session", G_CALLBACK (greeter_start_session_cb), seat); -@@ -1300,7 +1303,10 @@ seat_switch_to_user (Seat *seat, const g +@@ -1305,7 +1308,10 @@ seat_switch_to_user (Seat *seat, const g /* Attempt to authenticate them */ session = create_user_session (seat, username, FALSE); g_signal_connect (session, "authentication-complete", G_CALLBACK (switch_authentication_complete_cb), seat); ++++++ lightdm-use-run-dir.patch ++++++ --- /var/tmp/diff_new_pack.kHbIzN/_old 2013-10-09 15:59:48.000000000 +0200 +++ /var/tmp/diff_new_pack.kHbIzN/_new 2013-10-09 15:59:48.000000000 +0200 @@ -1,11 +1,11 @@ # HG changeset patch -# Parent 40f544e079e2652a3dc2ea63d7cec3a0c8724b89 +# Parent 4415a32cab05e4dea9459f89aa25a58a042f23b2 Use /run instead of localstatedir/run/lightdm diff --git a/src/Makefile.am b/src/Makefile.am --- a/src/Makefile.am +++ b/src/Makefile.am -@@ -81,7 +81,7 @@ lightdm_CFLAGS = \ +@@ -85,7 +85,7 @@ lightdm_CFLAGS = \ -DSBIN_DIR=\"$(sbindir)\" \ -DCONFIG_DIR=\"$(sysconfdir)/lightdm\" \ -DLOG_DIR=\"$(localstatedir)/log/lightdm\" \ ++++++ lightdm-xauthlocalhostname-support.patch ++++++ --- /var/tmp/diff_new_pack.kHbIzN/_old 2013-10-09 15:59:48.000000000 +0200 +++ /var/tmp/diff_new_pack.kHbIzN/_new 2013-10-09 15:59:48.000000000 +0200 @@ -3,7 +3,7 @@ diff --git a/src/Makefile.am b/src/Makefile.am --- a/src/Makefile.am +++ b/src/Makefile.am -@@ -70,7 +70,9 @@ lightdm_SOURCES = \ +@@ -74,7 +74,9 @@ lightdm_SOURCES = \ xdmcp-session.h \ xdmcp-session-private.h \ opensuse-sysconfig.c \ @@ -121,5 +121,5 @@ + g_free (hostname); + } session_set_env (session, "DISPLAY", x_server_get_address (X_SERVER (display_server))); - session_set_tty (session, x_server_get_address (X_SERVER (display_server))); session_set_xdisplay (session, x_server_get_address (X_SERVER (display_server))); + session_set_remote_host_name (session, x_server_get_hostname (X_SERVER (display_server))); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
