Mailinglist Archive: opensuse-commit (710 mails)
| < Previous | Next > |
commit gfxboot for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 03 May 2010 23:05:31 +0200
- Message-id: <20100503210531.DB0BC202B8@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package gfxboot for openSUSE:Factory
checked in at Mon May 3 23:05:31 CEST 2010.
--------
--- gfxboot/gfxboot.changes 2010-04-16 17:22:12.000000000 +0200
+++ gfxboot/gfxboot.changes 2010-04-30 16:33:26.000000000 +0200
@@ -1,0 +2,8 @@
+Fri Apr 30 16:33:01 CEST 2010 - snwint@xxxxxxx
+
+- strip gfxboot.com related parts from syslinux-3.86 patchset
+- added Asturian (bnc #562202)
+- fixed examples to work with latest gfxboot.c32
+- set valid tss for pm calls
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
gfxboot-4.1.44.tar.bz2
New:
----
gfxboot-4.1.46.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gfxboot.spec ++++++
--- /var/tmp/diff_new_pack.vPvdDW/_old 2010-05-03 23:04:09.000000000 +0200
+++ /var/tmp/diff_new_pack.vPvdDW/_new 2010-05-03 23:04:09.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package gfxboot (Version 4.1.44)
+# spec file for package gfxboot (Version 4.1.46)
#
# 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.1.44
+Version: 4.1.46
Release: 1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source: gfxboot-4.1.44.tar.bz2
+Source: gfxboot-4.1.46.tar.bz2
Source1: openSUSE.tar.bz2
Source2: SLED.tar.bz2
Source3: SLES.tar.bz2
++++++ SLED.tar.bz2 ++++++
++++++ SLES.tar.bz2 ++++++
++++++ examples.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/themes/example_01/example_01.bc
new/themes/example_01/example_01.bc
--- old/themes/example_01/example_01.bc 2010-04-09 14:31:29.000000000 +0200
+++ new/themes/example_01/example_01.bc 2010-04-30 12:55:37.000000000 +0200
@@ -83,14 +83,14 @@
% Notes:
% - key = 0 indicates the bootloader timeout is up.
% - input_buffer is the command line that you would have normally entered in
the bootloader.
-% - menu_entry is only relevant for grub and is the 'title' section you want
to boot. input_buffer
-% is appended to the kernel options in this case.
+% note that for syslinux it must start with the menu label string but not
for grub
+% - menu_entry is the number of the menu entry you want to boot
%
/KeyEvent {
/key exch def
% 'linux' & 'harddisk' are labels in our test bootloader config (created by
'gfxtest')
- key 0xff and 'l' eq { "linux" 0 2 return } if
+ key 0xff and 'l' eq { "linux" 1 2 return } if
key 0xff and 'd' eq { "harddisk" 0 2 return } if
"" 0 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/themes/example_02/example_02.bc
new/themes/example_02/example_02.bc
--- old/themes/example_02/example_02.bc 2010-04-09 14:31:29.000000000 +0200
+++ new/themes/example_02/example_02.bc 2010-04-30 12:54:13.000000000 +0200
@@ -46,14 +46,14 @@
% Notes:
% - key = 0 indicates the bootloader timeout is up.
% - input_buffer is the command line that you would have normally entered in
the bootloader.
-% - menu_entry is only relevant for grub and is the 'title' section you want
to boot. input_buffer
-% is appended to the kernel options in this case.
+% note that for syslinux it must start with the menu label string but not
for grub
+% - menu_entry is the number of the menu entry you want to boot
%
/KeyEvent {
/key exch def
% 'linux' & 'harddisk' are labels in our test bootloader config (created by
'gfxtest')
- key 0xff and 'l' eq { "linux" 0 2 return } if
+ key 0xff and 'l' eq { "linux" 1 2 return } if
key 0xff and 'd' eq {
% return to text mode first so you can see the error message
3 setmode pop
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/themes/example_03/example_03.bc
new/themes/example_03/example_03.bc
--- old/themes/example_03/example_03.bc 2010-04-09 14:31:29.000000000 +0200
+++ new/themes/example_03/example_03.bc 2010-04-30 12:55:03.000000000 +0200
@@ -87,14 +87,14 @@
% Notes:
% - key = 0 indicates the bootloader timeout is up.
% - input_buffer is the command line that you would have normally entered in
the bootloader.
-% - menu_entry is only relevant for grub and is the 'title' section you want
to boot. input_buffer
-% is appended to the kernel options in this case.
+% note that for syslinux it must start with the menu label string but not
for grub
+% - menu_entry is the number of the menu entry you want to boot
%
/KeyEvent {
/key exch def
% 'linux' & 'harddisk' are labels in our test bootloader config (created by
'gfxtest')
- key 0xff and 'l' eq { "linux" 0 2 return } if
+ key 0xff and 'l' eq { "linux" 1 2 return } if
key 0xff and 'd' eq {
% return to text mode first so you can see the error message
3 setmode pop
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/themes/example_04/example_04.bc
new/themes/example_04/example_04.bc
--- old/themes/example_04/example_04.bc 2010-04-09 14:31:29.000000000 +0200
+++ new/themes/example_04/example_04.bc 2010-04-30 12:56:50.000000000 +0200
@@ -94,8 +94,8 @@
% Notes:
% - key = 0 indicates the bootloader timeout is up.
% - input_buffer is the command line that you would have normally entered in
the bootloader.
-% - menu_entry is only relevant for grub and is the 'title' section you want
to boot. input_buffer
-% is appended to the kernel options in this case.
+% note that for syslinux it must start with the menu label string but not
for grub
+% - menu_entry is the number of the menu entry you want to boot
%
/KeyEvent {
% pre-process keycode a bit
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/themes/example_05/example_05.bc
new/themes/example_05/example_05.bc
--- old/themes/example_05/example_05.bc 2010-04-09 14:31:29.000000000 +0200
+++ new/themes/example_05/example_05.bc 2010-04-30 12:57:30.000000000 +0200
@@ -135,11 +135,9 @@
%
% Notes:
% - key = 0 indicates the bootloader timeout is up.
-% - input_buffer is the command line that you would have normally entered
-% in the bootloader.
-% - menu_entry is only relevant for grub and is the 'title' section you
-% want to boot. input_buffer is appended to the kernel options in this
-% case.
+% - input_buffer is the command line that you would have normally entered in
the bootloader.
+% note that for syslinux it must start with the menu label string but not
for grub
+% - menu_entry is the number of the menu entry you want to boot
%
/KeyEvent {
% pre-process keycode a bit
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/themes/example_06/example_06.bc
new/themes/example_06/example_06.bc
--- old/themes/example_06/example_06.bc 2010-04-09 14:31:29.000000000 +0200
+++ new/themes/example_06/example_06.bc 2010-04-30 12:57:49.000000000 +0200
@@ -156,11 +156,9 @@
%
% Notes:
% - key = 0 indicates the bootloader timeout is up.
-% - input_buffer is the command line that you would have normally entered
-% in the bootloader.
-% - menu_entry is only relevant for grub and is the 'title' section you
-% want to boot. input_buffer is appended to the kernel options in this
-% case.
+% - input_buffer is the command line that you would have normally entered in
the bootloader.
+% note that for syslinux it must start with the menu label string but not
for grub
+% - menu_entry is the number of the menu entry you want to boot
%
/KeyEvent {
% pre-process keycode a bit
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/themes/example_07/example_07.bc
new/themes/example_07/example_07.bc
--- old/themes/example_07/example_07.bc 2010-04-09 14:31:29.000000000 +0200
+++ new/themes/example_07/example_07.bc 2010-04-30 12:58:05.000000000 +0200
@@ -152,11 +152,9 @@
%
% Notes:
% - key = 0 indicates the bootloader timeout is up.
-% - input_buffer is the command line that you would have normally entered
-% in the bootloader.
-% - menu_entry is only relevant for grub and is the 'title' section you
-% want to boot. input_buffer is appended to the kernel options in this
-% case.
+% - input_buffer is the command line that you would have normally entered in
the bootloader.
+% note that for syslinux it must start with the menu label string but not
for grub
+% - menu_entry is the number of the menu entry you want to boot
%
/KeyEvent {
% pre-process keycode a bit
++++++ gfxboot-4.1.44.tar.bz2 -> gfxboot-4.1.46.tar.bz2 ++++++
++++ 2905 lines of diff (skipped)
++++++ openSUSE.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/themes/openSUSE/data-install/languages
new/themes/openSUSE/data-install/languages
--- old/themes/openSUSE/data-install/languages 2010-04-09 14:31:29.000000000
+0200
+++ new/themes/openSUSE/data-install/languages 2010-04-30 14:53:12.000000000
+0200
@@ -1,5 +1,6 @@
af_ZA
ar_EG
+ast_ES
bn_BD
bs_BA
bg_BG
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/themes/openSUSE/src/dia_lang.inc
new/themes/openSUSE/src/dia_lang.inc
--- old/themes/openSUSE/src/dia_lang.inc 2010-04-09 14:31:29.000000000
+0200
+++ new/themes/openSUSE/src/dia_lang.inc 2010-04-30 14:51:20.000000000
+0200
@@ -22,6 +22,7 @@
[ "af_ZA" "us" false "Afrikaans" ]
% Afrikaans
% [ "ar_EG" "arabic" true "\u064a\u0628\u0631\u0639" ]
% Arabic
[ "ar_EG" "arabic" true "\ufef2\ufe91\ufeae\ufecb" ]
% Arabic
+ [ "ast_ES" "es" false "Asturianu" ]
% Asturian
[ "bg_BG" "us" false "Български" ]
% Bulgarian
[ "bn_BD" "us" false "\u09ac\u09be\u0982\u09b2\u09be" ]
% Bengali
[ "bs_BA" "us" false "Bosanski" ]
% Bosnian
++++++ upstream.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 > |