Accepting request 572085 from 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. (forwarded request 571570 from iznogood) OBS-URL: https://build.opensuse.org/request/show/572085 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-shell?expand=0&rev=146
This commit is contained in:
commit
81bb17e7c4
2
_service
2
_service
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
<services>
|
<services>
|
||||||
<service mode="disabled" name="tar_scm">
|
<service mode="disabled" name="tar_scm">
|
||||||
<param name="url">git://git.gnome.org/gnome-shell</param>
|
<param name="url">https://gitlab.gnome.org/GNOME/gnome-shell.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">gnome-3-26</param>
|
<param name="revision">gnome-3-26</param>
|
||||||
<param name="versionformat">3.26.2+%cd.%h</param>
|
<param name="versionformat">3.26.2+%cd.%h</param>
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">git://git.gnome.org/gnome-shell</param>
|
<param name="url">git://git.gnome.org/gnome-shell</param>
|
||||||
<param name="changesrevision">15b1810a615ec34f375395f4b93bef3eee04b85e</param></service></servicedata>
|
<param name="changesrevision">15b1810a615ec34f375395f4b93bef3eee04b85e</param></service><service name="tar_scm">
|
||||||
|
<param name="url">https://gitlab.gnome.org/GNOME/gnome-shell.git</param>
|
||||||
|
<param name="changesrevision">0d9c742127f4a79416478b46a9fa5273701d92e3</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c3dc8b3f9810ef15d5f41510cf39a8b37f7f08c7fb3bb99af92ab437f5e14323
|
|
||||||
size 1400028
|
|
3
gnome-shell-3.26.2+20180130.0d9c74212.tar.xz
Normal file
3
gnome-shell-3.26.2+20180130.0d9c74212.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0d327bf3971cc4b0802fd0914186ac86026974de65658d06872bf155ad322451
|
||||||
|
size 1398536
|
@ -1,36 +0,0 @@
|
|||||||
From f91fbd7728061d0f66777c91c0a981792e0fada7 Mon Sep 17 00:00:00 2001
|
|
||||||
From: =?UTF-8?q?Florian=20M=C3=BCllner?= <fmuellner@gnome.org>
|
|
||||||
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
|
|
@ -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
|
Wed Jan 10 15:16:56 UTC 2018 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%global __requires_exclude typelib\\(Meta\\)
|
%global __requires_exclude typelib\\(Meta\\)
|
||||||
Name: gnome-shell
|
Name: gnome-shell
|
||||||
Version: 3.26.2+20171218.15b1810a6
|
Version: 3.26.2+20180130.0d9c74212
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GNOME Shell
|
Summary: GNOME Shell
|
||||||
License: GPL-2.0+
|
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
|
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
|
# 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
|
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).
|
## 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.
|
# 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
|
%patch2 -p1
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
%patch5 -p1
|
|
||||||
|
|
||||||
%if !0%{?is_opensuse}
|
%if !0%{?is_opensuse}
|
||||||
%patch1001 -p1
|
%patch1001 -p1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user