Hello community,

here is the log from the commit of package gnome-control-center for 
openSUSE:Factory checked in at 2019-05-22 10:56:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-control-center (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-control-center.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-control-center"

Wed May 22 10:56:00 2019 rev:179 rq:704193 version:3.32.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gnome-control-center/gnome-control-center.changes    
    2019-05-16 21:57:12.270858799 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-control-center.new.5148/gnome-control-center.changes
      2019-05-22 10:56:02.567004187 +0200
@@ -1,0 +2,7 @@
+Thu May 16 08:57:24 UTC 2019 - Jonathan Kang <[email protected]>
+
+- Add control-center-fix-mtu-label.patch: network: Fix mtu label
+  not requesting enough space (glgo#GNOME/gnome-control-center!475,
+  bsc#1040055).
+
+-------------------------------------------------------------------

New:
----
  control-center-fix-mtu-label.patch

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

Other differences:
------------------
++++++ gnome-control-center.spec ++++++
--- /var/tmp/diff_new_pack.Cz9oj0/_old  2019-05-22 10:56:03.227003697 +0200
+++ /var/tmp/diff_new_pack.Cz9oj0/_new  2019-05-22 10:56:03.227003697 +0200
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
@@ -40,6 +40,8 @@
 Patch1:         control-center-network-add-domain-suffix-match.patch
 # PATCH-FIX-UPSTREAM control-center-network-fix-ce-apply-button.patch 
glgo#GNOME/gnome-control-center!402 bsc#1040054 [email protected] -- network: 
disable the "Apply" button until a change has been made
 Patch2:         control-center-network-fix-ce-apply-button.patch
+# PATCH-FIX-UPSTREAM control-center-fix-mtu-label.patch 
glgo#GNOME/gnome-control-center!475 bsc#1040055 [email protected] -- network: Fix 
mtu label not requesting enough space
+Patch3:         control-center-fix-mtu-label.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 [email protected] -- 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.
@@ -198,6 +200,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 translation-update-upstream po gnome-control-center-2.0
 
 # patches for Leap >= 15 plus SLE >= 15, but not TW

++++++ control-center-fix-mtu-label.patch ++++++
>From 1d0f24e077f80d123e53e476fcd57293b82052d5 Mon Sep 17 00:00:00 2001
From: Jonathan Kang <[email protected]>
Date: Fri, 10 May 2019 15:10:55 +0800
Subject: [PATCH] network: Fix mtu label not requesting enough space

Remove the size group where mtu label belongs, so that it can request
enough space when it becomes visible. Since the size group is removed,
filler widget is no longer useful. Remove it as well.
---
 .../network/connection-editor/ethernet-page.ui | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/panels/network/connection-editor/ethernet-page.ui 
b/panels/network/connection-editor/ethernet-page.ui
index eb1bfb06a..650f72e8a 100644
--- a/panels/network/connection-editor/ethernet-page.ui
+++ b/panels/network/connection-editor/ethernet-page.ui
@@ -199,18 +199,6 @@
         <property name="height">1</property>
       </packing>
     </child>
-    <child>
-      <object class="GtkLabel" id="filler">
-        <property name="visible">True</property>
-        <property name="can_focus">False</property>
-      </object>
-      <packing>
-        <property name="left_attach">2</property>
-        <property name="top_attach">0</property>
-        <property name="width">1</property>
-        <property name="height">1</property>
-      </packing>
-    </child>
     <child>
       <placeholder/>
     </child>
@@ -227,10 +215,4 @@
       <placeholder/>
     </child>
   </object>
-  <object class="GtkSizeGroup" id="sizegroup1">
-    <widgets>
-      <widget name="label_mtu"/>
-      <widget name="filler"/>
-    </widgets>
-  </object>
 </interface>
-- 
2.21.0


Reply via email to