Hello community,

here is the log from the commit of package yast2-printer for openSUSE:Factory 
checked in at 2018-05-29 16:46:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-printer (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-printer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-printer"

Tue May 29 16:46:16 2018 rev:141 rq:612249 version:4.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-printer/yast2-printer.changes      
2018-04-26 13:29:59.833742678 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-printer.new/yast2-printer.changes 
2018-05-29 16:46:18.512991319 +0200
@@ -1,0 +2,7 @@
+Fri May 25 10:24:48 CEST 2018 - [email protected]
+
+- Fixed alignment of input fields in "Connection Wizard".
+  (bnc#1091290)
+- 4.0.2
+
+-------------------------------------------------------------------

Old:
----
  yast2-printer-4.0.1.tar.bz2

New:
----
  yast2-printer-4.0.2.tar.bz2

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

Other differences:
------------------
++++++ yast2-printer.spec ++++++
--- /var/tmp/diff_new_pack.qX94NV/_old  2018-05-29 16:46:19.008973066 +0200
+++ /var/tmp/diff_new_pack.qX94NV/_new  2018-05-29 16:46:19.012972918 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-printer
-Version:        4.0.1
+Version:        4.0.2
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-printer-4.0.1.tar.bz2 -> yast2-printer-4.0.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-printer-4.0.1/package/yast2-printer.changes 
new/yast2-printer-4.0.2/package/yast2-printer.changes
--- old/yast2-printer-4.0.1/package/yast2-printer.changes       2018-04-20 
08:31:44.000000000 +0200
+++ new/yast2-printer-4.0.2/package/yast2-printer.changes       2018-05-25 
15:03:42.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Fri May 25 10:24:48 CEST 2018 - [email protected]
+
+- Fixed alignment of input fields in "Connection Wizard".
+  (bnc#1091290)
+- 4.0.2
+
+-------------------------------------------------------------------
 Thu Apr 19 15:51:26 UTC 2018 - [email protected]
 
 - Fix help texts so they can be properly translated (bsc#1082257).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-printer-4.0.1/package/yast2-printer.spec 
new/yast2-printer-4.0.2/package/yast2-printer.spec
--- old/yast2-printer-4.0.1/package/yast2-printer.spec  2018-04-20 
08:31:44.000000000 +0200
+++ new/yast2-printer-4.0.2/package/yast2-printer.spec  2018-05-25 
15:03:42.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-printer
-Version:        4.0.1
+Version:        4.0.2
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-printer-4.0.1/src/include/printer/connectionwizard.rb 
new/yast2-printer-4.0.2/src/include/printer/connectionwizard.rb
--- old/yast2-printer-4.0.1/src/include/printer/connectionwizard.rb     
2018-04-20 08:31:44.000000000 +0200
+++ new/yast2-printer-4.0.2/src/include/printer/connectionwizard.rb     
2018-05-25 15:03:42.000000000 +0200
@@ -571,15 +571,19 @@
       content = VBox(
         Left(
           HBox(
-            ComboBox(Id(:hostname), Opt(:editable), hostname_label, 
[hostname]),
-            MenuButton(
-              _("Look up"),
-              [
-                Item(Id(:scan), scan_hosts_label),
-                # TRANSLATORS: Button to search for remote servers
-                Item(Id(:scan_all), _("Look up for All Hosts"))
-              ]
-            ) # TRANSLATORS: Label for menu to search for remote servers
+            Bottom(
+              ComboBox(Id(:hostname), Opt(:editable), hostname_label, 
[hostname])
+            ),
+            Bottom(
+              MenuButton(
+                _("Look up"),
+                [
+                  Item(Id(:scan), scan_hosts_label),
+                  # TRANSLATORS: Button to search for remote servers
+                  Item(Id(:scan_all), _("Look up for All Hosts"))
+                ]
+              ) # TRANSLATORS: Label for menu to search for remote servers
+            )
           )
         ),
         Left(InputField(Id(:port_or_queue), port_or_queue_label, 
port_or_queue)),
@@ -1745,20 +1749,24 @@
           content = VBox(
             Left(
               HBox(
-                ComboBox(
-                  Id(:hostname),
-                  Opt(:editable),
-                  @hostname_label,
-                  [hostname]
+                Bottom(
+                  ComboBox(
+                    Id(:hostname),
+                    Opt(:editable),
+                    @hostname_label,
+                    [hostname]
+                  )
                 ),
-                MenuButton(
-                  _("Look up"),
-                  [
-                    Item(Id(:scan), _("Scan for IPP Servers")),
-                    Item(Id(:scan_broadcast), _("Scan for IPP Broadcasts")),
-                    Item(Id(:scan_all), _("Look up for All Hosts"))
-                  ]
-                ) # TRANSLATORS: Label for menu to search for remote servers
+                Bottom(
+                  MenuButton(
+                    _("Look up"),
+                    [
+                      Item(Id(:scan), _("Scan for IPP Servers")),
+                      Item(Id(:scan_broadcast), _("Scan for IPP Broadcasts")),
+                      Item(Id(:scan_all), _("Look up for All Hosts"))
+                    ]
+                  ) # TRANSLATORS: Label for menu to search for remote servers
+                )
               )
             ),
             Left(


Reply via email to