From 3e9242ec56d759e2bee7e56cd1bf7e424fb289df09eb09b7bb241067ffd47114 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 24 Sep 2018 07:22:58 +0000 Subject: [PATCH 1/2] Accepting request 636063 from GNOME:Next update to 3.30 OBS-URL: https://build.opensuse.org/request/show/636063 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-session?expand=0&rev=300 --- gnome-session-3.28.1.tar.xz | 3 --- gnome-session-3.30.0.tar.xz | 3 +++ gnome-session.changes | 29 ++++++++++++++++++++++++++++- gnome-session.spec | 17 +++++------------ 4 files changed, 36 insertions(+), 16 deletions(-) delete mode 100644 gnome-session-3.28.1.tar.xz create mode 100644 gnome-session-3.30.0.tar.xz diff --git a/gnome-session-3.28.1.tar.xz b/gnome-session-3.28.1.tar.xz deleted file mode 100644 index 9e55f70..0000000 --- a/gnome-session-3.28.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b893f75c8d34dbdbbc5c56429a17b59136ac7402e12f384da856dcfc725cd592 -size 480196 diff --git a/gnome-session-3.30.0.tar.xz b/gnome-session-3.30.0.tar.xz new file mode 100644 index 0000000..983185d --- /dev/null +++ b/gnome-session-3.30.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29ebab28ce38d1a4c36a7ca81ee124678f31dd8ab359929efa4f582f8d04cd61 +size 485128 diff --git a/gnome-session.changes b/gnome-session.changes index e1548fb..deeb3f5 100644 --- a/gnome-session.changes +++ b/gnome-session.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Fri Sep 7 00:27:43 UTC 2018 - luc14n0@linuxmail.org + +- Update to version 3.30.0: + + Updated translations. +- Reenable translation-update-upstream BuildRequires and its macro: + the previous issue has been fixed. +- Drop hack/workaround for gnome.desktop not being installed to + wayland-sessions (bgo#792207). + +------------------------------------------------------------------- +Wed Aug 29 00:11:53 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.29.92: + + Add new RebootToFirmwareSetup API. + + Crash fix when running with nested wayland compositors. + + Use full path to binaries in desktop files. +- Disable translation-update-upstream BuildRequires and + corresponding macro, currently breaks the build. + +------------------------------------------------------------------- +Fri Aug 3 22:44:28 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.29.90: + + Drop deprecated environment variable again. + + Harden permissions on config dir. + ------------------------------------------------------------------- Mon Jul 23 09:52:09 UTC 2018 - dimstar@opensuse.org @@ -447,7 +474,7 @@ Wed May 25 21:46:08 UTC 2016 - zaitor@opensuse.org - Change gnome-session-ice-auth-for-suid.patch patch tag to PATCH-FIX-SLE, and only apply for non-opensuse. Same for gnome-common BuildRequires and NOCONFIGURE call. -- Add xsltproc BuildRequries: Needed for man pages, pulled in by +- Add xsltproc BuildRequires: Needed for man pages, pulled in by gnome-common before. - Drop no longer needed Provides and Obsoletes: gnome-core, gnome-session-branding, gnome-session-gtk1-support, diff --git a/gnome-session.spec b/gnome-session.spec index f7cbd20..b2c0105 100644 --- a/gnome-session.spec +++ b/gnome-session.spec @@ -17,17 +17,19 @@ Name: gnome-session -Version: 3.28.1 +Version: 3.30.0 Release: 0 Summary: Session Tools for the GNOME Desktop License: GPL-2.0-or-later Group: System/GUI/GNOME -URL: http://www.gnome.org -Source: http://download.gnome.org/sources/gnome-session/3.28/%{name}-%{version}.tar.xz +URL: https://www.gnome.org +Source0: https://download.gnome.org/sources/gnome-session/3.30/%{name}-%{version}.tar.xz Source1: gnome Source2: gnome.desktop + # PATCH-FIX-UPSTREAM gnome-session-better-handle-empty-xdg_session_type.patch bsc#1084756 bgo#794256 yfjiang@suse.com -- solution provided by msrb@suse.com using a more reasonable way to handle gpu acceleration check Patch0: gnome-session-better-handle-empty-xdg_session_type.patch + BuildRequires: docbook-xsl-stylesheets BuildRequires: fdupes BuildRequires: meson @@ -116,15 +118,6 @@ translation-update-upstream po gnome-session-3.0 %install %meson_install -# Copy /usr/share/xsessions to /usr/share/wayland-sessions, workaround a meson issue -# https://bugzilla.gnome.org/show_bug.cgi?id=792207 -if ! -d %{buildroot}%{_datadir}/wayland-sessions; then - mkdir -p %{buildroot}%{_datadir}/wayland-sessions - cp %{buildroot}%{_datadir}/xsessions/gnome.desktop %{buildroot}%{_datadir}/wayland-sessions/ -else - echo "meson_install copied the wayland session already, remove this hack" - exit 42 -fi # install startup script and xsession file install -d -m755 %{buildroot}%{_bindir} install -m755 %{SOURCE1} %{buildroot}%{_bindir}/gnome From c08820360566a4a61a4f92f0ee3615567ede3bbc54aa1b756bfb1445d5e2e597 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Wed, 26 Sep 2018 16:42:41 +0000 Subject: [PATCH 2/2] Accepting request 638434 from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/638434 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-session?expand=0&rev=301 --- gnome-session-3.30.0.tar.xz | 3 --- gnome-session-3.30.1.tar.xz | 3 +++ gnome-session.changes | 7 +++++++ gnome-session.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 gnome-session-3.30.0.tar.xz create mode 100644 gnome-session-3.30.1.tar.xz diff --git a/gnome-session-3.30.0.tar.xz b/gnome-session-3.30.0.tar.xz deleted file mode 100644 index 983185d..0000000 --- a/gnome-session-3.30.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29ebab28ce38d1a4c36a7ca81ee124678f31dd8ab359929efa4f582f8d04cd61 -size 485128 diff --git a/gnome-session-3.30.1.tar.xz b/gnome-session-3.30.1.tar.xz new file mode 100644 index 0000000..3248caa --- /dev/null +++ b/gnome-session-3.30.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eafe85972689186c7c6b5fe1d3bb4dc204a1e0e6b6e763e24b8fb43a40c07739 +size 485996 diff --git a/gnome-session.changes b/gnome-session.changes index deeb3f5..1d5c093 100644 --- a/gnome-session.changes +++ b/gnome-session.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Sep 26 11:01:28 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.30.1: + + Fix region computation when debugging is enabled. + + Updated translations. + ------------------------------------------------------------------- Fri Sep 7 00:27:43 UTC 2018 - luc14n0@linuxmail.org diff --git a/gnome-session.spec b/gnome-session.spec index b2c0105..41284f0 100644 --- a/gnome-session.spec +++ b/gnome-session.spec @@ -12,12 +12,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: gnome-session -Version: 3.30.0 +Version: 3.30.1 Release: 0 Summary: Session Tools for the GNOME Desktop License: GPL-2.0-or-later