Hello community, here is the log from the commit of package yast2-tune for openSUSE:Factory checked in at 2014-02-26 23:20:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-tune (Old) and /work/SRC/openSUSE:Factory/.yast2-tune.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-tune" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-tune/yast2-tune.changes 2014-01-23 15:59:14.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-tune.new/yast2-tune.changes 2014-02-26 23:20:32.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Feb 25 10:17:36 CET 2014 - [email protected] + +- Fixed "Kernel Settings" tab layout (bnc#865366) +- 3.1.2 + +------------------------------------------------------------------- Old: ---- yast2-tune-3.1.1.tar.bz2 New: ---- yast2-tune-3.1.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-tune.spec ++++++ --- /var/tmp/diff_new_pack.2GGKrW/_old 2014-02-26 23:20:33.000000000 +0100 +++ /var/tmp/diff_new_pack.2GGKrW/_new 2014-02-26 23:20:33.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-tune -Version: 3.1.1 +Version: 3.1.2 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-tune-3.1.1.tar.bz2 -> yast2-tune-3.1.2.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-tune-3.1.1/package/yast2-tune.changes new/yast2-tune-3.1.2/package/yast2-tune.changes --- old/yast2-tune-3.1.1/package/yast2-tune.changes 2014-01-22 11:05:23.000000000 +0100 +++ new/yast2-tune-3.1.2/package/yast2-tune.changes 2014-02-25 10:50:58.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue Feb 25 10:17:36 CET 2014 - [email protected] + +- Fixed "Kernel Settings" tab layout (bnc#865366) +- 3.1.2 + +------------------------------------------------------------------- Wed Jan 22 09:46:23 UTC 2014 - [email protected] - removed "Save to Floppy" option (nobody uses floppies anymore...) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-tune-3.1.1/package/yast2-tune.spec new/yast2-tune-3.1.2/package/yast2-tune.spec --- old/yast2-tune-3.1.1/package/yast2-tune.spec 2014-01-22 11:05:23.000000000 +0100 +++ new/yast2-tune-3.1.2/package/yast2-tune.spec 2014-02-25 10:50:58.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-tune -Version: 3.1.1 +Version: 3.1.2 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-tune-3.1.1/src/include/hwinfo/system_settings_dialogs.rb new/yast2-tune-3.1.2/src/include/hwinfo/system_settings_dialogs.rb --- old/yast2-tune-3.1.1/src/include/hwinfo/system_settings_dialogs.rb 2014-01-22 11:05:23.000000000 +0100 +++ new/yast2-tune-3.1.2/src/include/hwinfo/system_settings_dialogs.rb 2014-02-25 10:50:58.000000000 +0100 @@ -43,10 +43,13 @@ }, "kernel_settings" => { "header" => _("Kernel Settings"), - "contents" => HBox( - HSpacing(1), - VBox(VSpacing(0.3), Left("elevator"), VSpacing(1), Left("sysrq")), - HSpacing(1) + "contents" => VBox( + HBox( + HSpacing(1), + VBox(VSpacing(0.3), Left("elevator"), VSpacing(1), Left("sysrq")), + HSpacing(1) + ), + VStretch() ), "widget_names" => ["elevator", "sysrq"] } -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
