Hello community, here is the log from the commit of package yast2 for openSUSE:Factory checked in at 2019-10-21 12:27:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2 (Old) and /work/SRC/openSUSE:Factory/.yast2.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2" Mon Oct 21 12:27:11 2019 rev:463 rq:741069 version:4.2.28 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2/yast2.changes 2019-10-16 09:09:41.848331649 +0200 +++ /work/SRC/openSUSE:Factory/.yast2.new.2352/yast2.changes 2019-10-21 12:27:12.707879832 +0200 @@ -1,0 +2,6 @@ +Fri Oct 18 12:20:52 UTC 2019 - Josef Reidinger <[email protected]> + +- Fix showing details for accessing media error (bsc#1153297) +- 4.2.28 + +------------------------------------------------------------------- Old: ---- yast2-4.2.27.tar.bz2 New: ---- yast2-4.2.28.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2.spec ++++++ --- /var/tmp/diff_new_pack.2kdNeK/_old 2019-10-21 12:27:13.323880530 +0200 +++ /var/tmp/diff_new_pack.2kdNeK/_new 2019-10-21 12:27:13.327880535 +0200 @@ -17,7 +17,7 @@ Name: yast2 -Version: 4.2.27 +Version: 4.2.28 Release: 0 Summary: YaST2 Main Package License: GPL-2.0-only ++++++ yast2-4.2.27.tar.bz2 -> yast2-4.2.28.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-4.2.27/library/packages/src/modules/PackageCallbacks.rb new/yast2-4.2.28/library/packages/src/modules/PackageCallbacks.rb --- old/yast2-4.2.27/library/packages/src/modules/PackageCallbacks.rb 2019-10-09 11:00:07.000000000 +0200 +++ new/yast2-4.2.28/library/packages/src/modules/PackageCallbacks.rb 2019-10-18 14:32:16.000000000 +0200 @@ -3112,8 +3112,9 @@ end def show_log_info(message, buttonbox) + show_value = UI.QueryWidget(Id(:show), :Value) UI.CloseDialog - if UI.QueryWidget(Id(:show), :Value) + if show_value UI.OpenDialog( Opt(:decorated), layout_popup(message, buttonbox, true) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-4.2.27/package/yast2.changes new/yast2-4.2.28/package/yast2.changes --- old/yast2-4.2.27/package/yast2.changes 2019-10-09 11:00:07.000000000 +0200 +++ new/yast2-4.2.28/package/yast2.changes 2019-10-18 14:32:16.000000000 +0200 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Fri Oct 18 12:20:52 UTC 2019 - Josef Reidinger <[email protected]> + +- Fix showing details for accessing media error (bsc#1153297) +- 4.2.28 + +------------------------------------------------------------------- Wed Oct 9 08:02:32 UTC 2019 - Ladislav Slezák <[email protected]> - Fixed evaluating the available package versions, fixed crash diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-4.2.27/package/yast2.spec new/yast2-4.2.28/package/yast2.spec --- old/yast2-4.2.27/package/yast2.spec 2019-10-09 11:00:07.000000000 +0200 +++ new/yast2-4.2.28/package/yast2.spec 2019-10-18 14:32:16.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2 -Version: 4.2.27 +Version: 4.2.28 Release: 0 Summary: YaST2 Main Package License: GPL-2.0-only
