Hello community,

here is the log from the commit of package virtualbox for openSUSE:Leap:15.2 
checked in at 2020-05-21 12:59:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/virtualbox (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.virtualbox.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "virtualbox"

Thu May 21 12:59:35 2020 rev:86 rq:807307 version:6.1.8

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/virtualbox/virtualbox.changes  2020-04-18 
18:41:04.241958685 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.virtualbox.new.2738/virtualbox.changes        
2020-05-21 12:59:41.642841390 +0200
@@ -1,0 +2,20 @@
+Sat May 16 00:52:34 UTC 2020 - Larry Finger <larry.fin...@gmail.com>
+
+- Version bump to 6.1.8 (released May 15 2020 by Oracle)
+
+  This is a maintenance release. The following items were fixed and/or added:
+
+  File "fixes_for_5.7.patch" is removed as the issue was fixed upstream.
+
+  GUI: Fix several layout and mouse position handling bugs with soft keyboard
+  GUI: Fixed crash on last VM removed (6.1.4 regression; bug #19568, #19525, 
#19506, #19490, #19481, #19397)
+  GUI and API: Allow renaming VMs which are in saved state
+  Serial: Fixed slow guest output when using the TCP server mode without 
anyone being connected
+  Guest Additions: Restored 'VBoxClient--checkhostversion' functionality 
(6.1.0 regression; bug #19470)
+  Guest Additions: Fixed resizing and multi monitor handling for X11 guests. 
(6.1.0 regression; bug #19496)
+  Guest Additions: Build problems fix with Oracle Linux 8.2 (Red Hat 
compatible kernel) / Red Hat Enterprise Linux 8.2 / CentOS 8.2 (bug #19391)
+  Guest Control/VBoxManage: Fixed handling of multiple environment variables 
supplied to 'VBoxManage guestcontrol VM run' (6.1.6/6.0.20 regression; bug 
#19518)
+  Guest Control: Implemented support for long(er) command lines
+  Guest Control: Various stability improvements
+
+-------------------------------------------------------------------

Old:
----
  VirtualBox-6.1.6-patched.tar.bz2
  fixes_for_5.7.patch

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

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

Other differences:
------------------
++++++ virtualbox.spec ++++++
--- /var/tmp/diff_new_pack.t0qmPW/_old  2020-05-21 12:59:43.026844405 +0200
+++ /var/tmp/diff_new_pack.t0qmPW/_new  2020-05-21 12:59:43.026844405 +0200
@@ -47,7 +47,7 @@
 %define _udevrulesdir /usr/lib/udev/rules.d
 Name:           virtualbox
 # ********* If the VB version exceeds 6.1.x, notify the libvirt maintainer!!
-Version:        6.1.6
+Version:        6.1.8
 Release:        0
 Summary:        VirtualBox is an Emulator
 License:        GPL-2.0-or-later
@@ -154,8 +154,6 @@
 Patch135:       fix-missing-includes-with-qt-5.15.patch
 # Fix builds with GCC10
 Patch136:       fixes_for_gcc10.patch
-# Fix build for kernel 5.7
-Patch137:       fixes_for_5.7.patch
 Patch999:       virtualbox-fix-ui-background-color.patch
 #
 BuildRequires:  LibVNCServer-devel
@@ -460,7 +458,6 @@
 %patch134 -p1
 %patch135 -p1
 %patch136 -p1
-%patch137 -p1
 # make VB UI background colors look sane again
 %patch999 -p1
 

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

++++++ VirtualBox-6.1.6-patched.tar.bz2 -> VirtualBox-6.1.8-patched.tar.bz2 
++++++
/work/SRC/openSUSE:Leap:15.2/virtualbox/VirtualBox-6.1.6-patched.tar.bz2 
/work/SRC/openSUSE:Leap:15.2/.virtualbox.new.2738/VirtualBox-6.1.8-patched.tar.bz2
 differ: char 11, line 1

++++++ fixes_for_gcc10.patch ++++++
--- /var/tmp/diff_new_pack.t0qmPW/_old  2020-05-21 12:59:43.134844640 +0200
+++ /var/tmp/diff_new_pack.t0qmPW/_new  2020-05-21 12:59:43.134844640 +0200
@@ -1,13 +1,13 @@
-Index: VirtualBox-6.1.4/Config.kmk
+Index: VirtualBox-6.1.8/Config.kmk
 ===================================================================
---- VirtualBox-6.1.4.orig/Config.kmk
-+++ VirtualBox-6.1.4/Config.kmk
+--- VirtualBox-6.1.8.orig/Config.kmk
++++ VirtualBox-6.1.8/Config.kmk
 @@ -2684,8 +2684,16 @@ else
   # The reason for this hack is that the windows kmk_ash cannot deal with 
$((1+1)).
   # Some versions of gcc (e.g. openSUSE11) return only major.minor on `gcc 
-dumpversion`.
   # gcc-5 of openSUSE42.1 only returns the major version on `gcc -dumpversion`!
 - VBOX_GCC_VERSION = $(shell ($(1) -dumpfullversion 2>/dev/null || $(1) 
-dumpversion) | \
--    $(SED_EXT) 
's|\([0-9]\)\.\{0,1\}\([0-9]\{0,1\}\)\.\{0,1\}\([0-9]\{0,1\}\).*|$$(int-add 
$$(int-mul 10000, \1), $$(int-mul 100, $$(firstword \2 0)), $$(firstword \3 
0))|' )
+-    $(SED_EXT) 
's|\([0-9][0-9]*\)\.\{0,1\}\([0-9]\{0,\}\)\.\{0,1\}\([0-9]\{0,\}\).*|$$(int-add 
$$(int-mul 10000, \1), $$(int-mul 100, $$(firstword \2 0)), $$(firstword \3 
0))|' )
 + #
 + # Check to make sure that the compiler has either  -dumpfullversion or 
-dumpversion. gcc-10 has neither
 + RC = $(shell ($(1) -dumpfullversion 2>/dev/null || $(1) -dumpversion 
2>/dev/null) ; echo $$?)
@@ -16,15 +16,15 @@
 +    VBOX_GCC_VERSION = 100001
 + else
 +    VBOX_GCC_VERSION = $(shell ($(1) -dumpfullversion 2>/dev/null || $(1) 
-dumpversion 2>/dev/null) | \
-+       $(SED_EXT) 
's|\([0-9]\)\.\{0,1\}\([0-9]\{0,1\}\)\.\{0,1\}\([0-9]\{0,1\}\).*|$$(int-add 
$$(int-mul 10000, \1), $$(int-mul 100, $$(firstword \2 0)), $$(firstword \3 
0))|' )
++       $(SED_EXT) 
's|\([0-9][0-9]*\)\.\{0,1\}\([0-9]\{0,\}\)\.\{0,1\}\([0-9]\{0,\}\).*|$$(int-add 
$$(int-mul 10000, \1), $$(int-mul 100, $$(firstword \2 0)), $$(firstword \3 
0))|' )
 + endif
  endif
  
  # YASM macros
-Index: VirtualBox-6.1.4/src/VBox/Debugger/DBGCDumpImage.cpp
+Index: VirtualBox-6.1.8/src/VBox/Debugger/DBGCDumpImage.cpp
 ===================================================================
---- VirtualBox-6.1.4.orig/src/VBox/Debugger/DBGCDumpImage.cpp
-+++ VirtualBox-6.1.4/src/VBox/Debugger/DBGCDumpImage.cpp
+--- VirtualBox-6.1.8.orig/src/VBox/Debugger/DBGCDumpImage.cpp
++++ VirtualBox-6.1.8/src/VBox/Debugger/DBGCDumpImage.cpp
 @@ -468,7 +468,7 @@ static const char *dbgcMachoCpuType(uint
  {
      switch (uType)



Reply via email to