Hello community, here is the log from the commit of package grub for openSUSE:Factory checked in at 2013-11-15 08:37:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/grub (Old) and /work/SRC/openSUSE:Factory/.grub.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "grub" Changes: -------- --- /work/SRC/openSUSE:Factory/grub/grub.changes 2013-10-17 14:10:42.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.grub.new/grub.changes 2013-11-15 08:37:19.000000000 +0100 @@ -1,0 +2,5 @@ +Wed Nov 13 10:03:32 CET 2013 - [email protected] + +- Remove fuzz from handle-incomplete-last-track + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ handle-incomplete-last-track ++++++ --- /var/tmp/diff_new_pack.U917F0/_old 2013-11-15 08:37:20.000000000 +0100 +++ /var/tmp/diff_new_pack.U917F0/_new 2013-11-15 08:37:20.000000000 +0100 @@ -14,11 +14,16 @@ Signed-off-by: Balazs Kutil <[email protected]> Acked-by: Torsten Duwe <[email protected]> -diff --git a/stage2/bios.c b/stage2/bios.c -index 2d85e40..e3ad774 100644 ---- a/stage2/bios.c -+++ b/stage2/bios.c -@@ -66,5 +66,11 @@ biosdisk (int read, int drive, struct geometry *geometry, +--- + stage2/bios.c | 6 ++++++ + 1 file changed, 6 insertions(+) + +Index: grub-0.97/stage2/bios.c +=================================================================== +--- grub-0.97.orig/stage2/bios.c ++++ grub-0.97/stage2/bios.c +@@ -70,6 +70,12 @@ biosdisk (int read, int drive, struct ge + return BIOSDISK_ERROR_GEOMETRY; #endif /* NO_BUGGY_BIOS_IN_THE_WORLD */ + /* For incomplete last tracks, just read as much as we can */ @@ -30,5 +35,3 @@ /* FIXME: sizeof (DAP) must be 0x10. Should assert that the compiler can't add any padding. */ dap.length = sizeof (dap); - - -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
