commit virtualbox-ose for openSUSE:Factory
Hello community, here is the log from the commit of package virtualbox-ose for openSUSE:Factory checked in at Fri Feb 27 16:24:23 CET 2009. -------- --- virtualbox-ose/virtualbox-ose.changes 2009-02-24 16:47:33.000000000 +0100 +++ /mounts/work_src_done/STABLE/virtualbox-ose/virtualbox-ose.changes 2009-02-27 15:05:09.000000000 +0100 @@ -1,0 +2,13 @@ +Fri Feb 27 15:05:37 CET 2009 - suse-tux@gmx.de + +- added Patch18 (vbox-swab_2.6.29_header.diff) which disables vbox's swab.h file + and uses the one which is shipped with the recent linux-kernel-headers package + (former versions of this file weren't c++ compatible). Fixed factory build. + +------------------------------------------------------------------- +Wed Feb 25 13:48:04 CET 2009 - suse-tux@gmx.de + +- removed the networking part from the README.SUSE file. There's no need + to create a bridge anymore. + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- vbox-swab_2.6.29_header.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ virtualbox-ose.spec ++++++ --- /var/tmp/diff_new_pack.DF4283/_old 2009-02-27 16:21:17.000000000 +0100 +++ /var/tmp/diff_new_pack.DF4283/_new 2009-02-27 16:21:17.000000000 +0100 @@ -59,7 +59,7 @@ # ExclusiveArch: %ix86 x86_64 Version: 2.1.4 -Release: 1 +Release: 2 Summary: VirtualBox OSE is an Emulator License: GPL v2 or later Group: System/Emulators/PC @@ -93,6 +93,7 @@ Patch14: vbox-kbuild_unit_paths.diff Patch16: virtualbox-ose-disable-updates.diff Patch17: virtualbox-ose-sudo-tmpdir.diff +Patch18: vbox-swab_2.6.29_header.diff # BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: pwdutils permissions @@ -186,6 +187,9 @@ %patch14 %patch16 %patch17 +%if %suse_version >= 1110 +%patch18 +%endif %__cp %{SOURCE7} . %build @@ -527,6 +531,13 @@ %{_datadir}/virtualbox/x11restore.pl %changelog +* Fri Feb 27 2009 suse-tux@gmx.de +- added Patch18 (vbox-swab_2.6.29_header.diff) which disables vbox's swab.h file + and uses the one which is shipped with the recent linux-kernel-headers package + (former versions of this file weren't c++ compatible). Fixed factory build. +* Wed Feb 25 2009 suse-tux@gmx.de +- removed the networking part from the README.SUSE file. There's no need + to create a bridge anymore. * Tue Feb 24 2009 dmueller@suse.de - merge with factory * Tue Feb 24 2009 suse-tux@gmx.de ++++++ README.SUSE ++++++ --- /var/tmp/diff_new_pack.DF4283/_old 2009-02-27 16:21:17.000000000 +0100 +++ /var/tmp/diff_new_pack.DF4283/_new 2009-02-27 16:21:17.000000000 +0100 @@ -34,15 +34,3 @@ The guest additions for Windows are available at: http://code.google.com/p/virtual-box-windows-guest-additions-installer/ - -NETWORKING - - Virtualbox network init script vboxnet should be loaded automaticaly - in runlevels 3 and 5 - - Use yast network device module to create a bridge interface (br0), add - your real network interface (eth0) into it. Configure eth0 - as 0.0.0.0/255.255.255.0 . - - Use: VBoxAddIF vbox0 <username> br0 to create a virtual interface and - configure your virtual machine to use vbox0 interface. ++++++ vbox-swab_2.6.29_header.diff ++++++ Index: src/VBox/Devices/Storage/swab.h =================================================================== --- src/VBox/Devices/Storage/swab.h.orig +++ src/VBox/Devices/Storage/swab.h @@ -29,6 +29,12 @@ * additional information or have any questions. */ +/* the swab.h from the recent linux-kernel-headers package seems to + be c++ compatible +*/ + +#if 0 + #ifndef _VBOX_LINUX_SWAB_H #define _VBOX_LINUX_SWAB_H @@ -62,3 +68,4 @@ static __inline__ __u64 __swab64p(const } #endif /* _VBOX_LINUX_SWAB_H */ +#endif /* 0 */ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de