Hello community,

here is the log from the commit of package linuxrc for openSUSE:Leap:15.2 
checked in at 2020-02-25 12:16:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/linuxrc (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.linuxrc.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "linuxrc"

Tue Feb 25 12:16:41 2020 rev:104 rq:777515 version:7.0.10

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/linuxrc/linuxrc.changes        2020-02-04 
17:54:50.964764844 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.linuxrc.new.26092/linuxrc.changes     
2020-02-25 12:16:49.436387803 +0100
@@ -1,0 +2,7 @@
+Tue Feb 18 15:10:56 UTC 2020 - [email protected]
+
+- merge gh#openSUSE/linuxrc#213
+- move plymouthd start after screen size detection (bsc#1163115)
+- 7.0.10
+
+--------------------------------------------------------------------

Old:
----
  linuxrc-7.0.9.tar.xz

New:
----
  linuxrc-7.0.10.tar.xz

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

Other differences:
------------------
++++++ linuxrc.spec ++++++
--- /var/tmp/diff_new_pack.ZeYTet/_old  2020-02-25 12:16:49.972388915 +0100
+++ /var/tmp/diff_new_pack.ZeYTet/_new  2020-02-25 12:16:49.972388915 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           linuxrc
-Version:        7.0.9
+Version:        7.0.10
 Release:        0
 Summary:        SUSE Installation Program
 License:        GPL-3.0+

++++++ linuxrc-7.0.9.tar.xz -> linuxrc-7.0.10.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-7.0.9/VERSION new/linuxrc-7.0.10/VERSION
--- old/linuxrc-7.0.9/VERSION   2020-01-29 10:47:24.000000000 +0100
+++ new/linuxrc-7.0.10/VERSION  2020-02-18 16:10:56.000000000 +0100
@@ -1 +1 @@
-7.0.9
+7.0.10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-7.0.9/changelog new/linuxrc-7.0.10/changelog
--- old/linuxrc-7.0.9/changelog 2020-01-29 10:47:24.000000000 +0100
+++ new/linuxrc-7.0.10/changelog        2020-02-18 16:10:56.000000000 +0100
@@ -1,3 +1,7 @@
+2020-02-18:    7.0.10
+       - merge gh#openSUSE/linuxrc#213
+       - move plymouthd start after screen size detection (bsc#1163115)
+
 2020-01-29:    7.0.9
        - merge gh#openSUSE/linuxrc#210
        - For bsc#1161701, Moved the logic to retrieve the platform name
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-7.0.9/linuxrc.c new/linuxrc-7.0.10/linuxrc.c
--- old/linuxrc-7.0.9/linuxrc.c 2020-01-29 10:47:24.000000000 +0100
+++ new/linuxrc-7.0.10/linuxrc.c        2020-02-18 16:10:56.000000000 +0100
@@ -992,8 +992,6 @@
   // now that udev is up and running, some URLs might be parsed differently
   util_reparse_blockdev_urls();
 
-  if(config.plymouth) util_run_script("plymouth_setup");
-
   util_free_mem();
 
   if(config.memoryXXX.free < config.memoryXXX.min_free) {
@@ -1012,10 +1010,6 @@
     freopen(config.console, "a", stdout);
   }
 
-  util_get_splash_status();
-
-  util_splash_bar(10, SPLASH_10);
-
   if(util_check_exist("/proc/iSeries")) {
     config.is_iseries = 1;
     config.linemode = 1;
@@ -1028,6 +1022,12 @@
   // clear keyboard queue
   while(kbd_getch_old(0));
 
+  if(config.plymouth) util_run_script("plymouth_setup");
+
+  util_get_splash_status();
+
+  util_splash_bar(10, SPLASH_10);
+
   set_activate_language(config.language);
 
   // auto2_chk_expert();


Reply via email to