Hello community,

here is the log from the commit of package yast2-nis-client for 
openSUSE:Factory checked in at 2014-08-11 10:09:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-nis-client (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-nis-client.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-nis-client"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-nis-client/yast2-nis-client.changes        
2014-07-31 21:49:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-nis-client.new/yast2-nis-client.changes   
2014-08-11 10:09:36.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Aug  7 10:38:46 UTC 2014 - [email protected]
+
+- Made a more compact layout to better fit 800x600 (bnc#847291)
+- 3.1.10 
+
+-------------------------------------------------------------------

Old:
----
  yast2-nis-client-3.1.9.tar.bz2

New:
----
  yast2-nis-client-3.1.10.tar.bz2

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

Other differences:
------------------
++++++ yast2-nis-client.spec ++++++
--- /var/tmp/diff_new_pack.LDMxqp/_old  2014-08-11 10:09:37.000000000 +0200
+++ /var/tmp/diff_new_pack.LDMxqp/_new  2014-08-11 10:09:37.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-nis-client
-Version:        3.1.9
+Version:        3.1.10
 Release:        0
 Url:            https://github.com/yast/yast-nis-client
 

++++++ yast2-nis-client-3.1.9.tar.bz2 -> yast2-nis-client-3.1.10.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-nis-client-3.1.9/package/yast2-nis-client.changes 
new/yast2-nis-client-3.1.10/package/yast2-nis-client.changes
--- old/yast2-nis-client-3.1.9/package/yast2-nis-client.changes 2014-07-30 
08:29:41.000000000 +0200
+++ new/yast2-nis-client-3.1.10/package/yast2-nis-client.changes        
2014-08-07 13:23:41.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Thu Aug  7 10:38:46 UTC 2014 - [email protected]
+
+- Made a more compact layout to better fit 800x600 (bnc#847291)
+- 3.1.10 
+
+-------------------------------------------------------------------
 Wed Jul 30 08:00:24 CEST 2014 - [email protected]
 
 - yast2-network required for writing network settings (bnc#888664)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nis-client-3.1.9/package/yast2-nis-client.spec 
new/yast2-nis-client-3.1.10/package/yast2-nis-client.spec
--- old/yast2-nis-client-3.1.9/package/yast2-nis-client.spec    2014-07-30 
08:29:41.000000000 +0200
+++ new/yast2-nis-client-3.1.10/package/yast2-nis-client.spec   2014-08-07 
13:23:41.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-nis-client
-Version:        3.1.9
+Version:        3.1.10
 Release:        0
 Url:            https://github.com/yast/yast-nis-client
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nis-client-3.1.9/src/include/nis/ui.rb 
new/yast2-nis-client-3.1.10/src/include/nis/ui.rb
--- old/yast2-nis-client-3.1.9/src/include/nis/ui.rb    2014-07-30 
08:29:41.000000000 +0200
+++ new/yast2-nis-client-3.1.10/src/include/nis/ui.rb   2014-08-07 
13:23:41.000000000 +0200
@@ -224,7 +224,7 @@
         {
           "services"        => ["service:ypbind"],
           "display_details" => true,
-          # firewall openning help
+          # firewall opening help
           "help"            => _(
             "<p><b>Firewall Settings</b><br>\n" +
               "To open the firewall to allow accessing the 'ypbind' service\n" 
+
@@ -234,7 +234,7 @@
           )
         }
       )
-      firewall_layout = Ops.get_term(firewall_widget, "custom_widget", VBox())
+      firewall_layout = firewall_widget["custom_widget"] || VBox()
 
       # help text
       help_text = _(
@@ -476,29 +476,31 @@
             VSpacing(0.4),
             nis_frame,
             VSpacing(0.4),
-            Frame("", HBox(HSpacing(0.4), firewall_layout)),
-            VSpacing(0.4),
-            # checkbox label
-            CheckBox(Id(:autofs), _("Start Auto&mounter"), autofs),
-            VSpacing(0.4),
             HBox(
-              PushButton(
-                Id(:expert),
-                Opt(:key_F7),
-                # button label (short for Expert settings)
-                _("E&xpert...")
-              ),
-              PushButton(
-                Id(:nfs),
-                Opt(:key_F8),
-                # button label
-                _("NFS Configuration...")
-              )
-            ),
-            VSpacing(0.4)
-          )
-        ),
-        HSpacing(0.5)
+                 HSquash(firewall_layout),
+                 HSpacing(0.8),
+                 VBox(
+                      VSpacing(0.8),
+                      HBox(
+                           PushButton(
+                                      Id(:expert),
+                                      Opt(:key_F7),
+                                      # button label (short for Expert 
settings)
+                                      _("E&xpert...")
+                                      ),
+                           PushButton(
+                                      Id(:nfs),
+                                      Opt(:key_F8),
+                                      # button label
+                                      _("NFS Configuration...")
+                                      )
+                           ),
+                      # check box label
+                      CheckBox(Id(:autofs), _("Start Auto&mounter"), autofs)
+                      )
+                 )
+            )
+        )
       )
 
       Wizard.SetContentsButtons(

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to