commit 5d1fcab6b137cd1b315d33bdc57d19c29d51315c
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Mar 1 00:18:25 2018 +0000
Update VBox to 5.2.8
.gitignore | 1 +
VirtualBox.spec | 7 +++++--
sources | 2 +-
update_vbox.sh | 13 ++++++++-----
4 files changed, 15 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1c1808b..dc3bf17 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@ VirtualBox-5.0.16.tar.bz2
/VirtualBox-5.1.30.tar.bz2
/VirtualBox-5.2.4.tar.bz2
/VirtualBox-5.2.6.tar.bz2
+/VirtualBox-5.2.8.tar.bz2
diff --git a/VirtualBox.spec b/VirtualBox.spec
index d29d7c4..7bd3f60 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -31,9 +31,9 @@
%bcond_with vboxvideo_drv
Name: VirtualBox
-Version: 5.2.6
+Version: 5.2.8
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
-Release: 5%{?dist}
+Release: 1%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
License: GPLv2 or (GPLv2 and CDDL)
@@ -768,6 +768,9 @@ getent passwd vboxadd >/dev/null || \
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Thu Mar 01 2018 Sérgio Basto <sergio(a)serjux.com> - 5.2.8-1
+- Update VBox to 5.2.8
+
* Wed Feb 28 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> -
5.2.6-5
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
diff --git a/sources b/sources
index 2ab03d9..13ca638 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4490d6929dfae41cdf05e34f583318c8 VirtualBox-5.2.6.tar.bz2
+e731ea9c5c31096ec4c2a3bfba26665c VirtualBox-5.2.8.tar.bz2
diff --git a/update_vbox.sh b/update_vbox.sh
index 575ec04..27d40ba 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,5 +1,6 @@
-VERSION=5.2.6
-REL=2
+VERSION=5.2.8
+REL=1
+
git pull
rpmdev-bumpspec -n $VERSION -c "Update VBox to $VERSION" VirtualBox.spec
spectool -g VirtualBox.spec
@@ -33,13 +34,15 @@ koji-rpmfusion wait-repo f27-free-build
--build=VirtualBox-$VERSION-$REL.fc27
git checkout f27 && git merge master && git push && rfpkg build
--nowait; git checkout master
echo Press enter to continue; read dummy;
koji-rpmfusion tag-build f26-free-override VirtualBox-$VERSION-$REL.fc26
+
+echo "koji-rpmfusion tag-build f26-free-override VirtualBox-$VERSION-$REL.fc26
koji-rpmfusion wait-repo f26-free-build --build=VirtualBox-$VERSION-$REL.fc26
git checkout f26 && git merge master && git push && rfpkg build
--nowait; git checkout master
-echo Press enter to continue; read dummy;
+Press enter to continue; read dummy;
koji-rpmfusion tag-build f25-free-override VirtualBox-$VERSION-$REL.fc25
koji-rpmfusion wait-repo f25-free-build --build=VirtualBox-$VERSION-$REL.fc25
git checkout f25 && git merge master && git push && rfpkg build
--nowait; git checkout master
-echo Press enter to continue; read dummy;
+Press enter to continue; read dummy;
koji-rpmfusion tag-build el7-free-override VirtualBox-$VERSION-$REL.el7
koji-rpmfusion wait-repo el7-free-build --build=VirtualBox-$VERSION-$REL.el7
-git checkout el7 && git merge master && git push && rfpkg build
--nowait; git checkout master
+git checkout el7 && git merge master && git push && rfpkg build
--nowait; git checkout master"