Hello community,

here is the log from the commit of package virtualbox for openSUSE:Factory 
checked in at 2016-01-21 23:41:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2016-01-04 
09:20:50.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.virtualbox.new/virtualbox.changes       
2016-01-21 23:41:39.000000000 +0100
@@ -1,0 +2,27 @@
+Tue Jan 19 20:38:27 UTC 2016 - larry.fin...@lwfinger.net
+
+-  Version bump to 5.0.14 (released 2016-01-19i by Oracle)
+
+This is a maintenance release. The following items were fixed and/or added:
+
+    GUI: properly limit the number of VCPUs to the number of physical cores on 
Mac OS X (bug #15018)
+    Audio: fixed a bug which prevented loading a saved state of a saved guests 
with HDA emulation (5.0.12 regression; bug #14981)
+    Audio: don't crash if the backend is unable to initialize (bug #14960)
+    Audio: fixed audio capture on Mac OS X (bug #14386)
+    Storage: fixed a possible crash when attaching the same ISO image multiple 
times to the same VM (bug #14951)
+    BIOS: properly report if two floppy drives are attached
+    USB: fixed a problem with filters which would not capture the device under 
certain circumstances (5.0.10 regression; bug #15042)
+    ExtPack: black-list Extension Packs older than 4.3.30 due to incompatible 
changes not being properly handled in the past
+    Windows hosts: fixed a regression which caused robocopy to fail (bug 
#14958)
+    Linux hosts: properly create the /sbin/rcvboxdrv symbolic link (5.0.12 
regression; bug #14989)
+    Mac OS X hosts: several fixes for USB on El Capitan (bug #14677)
+    Linux Additions: fixes for Linux 4.5 (bug #15032) 
+
+
+
+-------------------------------------------------------------------
+Thu Jan 14 14:47:01 UTC 2016 - bwiedem...@suse.com
+
+- vboxadd script no more fails on remote_fs failure (bnc#908383)
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ virtualbox.spec ++++++
--- /var/tmp/diff_new_pack.QH35sZ/_old  2016-01-21 23:41:43.000000000 +0100
+++ /var/tmp/diff_new_pack.QH35sZ/_new  2016-01-21 23:41:43.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package virtualbox
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define _vbox_instdir  %{_libexecdir}/virtualbox
 %define _udevrulesdir %{_libexecdir}/udev/rules.d
 Name:           virtualbox
-Version:        5.0.12
+Version:        5.0.14
 Release:        0
 Summary:        VirtualBox is an Emulator
 License:        GPL-2.0+

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

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


++++++ vbox-vboxadd-init-script.diff ++++++
--- /var/tmp/diff_new_pack.QH35sZ/_old  2016-01-21 23:41:43.000000000 +0100
+++ /var/tmp/diff_new_pack.QH35sZ/_new  2016-01-21 23:41:43.000000000 +0100
@@ -1,16 +1,12 @@
-Index: src/VBox/Additions/linux/installer/vboxadd.sh
-===================================================================
---- src/VBox/Additions/linux/installer/vboxadd.sh.orig
-+++ src/VBox/Additions/linux/installer/vboxadd.sh
-@@ -21,11 +21,12 @@
- #
- ### BEGIN INIT INFO
+--- src/VBox/Additions/linux/installer/vboxadd.sh.orig 2015-12-18 
17:17:03.000000000 +0100
++++ src/VBox/Additions/linux/installer/vboxadd.sh      2016-01-14 
15:45:13.793994484 +0100
+@@ -23,9 +23,12 @@
  # Provides:       vboxadd
--# Required-Start:
--# Required-Stop:
+ # Required-Start:
+ # Required-Stop:
 -# Default-Start:  2 3 4 5
-+# Required-Start: $remote_fs
-+# Required-Stop:  $remote_fs
++# Should-Start:   $remote_fs
++# Should-Stop:    $remote_fs
 +# Default-Start:  2 3 5
  # Default-Stop:   0 1 6
  # Description:    VirtualBox Linux Additions kernel modules
@@ -18,7 +14,7 @@
  ### END INIT INFO
  
  PATH=$PATH:/bin:/sbin:/usr/sbin
-@@ -224,12 +225,6 @@ do_vboxguest_non_udev()
+@@ -224,12 +227,6 @@
              fail "Cannot create device $dev with major $maj and minor $min"
          }
      fi
@@ -31,7 +27,7 @@
  
      if [ ! -c $userdev ]; then
          maj=10
-@@ -240,12 +235,6 @@ do_vboxguest_non_udev()
+@@ -240,12 +237,6 @@
                  rmmod vboxguest 2>/dev/null
                  fail "Cannot create device $userdev with major $maj and minor 
$min"
              }
@@ -44,7 +40,7 @@
          fi
      fi
  }
-@@ -260,6 +249,13 @@ start()
+@@ -260,6 +251,13 @@
      fi
      test -n "$INSTALL_DIR" -a -n "$INSTALL_VER" ||
        fail "Configuration file $config not complete"
@@ -58,7 +54,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
-@@ -470,33 +466,8 @@ extra_setup()
+@@ -470,33 +468,8 @@
  # setup_script
  setup()
  {



Reply via email to