Hello community,

here is the log from the commit of package gnome-session for openSUSE:Factory 
checked in at 2012-11-20 10:24:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-session (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-session.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-session", Maintainer is "gnome-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-session/gnome-session.changes      
2012-10-19 10:18:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-session.new/gnome-session.changes 
2012-11-20 10:24:41.000000000 +0100
@@ -1,0 +2,18 @@
+Fri Nov 16 22:01:14 UTC 2012 - dims...@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 - dims...@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.
+
+-------------------------------------------------------------------

Old:
----
  gnome-session-3.6.1.tar.xz

New:
----
  gnome-session-3.6.2.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-session.spec ++++++
--- /var/tmp/diff_new_pack.cU1d9C/_old  2012-11-20 10:24:42.000000000 +0100
+++ /var/tmp/diff_new_pack.cU1d9C/_new  2012-11-20 10:24:42.000000000 +0100
@@ -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 @@
 %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

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to