From b338a5049e0bad16b5f0b08d20c09b39e8b49c1e738560edac4138ea768793a0 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 19 Mar 2015 14:36:52 +0000 Subject: [PATCH] Accepting request 291575 from GNOME:Next resub OBS-URL: https://build.opensuse.org/request/show/291575 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-session?expand=0&rev=208 --- gnome-session-3.14.0.tar.xz | 3 --- gnome-session-3.15.92.tar.xz | 3 +++ gnome-session.changes | 37 ++++++++++++++++++++++++++++++++++++ gnome-session.spec | 8 ++++---- 4 files changed, 44 insertions(+), 7 deletions(-) delete mode 100644 gnome-session-3.14.0.tar.xz create mode 100644 gnome-session-3.15.92.tar.xz diff --git a/gnome-session-3.14.0.tar.xz b/gnome-session-3.14.0.tar.xz deleted file mode 100644 index e6634c6..0000000 --- a/gnome-session-3.14.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1e6e805478b863eda58e61ecd0e13961f63dd76e2d49692affc5a1d00f2c184 -size 736128 diff --git a/gnome-session-3.15.92.tar.xz b/gnome-session-3.15.92.tar.xz new file mode 100644 index 0000000..ca62d59 --- /dev/null +++ b/gnome-session-3.15.92.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b1b4c5e8bd80e890f1f1277ed246daee42c5fd72866924d49672c38f601fd62 +size 766064 diff --git a/gnome-session.changes b/gnome-session.changes index 9e2630c..783b11d 100644 --- a/gnome-session.changes +++ b/gnome-session.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Wed Mar 18 13:06:36 UTC 2015 - dimstar@opensuse.org + +- Update to version 3.15.92: + + Fix bug in tracking if the session is active. + + Fail whale fixes. + + Updated translations. + +------------------------------------------------------------------- +Thu Feb 19 09:47:22 UTC 2015 - dimstar@opensuse.org + +- Update to version 3.15.90: + + Don't try to failwhale when the wayland compositor fails to + start. + + Support newer systemd client library layout. + + Cut out more vestigial dbus-glib remnants. + + Updated translations. + +------------------------------------------------------------------- +Thu Jan 29 15:57:22 UTC 2015 - dimstar@opensuse.org + +- Update to version 3.15.4: + + Allow turning on debugging with an environment variable. + + Don't set DISPLAY in wayland sessions. + + Add back session-name property. + + Updated translations. + +------------------------------------------------------------------- +Wed Dec 17 20:13:32 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.15.3: + + Port to GDBus. + + Misc clean ups. + + Updated translations. +- Pass --enable-systemd to configure to make sure we build with + systemd support. + ------------------------------------------------------------------- Mon Sep 22 14:48:33 UTC 2014 - zaitor@opensuse.org diff --git a/gnome-session.spec b/gnome-session.spec index 2185eaf..aab87f1 100644 --- a/gnome-session.spec +++ b/gnome-session.spec @@ -1,7 +1,7 @@ # # spec file for package gnome-session # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,13 +19,13 @@ %define with_systemd 1 Name: gnome-session -Version: 3.14.0 +Version: 3.15.92 Release: 0 Summary: Session Tools for the GNOME Desktop License: GPL-2.0+ Group: System/GUI/GNOME Url: http://www.gnome.org -Source: http://download.gnome.org/sources/gnome-session/3.14/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gnome-session/3.15/%{name}-%{version}.tar.xz Source1: gnome Source2: gnome.desktop # PATCH-FIX-UPSTREAM gnome-session-ice-auth-for-suid.patch hpj@novell.com -- Carries ICE auth over to other UIDs in this session using an env var. @@ -124,7 +124,7 @@ functional GNOME desktop. %build NOCONFIGURE=1 gnome-autogen.sh -%configure +%configure --enable-systemd %__make %{?jobs:-j%jobs} V=1 %install