|
@@ -1,5 +1,5 @@
|
|
|
-%define version 4.1.6
|
|
|
-%define release 2%{?_dist_release}
|
|
|
+%define version 4.1.8
|
|
|
+%define release 1%{?_dist_release}
|
|
|
|
|
|
%define kname vboxdrv
|
|
|
%define oname VirtualBox
|
|
@@ -87,7 +87,10 @@ BuildRequires: libxslt-devel
|
|
|
BuildRequires: xerces-c-devel, xalan-c-devel
|
|
|
BuildRequires: hal-devel
|
|
|
BuildRequires: libXt-devel
|
|
|
-BuildRequires: libstdc++34-devel
|
|
|
+BuildRequires: libstdc++-devel
|
|
|
+%if %{?_dist_release} >= "vl7"
|
|
|
+BuildRequires: libstdc++-static
|
|
|
+%endif
|
|
|
BuildRequires: python-devel
|
|
|
BuildRequires: libcap-devel
|
|
|
BuildRequires: pulseaudio-libs-devel
|
|
@@ -210,7 +213,7 @@ VirtualBox のゲストシステム用の X.org ビデオドライバです。
|
|
|
%patch5 -p1 -b .fix-timesync-req
|
|
|
%patch6 -p1 -b .initscriptname
|
|
|
%patch10 -p1 -b .kernel-headers-2.6.29
|
|
|
-%patch12 -p1 -b .disable-update
|
|
|
+#%patch12 -p1 -b .disable-update
|
|
|
%patch18 -p1 -b .mkisofs-makeself
|
|
|
#%patch50 -p1 -b .fix_panic
|
|
|
%patch100 -p1 -b .buildfix
|
|
@@ -562,6 +565,10 @@ set -x
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Wed Dec 21 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 4.1.8-1
|
|
|
+- new upstream release
|
|
|
+- drop Patch12 (merged into upstream)
|
|
|
+
|
|
|
* Sat Nov 5 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 4.1.6-2
|
|
|
- explicitly specify xserverabi for vl5, vl6, vl7 (and up)
|
|
|
|