Mailinglist Archive: opensuse-commit (918 mails)

< Previous Next >
commit gfxboot
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Wed, 07 Feb 2007 16:37:48 +0100
  • Message-id: <20070207153748.D453667816D@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package gfxboot
checked in at Wed Feb 7 16:37:48 CET 2007.

--------
--- arch/i386/gfxboot/gfxboot.changes 2007-01-22 18:09:29.000000000 +0100
+++ /mounts/work_src_done/STABLE/gfxboot/gfxboot.changes 2007-02-07 16:20:18.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Feb 7 16:20:03 CET 2007 - snwint@xxxxxxx
+
+- added some code to debug monitor detection
+- language cleanup
+- added new languages
+
+-------------------------------------------------------------------

Old:
----
gfxboot-3.3.19.tar.bz2

New:
----
gfxboot-3.3.20.tar.bz2

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

Other differences:
------------------
++++++ gfxboot.spec ++++++
--- /var/tmp/diff_new_pack.t16646/_old 2007-02-07 16:36:16.000000000 +0100
+++ /var/tmp/diff_new_pack.t16646/_new 2007-02-07 16:36:16.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package gfxboot (Version 3.3.19)
+# spec file for package gfxboot (Version 3.3.20)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -18,10 +18,10 @@
Requires: perl-HTML-Parser
Autoreqprov: on
Summary: Graphical Boot Logo for LILO and SYSLINUX
-Version: 3.3.19
+Version: 3.3.20
Release: 1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source: gfxboot-3.3.19.tar.bz2
+Source: gfxboot-3.3.20.tar.bz2
Source1: NLD.tar.bz2
Source2: SLES.tar.bz2
Source3: SuSE.tar.bz2
@@ -61,6 +61,10 @@
/usr/share/gfxboot

%changelog -n gfxboot
+* Wed Feb 07 2007 - snwint@xxxxxxx
+- added some code to debug monitor detection
+- language cleanup
+- added new languages
* Mon Jan 22 2007 - snwint@xxxxxxx
- fix language/keymap setting (#223518)
* Fri Nov 24 2006 - snwint@xxxxxxx

++++++ gfxboot-3.3.19.tar.bz2 -> gfxboot-3.3.20.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/gfxboot-3.3.19/bincode.asm new/gfxboot-3.3.20/bincode.asm
--- old/gfxboot-3.3.19/bincode.asm 2006-09-20 16:57:00.000000000 +0200
+++ new/gfxboot-3.3.20/bincode.asm 2007-02-05 17:48:55.000000000 +0100
@@ -447,6 +447,9 @@
next_int dd 0,0

align 4, db 0
+
+ddc_external dd 0
+
; temporary vars
tmp_var_0 dd 0
tmp_var_1 dd 0
@@ -13713,6 +13716,27 @@


; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+;; test1 - for internal testing
+;
+; group: system
+;
+; ( ptr1 -- )
+;
+; ptr1: some value with obscure meaning
+;
+; example
+; 0x123 test1
+;
+
+ bits 32
+
+prim_test1:
+ call pr_setptr_or_none
+ mov [ddc_external],eax
+ ret
+
+
+; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

bits 32

@@ -14644,6 +14668,15 @@
rep stosb
pop edi

+ mov esi,[ddc_external]
+ or esi,esi
+ jz read_ddc_25
+ mov ecx,80h
+ rep movsb
+ jmp read_ddc_30
+
+read_ddc_25:
+
mov eax,edi
shr eax,4
mov [rm_seg.es],ax
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/gfxboot-3.3.19/Changelog new/gfxboot-3.3.20/Changelog
--- old/gfxboot-3.3.19/Changelog 2007-01-22 14:06:01.000000000 +0100
+++ new/gfxboot-3.3.20/Changelog 2007-02-07 16:18:28.000000000 +0100
@@ -1,3 +1,8 @@
+7/2/2007: v3.3.20
+ - added some code to debug monitor detection
+ - language cleanup
+ - added new languages
+
22/1/2007: v3.3.19
- fix language/keymap setting (#223518)

diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/gfxboot-3.3.19/mk_vocabulary new/gfxboot-3.3.20/mk_vocabulary
--- old/gfxboot-3.3.19/mk_vocabulary 2006-08-09 15:39:43.000000000 +0200
+++ new/gfxboot-3.3.20/mk_vocabulary 2007-01-29 14:50:42.000000000 +0100
@@ -73,7 +73,7 @@

memcpy sysconfig _readsector sysinfo

- xxx
+ test1 xxx

);

diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/gfxboot-3.3.19/VERSION new/gfxboot-3.3.20/VERSION
--- old/gfxboot-3.3.19/VERSION 2007-01-22 14:04:51.000000000 +0100
+++ new/gfxboot-3.3.20/VERSION 2007-01-29 15:47:40.000000000 +0100
@@ -1 +1 @@
-3.3.19
+3.3.20

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

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

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

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


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



Remember to have fun...

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

< Previous Next >
This Thread