]> git.pld-linux.org Git - packages/VirtualBox.git/commitdiff
- updated to 4.0.10
authorKarol Krenski <charles@pld-linux.org>
Tue, 28 Jun 2011 16:11:04 +0000 (16:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added -disable_build_NetBiosBin.patch (gcc/binutils incompatibility)

Changed files:
    VirtualBox.spec -> 1.375

VirtualBox.spec

index 829dcbd01f480b17b7957d63672e0217b0180ffd..a1b0892dfded81350bdacdf50086eb7302f2bac7 100644 (file)
 %define                _enable_debug_packages  0
 %endif
 
-%define                rel             7
+%define                rel             1
 %define                pname           VirtualBox
 
 Summary:       VirtualBox OSE - x86 hardware virtualizer
 Summary(pl.UTF-8):     VirtualBox OSE - wirtualizator sprzętu x86
 Name:          %{pname}%{_alt_kernel}
-Version:       4.0.8
+Version:       4.0.10
 Release:       %{rel}
 License:       GPL v2
 Group:         Applications/Emulators
 Source0:       http://download.virtualbox.org/virtualbox/%{version}/%{pname}-%{version}.tar.bz2
-# Source0-md5: a3e81289f2357fcf4bbe3e77805f38b6
+# Source0-md5: 956af570597850ab4d3275b54bbed049
 Source1:       http://download.virtualbox.org/virtualbox/%{version}/VBoxGuestAdditions_%{version}.iso
-# Source1-md5: 598ca9b231c1f1ff7817aa76c80f55d6
+# Source1-md5: e64fac55f1c77d0d5aaa1eaa4db7e0bc
 Source3:       %{pname}-vboxdrv.init
 Source4:       %{pname}-vboxguest.init
 Source5:       %{pname}-vboxnetflt.init
@@ -66,6 +66,7 @@ Patch7:               16-no-update.patch
 Patch8:                18-system-xorg.patch
 Patch9:                22-no-static-libstdcpp.patch
 # /ubuntu patches
+Patch10:       %{pname}-disable_build_NetBiosBin.patch
 URL:           http://www.virtualbox.org/
 BuildRequires: rpmbuild(macros) >= 1.535
 %if %{with userspace}
@@ -452,6 +453,7 @@ cd -
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 
 %build
 %if %{with userspace}
This page took 0.182901 seconds and 4 git commands to generate.