Browse Source

VirtualBox: update to 5.2.20

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11841 ec354946-7b23-47d6-9f5a-488ba84defc7
ara_t 5 years ago
parent
commit
496ced5dbe
1 changed files with 13 additions and 4 deletions
  1. 13 4
      V/VirtualBox/VirtualBox-vl.spec

+ 13 - 4
V/VirtualBox/VirtualBox-vl.spec

@@ -1,5 +1,5 @@
-%define version 5.2.8
-%define release 2%{?_dist_release}
+%define version 5.2.20
+%define release 1%{?_dist_release}
 
 %define kname vboxdrv
 %define oname VirtualBox
@@ -68,7 +68,7 @@ Patch12: 16-no-update.patch
 # don't check for:
 # mkisofs: we're not going to build the additions .iso file
 # makeself: we're not going to create the stanalone .run installers
-Patch18: virtualbox-5.0.26-dont-check-for-mkisofs-or-makeself.patch
+# Patch18: virtualbox-5.0.26-dont-check-for-mkisofs-or-makeself.patch
 
 # fixed on upstream - will be included in future releases
 # see: http://www.virtualbox.org/ticket/9305
@@ -126,6 +126,9 @@ BuildRequires: alsa-lib-devel
 BuildRequires: dkms
 #BuildRequires:  kBuild >= 0.1.999
 BuildRequires: yasm
+BuildRequires: opus-devel
+BuildRequires: makeself
+
 %if %{?_dist_release} == "vl6"
 BuildRequires: qt4-designer
 %endif
@@ -249,7 +252,7 @@ VirtualBox のゲストシステム用の X.org ビデオドライバです。
 %patch5 -p1 -b .fix-timesync-req
 %patch10 -p1 -b .kernel-headers-2.6.29
 #%patch12 -p1 -b .disable-update
-%patch18 -p1 -b .mkisofs-makeself
+#%patch18 -p1 -b .mkisofs-makeself
 #%patch50 -p1 -b .fix_panic
 %patch100 -p1 -b .buildfix
 #%patch101 -p1 -b .vboxpci-build
@@ -629,6 +632,12 @@ set -x
 
 
 %changelog
+* Sat Nov 03 2018 Toshiaki Ara <ara_t@384.jp> 5.2.20-1
+- update to 5.2.20
+- add BuildRequires: opus-devel
+- add BuildRequires: makeself
+- drop Patch18
+
 * Wed Mar 14 2018 Toshiaki Ara <ara_t@384.jp> 5.2.8-2
 - rebuild