[VirtualBox/el7] Update VBox to 6.0.8
by Sérgio M. Basto
Summary of changes:
2608760... Update VBox to 6.0.8 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 6 months
[VirtualBox/f28] Update VBox to 6.0.8
by Sérgio M. Basto
Summary of changes:
2608760... Update VBox to 6.0.8 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 6 months
[VirtualBox/f29] Update VBox to 6.0.8
by Sérgio M. Basto
Summary of changes:
2608760... Update VBox to 6.0.8 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 6 months
[VirtualBox/f30] Update VBox to 6.0.8
by Sérgio M. Basto
Summary of changes:
2608760... Update VBox to 6.0.8 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 6 months
[VirtualBox] Update VBox to 6.0.8
by Sérgio M. Basto
commit 2608760d7ff890cfd9df24f0d6d8d24bca42c8d8
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed May 15 15:36:51 2019 +0100
Update VBox to 6.0.8
.gitignore | 1 +
VirtualBox.spec | 7 +++++--
sources | 2 +-
update_vbox.sh | 8 ++++----
4 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8f362ad..2f13fd2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,3 +37,4 @@ VirtualBox-5.0.16.tar.bz2
/VirtualBox-6.0.2.tar.bz2
/VirtualBox-6.0.4.tar.bz2
/VirtualBox-6.0.6.tar.bz2
+/VirtualBox-6.0.8.tar.bz2
diff --git a/VirtualBox.spec b/VirtualBox.spec
index 983b155..80d1ec0 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -33,8 +33,8 @@
%endif
Name: VirtualBox
-Version: 6.0.6
-Release: 3%{?dist}
+Version: 6.0.8
+Release: 1%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
License: GPLv2 or (GPLv2 and CDDL)
@@ -806,6 +806,9 @@ getent passwd vboxadd >/dev/null || \
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Wed May 15 2019 Sérgio Basto <sergio(a)serjux.com> - 6.0.8-1
+- Update VBox to 6.0.8
+
* Mon Apr 29 2019 Sérgio Basto <sergio(a)serjux.com> - 6.0.6-3
- Sync patch 0001-VBoxServiceAutoMount-Change-Linux-mount-code-to-use- with
Fedora
diff --git a/sources b/sources
index b2863a2..57b6cc6 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-1b3da9c363848c9d516e38eb61b7d1ff VirtualBox-6.0.6.tar.bz2
+8f703ae98002f9e11dcb29eb01f87718 VirtualBox-6.0.8.tar.bz2
cc249f95c62a734b011ce0043fe7180d UserManual.pdf
diff --git a/update_vbox.sh b/update_vbox.sh
index 8b9a1ea..9116baa 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,6 +1,6 @@
-VERSION=6.0.4
+VERSION=6.0.8
REL=1
-RAWHIDE=30
+RAWHIDE=31
if [ -z "$1" ]
then
stage=0
@@ -32,12 +32,12 @@ fi
if test $stage -le 2
then
echo STAGE 2
+git checkout f30 && git merge master && git push && rfpkg build --nowait; git checkout master
+echo Press enter to continue; read dummy;
git checkout f29 && git merge master && git push && rfpkg build --nowait; git checkout master
echo Press enter to continue; read dummy;
git checkout f28 && git merge master && git push && rfpkg build --nowait; git checkout master
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 el7 && git merge master && git push && rfpkg build --nowait; git checkout master
fi
5 years, 6 months
[openhantek/el7] Update to 2.06.
by Vasiliy Glazov
Summary of changes:
253fc5b... Update to 2.06. (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 6 months
[openhantek/f28] Update to 2.06.
by Vasiliy Glazov
Summary of changes:
253fc5b... Update to 2.06. (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 6 months
[openhantek/f29] Update to 2.06.
by Vasiliy Glazov
Summary of changes:
253fc5b... Update to 2.06. (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 6 months
[openhantek/f30] Update to 2.06.
by Vasiliy Glazov
Summary of changes:
253fc5b... Update to 2.06. (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 6 months
[openhantek] Update to 2.06.
by Vasiliy Glazov
commit 253fc5bfa9b1317c21cc8f73b37f2786ac79a6a6
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Wed May 15 09:07:31 2019 +0300
Update to 2.06.
.gitignore | 1 +
openhantek.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a7b702e..1d24c7d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
/v2.03.tar.gz
/v2.04.tar.gz
/v2.05.tar.gz
+/v2.06.tar.gz
diff --git a/openhantek.spec b/openhantek.spec
index ddbe9b5..2fee8c6 100644
--- a/openhantek.spec
+++ b/openhantek.spec
@@ -2,7 +2,7 @@
%global build_ldflags %{build_ldflags} -flto
Name: openhantek
-Version: 2.05
+Version: 2.06
Release: 1%{?dist}
Summary: Hantek and compatible USB digital signal oscilloscope
@@ -70,6 +70,9 @@ install -p -D -m 644 %{name}/res/images/%{name}.svg %{buildroot}%{_datadir}/icon
%changelog
+* Wed May 15 2019 Vasiliy N. Glazov <vascom2(a)gmail.com> - 2.06-1
+- Update to 2.06
+
* Sat May 11 2019 Vasiliy N. Glazov <vascom2(a)gmail.com> - 2.05-1
- Update to 2.05
diff --git a/sources b/sources
index 671c997..357aff2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e35fbd9332c51d21166913e80a283b0e v2.05.tar.gz
+4c490cf11ca1676205f5ad3053ada7ec v2.06.tar.gz
5 years, 6 months