diff --git a/gnome-session-3.6.1.tar.xz b/gnome-session-3.6.1.tar.xz deleted file mode 100644 index 08cf99b..0000000 --- a/gnome-session-3.6.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:759c26230d8ac3f2d51344f5eaadce166819c4394acb733987e6d23fd42bddfb -size 731472 diff --git a/gnome-session-3.6.2.tar.xz b/gnome-session-3.6.2.tar.xz new file mode 100644 index 0000000..748c2ec --- /dev/null +++ b/gnome-session-3.6.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e3a3466eed4136826e150b639c63beb5c93710346dea2e538adfe5e18d701b4 +size 729676 diff --git a/gnome-session.changes b/gnome-session.changes index c31174f..949e5d1 100644 --- a/gnome-session.changes +++ b/gnome-session.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Fri Nov 16 22:01:14 UTC 2012 - dimstar@opensuse.org + +- Only conditionally require ConsoleKit from gnome-session-core, + based on with_systemd defines: while switching openSUSE 12.3 to + systemd based session tracking, we should not require CK anymore. + +------------------------------------------------------------------- +Tue Nov 13 11:57:58 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.6.2: + + Initialize systemd client before acquiring name. Fixes logind + race. + + Add SessionName property to introspection. Fixes gdbus errors. + + Drop system inhibitor when necessary. Fixes logind leak. + + Fix malloc/g_free mismatch in systemd code. + + Updated translations. + ------------------------------------------------------------------- Tue Oct 16 07:13:23 UTC 2012 - dimstar@opensuse.org diff --git a/gnome-session.spec b/gnome-session.spec index a253a13..ee40436 100644 --- a/gnome-session.spec +++ b/gnome-session.spec @@ -16,8 +16,10 @@ # +%define with_systemd 1 + Name: gnome-session -Version: 3.6.1 +Version: 3.6.2 Release: 0 Summary: Session Tools for the GNOME Desktop License: GPL-2.0+ @@ -110,7 +112,9 @@ a GNOME 3 session that looks and feels like GNOME 2. %package core Summary: Session Manager for GNOME -- Minimal Version Group: System/GUI/GNOME +%if ! %{with_systemd} Requires: ConsoleKit +%endif Requires: dbus-1-x11 Requires: gsettings-desktop-schemas >= 0.1.7 Requires: hicolor-icon-theme