From 78117e1b29c284810a549e1686d4a4c0bd41f352adc5462b8161bb2b35031ddb Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 22 Feb 2017 20:39:05 +0000 Subject: [PATCH 1/4] Accepting request 459769 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/459769 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-session?expand=0&rev=258 --- gnome-session-3.22.2.tar.xz | 3 --- gnome-session-3.23.4.1.tar.xz | 3 +++ gnome-session.changes | 28 ++++++++++++++++++++++++++++ gnome-session.spec | 7 ++----- 4 files changed, 33 insertions(+), 8 deletions(-) delete mode 100644 gnome-session-3.22.2.tar.xz create mode 100644 gnome-session-3.23.4.1.tar.xz diff --git a/gnome-session-3.22.2.tar.xz b/gnome-session-3.22.2.tar.xz deleted file mode 100644 index 0baab45..0000000 --- a/gnome-session-3.22.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:361a31edb4f8c6d410f1029eee089422e25a2da6c287ead40fccdea5bda450f5 -size 776772 diff --git a/gnome-session-3.23.4.1.tar.xz b/gnome-session-3.23.4.1.tar.xz new file mode 100644 index 0000000..15299cb --- /dev/null +++ b/gnome-session-3.23.4.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a15224179b523a664a1d4d25245fce166a67aaa242c904482859a249e55bdf +size 778352 diff --git a/gnome-session.changes b/gnome-session.changes index 5e74c45..5171e53 100644 --- a/gnome-session.changes +++ b/gnome-session.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Fri Feb 17 03:23:05 UTC 2017 - dimstar@opensuse.org + +- Update to version 3.23.4.1: + + Redo login shell for wayland handling to be more functional and + crossplatform. + +------------------------------------------------------------------- +Fri Feb 17 03:23:04 UTC 2017 - dimstar@opensuse.org + +- Update to version 3.23.4: + + Fix warnings at startup in check accelerated helper. + + Print the renderer under wayland in check accelerated helper. + + Fix gpu info caching logic. + + Better error checking. + + Don't tell Qt applications to look like GNOME anymore. + + Make sure a login shell runs for wayland sessions at startup. +- Changes from version 3.23.3: + + Update session desktop files for gnome-settings-daemon changes, + the big daemon is now split up into smaller daemons. + + Updated translations. + +------------------------------------------------------------------- +Thu Feb 16 10:29:25 UTC 2017 - dimstar@opensuse.org + +- Do not try to bootstrap on SLE neither: there are no patches + applied. + ------------------------------------------------------------------- Wed Feb 15 19:22:06 UTC 2017 - zaitor@opensuse.org diff --git a/gnome-session.spec b/gnome-session.spec index 188e50f..8acb7f3 100644 --- a/gnome-session.spec +++ b/gnome-session.spec @@ -17,13 +17,13 @@ Name: gnome-session -Version: 3.22.2 +Version: 3.23.4.1 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.22/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gnome-session/3.23/%{name}-%{version}.tar.xz Source1: gnome Source2: gnome.desktop # PATCH-FIX-UPSTREAM gnome-session-Restrict-the-login-monitor.patch zaitor@opensuse.org -- Restrict the login monitor to the "session" category @@ -113,9 +113,6 @@ translation-update-upstream %endif %build -%if !0%{?is_opensuse} -autoconf -%endif %configure \ --enable-systemd \ %if !0%{?is_opensuse} From 03491dee2f9781dbba8b7e874bc8810c5791bf58e9de2922d173d9e5500c5d2a Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 28 Feb 2017 21:40:20 +0000 Subject: [PATCH 2/4] Accepting request 460957 from GNOME:Next Scripted push of GNOME:Next OBS-URL: https://build.opensuse.org/request/show/460957 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-session?expand=0&rev=259 --- gnome-session-3.23.4.1.tar.xz | 3 -- gnome-session-3.23.91.tar.xz | 3 ++ ...e-session-Restrict-the-login-monitor.patch | 31 ------------------- gnome-session.changes | 11 +++++++ gnome-session.spec | 5 +-- 5 files changed, 15 insertions(+), 38 deletions(-) delete mode 100644 gnome-session-3.23.4.1.tar.xz create mode 100644 gnome-session-3.23.91.tar.xz delete mode 100644 gnome-session-Restrict-the-login-monitor.patch diff --git a/gnome-session-3.23.4.1.tar.xz b/gnome-session-3.23.4.1.tar.xz deleted file mode 100644 index 15299cb..0000000 --- a/gnome-session-3.23.4.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95a15224179b523a664a1d4d25245fce166a67aaa242c904482859a249e55bdf -size 778352 diff --git a/gnome-session-3.23.91.tar.xz b/gnome-session-3.23.91.tar.xz new file mode 100644 index 0000000..493ffdf --- /dev/null +++ b/gnome-session-3.23.91.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50bde3aed35bd48ac73c6cbc322f627925f914ebcdab90f032d4f29488c9cc38 +size 779536 diff --git a/gnome-session-Restrict-the-login-monitor.patch b/gnome-session-Restrict-the-login-monitor.patch deleted file mode 100644 index f59c02c..0000000 --- a/gnome-session-Restrict-the-login-monitor.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 73dba36e0d4f9129683caa85b4cd9b012d8e68c8 Mon Sep 17 00:00:00 2001 -From: "Owen W. Taylor" -Date: Thu, 2 Feb 2017 13:03:20 -0500 -Subject: gsm-systemd.c: Restrict the login monitor to the "session" category - -We only are interested in changes to sd_session_get_active(), so only -listen for changes in the "session" category. This reduces overhead -by a small amount, and also reduces the amount of /var/run/systemd -that needs to be read. (Bug 772537 is a failure because of a SELinux -policy preventint reading /var/run/systemd/machines - which we don't -need to monitor anyways.) ---- - gnome-session/gsm-systemd.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/gnome-session/gsm-systemd.c b/gnome-session/gsm-systemd.c -index 69971b8..539e991 100644 ---- a/gnome-session/gsm-systemd.c -+++ b/gnome-session/gsm-systemd.c -@@ -231,7 +231,7 @@ sd_source_new (void) - source = g_source_new (&sd_source_funcs, sizeof (SdSource)); - sd_source = (SdSource *)source; - -- if ((ret = sd_login_monitor_new (NULL, &sd_source->monitor)) < 0) { -+ if ((ret = sd_login_monitor_new ("session", &sd_source->monitor)) < 0) { - g_warning ("Error getting login monitor: %d", ret); - } else { - sd_source->pollfd.fd = sd_login_monitor_get_fd (sd_source->monitor); --- -cgit v0.12 - diff --git a/gnome-session.changes b/gnome-session.changes index 5171e53..14e0522 100644 --- a/gnome-session.changes +++ b/gnome-session.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Feb 28 01:11:14 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.23.91: + + Fix VT monitor to work with restrictive SELinux policies. + + Disable extensions in a less destructive way from fail whale. + + Add support for absolute paths to AutostartCondition. + + Updated translations. +- Drop gnome-session-Restrict-the-login-monitor.patch: Fixed + upstream. + ------------------------------------------------------------------- Fri Feb 17 03:23:05 UTC 2017 - dimstar@opensuse.org diff --git a/gnome-session.spec b/gnome-session.spec index 8acb7f3..b76e7e7 100644 --- a/gnome-session.spec +++ b/gnome-session.spec @@ -17,7 +17,7 @@ Name: gnome-session -Version: 3.23.4.1 +Version: 3.23.91 Release: 0 Summary: Session Tools for the GNOME Desktop License: GPL-2.0+ @@ -26,8 +26,6 @@ Url: http://www.gnome.org Source: http://download.gnome.org/sources/gnome-session/3.23/%{name}-%{version}.tar.xz Source1: gnome Source2: gnome.desktop -# PATCH-FIX-UPSTREAM gnome-session-Restrict-the-login-monitor.patch zaitor@opensuse.org -- Restrict the login monitor to the "session" category -Patch0: gnome-session-Restrict-the-login-monitor.patch BuildRequires: fdupes BuildRequires: intltool BuildRequires: tcpd-devel @@ -107,7 +105,6 @@ functional GNOME desktop. %prep %setup -q -%patch0 -p1 %if !0%{?is_opensuse} translation-update-upstream %endif From 3c1858cbe3581f5cd263124742b681359260c468eab36e78ebc9faeca47fee3f Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 14 Mar 2017 18:43:51 +0000 Subject: [PATCH 3/4] Accepting request 479136 from GNOME:Next New upstream rel OBS-URL: https://build.opensuse.org/request/show/479136 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-session?expand=0&rev=260 --- gnome-session-3.23.91.tar.xz | 3 --- gnome-session-3.23.92.tar.xz | 3 +++ gnome-session.changes | 6 ++++++ gnome-session.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 gnome-session-3.23.91.tar.xz create mode 100644 gnome-session-3.23.92.tar.xz diff --git a/gnome-session-3.23.91.tar.xz b/gnome-session-3.23.91.tar.xz deleted file mode 100644 index 493ffdf..0000000 --- a/gnome-session-3.23.91.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50bde3aed35bd48ac73c6cbc322f627925f914ebcdab90f032d4f29488c9cc38 -size 779536 diff --git a/gnome-session-3.23.92.tar.xz b/gnome-session-3.23.92.tar.xz new file mode 100644 index 0000000..439565f --- /dev/null +++ b/gnome-session-3.23.92.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c48c0ee40808e4a00a8237ed8e330f1013c3f0cc3b72b874f3cef7a3aec08340 +size 779508 diff --git a/gnome-session.changes b/gnome-session.changes index 14e0522..ef65cf7 100644 --- a/gnome-session.changes +++ b/gnome-session.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 13 19:43:03 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.23.92: + + Updated translations. + ------------------------------------------------------------------- Tue Feb 28 01:11:14 UTC 2017 - zaitor@opensuse.org diff --git a/gnome-session.spec b/gnome-session.spec index b76e7e7..86b5512 100644 --- a/gnome-session.spec +++ b/gnome-session.spec @@ -17,7 +17,7 @@ Name: gnome-session -Version: 3.23.91 +Version: 3.23.92 Release: 0 Summary: Session Tools for the GNOME Desktop License: GPL-2.0+ From a2999f79535ac77d96af43463875a9562a339a373792a9c06a2a3e098e931139 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 20 Mar 2017 21:48:45 +0000 Subject: [PATCH 4/4] Accepting request 481612 from GNOME:Next Update to 3.24.0 OBS-URL: https://build.opensuse.org/request/show/481612 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-session?expand=0&rev=261 --- gnome-session-3.23.92.tar.xz | 3 --- gnome-session-3.24.0.tar.xz | 3 +++ gnome-session.changes | 6 ++++++ gnome-session.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 gnome-session-3.23.92.tar.xz create mode 100644 gnome-session-3.24.0.tar.xz diff --git a/gnome-session-3.23.92.tar.xz b/gnome-session-3.23.92.tar.xz deleted file mode 100644 index 439565f..0000000 --- a/gnome-session-3.23.92.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c48c0ee40808e4a00a8237ed8e330f1013c3f0cc3b72b874f3cef7a3aec08340 -size 779508 diff --git a/gnome-session-3.24.0.tar.xz b/gnome-session-3.24.0.tar.xz new file mode 100644 index 0000000..7e98ee8 --- /dev/null +++ b/gnome-session-3.24.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e380a54628f0e6e4506887c409ec0f99024e7840d614edfeeb511dea884d2c +size 779604 diff --git a/gnome-session.changes b/gnome-session.changes index ef65cf7..37925df 100644 --- a/gnome-session.changes +++ b/gnome-session.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 20 21:30:35 UTC 2017 - dimstar@opensuse.org + +- Update to version 3.24.0: + + No changes. + ------------------------------------------------------------------- Mon Mar 13 19:43:03 UTC 2017 - zaitor@opensuse.org diff --git a/gnome-session.spec b/gnome-session.spec index 86b5512..2b57e62 100644 --- a/gnome-session.spec +++ b/gnome-session.spec @@ -17,13 +17,13 @@ Name: gnome-session -Version: 3.23.92 +Version: 3.24.0 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.23/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gnome-session/3.24/%{name}-%{version}.tar.xz Source1: gnome Source2: gnome.desktop BuildRequires: fdupes