Hello community, here is the log from the commit of package virtualbox for openSUSE:Factory checked in at Wed Jun 1 12:16:46 CEST 2011.
-------- --- virtualbox/virtualbox.changes 2011-05-18 09:39:19.000000000 +0200 +++ /mounts/work_src_done/STABLE/virtualbox/virtualbox.changes 2011-05-31 08:46:36.000000000 +0200 @@ -1,0 +2,11 @@ +Tue May 31 06:45:32 UTC 2011 - [email protected] + +- drop hal dependency from BuildRequires (bnc#697034) + +------------------------------------------------------------------- +Thu May 26 10:40:30 UTC 2011 - [email protected] + +- added vbox-netflt_start_xmit_enable.diff (bnc#694311), + enable alternative packet filter, http://www.virtualbox.org/ticket/8076 + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- vbox-netflt_start_xmit_enable.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ virtualbox.spec ++++++ --- /var/tmp/diff_new_pack.APLWU1/_old 2011-06-01 12:15:55.000000000 +0200 +++ /var/tmp/diff_new_pack.APLWU1/_new 2011-06-01 12:15:55.000000000 +0200 @@ -26,17 +26,24 @@ %else BuildRequires: pmtools %endif +#drop hal dependency +%if %suse_version < 1210 +BuildRequires: hal-devel +%endif BuildRequires: bin86 dev86 libidl-devel libqt4-devel libxslt-devel yasm BuildRequires: SDL-devel kernel-syms module-init-tools BuildRequires: e2fsprogs-devel libcap-devel libcurl-devel python-devel update-desktop-files -BuildRequires: hal-devel 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: boost-devel %if %suse_version > 1110 BuildRequires: zlib-devel-static %endif %ifarch amd64 x86_64 ia32e em64t +#drop hal dependency +%if %suse_version < 1210 BuildRequires: hal-32bit +%endif BuildRequires: xorg-x11-libX11-devel-32bit xorg-x11-libXt-devel-32bit xorg-x11-libs-32bit BuildRequires: xorg-x11-libXext-devel-32bit xorg-x11-libXmu-devel-32bit BuildRequires: gcc-32bit gcc-c++-32bit @@ -44,7 +51,7 @@ # ExclusiveArch: %ix86 x86_64 Version: 4.0.8 -Release: 1 +Release: 3 Summary: VirtualBox is an Emulator License: GPLv2+ Group: System/Emulators/PC @@ -85,6 +92,8 @@ Patch6: vbox-smc-napa.diff #fix build of Python and dev package on openSUSE 11.3 Patch8: vbox-python-detection.diff +#bnc#694311 http://www.virtualbox.org/ticket/8076 +Patch9: vbox-netflt_start_xmit_enable.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 @@ -215,6 +224,7 @@ %patch5 -p1 %patch6 -p1 %patch8 -p1 +%patch9 -p1 %patch99 -p1 %patch100 %patch101 ++++++ vbox-netflt_start_xmit_enable.diff ++++++ --- VirtualBox-4.0.8_OSE/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c +++ VirtualBox-4.0.8_OSE/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c @@ -50,8 +50,9 @@ #define VBOXNETFLT_OS_SPECFIC 1 #include "../VBoxNetFltInternal.h" +#define VBOXNETFLT_WITH_FILTER_HOST2GUEST_SKBS_EXPERIMENT #ifdef CONFIG_NET_SCHED -# define VBOXNETFLT_WITH_QDISC /* Comment this out to disable qdisc support */ +//# define VBOXNETFLT_WITH_QDISC /* Comment this out to disable qdisc support */ # ifdef VBOXNETFLT_WITH_QDISC # include <net/pkt_sched.h> # endif /* VBOXNETFLT_WITH_QDISC */ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
