[VirtualBox] Update VBox to 5.1.6

Sérgio M. Basto sergiomb at rpmfusion.org
Tue Sep 13 03:36:07 CEST 2016


commit 65a166dbe9fa97db1bf2df7ccf987d1c42a39b09
Author: Sérgio M. Basto <sergio at serjux.com>
Date:   Tue Sep 13 02:35:42 2016 +0100

    Update VBox to 5.1.6

 .gitignore                   |  1 +
 VirtualBox.spec              | 13 +++++-----
 fix_for_4_8_rc5.patch        | 11 ---------
 modify_for_4_8_bo_move.patch | 56 --------------------------------------------
 sources                      |  2 +-
 5 files changed, 8 insertions(+), 75 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4938a13..47d546f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ VirtualBox-5.0.16.tar.bz2
 /VirtualBox-5.0.24.tar.bz2
 /VirtualBox-5.0.26.tar.bz2
 /VirtualBox-5.1.4.tar.bz2
+/VirtualBox-5.1.6.tar.bz2
diff --git a/VirtualBox.spec b/VirtualBox.spec
index 6bbf9b3..07e8373 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -24,9 +24,9 @@
 %bcond_with vnc
 
 Name:       VirtualBox
-Version:    5.1.4
+Version:    5.1.6
 #Release:   1%%{?prerel:.%%{prerel}}%%{?dist}
-Release:    4%{?dist}
+Release:    1%{?dist}
 Summary:    A general-purpose full virtualizer for PC hardware
 
 Group:      Development/Tools
@@ -57,9 +57,7 @@ Patch33:    VirtualBox-gcc6-fixes.patch
 Patch34:    VirtualBox-5.0.16-glibc.patch
 
 Patch35:    VirtualBox-5.0.22-guest_soname.patch
-Patch36:    modify_for_4_8_bo_move.patch
 Patch37:    smap.diff
-Patch38:    fix_for_4_8_rc5.patch
 
 
 BuildRequires:  kBuild >= 0.1.9998
@@ -231,7 +229,7 @@ rm -r src/libs/zlib-1.2.8/
 %patch23 -p1 -b .xserver_guest
 %patch24 -p1 -b .guestlib
 %patch26 -p1 -b .nobundles
-%patch27 -p1 -b .gcc
+#patch27 -p1 -b .gcc
 %if 0%{?fedora} > 20
 %patch28 -p1 -b .gsoap2
 %endif
@@ -243,9 +241,7 @@ rm -r src/libs/zlib-1.2.8/
 %patch34 -p1 -b .glibc
 %endif
 %patch35 -p1 -b .soname
-%patch36 -p1 -b .kernel4.8-rc4
 %patch37 -p1 -b .kernel4.8-rc4.2
-%patch38 -p1 -b .kernel4.8-rc5
 
 # CRLF->LF
 sed -i 's/\r//' COPYING
@@ -695,6 +691,9 @@ fi
 %{_datadir}/%{name}-kmod-%{version}
 
 %changelog
+* Tue Sep 13 2016 Sérgio Basto <sergio at serjux.com> - 5.1.6-1
+- Update VBox to 5.1.6
+
 * Sat Sep 10 2016 Sérgio Basto <sergio at serjux.com> - 5.1.4-4
 - Fix for kernel 4.8.0-rc5
 
diff --git a/sources b/sources
index 95c0aeb..36be2ec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e25a6a1f3c113c373dc0433f9c2526f3  VirtualBox-5.1.4.tar.bz2
+8c2331a718cfc038963c1214c2ba9811  VirtualBox-5.1.6.tar.bz2


More information about the rpmfusion-commits mailing list