update to 6.0.8 [release 6.0.8-1mamba;Thu Jul 18 2019]
This commit is contained in:
parent
8e9dc3b85c
commit
d7d787c7e0
11
VirtualBox-5.2.30-x86-conflicting_type_ptrdiff_t.patch
Normal file
11
VirtualBox-5.2.30-x86-conflicting_type_ptrdiff_t.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- VirtualBox-5.2.30/include/VBox/VBoxGL2D.h.orig 2019-07-20 14:41:24.063295383 +0200
|
||||
+++ VirtualBox-5.2.30/include/VBox/VBoxGL2D.h 2019-07-20 14:02:17.240579233 +0200
|
||||
@@ -109,7 +109,7 @@
|
||||
/* GL_ARB_pixel_buffer_object*/
|
||||
#ifndef Q_WS_MAC
|
||||
/* apears to be defined on mac */
|
||||
-typedef ptrdiff_t GLsizeiptr;
|
||||
+//typedef ptrdiff_t GLsizeiptr;
|
||||
#endif
|
||||
|
||||
#ifndef GL_READ_ONLY
|
@ -17,7 +17,7 @@
|
||||
%endif
|
||||
|
||||
Name: VirtualBox
|
||||
Version: 5.2.22
|
||||
Version: 6.0.8
|
||||
Release: 1mamba
|
||||
Summary: A general-purpose full virtualizer for x86 hardware
|
||||
Group: Graphical Desktop/Applications/Utilities
|
||||
@ -43,6 +43,7 @@ Patch6: VirtualBox-5.0.4-x86-upstream-buildfixes.patch
|
||||
Patch7: VirtualBox-5.1.22-build-gsoap.patch
|
||||
Patch8: VirtualBox-5.0.24-ogl-include-path.patch
|
||||
Patch9: VirtualBox-5.2.2-no-vboxvideo.patch
|
||||
Patch10: VirtualBox-5.2.30-x86-conflicting_type_ptrdiff_t.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -54,7 +55,6 @@ BuildRequires: libXcursor-devel
|
||||
BuildRequires: libXdamage-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXfixes-devel
|
||||
BuildRequires: libXinerama-devel
|
||||
BuildRequires: libXmu-devel
|
||||
BuildRequires: libXrandr-devel
|
||||
BuildRequires: libXt-devel
|
||||
@ -63,6 +63,7 @@ BuildRequires: libdevmapper-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libopus-devel
|
||||
BuildRequires: libpam-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libpython27-devel
|
||||
@ -177,6 +178,9 @@ Kernel DRM driver for VirtualBox guest machines.
|
||||
%patch7 -p1
|
||||
#%patch8 -p1
|
||||
%patch9 -p1
|
||||
%ifarch %{ix86}
|
||||
%patch10 -p1
|
||||
%endif
|
||||
|
||||
echo "\
|
||||
VBOX_WITH_ORIGIN :=
|
||||
@ -223,10 +227,9 @@ export CXXFLAGS="%optflags"
|
||||
--disable-java
|
||||
%endif
|
||||
|
||||
#_EOF
|
||||
|
||||
# --disable-hardening \
|
||||
# --enable-webservice \
|
||||
|
||||
#_EOF
|
||||
|
||||
. ./env.sh
|
||||
|
||||
@ -527,13 +530,12 @@ fi
|
||||
%{_libdir}/%{name}/DbgPlugInDiggers.so
|
||||
%{_libdir}/%{name}/SUPInstall
|
||||
%{_libdir}/%{name}/SUPUninstall
|
||||
%attr(4755,root,root) %{_libdir}/%{name}/VirtualBox
|
||||
%attr(0755,root,root) %{_libdir}/%{name}/VirtualBox
|
||||
%attr(4755,root,root) %{_libdir}/%{name}/VBoxSDL
|
||||
%attr(4755,root,root) %{_libdir}/%{name}/VBoxHeadless
|
||||
%attr(4755,root,root) %{_libdir}/%{name}/VBoxNetDHCP
|
||||
%attr(4755,root,root) %{_libdir}/%{name}/VBoxNetAdpCtl
|
||||
%attr(4755,root,root) %{_libdir}/%{name}/VBoxNetNAT
|
||||
%{_libdir}/%{name}/VirtualBox.so
|
||||
%{_libdir}/%{name}/*.sh
|
||||
%{_libdir}/%{name}/VBox*.so
|
||||
%{_libdir}/%{name}/VMMRC.rc
|
||||
@ -560,6 +562,9 @@ fi
|
||||
%{_libdir}/VirtualBox/VBoxVMMPreload
|
||||
%{_libdir}/VirtualBox/VBoxVolInfo
|
||||
%{_libdir}/VirtualBox/VBoxXPCOMIPCD
|
||||
%attr(4755,root,root) %{_libdir}/VirtualBox/VirtualBoxVM
|
||||
%{_libdir}/VirtualBox/VirtualBoxVM.so
|
||||
%{_libdir}/VirtualBox/bldRTLdrCheckImports
|
||||
%dir %{_libdir}/%{name}/components
|
||||
%{_libdir}/%{name}/components/VBox*.so
|
||||
%{_libdir}/%{name}/components/VBoxXPCOMBase.xpt
|
||||
@ -664,6 +669,9 @@ fi
|
||||
%{_prefix}/src/vboxvideo-%{version}/*
|
||||
|
||||
%changelog
|
||||
* Thu Jul 18 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 6.0.8-1mamba
|
||||
- update to 6.0.8
|
||||
|
||||
* Sat Dec 15 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 5.2.22-1mamba
|
||||
- update to 5.2.22
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user