rpms/VirtualBox-OSE/devel VirtualBox-OSE-3.2.6-acpi.patch, NONE, 1.1 VirtualBox-OSE.spec, 1.58, 1.59

Lubomir Rintel lkundrak at rpmfusion.org
Mon Jul 12 18:50:20 CEST 2010


Author: lkundrak

Update of /cvs/free/rpms/VirtualBox-OSE/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1488

Modified Files:
	VirtualBox-OSE.spec 
Added Files:
	VirtualBox-OSE-3.2.6-acpi.patch 
Log Message:
Fix acpi build in Rawhide

VirtualBox-OSE-3.2.6-acpi.patch:
 vbox.dsl |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE VirtualBox-OSE-3.2.6-acpi.patch ---
svn log -c30593 http://www.virtualbox.org/svn/vbox/trunk
------------------------------------------------------------------------
r30593 | vboxsync | 2010-07-04 07:10:31 -0400 (Sun, 04 Jul 2010) | 1 line

vbox.dsl: Fix compilation with newer iasl versions (Contributed by Jung-uk Kim and Bernhard Froehlich)
------------------------------------------------------------------------
svn diff -c30593 http://www.virtualbox.org/svn/vbox/trunk
Index: src/VBox/Devices/PC/vbox.dsl
===================================================================
--- src/VBox/Devices/PC/vbox.dsl	(revision 30592)
+++ src/VBox/Devices/PC/vbox.dsl	(revision 30593)
@@ -986,7 +986,7 @@
                              // (all of low memory space)
                      ResourceProducer,        // bit 0 of general flags is 0
                      PosDecode,               // positive Decode
-                     MinFixed,                // Range is fixed
+                     MinNotFixed,             // Range is not fixed
                      MaxFixed,                // Range is fixed
                      Cacheable,
                      ReadWrite,
@@ -995,7 +995,7 @@
 
                      0xffdfffff,              // Max = 4GB - 2MB
                      0x00000000,              // Translation
-                     0xdfdfffff,              // Range Length (calculated
+                     0x00000000,              // Range Length (calculated
                                               // dynamically)
                      ,                        // Optional field left blank
                      ,                        // Optional field left blank


Index: VirtualBox-OSE.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/devel/VirtualBox-OSE.spec,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- VirtualBox-OSE.spec	12 Jul 2010 08:04:21 -0000	1.58
+++ VirtualBox-OSE.spec	12 Jul 2010 16:50:19 -0000	1.59
@@ -39,6 +39,7 @@
 Patch13:	VirtualBox-OSE-3.2.0-cpuid.patch
 Patch14:	VirtualBox-OSE-3.2.6-vboxkeyboard.patch
 Patch15:	VirtualBox-OSE-3.2.6-gcc45.patch
+Patch16:	VirtualBox-OSE-3.2.6-acpi.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -147,6 +148,7 @@
 %patch13 -p1 -b .cpuid
 %patch14 -p1 -b .vboxkeyboard
 %patch15 -p1 -b .gcc45
+%patch16 -p0 -b .acpi
 
 # Remove prebuilt binary tools
 rm -rf kBuild
@@ -447,6 +449,7 @@
 * Mon Jul 12 2010 Lubomir Rintel <lkundrak at v3.sk> - 3.2.6-1
 - New release, fix build
 - Fix compile with GCC 4.5
+- Fix acpi compilation with newer iasl
 
 * Thu Jun 17 2010 Lubomir Rintel <lkundrak at v3.sk> - 3.2.4-1
 - New release



More information about the rpmfusion-commits mailing list