Hello community,

here is the log from the commit of package gfxboot for openSUSE:Factory checked 
in at 2019-04-08 20:50:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gfxboot (Old)
 and      /work/SRC/openSUSE:Factory/.gfxboot.new.3908 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gfxboot"

Mon Apr  8 20:50:59 2019 rev:149 rq:691815 version:4.5.50

Changes:
--------
--- /work/SRC/openSUSE:Factory/gfxboot/gfxboot.changes  2019-03-13 
09:09:12.247424056 +0100
+++ /work/SRC/openSUSE:Factory/.gfxboot.new.3908/gfxboot.changes        
2019-04-08 20:51:00.250456986 +0200
@@ -1,0 +2,7 @@
+Fri Apr 5 13:20:57 UTC 2019 - [email protected]
+
+- merge gh#openSUSE/gfxboot#38
+- fix SLES splash calculation (bsc#1129387)
+- 4.5.50
+
+--------------------------------------------------------------------

Old:
----
  gfxboot-4.5.49.tar.xz

New:
----
  gfxboot-4.5.50.tar.xz

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

Other differences:
------------------
++++++ gfxboot.spec ++++++
--- /var/tmp/diff_new_pack.c6DOe4/_old  2019-04-08 20:51:02.394458553 +0200
+++ /var/tmp/diff_new_pack.c6DOe4/_new  2019-04-08 20:51:02.414458568 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           gfxboot
-Version:        4.5.49
+Version:        4.5.50
 Release:        0
 Summary:        Graphical Boot Logo for GRUB, LILO and SYSLINUX
 License:        GPL-2.0+

++++++ KDE.tar.xz ++++++

++++++ SLED.tar.xz ++++++

++++++ SLES.tar.xz ++++++

++++++ examples.tar.xz ++++++

++++++ gfxboot-4.5.49.tar.xz -> gfxboot-4.5.50.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gfxboot-4.5.49/VERSION new/gfxboot-4.5.50/VERSION
--- old/gfxboot-4.5.49/VERSION  2019-03-12 09:28:53.000000000 +0100
+++ new/gfxboot-4.5.50/VERSION  2019-04-05 15:20:57.000000000 +0200
@@ -1 +1 @@
-4.5.49
+4.5.50
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gfxboot-4.5.49/changelog new/gfxboot-4.5.50/changelog
--- old/gfxboot-4.5.49/changelog        2019-03-12 09:28:53.000000000 +0100
+++ new/gfxboot-4.5.50/changelog        2019-04-05 15:20:57.000000000 +0200
@@ -1,3 +1,7 @@
+2019-04-05:    4.5.50
+       - merge gh#openSUSE/gfxboot#38
+       - fix SLES splash calculation (bsc#1129387)
+
 2019-03-12:    4.5.49
        - merge gh#openSUSE/gfxboot#37
        - Replace master-bood-code by syslinux version

++++++ openSUSE.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/themes/openSUSE/src/bsplash.inc 
new/themes/openSUSE/src/bsplash.inc
--- old/themes/openSUSE/src/bsplash.inc 2019-03-12 09:28:53.000000000 +0100
+++ new/themes/openSUSE/src/bsplash.inc 2019-04-05 15:20:57.000000000 +0200
@@ -230,12 +230,10 @@
   /b2_ok false def
 
   /b2_text "text.jpg" readimage def
-  % /b2_spot "spotlite.jpg" readimage def
 
   b2_text .undef eq { return } if
 
   /b2_text_tmp b2_text imgsize 0 0 moveto savescreen def
-  % /b2_spot_tmp b2_spot imgsize 0 0 moveto savescreen def
 
   560 120 moveto
   /b2_orig b2_text imgsize savescreen def
@@ -288,17 +286,11 @@
   b2_idx b2_start lt { false return } if
 
   b2_buf b2_orig over length memcpy
-
   b2_text_tmp b2_text over length memcpy
-  0 255 b2_idx b2_start sub 20 mul sub 0 max b2_text_tmp blend
-
-  % b2_spot_tmp b2_spot over length memcpy
-  % 0 255 b2_idx b2_start sub 20 mul sub 0 max b2_spot_tmp blend
 
-  % 0 0 moveto
-  % 0x80ff80 b2_spot_tmp b2_buf blend
+  % blend b2_text_tmp over b2_buf, store result in b2_buf
   0 0 moveto
-  0xffffff b2_text_tmp b2_buf blend
+  b2_text_tmp b2_idx b2_start sub 20 mul 255 min b2_buf blend
 
   560 120 moveto b2_buf restorescreen
 

++++++ upstream.tar.xz ++++++


Reply via email to