Hello community,

here is the log from the commit of package gnome-control-center for 
openSUSE:Factory checked in at 2018-06-02 11:55:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-control-center (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-control-center.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-control-center"

Sat Jun  2 11:55:55 2018 rev:167 rq:613071 version:3.28.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gnome-control-center/gnome-control-center.changes    
    2018-05-10 15:47:17.713892127 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-control-center.new/gnome-control-center.changes
   2018-06-02 11:55:57.191626470 +0200
@@ -1,0 +2,18 @@
+Tue May 29 20:18:34 UTC 2018 - bjorn....@gmail.com
+
+- Update to version 3.28.2:
+  + Don't pass --overview on desktop file.
+  + Display: Fix crashes on Night Light dialog.
+  + Network: Fix various Bluetooth and VPN issues.
+  + User Accounts:
+    - Fix building without Cheese.
+    - Fix wrong enterprise user/password hint.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Fri May 25 00:25:57 UTC 2018 - sck...@suse.com
+
+- Add control-center-ignore-unmanaged-wifi-devices.patch:
+  wifi: only manage Wi-Fi devices managed by NM (bsc#1079320).
+
+-------------------------------------------------------------------

Old:
----
  gnome-control-center-3.28.1.tar.xz

New:
----
  control-center-ignore-unmanaged-wifi-devices.patch
  gnome-control-center-3.28.2.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-control-center.spec ++++++
--- /var/tmp/diff_new_pack.3vKeAW/_old  2018-06-02 11:55:57.951598601 +0200
+++ /var/tmp/diff_new_pack.3vKeAW/_new  2018-06-02 11:55:57.955598454 +0200
@@ -27,17 +27,19 @@
 %{?with_ibus:BuildRequires: pkgconfig(ibus-1.0) >= 1.5.2}
 %{?with_wacom:BuildRequires: pkgconfig(clutter-1.0) >= 1.11.3 
pkgconfig(libwacom) >= 0.7}
 Name:           gnome-control-center
-Version:        3.28.1
+Version:        3.28.2
 Release:        0
 Summary:        The GNOME Control Center
 License:        GPL-2.0-or-later
 Group:          System/GUI/GNOME
-Url:            https://www.gnome.org
+URL:            https://www.gnome.org
 Source:         
http://download.gnome.org/sources/gnome-control-center/3.28/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE gnome-control-center-disable-error-message-for-NM.patch 
bsc#989801 sck...@suse.com -- network: Improve the check for whether NM or 
wicked is running was:PATCH-FIX-OPENSUSE
 Patch0:         gnome-control-center-disable-error-message-for-NM.patch
 # PATCH-FIX-UPSTREAM control-center-network-add-domain-suffix-match.patch 
bgo#787882 bsc#1047509 sck...@suse.com -- wifi: Add domain-suffix-match entry
 Patch1:         control-center-network-add-domain-suffix-match.patch
+# PATCH-FIX-UPSTREAM control-center-ignore-unmanaged-wifi-devices.patch 
bsc#1079320 glgo#GNOME/gnome-control-center#54 sck...@suse.com -- wifi: only 
manage Wi-Fi devices managed by NM
+Patch2:         control-center-ignore-unmanaged-wifi-devices.patch
 ### patches for Leap >= 15 plus SLE >= 15, but not TW
 # PATCH-FEATURE-SLE gnome-control-center-info-never-use-gnome-software.patch 
bsc#999336 fezh...@suse.com -- info: Never search for gnome-software as an 
option when checking for updates on SLE and Leap 42.2, because we use 
gpk-update-viewer.
 Patch1001:      gnome-control-center-info-never-use-gnome-software.patch
@@ -179,6 +181,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 translation-update-upstream
 
 # patches for Leap >= 15 plus SLE >= 15, but not TW

++++++ control-center-ignore-unmanaged-wifi-devices.patch ++++++
>From cb760e77af0b566f6fcc96fe162a875403665877 Mon Sep 17 00:00:00 2001
From: Jonathan Kang <jonathan121...@gmail.com>
Date: Mon, 21 May 2018 15:23:04 +0800
Subject: [PATCH] wifi: only manage Wi-Fi devices managed by NM

If a Wi-Fi device is unmanaged by NetworkManager, ignore it.
---
 panels/network/cc-wifi-panel.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/panels/network/cc-wifi-panel.c b/panels/network/cc-wifi-panel.c
index d785bad0d..8db43c349 100644
--- a/panels/network/cc-wifi-panel.c
+++ b/panels/network/cc-wifi-panel.c
@@ -91,7 +91,8 @@ add_wifi_device (CcWifiPanel *self,
   NetObject *net_device;
 
   /* Only manage Wi-Fi devices */
-  if (!NM_IS_DEVICE_WIFI (device))
+  if (!NM_IS_DEVICE_WIFI (device) ||
+      !nm_device_get_managed (device))
     return;
 
   /* Create the NetDevice */
-- 
2.17.0

++++++ gnome-control-center-3.28.1.tar.xz -> gnome-control-center-3.28.2.tar.xz 
++++++
++++ 10364 lines of diff (skipped)


Reply via email to