Author: gb
Date: Sat Feb  3 10:49:58 2007
New Revision: 116060

Added:
   packages/cooker/virtualbox/current/SOURCES/vbox-1.3.3-20070202.tar.bz2   
(contents, props changed)
Removed:
   packages/cooker/virtualbox/current/SOURCES/vbox-1.3.3-20070126.tar.bz2
Modified:
   packages/cooker/virtualbox/current/SOURCES/vbox-1.3.3-mdvconfig.patch
   packages/cooker/virtualbox/current/SPECS/virtualbox.spec

Log:
- updates from SVN (2007/02/02):
  * initial 64-bit host support
  * fix IDE for Open Solaris 10
  * add VDI compacting to the GUI


Added: packages/cooker/virtualbox/current/SOURCES/vbox-1.3.3-20070202.tar.bz2
==============================================================================
Binary file. No diff available.

Modified: packages/cooker/virtualbox/current/SOURCES/vbox-1.3.3-mdvconfig.patch
==============================================================================
--- packages/cooker/virtualbox/current/SOURCES/vbox-1.3.3-mdvconfig.patch       
(original)
+++ packages/cooker/virtualbox/current/SOURCES/vbox-1.3.3-mdvconfig.patch       
Sat Feb  3 10:49:58 2007
@@ -63,26 +63,6 @@
  
 --- vbox-1.3.3/src/VBox/HostDrivers/Support/linux/Makefile.mdvconfig   
2007-01-26 12:08:41.000000000 +0100
 +++ vbox-1.3.3/src/VBox/HostDrivers/Support/linux/Makefile     2007-01-27 
09:37:04.000000000 +0100
-@@ -31,13 +31,17 @@ endif
- ifeq ($(BUILD_TARGET_ARCH),)
-  ifeq ($(ARCH),x86_64)
-   BUILD_TARGET_ARCH := amd64
-- else ifeq ($(ARCH),i386)
-+ else
-+ ifeq ($(ARCH),i386)
-   BUILD_TARGET_ARCH := x86
-- else ifeq ($(filter-out x86_64 amd64 AMD64,$(shell uname -m)),)
-+ else
-+ ifeq ($(filter-out x86_64 amd64 AMD64,$(shell uname -m)),)
-   BUILD_TARGET_ARCH := amd64
-  else
-   BUILD_TARGET_ARCH := x86
-  endif
-+ endif
-+ endif
- endif
- 
- 
 @@ -59,9 +63,14 @@ endif
  
  ifneq ($(MAKECMDGOALS),clean)

Modified: packages/cooker/virtualbox/current/SPECS/virtualbox.spec
==============================================================================
--- packages/cooker/virtualbox/current/SPECS/virtualbox.spec    (original)
+++ packages/cooker/virtualbox/current/SPECS/virtualbox.spec    Sat Feb  3 
10:49:58 2007
@@ -2,8 +2,8 @@
 %define kname  vboxdrv
 %define pkgname        vbox
 %define version        1.3.3
-%define svndate        20070126
-%define release        %mkrel 1
+%define svndate        20070202
+%define release        %mkrel 2
 
 %define vboxdir        %{_libdir}/%{name}
 

Reply via email to