commit 0f19e6a88e2c195d4c7e24bad8531bc87858e6f3
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Oct 17 14:59:16 2019 +0100
Update VBox to 6.0.14
.gitignore | 1 +
VirtualBox.spec | 7 +++++--
sources | 4 ++--
update_vbox.sh | 3 ++-
4 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eb80a5a..d6d302e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,3 +40,4 @@ VirtualBox-5.0.16.tar.bz2
/VirtualBox-6.0.8.tar.bz2
/VirtualBox-6.0.10.tar.bz2
/VirtualBox-6.0.12.tar.bz2
+/VirtualBox-6.0.14.tar.bz2
diff --git a/VirtualBox.spec b/VirtualBox.spec
index 7296e5e..a636872 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -45,8 +45,8 @@
%endif
Name: VirtualBox
-Version: 6.0.12
-Release: 2%{?dist}
+Version: 6.0.14
+Release: 1%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
License: GPLv2 or (GPLv2 and CDDL)
@@ -856,6 +856,9 @@ getent passwd vboxadd >/dev/null || \
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Thu Oct 17 2019 Sérgio Basto <sergio(a)serjux.com> - 6.0.14-1
+- Update VBox to 6.0.14
+
* Sun Oct 06 2019 Sérgio Basto <sergio(a)serjux.com> - 6.0.12-2
- Disable python bindings on rawhide until we figure out what happened with
Python 3.8
diff --git a/sources b/sources
index e7840f7..78e7928 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-465b52e516a6c57c8c19717bdd8e6456 VirtualBox-6.0.12.tar.bz2
-cc249f95c62a734b011ce0043fe7180d UserManual.pdf
+SHA512 (VirtualBox-6.0.14.tar.bz2) =
e1a64c6633987e178b368dc17e738c6fbef4ab262c574188819f1186bf33f38d8c5accd6a566279a12ccd3544bab4ee5a1f8dce7c8c56d7373489c5ff7f8556d
+SHA512 (UserManual.pdf) =
20aa696821faf2c87a76d2c93a5fdd29e79d42d712774b50ae5876e899c6399fac7c0edbe66fed0d8adfec933ebe4d12ecdc4240796c327c3224cd92b52704ca
diff --git a/update_vbox.sh b/update_vbox.sh
index b78f58f..76c2ae0 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,4 +1,4 @@
-VERSION=6.0.12
+VERSION=6.0.14
REL=1
RAWHIDE=32
if [ -z "$1" ]
@@ -11,6 +11,7 @@ fi
if test $stage -le 0
then
echo STAGE 0
+git checkout master
git pull
rpmdev-bumpspec -n $VERSION -c "Update VBox to $VERSION" VirtualBox.spec
rm UserManual.pdf