Hello community,

here is the log from the commit of package virtualbox for openSUSE:Factory 
checked in at 2015-10-08 08:24:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-09-13 
09:45:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.virtualbox.new/virtualbox.changes       
2015-10-08 08:24:44.000000000 +0200
@@ -1,0 +2,49 @@
+Mon Oct  5 07:35:22 UTC 2015 - [email protected]
+
+- Version bump to 5.0.6 (released 2015-10-02 by Oracle)
+
+This is a maintenance release. The following items were fixed and/or added:
+
+       GUI: the update check now uses the HTTP system proxy settings by default
+       GUI: About dialog improvements. Copyable version text, do not close 
dialog on mouse-clicks and focus losing, explicit close button at the bottom of 
dialog and disabled close button fix on OS X. (bugs #9912, #12749)
+       GUI: fixed bug when re-assigning shortcuts (bug #14565)
+       GUI: fixed default focus button in message-box dialogs (bug #14486)
+       GUI: fixed settings dialog which is opened if the network settings need 
to be changed at VM startup (5.0.0 regression; bug #14601)
+       GUI: fixed crash during VM start if an early error message needs to be 
shown, for example Linux kernel modules not present (bug #14646)
+       Bridged Networking: fixed handling of guest DHCP requests without UDP 
checksum when bridging to a wireless interface (bug #14615)
+       Audio: latency fixes (Windows hosts only; bug #4088)
+       Guest Control: correctly set USERNAME and USERPROFILE environment 
variables (Windows guests only)
+       Guest Control: several fixes
+       API: properly restore NAT port forwarding rules when reverting to a 
snapshot
+       Parallel ports: Several fixes allowing to enable two parallel ports for 
a VM
+       VBoxManage: fixed wrong output of debugvm show command
+       VBoxManage: fixed hang when specifying logging groups with debugvm log 
starting with h, for example hex
+       Windows hosts: renamed VBoxStartup.log to VBoxHardening.log and provide 
this log file in the GUI log viewer
+       Windows hosts: fixed a small memory leak in the Windows host interface 
driver (VBoxNetAdp) which caused a BSOD if the driver verifier is enabled (bug 
#14562)
+       Windows hosts: fixed a failure to start VMs on hosts where dsound.dll 
is not available (bug #14574)
+       Windows hosts: another fix for VERR_LDR_MISMATCH_NATIVE errors (bug 
#14579)
+       Windows hosts: fixed host-to-guest communication with bridged 
networking (bugs #14326, #14457)
+       Windows hosts: fixed broken data receiving from the serial device with 
the named pipe backend if Kaspersky AV is installed
+       Linux hosts: Linux 4.3 compile fixes
+       Linux hosts: installer fix for certain systems (bug #14627)
+       Linux hosts / guests: native systemd support for the host/guest 
installer scripts. The scripts for re-compiling the kernel modules are now 
located at /sbin/rcvboxdrv (host) and /sbin/rcvboxadd (Guest Additions)
+       Mac OS X hosts: GUI-related fixes for El Capitan
+       Mac OS X hosts: fixed a problem with capturing USB devices under El 
Capitan
+       Mac OS X hosts: allow colon character on shared folders (bug #14554)
+       Linux Additions: properly set the VBoxService process ID in the PID 
file (bug #14571)
+       Linux Additions: Guest Control fixes (bug #14573)
+       Windows Additions: fixed shutting down VBoxTray when running with older 
VirtualBox host versions
+       Windows Additions: fixed video playback with VLC and Windows Media 
Player when the WDDM driver is used and 3D is not used
+       Windows Additions: prevent a possible VLC crash when the WDDM driver is 
used and 3D is enabled by implementing YV12 surfaces
+
+- Drop vbox-32bit-build-error.diff, fixed upstream
+- Updated UserManual.pdf
+
+-------------------------------------------------------------------
+Fri Oct  2 08:33:26 UTC 2015 - [email protected]
+
+- BuildRequire pkgconfig(udev) instead of udev directly: this allows
+  us to be earlier in the build phase, as we can make use of udev-mini
+  and it solves build failures with systemd224.
+
+-------------------------------------------------------------------

Old:
----
  VirtualBox-5.0.4-patched.tar.bz2
  vbox-32bit-build-error.diff

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

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

Other differences:
------------------
++++++ virtualbox.spec ++++++
--- /var/tmp/diff_new_pack.b6PGlv/_old  2015-10-08 08:24:46.000000000 +0200
+++ /var/tmp/diff_new_pack.b6PGlv/_new  2015-10-08 08:24:46.000000000 +0200
@@ -19,7 +19,7 @@
 %define _vbox_instdir  %{_libexecdir}/virtualbox
 %define _udevrulesdir %{_libexecdir}/udev/rules.d
 Name:           virtualbox
-Version:        5.0.4
+Version:        5.0.6
 Release:        0
 Summary:        VirtualBox is an Emulator
 License:        GPL-2.0+
@@ -81,9 +81,6 @@
 Patch107:       virtualbox-sed-params.patch
 # Patch to use snprintf correcty and not overflow dst buffer
 Patch108:       virtualbox-snpritnf-buffer-overflow.patch
-# fix code for 32-bit build error - This problem has been fixed in the Oracle 
code base
-# and this patch should not be needed with 5.0.6.
-Patch109:       vbox-32bit-build-error.diff
 BuildRequires:  LibVNCServer-devel
 BuildRequires:  SDL-devel
 BuildRequires:  acpica
@@ -116,7 +113,6 @@
 BuildRequires:  python-devel
 BuildRequires:  quilt
 BuildRequires:  sed
-BuildRequires:  udev
 BuildRequires:  update-desktop-files
 BuildRequires:  which
 BuildRequires:  xorg-x11
@@ -129,6 +125,7 @@
 BuildRequires:  pkgconfig(renderproto)
 BuildRequires:  pkgconfig(resourceproto)
 BuildRequires:  pkgconfig(scrnsaverproto)
+BuildRequires:  pkgconfig(udev)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xau)
 BuildRequires:  pkgconfig(xcomposite)
@@ -310,7 +307,6 @@
 %patch106 -p1
 %patch107 -p1
 %patch108 -p1
-%patch109 -p1
 #copy user manual
 cp %{SOURCE1} UserManual.pdf
 #copy kbuild config

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

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




Reply via email to