Hello community, here is the log from the commit of package linuxrc for openSUSE:Factory checked in at 2015-03-18 12:59:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/linuxrc (Old) and /work/SRC/openSUSE:Factory/.linuxrc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "linuxrc" Changes: -------- --- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes 2015-03-09 10:04:31.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes 2015-03-18 12:59:24.000000000 +0100 @@ -1,0 +2,6 @@ +Mon Mar 9 10:45:46 CET 2015 - [email protected] + +- don't set a default keymap too eagerly (bnc #857194) +- 5.0.33 + +------------------------------------------------------------------- Old: ---- linuxrc-5.0.32.tar.xz New: ---- linuxrc-5.0.33.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ linuxrc.spec ++++++ --- /var/tmp/diff_new_pack.YDWWZW/_old 2015-03-18 12:59:25.000000000 +0100 +++ /var/tmp/diff_new_pack.YDWWZW/_new 2015-03-18 12:59:25.000000000 +0100 @@ -25,7 +25,7 @@ Summary: SUSE Installation Program License: GPL-3.0+ Group: System/Boot -Version: 5.0.32 +Version: 5.0.33 Release: 0 Source: %{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ linuxrc-5.0.32.tar.xz -> linuxrc-5.0.33.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/linuxrc-5.0.32/VERSION new/linuxrc-5.0.33/VERSION --- old/linuxrc-5.0.32/VERSION 2015-03-05 14:53:44.000000000 +0100 +++ new/linuxrc-5.0.33/VERSION 2015-03-09 10:41:11.000000000 +0100 @@ -1 +1 @@ -5.0.32 +5.0.33 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/linuxrc-5.0.32/changelog new/linuxrc-5.0.33/changelog --- old/linuxrc-5.0.32/changelog 2015-03-05 14:53:44.000000000 +0100 +++ new/linuxrc-5.0.33/changelog 2015-03-09 10:41:11.000000000 +0100 @@ -1,3 +1,6 @@ +2015-03-09: 5.0.33 + - don't set a default keymap too eagerly (bnc #857194) + 2015-03-05: 5.0.32 - quote filenames - warn if driver update didn't contain usable data diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/linuxrc-5.0.32/linuxrc.c new/linuxrc-5.0.33/linuxrc.c --- old/linuxrc-5.0.32/linuxrc.c 2015-03-05 14:53:44.000000000 +0100 +++ new/linuxrc-5.0.33/linuxrc.c 2015-03-09 10:41:11.000000000 +0100 @@ -1229,7 +1229,7 @@ if(old_win) util_print_banner(); else util_disp_done(); } - if(!(config.serial || config.is_iseries || config.linemode)) { + if(!(config.serial || config.is_iseries || config.linemode) && config.manual) { set_choose_keytable(0); } -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
