Author: qboosh Date: Thu Oct 26 22:04:47 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - kernel module wants gcc 3.4 on x86
---- Files affected: SPECS: ndiswrapper.spec (1.76 -> 1.77) ---- Diffs: ================================================================ Index: SPECS/ndiswrapper.spec diff -u SPECS/ndiswrapper.spec:1.76 SPECS/ndiswrapper.spec:1.77 --- SPECS/ndiswrapper.spec:1.76 Thu Oct 26 20:50:46 2006 +++ SPECS/ndiswrapper.spec Fri Oct 27 00:04:42 2006 @@ -22,6 +22,9 @@ # Source0-md5: 4bd69e16ec8d1dc69b2bdc725cfb625e URL: http://ndiswrapper.sourceforge.net/ %if %{with kernel} +%ifarch %{ix86} +BuildRequires: gcc >= 5:3.4 +%endif %{?with_dist_kernel:BuildRequires: kernel-module-build >= 3:2.6.8} BuildRequires: rpmbuild(macros) >= 1.217 %endif @@ -221,6 +224,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.77 2006/10/26 22:04:42 qboosh +- kernel module wants gcc 3.4 on x86 + Revision 1.76 2006/10/26 18:50:46 shadzik - removed unneeded gcc >= 3.4.0 BR - pointed by Hubert Ciepluch <hubert at ibi dot pl> ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/ndiswrapper.spec?r1=1.76&r2=1.77&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
