Hello community,

here is the log from the commit of package virtualbox for openSUSE:Factory 
checked in at 2016-01-04 09:20:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-12-23 
09:56:32.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.virtualbox.new/virtualbox.changes       
2016-01-04 09:20:50.000000000 +0100
@@ -1,0 +2,34 @@
+Sat Dec 26 19:58:13 UTC 2015 - [email protected]
+
+- Version bump to 5.0.12 (released 2015-12-18i by Oracle)
+
+This is a maintenance release. The following items were fixed and/or added:
+
+    GUI: fixed wrong scrolling behaviour in the VM selector window when a VM 
item is dragged out of the chooser-pane area
+    GUI: fixed the validation of IPv6 port-forwarding rules
+    GUI: suppress the first-run wizard if a CD/DVD medium is inserted using 
the selector UI
+    GUI: fixed the Ctrl+Break key sequence scan codes (bug #14927)
+    GUI: improved handling of text selection mouse pointer (bug #750)
+    Host services: fixed a crash during VM shutdown under rare conditions 
(5.0.6 regression; bug #14841)
+    Shared folders: fixed a sharing violation if a file is opened to check the 
attributes (Windows hosts only; bug #14450)
+    Webcam: passthrough fix for certain devices (Mac OS X hosts only)
+    XHCI: fixed broken emulation if software virtualization is used
+    XHCI: several fixes
+    3D: fixed state handling under certain conditions (bug #13487)
+    Audio: several fixes
+    BIOS: added LBA64 support for being able to boot from huge hard disks (bug 
#7415)
+    EFI: fix for Windows 10 guests
+    ExtPack: before installing an Extension Pack check if there are VMs 
running to prevent file system locking issues
+    rdesktop-vrdp: source code tarball fixes
+    Linux hosts: .desktop file compatibility issue (bug #14808)
+    Linux hosts / guests: fixes for RHEL 7.2 (bug #14866)
+    The command for recompiling the host kernel modules was changed again, to 
/sbin/rcvboxdrv setup (bug #14723)
+    Linux hosts: some fixes for PCI passthrough (still highly experimental)
+    Linux/Mac OS X hosts: fixed a VM hang during startup under certain 
circumstances (bug #14933)
+    Linux Additions: prevent the compiler from doing dead-code elemination on 
vital code in guest / host communication (bug #14497)
+    Linux Additions: when mounting a shared folder, explicitly pass the share 
name so that /proc/mounts contains this name instead of 'none'
+    Linux Additions: workaround for a systemd problem in conjunction with 
SELinux which prevented to properly enable the 'vboxadd' service during while 
upgrading the Additions 
+
+ 
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ virtualbox.spec ++++++
--- /var/tmp/diff_new_pack.kSqLLc/_old  2016-01-04 09:20:53.000000000 +0100
+++ /var/tmp/diff_new_pack.kSqLLc/_new  2016-01-04 09:20:53.000000000 +0100
@@ -19,7 +19,7 @@
 %define _vbox_instdir  %{_libexecdir}/virtualbox
 %define _udevrulesdir %{_libexecdir}/udev/rules.d
 Name:           virtualbox
-Version:        5.0.10
+Version:        5.0.12
 Release:        0
 Summary:        VirtualBox is an Emulator
 License:        GPL-2.0+

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

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


++++++ vbox-vboxadd-init-script.diff ++++++
--- /var/tmp/diff_new_pack.kSqLLc/_old  2016-01-04 09:20:53.000000000 +0100
+++ /var/tmp/diff_new_pack.kSqLLc/_new  2016-01-04 09:20:53.000000000 +0100
@@ -18,7 +18,7 @@
  ### END INIT INFO
  
  PATH=$PATH:/bin:/sbin:/usr/sbin
-@@ -257,12 +258,6 @@ do_vboxguest_non_udev()
+@@ -224,12 +225,6 @@ do_vboxguest_non_udev()
              fail "Cannot create device $dev with major $maj and minor $min"
          }
      fi
@@ -31,7 +31,7 @@
  
      if [ ! -c $userdev ]; then
          maj=10
-@@ -273,12 +268,6 @@ do_vboxguest_non_udev()
+@@ -240,12 +235,6 @@ do_vboxguest_non_udev()
                  rmmod vboxguest 2>/dev/null
                  fail "Cannot create device $userdev with major $maj and minor 
$min"
              }
@@ -44,10 +44,10 @@
          fi
      fi
  }
-@@ -286,6 +275,13 @@ do_vboxguest_non_udev()
- start()
- {
-     begin "Starting the VirtualBox Guest Additions ";
+@@ -260,6 +249,13 @@ start()
+     fi
+     test -n "$INSTALL_DIR" -a -n "$INSTALL_VER" ||
+       fail "Configuration file $config not complete"
 +
 +    if [ -x /usr/bin/systemd-detect-virt  ]; then
 +      if [ "x$(systemd-detect-virt)" != "xoracle"  ]; then
@@ -58,7 +58,7 @@
      uname -r | grep -q -E '^2\.6|^3|^4' 2>/dev/null &&
          ps -A -o comm | grep -q '/*udevd$' 2>/dev/null ||
          no_udev=1
-@@ -493,32 +489,8 @@ extra_setup()
+@@ -470,33 +466,8 @@ extra_setup()
  # setup_script
  setup()
  {
@@ -72,6 +72,7 @@
 -    export BUILD_TYPE
 -    export USERNAME
 -
+-    rm -f $LOG
 -    MODULE_SRC="$INSTALL_DIR/src/vboxguest-$INSTALL_VER"
 -    BUILDINTMP="$MODULE_SRC/build_in_tmp"
 -    DODKMS="$MODULE_SRC/do_dkms"



Reply via email to