Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory 
checked in at 2016-07-27 16:08:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-packager (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-packager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-packager"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes    
2016-07-07 15:10:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new/yast2-packager.changes       
2016-07-27 16:08:14.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Jul 19 15:22:43 UTC 2016 - [email protected]
+
+- Fix layout of Add-On screen (bsc#951720)
+- 3.1.108
+
+-------------------------------------------------------------------

Old:
----
  yast2-packager-3.1.107.tar.bz2

New:
----
  yast2-packager-3.1.108.tar.bz2

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

Other differences:
------------------
++++++ yast2-packager.spec ++++++
--- /var/tmp/diff_new_pack.2zfVzn/_old  2016-07-27 16:08:15.000000000 +0200
+++ /var/tmp/diff_new_pack.2zfVzn/_new  2016-07-27 16:08:15.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-packager
-Version:        3.1.107
+Version:        3.1.108
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-packager-3.1.107.tar.bz2 -> yast2-packager-3.1.108.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-packager-3.1.107/package/yast2-packager.changes 
new/yast2-packager-3.1.108/package/yast2-packager.changes
--- old/yast2-packager-3.1.107/package/yast2-packager.changes   2016-07-06 
17:24:30.000000000 +0200
+++ new/yast2-packager-3.1.108/package/yast2-packager.changes   2016-07-20 
12:11:24.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Tue Jul 19 15:22:43 UTC 2016 - [email protected]
+
+- Fix layout of Add-On screen (bsc#951720)
+- 3.1.108
+
+-------------------------------------------------------------------
 Wed Jul  6 15:07:59 UTC 2016 - [email protected]
 
 - Fix remaining estimation during installation (bsc#982138)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.107/package/yast2-packager.spec 
new/yast2-packager-3.1.108/package/yast2-packager.spec
--- old/yast2-packager-3.1.107/package/yast2-packager.spec      2016-07-06 
17:24:30.000000000 +0200
+++ new/yast2-packager-3.1.108/package/yast2-packager.spec      2016-07-20 
12:11:24.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-packager
-Version:        3.1.107
+Version:        3.1.108
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.107/src/modules/ProductLicense.rb 
new/yast2-packager-3.1.108/src/modules/ProductLicense.rb
--- old/yast2-packager-3.1.107/src/modules/ProductLicense.rb    2016-07-06 
17:24:30.000000000 +0200
+++ new/yast2-packager-3.1.108/src/modules/ProductLicense.rb    2016-07-20 
12:11:24.000000000 +0200
@@ -338,8 +338,8 @@
       space = UI.TextMode ? 1 : 3
 
       license_buttons = VBox(
-        VSpacing(spare_space ? 0 : 1),
-        HCenter(
+        VSpacing(spare_space ? 0 : 0.5),
+        Left(
           CheckBox(
             Id("eula_#{id}"),
             Opt(:notify),
@@ -353,33 +353,20 @@
         VSpacing(spare_space ? 0 : 1),
         HBox(
           HSpacing(2 * space),
-          (
-            licenses_ref = arg_ref(licenses.value);
-            _GetLicenseDialogTerm_result = GetLicenseDialogTerm(
+          VBox(
+            GetLicenseDialogTerm(
               languages,
               license_language,
-              licenses_ref,
+              arg_ref(licenses.value),
               id
-            );
-            licenses.value = licenses_ref.value;
-            _GetLicenseDialogTerm_result
-          ),
-          HSpacing(2 * space)
-        ),
-        # BNC #448598
-        # yes/no buttons exist only if needed
-        # if they don't exist, user is not asked to accept the license later
-        AcceptanceNeeded(id) ? license_buttons : Empty(),
-        VSpacing(spare_space ? 0.5 : 1),
-        HBox(
-          HSpacing(2 * space),
-          @license_file_print != nil ?
-            Left(
-              # FATE #302018
-              ReplacePoint(
-                Id(:printing_hint),
-                Label(
-                  @license_on_installed_system ?
+            ),
+            @license_file_print != nil ?
+              Left(
+                # FATE #302018
+                ReplacePoint(
+                  Id(:printing_hint),
+                  Label(
+                    @license_on_installed_system ?
                       # TRANSLATORS: addition license information
                       # %s is replaced with the directory name
                       _("This EULA can be found in the directory\n%s") % 
@license_file_print
@@ -387,14 +374,18 @@
                       # TRANSLATORS: addition license information
                       # %s is replaced with the filename
                       _("If you want to print this EULA, you can find it\non 
the first media in the file %s") %
-                        @license_file_print
+                      @license_file_print
+                  )
                 )
-              )
-            ) :
-            Empty(),
+              ) :
+              Empty(),
+            # BNC #448598
+            # yes/no buttons exist only if needed
+            # if they don't exist, user is not asked to accept the license 
later
+            AcceptanceNeeded(id) ? license_buttons : Empty()
+          ),
           HSpacing(2 * space)
-        ),
-        VSpacing(spare_space ? 0 : 1)
+        )
       )
     end
 
@@ -1144,7 +1135,7 @@
         Builtins.y2milestone(
           "Some progress is running, opening new dialog for license..."
         )
-        Wizard.OpenNextBackDialog
+        Wizard.OpenLeftTitleNextBackDialog
         created_new_dialog = true
       end
 


Reply via email to