Mailinglist Archive: opensuse-commit (1262 mails)

< Previous Next >
commit gfxboot
  • From: root@xxxxxxx (h_root)
  • Date: Wed, 20 Sep 2006 16:30:47 +0200 (CEST)
  • Message-id: <20060920143047.2852A18BC99@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package gfxboot
checked in at Wed Sep 20 16:30:47 CEST 2006.

--------
--- arch/i386/gfxboot/gfxboot.changes 2006-09-19 17:52:45.000000000 +0200
+++ gfxboot/gfxboot.changes 2006-09-20 15:27:43.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Sep 20 15:27:33 CEST 2006 - snwint@xxxxxxx
+
+- fixed font rendering bug
+- added some indic fonts
+
+-------------------------------------------------------------------

Old:
----
gfxboot-3.3.3.tar.bz2

New:
----
gfxboot-3.3.4.tar.bz2

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

Other differences:
------------------
++++++ gfxboot.spec ++++++
--- /var/tmp/diff_new_pack.wUzb3f/_old 2006-09-20 16:28:40.000000000 +0200
+++ /var/tmp/diff_new_pack.wUzb3f/_new 2006-09-20 16:28:40.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package gfxboot (Version 3.3.3)
+# spec file for package gfxboot (Version 3.3.4)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -17,10 +17,10 @@
Obsoletes: gfxboot-devel
Autoreqprov: on
Summary: Graphical Boot Logo for LILO and SYSLINUX
-Version: 3.3.3
+Version: 3.3.4
Release: 1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source: gfxboot-3.3.3.tar.bz2
+Source: gfxboot-3.3.4.tar.bz2
Source1: NLD.tar.bz2
Source2: SLES.tar.bz2
Source3: SuSE.tar.bz2
@@ -60,6 +60,9 @@
/usr/share/gfxboot

%changelog -n gfxboot
+* Wed Sep 20 2006 - snwint@xxxxxxx
+- fixed font rendering bug
+- added some indic fonts
* Tue Sep 19 2006 - snwint@xxxxxxx
- use 4 bit for antialiasing (not 3)
* Tue Sep 19 2006 - snwint@xxxxxxx

++++++ NLD.tar.bz2 ++++++

++++++ SLES.tar.bz2 ++++++

++++++ SuSE.tar.bz2 ++++++
++++ 37054 lines of diff (skipped)

++++++ Zen.tar.bz2 ++++++

++++++ gfxboot-3.3.3.tar.bz2 -> gfxboot-3.3.4.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/gfxboot-3.3.3/Changelog new/gfxboot-3.3.4/Changelog
--- old/gfxboot-3.3.3/Changelog 2006-09-19 17:45:15.000000000 +0200
+++ new/gfxboot-3.3.4/Changelog 2006-09-20 15:27:25.000000000 +0200
@@ -1,3 +1,7 @@
+20/9/2006: v3.3.4
+ - fixed font rendering bug
+ - added some indic fonts
+
19/9/2006: v3.3.3
- use 4 bit for antialiasing (not 3)

diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/gfxboot-3.3.3/VERSION new/gfxboot-3.3.4/VERSION
--- old/gfxboot-3.3.3/VERSION 2006-09-19 17:37:06.000000000 +0200
+++ new/gfxboot-3.3.4/VERSION 2006-09-20 12:03:19.000000000 +0200
@@ -1 +1 @@
-3.3.3
+3.3.4
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/gfxboot-3.3.3/mkblfont.c new/gfxboot-3.3.4/mkblfont.c
--- old/gfxboot-3.3.3/mkblfont.c 2006-09-19 17:52:05.000000000 +0200
+++ new/gfxboot-3.3.4/mkblfont.c 2006-09-20 12:36:08.000000000 +0200
@@ -923,7 +923,7 @@
break;

case FT_PIXEL_MODE_GRAY:
- uc = (glyph->bitmap.buffer[i + j * glyph->bitmap.pitch] * MAX_GRAY) / 255;
+ uc = (glyph->bitmap.buffer[i + j * glyph->bitmap.pitch] * (MAX_GRAY + 1)) / (255 + 1);
break;

default:


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



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >