Hello community,

here is the log from the commit of package virtualbox for openSUSE:Factory 
checked in at 2015-03-09 10:01:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virtualbox (Old)
 and      /work/SRC/openSUSE:Factory/.virtualbox.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "virtualbox"

Changes:
--------
--- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes    2015-02-18 
20:36:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.virtualbox.new/virtualbox.changes       
2015-03-09 10:01:40.000000000 +0100
@@ -1,0 +2,31 @@
+Wed Mar  4 11:41:54 UTC 2015 - tchva...@suse.com
+
+- Version bump to 2.3.24:
+  * VMM: emulation fix for the ENTER instruction under certain conditions; 
fixes
+    Solaris 10 guests (VT-x without unrestricted guest execution)
+  * VMM: fix for handling NMIs on Linux hosts with X2APIC enabled
+  * NAT/NAT Network: fix connection drops when the host's DHCP lease was 
renewed
+    (4.3.22 regression; Windows hosts only; bug #13839)
+  * NAT: don't crash on an empty domain list when switching the DNS host
+    configuration (4.3.22 regression; Mac OS X hosts only; bug #13874)
+  * PXE: re-enable it on Windows hosts (4.3.22 regression; Windows hosts only; 
bug
+    #13842)
+  * Shared Folders: fixed a problem with Windows guests (4.3.22 regression; bug
+    #13786)
+  * Audio: improved record quality when using the DirectSound audio backend
+  * VBoxManage: when executing the controlvm command take care that the
+    corresponding VM runtime changes are saved permanently (bug #13892)
+  * Windows Installer: properly install the 32-bit version of VBoxRes.dll on 
32-bit
+    hosts (bug #13876)
+  * Linux hosts / guests: Linux 4.0 fixes (bug #13835)
+  * OS/2 Additions: fixed mouse integration (4.3.22 regression; bug #13825)
+  * X11 Additions: fixed a sporadic failure to deactivate virtual screens (bug
+    #13845)
+- Use smp_mflags when building kernel modules
+
+-------------------------------------------------------------------
+Thu Feb 26 18:13:18 UTC 2015 - wba...@tmo.at
+
+- Install vboxvideo_drv_117.so on Factory
+
+-------------------------------------------------------------------

Old:
----
  VirtualBox-4.3.22-patched.tar.bz2

New:
----
  VirtualBox-4.3.24-patched.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ virtualbox.spec ++++++
--- /var/tmp/diff_new_pack.ruBrcm/_old  2015-03-09 10:01:42.000000000 +0100
+++ /var/tmp/diff_new_pack.ruBrcm/_new  2015-03-09 10:01:42.000000000 +0100
@@ -19,7 +19,7 @@
 %define _vbox_instdir  %{_libexecdir}/virtualbox
 %define _udevrulesdir %{_libexecdir}/udev/rules.d
 Name:           virtualbox
-Version:        4.3.22
+Version:        4.3.24
 Release:        0
 Summary:        VirtualBox is an Emulator
 License:        GPL-2.0+
@@ -293,6 +293,7 @@
 
 #      --disable-kmods         don't build Linux kernel modules -  but use 
SUSE specific way see few lines under
 #      --nofatal               try to avoid build fail caused by missing 
makeself package
+# NOT an autoconf configure macro
 ./configure \
        --enable-vnc \
        --enable-vde \
@@ -344,7 +345,7 @@
                  $PWD/modules_build_dir/$flavor/$module_name
        fi
        # build the module for the specific flavor
-       make -C %{_prefix}/src/linux-obj/%{_target_cpu}/$flavor modules \
+       make %{?_smp_mflags} -C %{_prefix}/src/linux-obj/%{_target_cpu}/$flavor 
modules \
                M=$PWD/modules_build_dir/$flavor/$module_name
     done
 done
@@ -382,7 +383,7 @@
        #and trought the all flavors
        for flavor in %{flavors_to_build}; do
        #to install modules use Makefile from 
%{_prefix}/src/linux-obj/%_target_cpu/$flavor and builds from 
$PWD/modules_build_dir/$flavor/$module_name
-       make -C %{_prefix}/src/linux-obj/%{_target_cpu}/$flavor modules_install 
M=$PWD/modules_build_dir/$flavor/$module_name
+       make %{?_smp_mflags} -C %{_prefix}/src/linux-obj/%{_target_cpu}/$flavor 
modules_install M=$PWD/modules_build_dir/$flavor/$module_name
     done
 done
 
@@ -412,6 +413,10 @@
 # check the patch https://www.virtualbox.org/changeset/38784, regarding the
 # dropped xorg mouse driver  in >= 1130
 
+%if 0%{?suse_version} > 1320
+        install -m 755 vboxvideo_drv_117.so \
+                                                
%{buildroot}%{_libdir}/xorg/modules/drivers/vboxvideo_drv.so
+%else
 %if 0%{?suse_version} >= 1315
         install -m 755 vboxvideo_drv_116.so \
                                                 
%{buildroot}%{_libdir}/xorg/modules/drivers/vboxvideo_drv.so
@@ -420,6 +425,7 @@
        install -m 755 vboxvideo_drv_114.so \
                                                
%{buildroot}%{_libdir}/xorg/modules/drivers/vboxvideo_drv.so
 %endif
+%endif
 popd
 # VBoxOGL* libs for guest-x11 subpackage
 install -m 644 out/linux.*/release/bin/additions/VBoxOGL*.so \

++++++ UserManual.pdf ++++++
(binary differes)

++++++ VirtualBox-4.3.22-patched.tar.bz2 -> VirtualBox-4.3.24-patched.tar.bz2 
++++++
/work/SRC/openSUSE:Factory/virtualbox/VirtualBox-4.3.22-patched.tar.bz2 
/work/SRC/openSUSE:Factory/.virtualbox.new/VirtualBox-4.3.24-patched.tar.bz2 
differ: char 11, line 1



-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to