Hello community, here is the log from the commit of package yast2 for openSUSE:Factory checked in at 2019-05-21 10:36:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2 (Old) and /work/SRC/openSUSE:Factory/.yast2.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2" Tue May 21 10:36:02 2019 rev:455 rq:703428 version:4.2.3 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2/yast2.changes 2019-05-10 09:12:31.375501738 +0200 +++ /work/SRC/openSUSE:Factory/.yast2.new.5148/yast2.changes 2019-05-21 10:36:05.539254340 +0200 @@ -1,0 +2,7 @@ +Thu May 16 09:01:59 UTC 2019 - Stefan Hundhammer <[email protected]> + +- Make sure the wizard buttons always remain visible in NCurses + (bsc#1133367) +- 4.2.3 + +------------------------------------------------------------------- Old: ---- yast2-4.2.2.tar.bz2 New: ---- yast2-4.2.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2.spec ++++++ --- /var/tmp/diff_new_pack.TMMl04/_old 2019-05-21 10:36:06.535253693 +0200 +++ /var/tmp/diff_new_pack.TMMl04/_new 2019-05-21 10:36:06.535253693 +0200 @@ -17,7 +17,7 @@ Name: yast2 -Version: 4.2.2 +Version: 4.2.3 Release: 0 Summary: YaST2 Main Package License: GPL-2.0-only ++++++ yast2-4.2.2.tar.bz2 -> yast2-4.2.3.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-4.2.2/library/wizard/src/modules/Wizard.rb new/yast2-4.2.3/library/wizard/src/modules/Wizard.rb --- old/yast2-4.2.2/library/wizard/src/modules/Wizard.rb 2019-05-07 15:45:11.000000000 +0200 +++ new/yast2-4.2.3/library/wizard/src/modules/Wizard.rb 2019-05-16 12:12:38.000000000 +0200 @@ -279,22 +279,25 @@ VBox( Id(:WizardDialog), ReplacePoint(Id(:topmenu), Empty()), - HBox( - HSpacing(1), - VBox( - VSpacing(0.2), - HBox( - # translators: dialog title to appear before any content is initialized - Heading(Id(:title), Opt(:hstretch), _("Initializing ...")), - HStretch(), - ReplacePoint(Id(:relnotes_rp), Empty()) + VWeight( + 1, # Layout trick: Lower layout priority with weight + HBox( + HSpacing(1), + VBox( + VSpacing(0.2), + HBox( + # translators: dialog title to appear before any content is initialized + Heading(Id(:title), Opt(:hstretch), _("Initializing ...")), + HStretch(), + ReplacePoint(Id(:relnotes_rp), Empty()) + ), + VWeight( + 1, # Layout trick: Lower layout priority with weight + HVCenter(Opt(:hvstretch), ReplacePoint(Id(:contents), Empty())) + ) ), - VWeight( - 1, # Layout trick: Lower layout priority with weight - HVCenter(Opt(:hvstretch), ReplacePoint(Id(:contents), Empty())) - ) - ), - HSpacing(1) + HSpacing(1) + ) ), ReplacePoint(Id(:rep_button_box), button_box), VSpacing(0.2) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-4.2.2/package/yast2.changes new/yast2-4.2.3/package/yast2.changes --- old/yast2-4.2.2/package/yast2.changes 2019-05-07 15:45:11.000000000 +0200 +++ new/yast2-4.2.3/package/yast2.changes 2019-05-16 12:12:38.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Thu May 16 09:01:59 UTC 2019 - Stefan Hundhammer <[email protected]> + +- Make sure the wizard buttons always remain visible in NCurses + (bsc#1133367) +- 4.2.3 + +------------------------------------------------------------------- Tue May 7 13:10:46 UTC 2019 - Steffen Winterfeldt <[email protected]> - give more verbose feedback in 'view_anymsg' client (bsc#1132658) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-4.2.2/package/yast2.spec new/yast2-4.2.3/package/yast2.spec --- old/yast2-4.2.2/package/yast2.spec 2019-05-07 15:45:11.000000000 +0200 +++ new/yast2-4.2.3/package/yast2.spec 2019-05-16 12:12:38.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2 -Version: 4.2.2 +Version: 4.2.3 Release: 0 Summary: YaST2 Main Package License: GPL-2.0-only
