automatic version update by autodist [release 4.3.14-1mamba;Mon Aug 18 2014]
This commit is contained in:
parent
f3f7c5dd88
commit
5ec5bf649a
14
VirtualBox-4.3.12-gcc-4.9.0.patch
Normal file
14
VirtualBox-4.3.12-gcc-4.9.0.patch
Normal file
@ -0,0 +1,14 @@
|
||||
--- VirtualBox-4.3.12/configure.orig 2014-05-16 14:18:25.000000000 +0200
|
||||
+++ VirtualBox-4.3.12/configure 2014-05-18 16:29:23.400318654 +0200
|
||||
@@ -420,9 +420,9 @@
|
||||
elif [ $cc_maj -lt 3 \
|
||||
-o \( $cc_maj -eq 3 -a $cc_min -lt 2 \) \
|
||||
-o \( $cc_maj -eq 4 -a $cc_min -lt 1 -a "$OS" != "darwin" \) \
|
||||
- -o \( $cc_maj -eq 4 -a $cc_min -gt 8 \) \
|
||||
+ -o \( $cc_maj -eq 4 -a $cc_min -gt 9 \) \
|
||||
-o $cc_maj -gt 4 ]; then
|
||||
- log_failure "gcc version $cc_ver found, expected gcc 3.x with x>1 or gcc 4.x with 0<x<8"
|
||||
+ log_failure "gcc version $cc_ver found, expected gcc 3.x with x>1 or gcc 4.x with 0<x<9"
|
||||
fail really
|
||||
else
|
||||
log_success "found version $cc_ver"
|
@ -17,7 +17,7 @@
|
||||
%endif
|
||||
|
||||
Name: VirtualBox
|
||||
Version: 4.3.12
|
||||
Version: 4.3.14
|
||||
Release: 1mamba
|
||||
Summary: A general-purpose full virtualizer for x86 hardware
|
||||
Group: Graphical Desktop/Applications/Utilities
|
||||
@ -37,6 +37,7 @@ Patch0: %{name}-4.0.8-enable_ffmpeg_capture.patch
|
||||
Patch1: %{name}-4.1.8-x86_64-disable_check_32bit.patch
|
||||
Patch2: VirtualBox-4.3.12-gcc-4.9.patch
|
||||
Patch3: VirtualBox-4.2.16-vboxusb-permissions.patch
|
||||
Patch4: VirtualBox-4.3.12-gcc-4.9.0.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -152,7 +153,8 @@ Kernel DRM driver for VirtualBox guest machines.
|
||||
#-D -T
|
||||
#:<< _EOF
|
||||
#%patch1 -p1
|
||||
%patch2 -p1
|
||||
#%patch2 -p1
|
||||
#%patch4 -p1
|
||||
%patch3 -p1
|
||||
|
||||
%build
|
||||
@ -523,13 +525,14 @@ fi
|
||||
/opt/%{name}/nls/qt_*.qm
|
||||
%dir /opt/%{name}/scripts
|
||||
/opt/%{name}/scripts/*
|
||||
/opt/%{name}/tools/*
|
||||
#/opt/%{name}/scm
|
||||
#/opt/%{name}/nls3/qt_*.qm
|
||||
#/opt/%{name}/nls3/VirtualBox_*.qm
|
||||
/opt/%{name}/SUPLoggerCtl
|
||||
/opt/%{name}/UserManual.pdf
|
||||
#/opt/%{name}/webtest
|
||||
%lang(fr) /opt/%{name}/UserManual_fr_FR.pdf
|
||||
#%lang(fr) /opt/%{name}/UserManual_fr_FR.pdf
|
||||
/opt/%{name}/vbox-img
|
||||
/opt/%{name}/vbox-run.sh
|
||||
/opt/%{name}/vboxkeyboard.tar.bz2
|
||||
@ -582,6 +585,9 @@ fi
|
||||
%{_prefix}/src/vboxvideo-%{version}/*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 18 2014 Automatic Build System <autodist@mambasoft.it> 4.3.14-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jun 15 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 4.3.12-1mamba
|
||||
- update to 4.3.12
|
||||
- built with X.org 1.15
|
||||
|
Loading…
Reference in New Issue
Block a user