1
0
forked from jengelh/virtualbox

Accepting request 113076 from home:mseben:branches:Virtualization

update vbox to 4.1.12

OBS-URL: https://build.opensuse.org/request/show/113076
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=82
This commit is contained in:
Michal Seben
2012-04-10 10:29:55 +00:00
committed by Git OBS Bridge
parent 6fcc2cd8ec
commit 105dda7cd1
9 changed files with 27 additions and 67 deletions

View File

@@ -31,8 +31,8 @@ BuildRequires: glibc-devel-static
%endif
#gsoap,libopenssl and java needed for building webservice
BuildRequires: gsoap-devel
BuildRequires: libgsoap-devel
BuildRequires: java-1_6_0-openjdk-devel
BuildRequires: libgsoap-devel
BuildRequires: libopenssl-devel
#
BuildRequires: LibVNCServer-devel
@@ -77,7 +77,7 @@ BuildRequires: xorg-x11-libXt-devel-32bit
%endif
#
ExclusiveArch: %ix86 x86_64
Version: 4.1.10
Version: 4.1.12
Release: 0
Summary: VirtualBox is an Emulator
License: GPL-2.0+
@@ -120,11 +120,6 @@ Patch5: vbox-config.diff
Patch6: vbox-smc-napa.diff
#fix build of Python and dev package on openSUSE 11.3
Patch8: vbox-python-detection.diff
#fix build: we have to ommit gcc flag -fvisibility=hidden for soap related sources
Patch9: vbox-visibility.diff
#fix building websrv with ssl support
#http://www.mail-archive.com/vbox-dev@virtualbox.org/msg04997.html
Patch10: vbox-gsoap_ssl.diff
#PATCH-FIX-OPENSUSE implement messagebox (VBoxPermissionMessage app), which is displayed, when user
#try to start VirtualBox and is not memeber of vboxusers group
Patch99: vbox-permissions_warning.diff
@@ -253,8 +248,6 @@ Development file for %{name}
%patch5 -p1
%patch6 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1
%patch99 -p1
%patch100
%patch101