commit 7f7a9a3cdfc0ec32f723cdf7a31a66b9088e4177
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Mar 9 01:10:40 2017 +0000
Update VBox to 5.1.16
.gitignore | 1 +
VirtualBox-4.3.0-no-bundles.patch | 2 +-
VirtualBox-gcc.patch | 14 +++++++-------
VirtualBox.spec | 11 +++++++----
sources | 2 +-
5 files changed, 17 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8ee18b4..00c64b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ VirtualBox-5.0.16.tar.bz2
/VirtualBox-5.1.8.tar.bz2
/VirtualBox-5.1.10.tar.bz2
/VirtualBox-5.1.14.tar.bz2
+/VirtualBox-5.1.16.tar.bz2
diff --git a/VirtualBox-4.3.0-no-bundles.patch b/VirtualBox-4.3.0-no-bundles.patch
index 2f32485..5a26d65 100644
--- a/VirtualBox-4.3.0-no-bundles.patch
+++ b/VirtualBox-4.3.0-no-bundles.patch
@@ -4,7 +4,7 @@
# SDKs for external libraries.
#
SDK_VBOX_LIBXML2 = .
--SDK_VBOX_LIBXML2_INCS ?= $(PATH_ROOT)/src/libs/libxml2-2.9.2/include
+-SDK_VBOX_LIBXML2_INCS ?= $(PATH_ROOT)/src/libs/libxml2-2.9.4/include
+SDK_VBOX_LIBXML2_INCS ?= /usr/include/libxml2
SDK_VBOX_LIBXML2_DEFS ?= _REENTRANT
SDK_VBOX_LIBXML2_DEFS.win += WIN32 _WINDOWS _MBCS
diff --git a/VirtualBox-gcc.patch b/VirtualBox-gcc.patch
index 20926a0..7d896ef 100644
--- a/VirtualBox-gcc.patch
+++ b/VirtualBox-gcc.patch
@@ -1,11 +1,11 @@
---- ./configure.orig 2016-03-05 02:37:09.491895482 +0000
-+++ ./configure 2016-03-05 02:53:57.136090980 +0000
-@@ -441,7 +441,7 @@ check_gcc()
- -o \( $cc_maj -eq 4 -a $cc_min -lt 2 -a "$OS" =
"darwin" \) \
+--- ./configure.orig 2017-03-08 23:58:22.033228287 +0000
++++ ./configure 2017-03-08 23:58:27.288283387 +0000
+@@ -447,7 +447,7 @@ check_gcc()
-o \( $cc_maj -eq 4 -a $cc_min -gt 9 \) \
-o \( $cc_maj -eq 5 -a $cc_min -gt 9 \) \
-- -o \( $cc_maj -eq 6 -a $cc_min -gt 1 \) \
-+ -o \( $cc_maj -eq 6 -a $cc_min -gt 2 \) \
- -o $cc_maj -gt 6 ]; then
+ -o \( $cc_maj -eq 6 -a $cc_min -gt 9 \) \
+- -o $cc_maj -gt 6 ]; then
++ -o $cc_maj -gt 7 ]; then
log_failure "gcc version $cc_maj.$cc_min found, expected gcc 4.x, gcc 5.x
or gcc 6.x"
fail really
+ else
diff --git a/VirtualBox.spec b/VirtualBox.spec
index 5682fb4..9ddafd7 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -23,9 +23,9 @@
%bcond_with vnc
Name: VirtualBox
-Version: 5.1.14
+Version: 5.1.16
#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)
@@ -251,7 +251,7 @@ rm include/VBox/HostServices/glxext.h
#rm -r src/VBox/GuestHost/OpenGL/include/GL
#rm -rf src/libs/liblzf-3.4/
-rm -r src/libs/libxml2-2.9.2/
+rm -r src/libs/libxml2-2.9.*/
rm -r src/libs/libpng-1.2.*/
rm -r src/libs/zlib-1.2.8/
@@ -263,7 +263,7 @@ rm -r src/libs/zlib-1.2.8/
%patch24 -p1 -b .xserver_guest_xorg19
%endif
%patch26 -p1 -b .nobundles
-#patch27 -p1 -b .gcc
+%patch27 -p1 -b .gcc
%if 0%{?fedora} > 20
%patch28 -p1 -b .gsoap2
%endif
@@ -756,6 +756,9 @@ getent group vboxsf >/dev/null || groupadd -r vboxsf 2>&1
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Wed Mar 08 2017 Sérgio Basto <sergio(a)serjux.com> - 5.1.16-1
+- Update VBox to 5.1.16
+
* Mon Jan 23 2017 Sérgio Basto <sergio(a)serjux.com> - 5.1.14-2
- Drop VirtualBox-OSE-4.1.12-gsoap.patch, was for Fedora 15
diff --git a/sources b/sources
index 06b21fc..d1025ed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-21eaec9f21477d555559a63761779880 VirtualBox-5.1.14.tar.bz2
+37ebbd51370841eed8ab80f2f38446d6 VirtualBox-5.1.16.tar.bz2
Show replies by date