commit 5eca1fca9e1b5ca0044870749b714119a3aad471
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu May 10 19:03:20 2018 +0100
Update VBox to 5.2.12
.gitignore | 1 +
VirtualBox.spec | 26 +++++++++++++++-----------
sources | 2 +-
update_vbox.sh | 2 +-
4 files changed, 18 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 173a489..0b26593 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@ VirtualBox-5.0.16.tar.bz2
/VirtualBox-5.2.6.tar.bz2
/VirtualBox-5.2.8.tar.bz2
/VirtualBox-5.2.10.tar.bz2
+/VirtualBox-5.2.12.tar.bz2
diff --git a/VirtualBox.spec b/VirtualBox.spec
index e207020..edb3135 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -36,9 +36,9 @@
%endif
Name: VirtualBox
-Version: 5.2.10
+Version: 5.2.12
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
-Release: 2%{?dist}
+Release: 1%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
License: GPLv2 or (GPLv2 and CDDL)
@@ -61,7 +61,7 @@ Source9: VBoxOGLRun.sh
Source10: vboxweb.service
Source20: os_mageia.png
Source21: os_mageia_64.png
-Patch1: VirtualBox-OSE-4.1.4-noupdate.patch
+#Patch1: VirtualBox-OSE-4.1.4-noupdate.patch
Patch2: VirtualBox-5.1.0-strings.patch
Patch18: VirtualBox-OSE-4.0.2-aiobug.patch
Patch23: VirtualBox-5.0.18-xserver_guest.patch
@@ -269,7 +269,7 @@ rm -r src/libs/libxml2-2.9.*/
rm -r src/libs/libpng-1.2.*/
rm -r src/libs/zlib-1.2.8/
-%patch1 -p1 -b .noupdates
+#patch1 -p1 -b .noupdates
%patch2 -p1 -b .strings
%patch18 -p1 -b .aiobug
%patch23 -p1 -b .xserver_guest
@@ -332,9 +332,16 @@ kmk %{_smp_mflags} \
SDK_VBOX_LIBXML2_INCS=/usr/include/libxml2 \
SDK_VBOX_OPENSSL_INCS="" \
SDK_VBOX_OPENSSL_LIBS="ssl crypto" \
- SDK_VBOX_ZLIB_INCS= \
+ SDK_VBOX_ZLIB_INCS="" \
%if %{with docs}
VBOX_WITH_DOCS=1 \
+%endif
+ VBOX_PATH_DOCBOOK_DTD=/usr/share/sgml/docbook/xml-dtd-4.5/ \
+ VBOX_PATH_DOCBOOK=/usr/share/sgml/docbook/xsl-stylesheets/ \
+ VBOX_JAVA_HOME=%{_prefix}/lib/jvm/java \
+ VBOX_WITH_UPDATE_REQUEST=0 \
+ VBOX_BUILD_PUBLISHER=%{publisher}
+
# doc/manual/fr_FR/ missing man_VBoxManage-debugvm.xml and man_VBoxManage-extpack.xml
# VBOX_WITH_DOCS_TRANSLATIONS=1 \
# we can't build CHM DOCS we need hhc.exe which is not in source and we need
@@ -342,12 +349,6 @@ kmk %{_smp_mflags} \
# wine: cannot find
#
'/builddir/build/BUILD/VirtualBox-5.1.6/tools/win.x86/HTML_Help_Workshop/v1.3//hhc.exe'
# VBOX_WITH_DOCS_CHM=1 \
-%endif
- VBOX_PATH_DOCBOOK_DTD=/usr/share/sgml/docbook/xml-dtd-4.5/ \
- VBOX_PATH_DOCBOOK=/usr/share/sgml/docbook/xsl-stylesheets/ \
- VBOX_JAVA_HOME=%{_prefix}/lib/jvm/java \
- VBOX_BUILD_PUBLISHER=%{publisher}
-
# VBOX_WITH_ADDITION_DRIVERS = \
# VBOX_WITH_INSTALLER = 1 \
# VBOX_WITH_LINUX_ADDITIONS = 1 \
@@ -776,6 +777,9 @@ getent passwd vboxadd >/dev/null || \
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Thu May 10 2018 Sérgio Basto <sergio(a)serjux.com> - 5.2.12-1
+- Update VBox to 5.2.12
+
* Thu Apr 26 2018 Sérgio Basto <sergio(a)serjux.com> - 5.2.10-2
- Don't build guest-additions for F28+ (now it is available on Fedora proper)
diff --git a/sources b/sources
index ff70504..e03057a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2017d33ff65c2a80448a7be9e2ff434d VirtualBox-5.2.10.tar.bz2
+1c9b83aff080692625c9076c072d8931 VirtualBox-5.2.12.tar.bz2
diff --git a/update_vbox.sh b/update_vbox.sh
index 27d40ba..72708c5 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,4 +1,4 @@
-VERSION=5.2.8
+VERSION=5.2.12
REL=1
git pull
Show replies by date