commit 7c96c766f7e1ba3d76a34fc8f0c81ca364f8df77
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Jul 2 18:13:37 2018 +0100
Update VBox to 5.2.14
.gitignore | 1 +
VirtualBox.spec | 5 ++++-
sources | 2 +-
update_vbox.sh | 8 +++-----
4 files changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0b26593..5793121 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,4 @@ VirtualBox-5.0.16.tar.bz2
/VirtualBox-5.2.8.tar.bz2
/VirtualBox-5.2.10.tar.bz2
/VirtualBox-5.2.12.tar.bz2
+/VirtualBox-5.2.14.tar.bz2
diff --git a/VirtualBox.spec b/VirtualBox.spec
index fc55e37..51402d3 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -36,7 +36,7 @@
%endif
Name: VirtualBox
-Version: 5.2.12
+Version: 5.2.14
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
Release: 1%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
@@ -771,6 +771,9 @@ getent passwd vboxadd >/dev/null || \
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Mon Jul 02 2018 Sérgio Basto <sergio(a)serjux.com> - 5.2.14-1
+- Update VBox to 5.2.14
+
* Thu May 10 2018 Sérgio Basto <sergio(a)serjux.com> - 5.2.12-1
- Update VBox to 5.2.12
- Previous bug shows that we don't need VBOX_PATH_DOCBOOK anymore.
diff --git a/sources b/sources
index e03057a..8c5d30d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1c9b83aff080692625c9076c072d8931 VirtualBox-5.2.12.tar.bz2
+0f977d563c99f4dcf11d1fe52197d40e VirtualBox-5.2.14.tar.bz2
diff --git a/update_vbox.sh b/update_vbox.sh
index 72708c5..75ff937 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,4 +1,4 @@
-VERSION=5.2.12
+VERSION=5.2.14
REL=1
git pull
@@ -9,11 +9,9 @@ rfpkg ci -c && git show
echo Press enter to continue; read dummy;
rfpkg push && rfpkg build --nowait
echo Press enter to continue; read dummy;
-git checkout f27 && git merge master && git push && rfpkg build
--nowait; git checkout master
-echo Press enter to continue; read dummy;
-git checkout f26 && git merge master && git push && rfpkg build
--nowait; git checkout master
+git checkout f28 && git merge master && git push && rfpkg build
--nowait; git checkout master
echo Press enter to continue; read dummy;
-git checkout f25 && git merge master && git push && rfpkg build
--nowait; git checkout master
+git checkout f27 && git merge master && git push && rfpkg build
--nowait; git checkout master
echo Press enter to continue; read dummy;
git checkout el7 && git merge master && git push && rfpkg build
--nowait; git checkout master
Show replies by date