commit 791f776c20f66a2dec7c7b212b6010d3a1cce85b
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Jan 19 02:12:46 2020 +0000
Update VBox to 6.1.2
.gitignore | 1 +
VirtualBox.spec | 5 ++++-
sources | 4 ++--
update_vbox.sh | 8 ++++----
4 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0b6ed47..e990a3a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,3 +42,4 @@ VirtualBox-5.0.16.tar.bz2
/VirtualBox-6.0.12.tar.bz2
/VirtualBox-6.0.14.tar.bz2
/VirtualBox-6.1.0.tar.bz2
+/VirtualBox-6.1.2.tar.bz2
diff --git a/VirtualBox.spec b/VirtualBox.spec
index c6b70d4..de498fd 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -45,7 +45,7 @@
%endif
Name: VirtualBox
-Version: 6.1.0
+Version: 6.1.2
Release: 1%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
@@ -871,6 +871,9 @@ getent passwd vboxadd >/dev/null || \
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Sat Jan 18 2020 Sérgio Basto <sergio(a)serjux.com> - 6.1.2-1
+- Update VBox to 6.1.2
+
* Wed Dec 18 2019 Sérgio Monteiro Basto <sergio(a)serjux.com> - 6.1.0-1
- Update VBox to 6.1.0
diff --git a/sources b/sources
index 5a18108..78d89c8 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (VirtualBox-6.1.0.tar.bz2) =
3709d54861e75efc5b4998bda82ebb868790228f4e19f5e64221322efd8f17916872afa89cc2494faa445fed9ae01ef97af16e4ad111a0a04552f0fac5db3618
-SHA512 (UserManual.pdf) =
20aa696821faf2c87a76d2c93a5fdd29e79d42d712774b50ae5876e899c6399fac7c0edbe66fed0d8adfec933ebe4d12ecdc4240796c327c3224cd92b52704ca
+SHA512 (VirtualBox-6.1.2.tar.bz2) =
476dedd9dd7a213bd70920f4cdf594b5336555f31e5becb15b5c01d88fa7bed917258831af31600514362384401fd7040cb748a7c76896e4a027bef05026b585
+SHA512 (UserManual.pdf) =
8010804c58cb03b6f8995f4da5edd5c348d08ccf391e4d5ac1263ed0733bd5362e33bb9c60fcecb967d94136b868d6172dcc570b4535e01a9bd274a63314e16f
diff --git a/update_vbox.sh b/update_vbox.sh
index 453b574..ff8e7ae 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,4 +1,4 @@
-VERSION=6.1.0
+VERSION=6.1.2
REL=1
RAWHIDE=32
if [ -z "$1" ]
@@ -16,6 +16,7 @@ git pull
rpmdev-bumpspec -n $VERSION -c "Update VBox to $VERSION" VirtualBox.spec
rm UserManual.pdf
spectool -g VirtualBox.spec
+rfpkg new-sources ./VirtualBox-$VERSION.tar.bz2 ./UserManual.pdf
rfpkg srpm && copr-cli build sergiomb/vboxfor23
VirtualBox-$VERSION-$REL.fc$RAWHIDE.src.rpm
echo Press enter to continue; read dummy;
fi
@@ -23,7 +24,6 @@ fi
if test $stage -le 1
then
echo STAGE 1
-rfpkg new-sources ./VirtualBox-$VERSION.tar.bz2 ./UserManual.pdf
rfpkg ci -c && git show
echo Press enter to continue; read dummy;
rfpkg push && rfpkg build --nowait
@@ -41,9 +41,9 @@ fi
if test $stage -le 3
then
echo STAGE 3
-git checkout f29 && git merge master && git push && rfpkg build
--nowait; git checkout master
+#git checkout f29 && git merge master && git push && rfpkg build
--nowait; git checkout master
+#echo Press enter to continue; read dummy;
fi
-echo Press enter to continue; read dummy;
git checkout el7 && git merge master && git push && rfpkg build
--nowait; git checkout master
echo "Continue in ../VirtualBox-kmod/update_vbox.sh"