From 45eae9fdec28c1d67b8641812697f0636691bec95f5ffe72224b4d930adb543a Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 13 Jul 2016 08:31:23 +0000 Subject: [PATCH 1/3] Accepting request 407795 from home:fbui:branches:GNOME:Factory - Add a version contraint on pkgconfig(libsystemd) (>= 209) as asked by Dimstar. - Replace pkgconfig(libsystemd-*) with pkgconfig(libsystemd) Nowadays pkgconfig(libsystemd) replaces all libsystemd-* libs, which are obsolete. OBS-URL: https://build.opensuse.org/request/show/407795 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-session?expand=0&rev=234 --- gnome-session.changes | 15 +++++++++++++++ gnome-session.spec | 3 +-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/gnome-session.changes b/gnome-session.changes index 42493b9..608e3ff 100644 --- a/gnome-session.changes +++ b/gnome-session.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Jul 11 10:00:19 UTC 2016 - fbui@suse.com + +- Add a version contraint on pkgconfig(libsystemd) (>= 209) + + as asked by Dimstar. + +------------------------------------------------------------------- +Wed Jul 6 06:43:18 UTC 2016 - fbui@suse.com + +- Replace pkgconfig(libsystemd-*) with pkgconfig(libsystemd) + + Nowadays pkgconfig(libsystemd) replaces all libsystemd-* libs, which + are obsolete. + ------------------------------------------------------------------- Wed May 25 21:46:08 UTC 2016 - zaitor@opensuse.org diff --git a/gnome-session.spec b/gnome-session.spec index 7957434..bda04e8 100644 --- a/gnome-session.spec +++ b/gnome-session.spec @@ -47,8 +47,7 @@ BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.9.91 BuildRequires: pkgconfig(gtk+-3.0) >= 2.90.7 BuildRequires: pkgconfig(ice) BuildRequires: pkgconfig(json-glib-1.0) >= 0.10 -BuildRequires: pkgconfig(libsystemd-daemon) -BuildRequires: pkgconfig(libsystemd-login) +BuildRequires: pkgconfig(libsystemd) >= 209 BuildRequires: pkgconfig(sm) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xau) From 66e80e664e75742232f6332d9702ad2583407a0388ea612930a938df10491d1d Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 13 Jul 2016 08:31:51 +0000 Subject: [PATCH 2/3] tweak OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-session?expand=0&rev=235 --- gnome-session.changes | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/gnome-session.changes b/gnome-session.changes index 608e3ff..23562fb 100644 --- a/gnome-session.changes +++ b/gnome-session.changes @@ -1,17 +1,9 @@ -------------------------------------------------------------------- -Mon Jul 11 10:00:19 UTC 2016 - fbui@suse.com - -- Add a version contraint on pkgconfig(libsystemd) (>= 209) - - as asked by Dimstar. - ------------------------------------------------------------------- Wed Jul 6 06:43:18 UTC 2016 - fbui@suse.com - Replace pkgconfig(libsystemd-*) with pkgconfig(libsystemd) - - Nowadays pkgconfig(libsystemd) replaces all libsystemd-* libs, which - are obsolete. + Nowadays pkgconfig(libsystemd) replaces all libsystemd-* libs, + which are obsolete. ------------------------------------------------------------------- Wed May 25 21:46:08 UTC 2016 - zaitor@opensuse.org From 0b496b6132d8d6b82cdacb174a4dedabc3be5f0bdf4cb52845e7b9286575972d Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 14 Jul 2016 09:22:07 +0000 Subject: [PATCH 3/3] Accepting request 408275 from home:Zaitor:branches:GNOME:Factory Verbump OBS-URL: https://build.opensuse.org/request/show/408275 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-session?expand=0&rev=236 --- gnome-session-3.20.1.tar.xz | 3 --- gnome-session-3.20.2.tar.xz | 3 +++ gnome-session.changes | 10 ++++++++++ gnome-session.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 gnome-session-3.20.1.tar.xz create mode 100644 gnome-session-3.20.2.tar.xz diff --git a/gnome-session-3.20.1.tar.xz b/gnome-session-3.20.1.tar.xz deleted file mode 100644 index eff19b3..0000000 --- a/gnome-session-3.20.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ae9f53dc74f851222fbefbe0dc08db0a78cc76ceeb156f92ebd4d40fd038913 -size 784852 diff --git a/gnome-session-3.20.2.tar.xz b/gnome-session-3.20.2.tar.xz new file mode 100644 index 0000000..143ab24 --- /dev/null +++ b/gnome-session-3.20.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:025f97e0b9f5431890598d6130040e1e7071771cc29e1d29d8e2e7c84d95f6da +size 785952 diff --git a/gnome-session.changes b/gnome-session.changes index 23562fb..6fed169 100644 --- a/gnome-session.changes +++ b/gnome-session.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Jul 11 17:30:19 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.20.2: + + Fixes to D-Bus activation environment. + + Compiler warning fixes. + + Fail whale localization fix. + + Fix heap corruption in dbus-launch wrapper code. + + Updated translations. + ------------------------------------------------------------------- Wed Jul 6 06:43:18 UTC 2016 - fbui@suse.com diff --git a/gnome-session.spec b/gnome-session.spec index bda04e8..2f21c50 100644 --- a/gnome-session.spec +++ b/gnome-session.spec @@ -17,7 +17,7 @@ Name: gnome-session -Version: 3.20.1 +Version: 3.20.2 Release: 0 Summary: Session Tools for the GNOME Desktop License: GPL-2.0+