Author: shadzik                      Date: Sun May 27 21:54:55 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- snap up to 20070527
- workaround for CONFIG_X86_CMPXCHG issue
- builds

---- Files affected:
SPECS:
   kernel-video-drm.spec (1.26 -> 1.27) 

---- Diffs:

================================================================
Index: SPECS/kernel-video-drm.spec
diff -u SPECS/kernel-video-drm.spec:1.26 SPECS/kernel-video-drm.spec:1.27
--- SPECS/kernel-video-drm.spec:1.26    Thu Apr 12 17:04:34 2007
+++ SPECS/kernel-video-drm.spec Sun May 27 23:54:50 2007
@@ -17,12 +17,12 @@
 Summary:       Linux driver for DRM
 Summary(pl.UTF-8):     Sterownik dla Linuksa do DRM
 Name:          kernel%{_alt_kernel}-video-drm
-Version:       20061208
+Version:       20070527
 Release:       [EMAIL PROTECTED]
 License:       GPL v2
 Group:         Base/Kernel
 Source0:       drm-%{version}.tar.bz2
-# Source0-md5: 6ddb34015487c5fa15d523d26f72f97d
+# Source0-md5: dc2deb74a48ac9d7a9512c4b9f5efa23
 URL:           http://dri.freedesktop.org/wiki/DRM
 %if %{with kernel}
 %{?with_dist_kernel:BuildRequires:     kernel%{_alt_kernel}-module-build >= 
3:2.6.20.2}
@@ -52,14 +52,18 @@
 chmod u+x scripts/create_linux_pci_lists.sh
 cd linux-core
 cat ../shared-core/drm_pciids.txt | ../scripts/create_linux_pci_lists.sh
-%build_kernel_modules -m ko
+echo CONFIG_X86_CMPXCHG:=y >> Makefile.new
+cat Makefile >> Makefile.new
+mv Makefile.new Makefile
+export DRMSRCDIR=`pwd`
+%build_kernel_modules -m 
drm,mga,radeon,via,i810,nouveau,savage,i915,nv,sis,mach64,r128,tdfx
 %endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %if %{with kernel}
-%install_kernel_modules -m ko -d video
+%install_kernel_modules -m 
linux-core/{drm,mga,radeon,via,i810,nouveau,savage,i915,nv,sis,mach64,r128,tdfx}
 -d video
 %endif
 
 %clean
@@ -83,6 +87,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.27  2007/05/27 21:54:50  shadzik
+- snap up to 20070527
+- workaround for CONFIG_X86_CMPXCHG issue
+- builds
+
 Revision 1.26  2007/04/12 15:04:34  shadzik
 - _alt_kernel support
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kernel-video-drm.spec?r1=1.26&r2=1.27&f=u

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to