Hello community,

here is the log from the commit of package yast2-ntp-client for 
openSUSE:Factory checked in at 2018-11-22 13:24:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-ntp-client (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-ntp-client.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-ntp-client"

Thu Nov 22 13:24:14 2018 rev:109 rq:650365 version:4.1.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-ntp-client/yast2-ntp-client.changes        
2018-11-18 23:00:49.195625713 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-ntp-client.new.19453/yast2-ntp-client.changes 
    2018-11-22 13:24:16.494078205 +0100
@@ -1,0 +2,8 @@
+Wed Nov 14 21:32:26 UTC 2018 - [email protected]
+
+- Aligned "Synchronize Now" button and "NTP Server Address" box not
+  breaking previous fix and not hiding the manual checkbox in
+  TextMode (bnc#893065, bsc#1039985).
+- 4.1.6
+
+-------------------------------------------------------------------

Old:
----
  yast2-ntp-client-4.1.5.tar.bz2

New:
----
  yast2-ntp-client-4.1.6.tar.bz2

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

Other differences:
------------------
++++++ yast2-ntp-client.spec ++++++
--- /var/tmp/diff_new_pack.21Pqme/_old  2018-11-22 13:24:16.858077826 +0100
+++ /var/tmp/diff_new_pack.21Pqme/_new  2018-11-22 13:24:16.858077826 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-ntp-client
-Version:        4.1.5
+Version:        4.1.6
 Release:        0
 Summary:        YaST2 - NTP Client Configuration
 License:        GPL-2.0-or-later

++++++ yast2-ntp-client-4.1.5.tar.bz2 -> yast2-ntp-client-4.1.6.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ntp-client-4.1.5/package/yast2-ntp-client.changes 
new/yast2-ntp-client-4.1.6/package/yast2-ntp-client.changes
--- old/yast2-ntp-client-4.1.5/package/yast2-ntp-client.changes 2018-11-15 
12:08:24.000000000 +0100
+++ new/yast2-ntp-client-4.1.6/package/yast2-ntp-client.changes 2018-11-20 
12:41:14.000000000 +0100
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Wed Nov 14 21:32:26 UTC 2018 - [email protected]
+
+- Aligned "Synchronize Now" button and "NTP Server Address" box not
+  breaking previous fix and not hiding the manual checkbox in
+  TextMode (bnc#893065, bsc#1039985).
+- 4.1.6
+
+-------------------------------------------------------------------
 Thu Nov  8 19:20:26 UTC 2018 - [email protected]
 
 - fate#323454
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ntp-client-4.1.5/package/yast2-ntp-client.spec 
new/yast2-ntp-client-4.1.6/package/yast2-ntp-client.spec
--- old/yast2-ntp-client-4.1.5/package/yast2-ntp-client.spec    2018-11-15 
12:08:24.000000000 +0100
+++ new/yast2-ntp-client-4.1.6/package/yast2-ntp-client.spec    2018-11-20 
12:41:14.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-ntp-client
-Version:        4.1.5
+Version:        4.1.6
 Release:        0
 Summary:        YaST2 - NTP Client Configuration
 License:        GPL-2.0-or-later
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ntp-client-4.1.5/src/clients/ntp-client_proposal.rb 
new/yast2-ntp-client-4.1.6/src/clients/ntp-client_proposal.rb
--- old/yast2-ntp-client-4.1.5/src/clients/ntp-client_proposal.rb       
2018-11-15 12:08:24.000000000 +0100
+++ new/yast2-ntp-client-4.1.6/src/clients/ntp-client_proposal.rb       
2018-11-20 12:41:14.000000000 +0100
@@ -214,17 +214,32 @@
           HSpacing(3),
           HWeight(
             1,
+            Left(
+              ComboBox(
+                Id(:ntp_address),
+                Opt(:editable, :hstretch),
+                # TRANSLATORS: combo box label
+                _("&NTP Server Address")
+              )
+            )
+          ),
+          HWeight(
+            1,
+            VBox(
+              # In TextMode and empty label is not filling an extra space, so
+              # an explicit vertical space was added in order to move down the
+              # push button being aligned with the combo box input.
+              UI.TextMode ? VSpacing(1) : Label(""),
+              # TRANSLATORS: push button label
+              Left(PushButton(Id(:ntp_now), _("S&ynchronize now")))
+            )
+          )
+        ),
+        HBox(
+          HSpacing(3),
+          HWeight(
+            1,
             VBox(
-              VSpacing(0.5),
-              Left(
-                ComboBox(
-                  Id(:ntp_address),
-                  Opt(:editable, :hstretch),
-                  # TRANSLATORS: combo box label
-                  _("&NTP Server Address")
-                )
-              ),
-              VSpacing(0.3),
               HBox(
                 HSpacing(0.5),
                 # TRANSLATORS: check box label
@@ -248,10 +263,6 @@
           HWeight(
             1,
             VBox(
-              Label(""),
-              # TRANSLATORS: push button label
-              Left(PushButton(Id(:ntp_now), _("S&ynchronize Now"))),
-              VSpacing(0.3),
               # TRANSLATORS: push button label
               # bnc#449615: only simple config for inst-sys
               Stage.initial ? Label("") : Left(PushButton(Id(:ntp_configure), 
_("&Configure..."))),


Reply via email to