Hello community,
here is the log from the commit of package gfxboot for openSUSE:Factory
checked in at Mon May 31 18:18:54 CEST 2010.
--------
--- gfxboot/gfxboot.changes 2010-05-20 13:53:27.000000000 +0200
+++ /mounts/work_src_done/STABLE/gfxboot/gfxboot.changes 2010-05-31 15:19:19.000000000 +0200
@@ -1,0 +2,5 @@
+Mon May 31 15:19:07 CEST 2010 - snwint(a)suse.de
+
+- clear font flags when setting an undefined font (bnc #609755)
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
gfxboot-4.2.0.tar.bz2
New:
----
gfxboot-4.2.1.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gfxboot.spec ++++++
--- /var/tmp/diff_new_pack.VGL3xu/_old 2010-05-31 18:18:42.000000000 +0200
+++ /var/tmp/diff_new_pack.VGL3xu/_new 2010-05-31 18:18:42.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package gfxboot (Version 4.2.0)
+# spec file for package gfxboot (Version 4.2.1)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -27,10 +27,10 @@
Requires: coreutils cpio mktemp perl master-boot-code dosfstools mtools perl-HTML-Parser
AutoReqProv: on
Summary: Graphical Boot Logo for GRUB, LILO and SYSLINUX
-Version: 4.2.0
+Version: 4.2.1
Release: 1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source: gfxboot-4.2.0.tar.bz2
+Source: gfxboot-4.2.1.tar.bz2
Source1: openSUSE.tar.bz2
Source2: SLED.tar.bz2
Source3: SLES.tar.bz2
++++++ SLED.tar.bz2 ++++++
++++++ SLES.tar.bz2 ++++++
++++++ gfxboot-4.2.0.tar.bz2 -> gfxboot-4.2.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gfxboot-4.2.0/Changelog new/gfxboot-4.2.1/Changelog
--- old/gfxboot-4.2.0/Changelog 2010-05-20 12:37:19.000000000 +0200
+++ new/gfxboot-4.2.1/Changelog 2010-05-31 15:17:59.000000000 +0200
@@ -1,3 +1,6 @@
+31/5/2010: v4.2.1
+ - clear font flags when setting an undefined font (bnc #609755)
+
20/5/2010: v4.2.0
- turn on ints explicitly
- better memory dump
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gfxboot-4.2.0/VERSION new/gfxboot-4.2.1/VERSION
--- old/gfxboot-4.2.0/VERSION 2010-05-20 12:37:05.000000000 +0200
+++ new/gfxboot-4.2.1/VERSION 2010-05-31 15:14:59.000000000 +0200
@@ -1 +1 @@
-4.2.0
+4.2.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gfxboot-4.2.0/bincode.asm new/gfxboot-4.2.1/bincode.asm
--- old/gfxboot-4.2.0/bincode.asm 2010-05-20 12:32:42.000000000 +0200
+++ new/gfxboot-4.2.1/bincode.asm 2010-05-31 15:11:48.000000000 +0200
@@ -12782,6 +12782,12 @@
font_init:
mov ebx,eax
+ or eax,eax
+ jnz font_init_10
+ ; just set font properties if font ptr is 0
+ mov [font.properties],cl
+ jmp font_init_90
+font_init_10:
cmp dword [es:ebx+foh.magic],0d2828e06h ; magic
jz font_init_20
; legacy: maybe font properties were passed via bit 31
++++++ openSUSE.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/themes/openSUSE/src/system.inc new/themes/openSUSE/src/system.inc
--- old/themes/openSUSE/src/system.inc 2010-05-20 12:38:08.000000000 +0200
+++ new/themes/openSUSE/src/system.inc 2010-05-31 15:07:20.000000000 +0200
@@ -448,9 +448,7 @@
% ( font ) ==> ( font )
%
/pwmode {
- dup gettype t_ptr eq over gettype t_int eq or {
- t_int settype
- } if
+ dup gettype t_ptr eq { t_int settype } if
} def
++++++ upstream.tar.bz2 ++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org