1
0
forked from pool/virtualbox

Accepting request 74877 from Virtualization

virtualbox update to 4.0.10

OBS-URL: https://build.opensuse.org/request/show/74877
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virtualbox?expand=0&rev=30
This commit is contained in:
Sascha Peilicke 2011-07-11 10:31:15 +00:00 committed by Git OBS Bridge
commit 964a629d10
8 changed files with 43 additions and 15 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:19710b2dd06bda8e32564648a9b30391d2cefdce93d2d9c7e59e3811b73e98bd
size 4889575

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:64e69ecc1e5bca601bee4b082654d3b2fa8734644476a33ccd27c81c850676be
size 43209806

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d9721bb6c3827a0fc8196c4f75f972ccc5e62060b6667baf46eb32803120d645
size 4884443

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:80b47507b8f60f455ce4dd4b898b3ef04a4eabcdee6794fdc889218f6ad2eb6f
size 43193793

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Thu Jun 30 07:30:30 UTC 2011 - mseben@gmail.com
- update to Virtualbox 4.0.10
* GUI: fixed disappearing settings widgets on KDE hosts (bug #6809)
* Storage: fixed hang under rare circumstances with flat VMDK images
* Storage: a saved VM could not be restored under certain circumstances after the host kernel was updated (bug #8983)
* Storage: refuse to create a medium with an invalid variant (for example Split2G with VDI; bug #7227)
* Snapshots: none of the hard disk attachments must be attached to another VM in normal mode when creating a snapshot
* USB: fixed occasional VM hangs with SMP guests (bug #4580)
* USB: proper device detection on RHEL/OEL/CentOS 5 guests (partial fix for bug #8978)
* ACPI: force the ACPI timer to return monotonic values for improve behavior with SMP Linux guests (bug #8511 and others)
* RDP: fixed screen corruption under rare circumstances (bug #8977)
* rdesktop-vrdp: updated to version 1.7.0
* OVF: under rare circumstances some data at the end of a VMDK file was not written during export
* Mac OS X hosts: Lion fixes (bug #8903)
* Mac OS X hosts: GNOME 3 fix
* Linux hosts: fixed VT-x detection on Linux 3.0 hosts (bug #9071)
* Linux hosts: fixed Python 2.7 bindings in the universal Linux binaries
* Windows hosts: fixed leak of thread and process handles
* Windows Additions: fixed bug when determining the extended version of the Guest Additions (4.0.8 regression; bug #8948)
* Solaris Additions: fixed installation to 64-bit Solaris 10u9 guests (4.0.8 regression)
* Linux Additions: RHEL6.1/OL6.1 compile fix
* Linux Additions: fixed a memory leak during VBoxManage guestcontrol execute (bug #9068)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 20 09:09:34 UTC 2011 - aj@suse.de Mon Jun 20 09:09:34 UTC 2011 - aj@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package virtualbox # spec file for package virtualbox (Version 3.9.80)
# #
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -37,7 +37,7 @@ BuildRequires: bin86 dev86 libidl-devel libqt4-devel libxslt-devel yasm
BuildRequires: SDL-devel kernel-syms module-init-tools BuildRequires: SDL-devel kernel-syms module-init-tools
BuildRequires: e2fsprogs-devel libcap-devel libcurl-devel python-devel update-desktop-files BuildRequires: e2fsprogs-devel libcap-devel libcurl-devel python-devel update-desktop-files
BuildRequires: pulseaudio-devel xorg-x11 xorg-x11-devel xorg-x11-server xorg-x11-server-sdk BuildRequires: pulseaudio-devel xorg-x11 xorg-x11-devel xorg-x11-server xorg-x11-server-sdk
BuildRequires: LibVNCServer-devel gcc gcc-c++ kbuild pam-devel quilt udev BuildRequires: LibVNCServer-devel gcc gcc-c++ kbuild pam-devel udev quilt
BuildRequires: boost-devel BuildRequires: boost-devel
%if %suse_version > 1110 %if %suse_version > 1110
BuildRequires: zlib-devel-static BuildRequires: zlib-devel-static
@ -53,8 +53,8 @@ BuildRequires: gcc-32bit gcc-c++-32bit
%endif %endif
# #
ExclusiveArch: %ix86 x86_64 ExclusiveArch: %ix86 x86_64
Version: 4.0.8 Version: 4.0.10
Release: 5 Release: 1
Summary: VirtualBox is an Emulator Summary: VirtualBox is an Emulator
License: GPLv2+ License: GPLv2+
Group: System/Emulators/PC Group: System/Emulators/PC
@ -189,7 +189,6 @@ VirtualBox guest addition tools.
########################################### ###########################################
%package -n python-%{name} %package -n python-%{name}
Summary: Python bindings for %{name} Summary: Python bindings for %{name}
Group: Development/Libraries/Python Group: Development/Libraries/Python
Requires: %{name} = %{version} Requires: %{name} = %{version}
@ -462,6 +461,7 @@ popd
#install wrapper script #install wrapper script
%__install -m 644 %{S:9} %{buildroot}%{_bindir}/VirtualBox %__install -m 644 %{S:9} %{buildroot}%{_bindir}/VirtualBox
# modify and install the vboxdrv init script # modify and install the vboxdrv init script
# TODO: some of this stuff breaks the fillup macros below? # TODO: some of this stuff breaks the fillup macros below?
%__sed -i "s|%NOLSB%|yes|g;s|%DEBIAN%||g;s|%PACKAGE%|virtualbox|g" src/VBox/Installer/linux/vboxdrv.sh.in %__sed -i "s|%NOLSB%|yes|g;s|%DEBIAN%||g;s|%PACKAGE%|virtualbox|g" src/VBox/Installer/linux/vboxdrv.sh.in
@ -476,6 +476,8 @@ popd
%__install -d -m 755 %{buildroot}%{_var}/adm/fillup-templates %__install -d -m 755 %{buildroot}%{_var}/adm/fillup-templates
install -m 700 %{S:13} %{buildroot}%{_var}/adm/fillup-templates/sysconfig.vbox install -m 700 %{S:13} %{buildroot}%{_var}/adm/fillup-templates/sysconfig.vbox
###################################################### ######################################################
echo "entrering python-virtualbox install section" echo "entrering python-virtualbox install section"
###################################################### ######################################################
@ -529,6 +531,7 @@ groupadd -r vboxusers 2>/dev/null || :
%run_permissions %run_permissions
%endif %endif
%verifyscript %verifyscript
%if %suse_version >=1140 %if %suse_version >=1140
%verify_permissions -e %{_vbox_instdir}/VBoxNetDHCP %verify_permissions -e %{_vbox_instdir}/VBoxNetDHCP
@ -561,6 +564,7 @@ exit 0
%restart_on_update vboxadd %restart_on_update vboxadd
%insserv_cleanup %insserv_cleanup
%clean %clean
[ -d "%{buildroot}" -a "%{buildroot}" != "" ] && %__rm -rf "%{buildroot}" [ -d "%{buildroot}" -a "%{buildroot}" != "" ] && %__rm -rf "%{buildroot}"
@ -635,7 +639,6 @@ exit 0
%verify(not mode) %attr(0755,root,vboxusers) %{_vbox_instdir}/VBoxHeadless %verify(not mode) %attr(0755,root,vboxusers) %{_vbox_instdir}/VBoxHeadless
%verify(not mode) %attr(0755,root,vboxusers) %{_vbox_instdir}/VBoxSDL %verify(not mode) %attr(0755,root,vboxusers) %{_vbox_instdir}/VBoxSDL
# #
%files qt %files qt
%defattr(-, root, root) %defattr(-, root, root)
%{_vbox_instdir}/VBoxPermissionMessage %{_vbox_instdir}/VBoxPermissionMessage