From 44c5d197f9c56f48f8682ced5f1d4ab86b741ccc6e70867aedb7473b9fdb3b65 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 2 Feb 2018 16:33:16 +0000 Subject: [PATCH] Accepting request 571570 from home:iznogood:branches:GNOME:Factory - Update to version 3.26.2+20180130.0d9c74212: + padOsd: Ensure to pick pad devices only. + network: Fix visibility of VPN section. + dnd: Declare restore location variables. + appDisplay: don't try to close the popup menu that is already destroyed. + background: don't leak wall clock when background changes. + dateMenu: - Fix possible crash with unknown locations. - Ignore malformed world-clocks settings. + dash: Do not shadow ClutterActor's destroy(). + Updated translations. - Update _service url to new gitlab home. - Drop gnome-shell-network-fix-visibility-VPN.patch: Fixed upstream. OBS-URL: https://build.opensuse.org/request/show/571570 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=352 --- _service | 2 +- _servicedata | 4 ++- gnome-shell-3.26.2+20171218.15b1810a6.tar.xz | 3 -- gnome-shell-3.26.2+20180130.0d9c74212.tar.xz | 3 ++ gnome-shell-network-fix-visibility-VPN.patch | 36 -------------------- gnome-shell.changes | 19 +++++++++++ gnome-shell.spec | 5 +-- 7 files changed, 27 insertions(+), 45 deletions(-) delete mode 100644 gnome-shell-3.26.2+20171218.15b1810a6.tar.xz create mode 100644 gnome-shell-3.26.2+20180130.0d9c74212.tar.xz delete mode 100644 gnome-shell-network-fix-visibility-VPN.patch diff --git a/_service b/_service index 10b9052..fbd7f82 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - git://git.gnome.org/gnome-shell + https://gitlab.gnome.org/GNOME/gnome-shell.git git gnome-3-26 3.26.2+%cd.%h diff --git a/_servicedata b/_servicedata index 772f0e3..eba6fe8 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,6 @@ git://git.gnome.org/gnome-shell - 15b1810a615ec34f375395f4b93bef3eee04b85e \ No newline at end of file + 15b1810a615ec34f375395f4b93bef3eee04b85e + https://gitlab.gnome.org/GNOME/gnome-shell.git + 0d9c742127f4a79416478b46a9fa5273701d92e3 \ No newline at end of file diff --git a/gnome-shell-3.26.2+20171218.15b1810a6.tar.xz b/gnome-shell-3.26.2+20171218.15b1810a6.tar.xz deleted file mode 100644 index 4956d4f..0000000 --- a/gnome-shell-3.26.2+20171218.15b1810a6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3dc8b3f9810ef15d5f41510cf39a8b37f7f08c7fb3bb99af92ab437f5e14323 -size 1400028 diff --git a/gnome-shell-3.26.2+20180130.0d9c74212.tar.xz b/gnome-shell-3.26.2+20180130.0d9c74212.tar.xz new file mode 100644 index 0000000..308934d --- /dev/null +++ b/gnome-shell-3.26.2+20180130.0d9c74212.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d327bf3971cc4b0802fd0914186ac86026974de65658d06872bf155ad322451 +size 1398536 diff --git a/gnome-shell-network-fix-visibility-VPN.patch b/gnome-shell-network-fix-visibility-VPN.patch deleted file mode 100644 index b84d756..0000000 --- a/gnome-shell-network-fix-visibility-VPN.patch +++ /dev/null @@ -1,36 +0,0 @@ -From f91fbd7728061d0f66777c91c0a981792e0fada7 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Florian=20M=C3=BCllner?= -Date: Thu, 21 Dec 2017 16:51:28 +0100 -Subject: network: Fix visibility of VPN section - -Commit f2a9467f91b was too eager to simplify the code, and removed -the bits that hid the section in case no VPNs are set up - add them -back to fix the visibility. - -https://bugzilla.gnome.org/show_bug.cgi?id=787845 ---- - js/ui/status/network.js | 9 +++++++++ - 1 file changed, 9 insertions(+) - -diff --git a/js/ui/status/network.js b/js/ui/status/network.js -index 9575af7..ad373f6 100644 ---- a/js/ui/status/network.js -+++ b/js/ui/status/network.js -@@ -1492,6 +1492,15 @@ var NMVPNSection = new Lang.Class({ - this.parent(client); - - this.item.menu.addSettingsAction(_("VPN Settings"), 'gnome-network-panel.desktop'); -+ -+ this._sync(); -+ }, -+ -+ _sync: function() { -+ let nItems = this._connectionItems.size; -+ this.item.actor.visible = (nItems > 0); -+ -+ this.parent(); - }, - - _getDescription: function() { --- -cgit v0.12 diff --git a/gnome-shell.changes b/gnome-shell.changes index b113192..0790c34 100644 --- a/gnome-shell.changes +++ b/gnome-shell.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Jan 31 23:14:56 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.26.2+20180130.0d9c74212: + + padOsd: Ensure to pick pad devices only. + + network: Fix visibility of VPN section. + + dnd: Declare restore location variables. + + appDisplay: don't try to close the popup menu that is already + destroyed. + + background: don't leak wall clock when background changes. + + dateMenu: + - Fix possible crash with unknown locations. + - Ignore malformed world-clocks settings. + + dash: Do not shadow ClutterActor's destroy(). + + Updated translations. +- Update _service url to new gitlab home. +- Drop gnome-shell-network-fix-visibility-VPN.patch: Fixed + upstream. + ------------------------------------------------------------------- Wed Jan 10 15:16:56 UTC 2018 - zaitor@opensuse.org diff --git a/gnome-shell.spec b/gnome-shell.spec index 50ab1ad..f7a9574 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -18,7 +18,7 @@ %global __requires_exclude typelib\\(Meta\\) Name: gnome-shell -Version: 3.26.2+20171218.15b1810a6 +Version: 3.26.2+20180130.0d9c74212 Release: 0 Summary: GNOME Shell License: GPL-2.0+ @@ -41,8 +41,6 @@ Patch2: gnome-shell-disable-ibus-when-not-installed.patch Patch3: gnome-shell-Avoid-loginDialog-grab-focus-when-locked.patch # PATCH-FIX-UPSTREAM gnome-shell-osk-dont-popup-when-not-needed.patch bgo#788188 badshah400@gmail.com -- Stop the on-screen keyboard from showing up when touchscreen use doesn't activate a text field; patch taken from upstream bug report Patch4: gnome-shell-osk-dont-popup-when-not-needed.patch -# PATCH-FIX-UPSTREAM gnome-shell-network-fix-visibility-VPN.patch bgo#787845 zaitor@opensuse.org -- network: Fix visibility of VPN section -Patch5: gnome-shell-network-fix-visibility-VPN.patch ## NOTE: Keep SLE-only patches at bottom (starting on 1000). # PATCH-FEATURE-SLE gnome-shell-gdm-login-applet.patch fate#314545 dliang@suse.com -- Add an applet on login UI to display suse icon, product name, hostname. @@ -181,7 +179,6 @@ into GNOME Shell calendar. %patch2 -p1 %patch3 -p1 %patch4 -p1 -%patch5 -p1 %if !0%{?is_opensuse} %patch1001 -p1