rpms/xorg-x11-drv-nvidia-96xx/devel xorg-x11-drv-nvidia-96xx.spec, 1.7, 1.8

NicolasChauvet kwizart at rpmfusion.org
Fri Apr 3 21:57:09 CEST 2009


Author: kwizart

Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia-96xx/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv584

Modified Files:
	xorg-x11-drv-nvidia-96xx.spec 
Log Message:
Fix for x86 Arch for Fedora >= 11



Index: xorg-x11-drv-nvidia-96xx.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-96xx/devel/xorg-x11-drv-nvidia-96xx.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xorg-x11-drv-nvidia-96xx.spec	29 Mar 2009 15:25:24 -0000	1.7
+++ xorg-x11-drv-nvidia-96xx.spec	3 Apr 2009 19:57:08 -0000	1.8
@@ -8,7 +8,7 @@
 
 Name:            xorg-x11-drv-nvidia-96xx
 Version:         96.43.11
-Release:         2%{?dist}
+Release:         3%{?dist}
 Summary:         NVIDIA's 96xx series proprietary display driver for NVIDIA graphic cards
 
 Group:           User Interface/X Hardware Support
@@ -26,7 +26,11 @@
 %define          __find_requires %{SOURCE91}
 
 BuildRoot:       %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-ExclusiveArch:   i386 x86_64
+%if 0%{?fedora} >= 11
+ExclusiveArch: i586 x86_64
+%else
+ExclusiveArch: i386 x86_64
+%endif
 
 Requires:        nvidia-96xx-kmod >= %{version}
 Requires(post):  nvidia-96xx-kmod >= %{version}
@@ -257,18 +261,18 @@
 
 
 %changelog
+* Fri Apr  3 2009 kwizart < kwizart at gmail.com > - 96.43.11-3
+- Fix x86 Arch for fedora >= 11
+
 * Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 96.43.11-2
 - rebuild for new F11 features
 
 * Wed Feb 25 2009 kwizart < kwizart at gmail.com > - 96.43.11-1
 - Update to 96.43.11 (stable)
 
-* Sun Feb 22 2009 Stewart Adam <s.adam at diffingo.com> - 96.43.10-2
+* Sun Feb 22 2009 Stewart Adam <s.adam at diffingo.com> - 96.43.09-4
 - Make devel subpackage depend on lib subpackage of the same arch
 
-* Thu Jan 29 2009 kwizart < kwizart at gmail.com > - 96.43.10-1
-- Update to 96.43.10 (beta)
-
 * Mon Nov 10 2008 kwizart < kwizart at gmail.com > - 96.43.09-3
 - Clean the spec.
 



More information about the rpmfusion-commits mailing list