1
0
forked from jengelh/virtualbox

Accepting request 811976 from home:lwfinger:branches:Virtualization

- Version bump to 6.1.10 (released June 05 2020 by Oracle)
  This is a maintenance release. The following items were fixed and/or added:
  GUI: Fixed crash when using Qt on Xwayland sessions (bug #19583)
  GUI: Fixed mouse pointer doesn't work properly in Windows guests when scaling is on (bug #19597)
  VBoxManage: Fixed crash of 'VBoxManage internalcommands repairhd' when processing invalid input (bug #19579)
  Settings: disable audio input and audio output by default for new VMs (bug #19527)
  Guest Additions: Fixed resizing and multi monitor handling for Wayland guests. (bug #19496)
  Guest Additions: Fixed VBoxClient error: The parent session seems to be non-X11. (bug #19590)
  Linux host and guest: Linux kernel version 5.7 support. (bug #19516
  File "fix_wayland_crash.patch" is removed - fixed upstream.

OBS-URL: https://build.opensuse.org/request/show/811976
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=553
This commit is contained in:
Larry Finger
2020-06-06 01:25:21 +00:00
committed by Git OBS Bridge
parent b2c5acc97e
commit f02f36f965
8 changed files with 126 additions and 125 deletions

View File

@@ -47,7 +47,7 @@ python3 -O -c "import sys, os, compileall; br='%{buildroot}'; compileall.compile
%define _udevrulesdir /usr/lib/udev/rules.d
Name: virtualbox
# ********* If the VB version exceeds 6.1.x, notify the libvirt maintainer!!
Version: 6.1.8
Version: 6.1.10
Release: 0
Summary: VirtualBox is an Emulator
License: GPL-2.0-or-later
@@ -156,8 +156,6 @@ Patch135: fix-missing-includes-with-qt-5.15.patch
Patch136: fixes_for_gcc10.patch
# Fix for chanes in GSOAP 2.8.103
Patch137: handle_gsoap_208103.patch
# Fix for Wayland crashes
Patch138: fix_wayland_crash.patch
Patch999: virtualbox-fix-ui-background-color.patch
#
BuildRequires: LibVNCServer-devel
@@ -463,7 +461,6 @@ as an "extpack" for VirtualBox. The implementation is licensed under GPL.
%patch135 -p1
%patch136 -p1
%patch137 -p1
%patch138 -p1
# make VB UI background colors look sane again
%patch999 -p1