commit 133b8697cb050aadc7b83cac3cdcbb5750cff112
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Apr 15 13:53:53 2020 +0100
Update VBox to 6.1.6
.gitignore | 1 +
Clipboard.patch | 52 ----------
VirtualBox-6.1.4-VBoxClient-vmsvga-x11-crash.patch | 23 -----
VirtualBox.spec | 15 +--
fixes_for_5.6.patch | 106 ---------------------
sources | 4 +-
update_vbox.sh | 2 +-
7 files changed, 9 insertions(+), 194 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eae5a7e..aa0c413 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,3 +44,4 @@ VirtualBox-5.0.16.tar.bz2
/VirtualBox-6.1.0.tar.bz2
/VirtualBox-6.1.2.tar.bz2
/VirtualBox-6.1.4.tar.bz2
+/VirtualBox-6.1.6.tar.bz2
diff --git a/VirtualBox.spec b/VirtualBox.spec
index ba3d4f9..e0ed6fc 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -45,8 +45,8 @@
%endif
Name: VirtualBox
-Version: 6.1.4
-Release: 4%{?dist}
+Version: 6.1.6
+Release: 1%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
License: GPLv2 or (GPLv2 and CDDL)
@@ -90,9 +90,6 @@ Patch61:
0001-VBoxServiceAutoMount-Change-Linux-mount-code-to-use-.patch
Patch70: vbox-python-detection.diff
Patch80: VirtualBox-6.1.4-hacks.patch
-Patch81: fixes_for_5.6.patch
-Patch82: Clipboard.patch
-Patch83: VirtualBox-6.1.4-VBoxClient-vmsvga-x11-crash.patch
Patch84: VirtualBox-6.1.4-wayland-crash.patch
Patch85: VirtualBox-6.1.4-Xwayland-shortcut-inhibit.patch
@@ -345,11 +342,6 @@ rm -r src/libs/zlib-1.2.*/
%patch61 -p1 -b .automount
%patch70 -p1 -b .python-detection
%patch80 -p1 -b .hack
-%if 0%{?fedora}
-%patch81 -p1 -b .kernel5.6
-%endif
-%patch82 -p1 -b .clipboard
-%patch83 -p1 -b .vmsvga-x11-crash
%patch84 -p1 -b .wayland
%patch85 -p1 -b .wayland2
@@ -888,6 +880,9 @@ getent passwd vboxadd >/dev/null || \
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Tue Apr 14 2020 Sérgio Basto <sergio(a)serjux.com> - 6.1.6-1
+- Update VBox to 6.1.6
+
* Sat Apr 04 2020 Sérgio Basto <sergio(a)serjux.com> - 6.1.4-4
- Fix rfbz#5581 USB devices are not available
- VirtualBox-6.1.4-VBoxClient-vmsvga-x11-crash.patch, just for epel7
diff --git a/sources b/sources
index e4dfc27..0ddd2d5 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (VirtualBox-6.1.4.tar.bz2) =
021592629614b9f8a57474b9a0cd110af7b63a3bc98b00806f4ce57b64f020fda313fdaef5cec546ad302f98093427818e176decbc026dffaa47faae574bf167
-SHA512 (UserManual.pdf) =
947786051ac708d94618bb9b1f6e90995b5e76dd035d98dc6105a898c5cc6b97f22f91d821f979caf77bee69a11e6902622901453570c84c8ebf58f4bee709b9
+SHA512 (VirtualBox-6.1.6.tar.bz2) =
4a94417fe69c40755b55526cee67068ca8d32e71e5b6ebe0cccf46062dfb4ee76b33ac92f8b8f4748d438eda1714129360fdbaa39c16df3877b20109a7c6439a
+SHA512 (UserManual.pdf) =
97176ad8b365da7b060faf5cd9a05074cc60b7445f0f3223d6ede8720427093d14824081b0ef10eb4f98e7a5c13431f549f738ca6c6105bab0e6c82ddf7d1286
diff --git a/update_vbox.sh b/update_vbox.sh
index 901b56e..cb4b332 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,4 +1,4 @@
-VERSION=6.1.4
+VERSION=6.1.6
REL=1
RAWHIDE=33
REPOS="f32 f31 f30 el7"