Hello community,

here is the log from the commit of package kvm for openSUSE:12.3 checked in at 
2013-02-01 10:13:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.3/kvm (Old)
 and      /work/SRC/openSUSE:12.3/.kvm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kvm", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:12.3/kvm/kvm.changes     2013-01-31 01:22:49.000000000 
+0100
+++ /work/SRC/openSUSE:12.3/.kvm.new/kvm.changes        2013-02-01 
10:13:22.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Jan 31 17:08:48 UTC 2013 - [email protected]
+
+- Resolved seabios build issue with patch being evaluated upstream.
+
+-------------------------------------------------------------------

New:
----
  seabios-reformat-lst-in-case-it-is-generated-by-new-iasl.patch

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

Other differences:
------------------
++++++ kvm.spec ++++++
--- /var/tmp/diff_new_pack.1goRLo/_old  2013-02-01 10:13:24.000000000 +0100
+++ /var/tmp/diff_new_pack.1goRLo/_new  2013-02-01 10:13:24.000000000 +0100
@@ -129,6 +129,7 @@
 
 # seabios patches
 Patch20:        seabios-sanitize-version.patch
+Patch21:        seabios-reformat-lst-in-case-it-is-generated-by-new-iasl.patch
 
 # vgabios patches
 Patch40:        vgabios-bcc-paths.patch
@@ -215,6 +216,7 @@
 done
 # seabios patches
 %patch20 -p1
+%patch21 -p1
 
 # vgabios patches
 %patch40 -p1

++++++ seabios-reformat-lst-in-case-it-is-generated-by-new-iasl.patch ++++++
Subject: [PATCH] Reformat .lst in case it is generated by new iasl

New iasl generate .lst as 'number:  ' instead of 'number....', then
acpi_extrace.py fails to extract any useful information, building
fails.

Signed-off-by: Bo Yang <[email protected]>
---
 Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/roms/seabios/Makefile b/roms/seabios/Makefile
index f28d86c..e87210b 100644
--- a/roms/seabios/Makefile
+++ b/roms/seabios/Makefile
@@ -217,6 +217,7 @@ $(OUT)%.hex: src/%.dsl ./tools/acpi_extract_preprocess.py 
./tools/acpi_extract.p
        $(Q)cpp -P $< > $(OUT)$*.dsl.i.orig
        $(Q)$(PYTHON) ./tools/acpi_extract_preprocess.py $(OUT)$*.dsl.i.orig > 
$(OUT)$*.dsl.i
        $(Q)$(IASL) $(call iasl-option,$(IASL),-Pn,) -vs -l -tc -p $(OUT)$* 
$(OUT)$*.dsl.i
+       $(Q)sed  -i 's/^\( *[0-9A-Fa-f]\+\):  /\1..../' $(OUT)$*.lst
        $(Q)$(PYTHON) ./tools/acpi_extract.py $(OUT)$*.lst > $(OUT)$*.off
        $(Q)cat $(OUT)$*.off > $@
 
-- 
1.6.0.2

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to