Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory checked 
in at 2013-12-22 19:36:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2013-12-19 
13:34:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes     2013-12-22 
19:36:19.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Dec 20 13:09:39 CET 2013 - snw...@suse.de
+
+- make linemode default on s390, swap linemode 1 & 2
+
+-------------------------------------------------------------------

Old:
----
  linuxrc-4.2.3.tar.bz2

New:
----
  linuxrc-4.2.4.tar.bz2

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

Other differences:
------------------
++++++ linuxrc.spec ++++++
--- /var/tmp/diff_new_pack.LCZq7I/_old  2013-12-22 19:36:19.000000000 +0100
+++ /var/tmp/diff_new_pack.LCZq7I/_new  2013-12-22 19:36:19.000000000 +0100
@@ -25,9 +25,9 @@
 Summary:        SUSE Installation Program
 License:        GPL-3.0+
 Group:          System/Boot
-Version:        4.2.3
+Version:        4.2.4
 Release:        0
-Source:         linuxrc-4.2.3.tar.bz2
+Source:         linuxrc-4.2.4.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description

++++++ linuxrc-4.2.3.tar.bz2 -> linuxrc-4.2.4.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-4.2.3/VERSION new/linuxrc-4.2.4/VERSION
--- old/linuxrc-4.2.3/VERSION   2013-12-19 11:00:52.000000000 +0100
+++ new/linuxrc-4.2.4/VERSION   2013-12-20 13:09:34.000000000 +0100
@@ -1 +1 @@
-4.2.3
+4.2.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-4.2.3/changelog new/linuxrc-4.2.4/changelog
--- old/linuxrc-4.2.3/changelog 2013-12-19 11:00:54.000000000 +0100
+++ new/linuxrc-4.2.4/changelog 2013-12-20 13:09:35.000000000 +0100
@@ -1,4 +1,7 @@
-2013-12-19:    HEAD
+2013-12-20:    HEAD
+       - make linemode default on s390, swap linemode 1 & 2
+
+2013-12-19:    4.2.3
        - allow linuxrc to be restarted
        - Merge pull request #4 from openSUSE/fate316139
        - Initial changes to use IBM-supplied chzdev command instead of our 
*_conf...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-4.2.3/dialog.c new/linuxrc-4.2.4/dialog.c
--- old/linuxrc-4.2.3/dialog.c  2013-12-05 11:31:09.000000000 +0100
+++ new/linuxrc-4.2.4/dialog.c  2013-12-20 13:06:39.000000000 +0100
@@ -917,7 +917,7 @@
 
     if(pw_mode) kbd_echo_off();
 
-    if(config.linemode == 1) {
+    if(config.linemode == 2) {
       buf = readline_input("> ", input_tr);
     }
     else {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-4.2.3/linuxrc.c new/linuxrc-4.2.4/linuxrc.c
--- old/linuxrc-4.2.3/linuxrc.c 2013-12-19 10:47:44.000000000 +0100
+++ new/linuxrc-4.2.4/linuxrc.c 2013-12-20 13:05:59.000000000 +0100
@@ -755,6 +755,10 @@
 
   config.plymouth = 1;
 
+  #if defined(__s390__) || defined(__s390x__)
+  config.linemode = 1;
+  #endif
+
   file_do_info(file_get_cmdline(key_lxrcdebug), kf_cmd + kf_cmd_early);
 
   LXRC_WAIT

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to