Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30792/F-13
Modified Files:
.cvsignore nvidia-kmod.spec sources
Removed Files:
NVIDIA_kernel-195.36.24-6120611.diff.txt
Log Message:
Update to 256.53
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-13/.cvsignore,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- .cvsignore 21 Jun 2010 10:32:35 -0000 1.20
+++ .cvsignore 5 Sep 2010 10:32:54 -0000 1.21
@@ -1 +1 @@
-nvidia-kmod-data-195.36.31.tar.bz2
+nvidia-kmod-data-256.53.tar.bz2
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-13/nvidia-kmod.spec,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- nvidia-kmod.spec 28 Aug 2010 18:50:09 -0000 1.78
+++ nvidia-kmod.spec 5 Sep 2010 10:32:54 -0000 1.79
@@ -3,13 +3,13 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-%define buildforkernels newest
+#define buildforkernels newest
Name: nvidia-kmod
Epoch: 1
-Version: 195.36.31
+Version: 256.53
# Taken over by kmodtool
-Release: 1%{?dist}.6
+Release: 1%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -25,9 +25,6 @@
Source11: nvidia-kmodtool-excludekernel-filterfile
-#http://www.nvnews.net/vbulletin/showthread.php?t=151791
-Patch0: NVIDIA_kernel-195.36.24-6120611.diff.txt
-
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# needed for plague to make sure it builds for i586 and i686
@@ -49,16 +46,6 @@
kmodtool --target %{_target_cpu} --repo rpmfusion --kmodname %{name} --filterfile
%{SOURCE11} --obsolete-name nvidia-newest --obsolete-version "%{version}"
%{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"}
2>/dev/null
%setup -q -c -T -a 0
-# patch loop
-for arch in x86 x64
-do
- pushd nvidiapkg-${arch}
- pushd usr/src/nv
-%patch0 -p3 -b .iommu
- popd
- popd
-done
-
for kernel_version in %{?kernel_versions} ; do
%ifarch %{ix86}
@@ -71,7 +58,7 @@
%build
for kernel_version in %{?kernel_versions}; do
- pushd _kmod_build_${kernel_version%%___*}/usr/src/nv/
+ pushd _kmod_build_${kernel_version%%___*}/kernel/
ln -s -f Makefile.kbuild Makefile
if [[ "${kernel_version%%___*}" = *xen ]] ; then
CC="cc -D__XEN_TOOLS__ \
@@ -89,7 +76,7 @@
%install
rm -rf $RPM_BUILD_ROOT
for kernel_version in %{?kernel_versions}; do
- install -D -m 0755 _kmod_build_${kernel_version%%___*}/usr/src/nv/nvidia.ko
$RPM_BUILD_ROOT/%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}/nvidia.ko
+ install -D -m 0755 _kmod_build_${kernel_version%%___*}/kernel/nvidia.ko
$RPM_BUILD_ROOT/%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}/nvidia.ko
done
%{?akmod_install}
@@ -99,26 +86,19 @@
%changelog
-* Sat Aug 28 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> -
1:195.36.31-1.6
-- rebuild for new kernel
-
-* Fri Aug 20 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> -
1:195.36.31-1.5
-- rebuild for new kernel
-
-* Wed Aug 11 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> -
1:195.36.31-1.4
-- rebuild for new kernel
+* Wed Sep 01 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 1:256.53-1
+- Update to 256.53
-* Sun Aug 08 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> -
1:195.36.31-1.3
-- rebuild for new kernel
+* Thu Aug 05 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 1:256.44-1
+- Update to 256.44
-* Tue Jul 27 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> -
1:195.36.31-1.2
-- rebuild for new kernel
-
-* Wed Jul 07 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> -
1:195.36.31-1.1
-- rebuild for new kernel
+* Wed Jun 18 2010 Vallimar de Morieve <vallimar(a)gmail.com> - 1:256.35-1
+- update to 256.35
* Thu Jun 17 2010 Nicolas Chaubvet <kwizart(a)gmail.com> - 1:195.36.31-1
- Update to 195.36.31
+- Fix acpi_walk_namespace call with kernel 2.6.33 and later.
+
http://bugs.gentoo.org/show_bug.cgi?id=301318
* Sun Jun 13 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 1:195.36.24-2
- Backport IOMMU -
http://www.nvnews.net/vbulletin/showthread.php?t=151791
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-13/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sources 21 Jun 2010 10:32:35 -0000 1.20
+++ sources 5 Sep 2010 10:32:54 -0000 1.21
@@ -1 +1 @@
-013fe3ae0e449b22398a290aa13621dd nvidia-kmod-data-195.36.31.tar.bz2
+8199e0735acd30fecc111f67ecb59903 nvidia-kmod-data-256.53.tar.bz2
--- NVIDIA_kernel-195.36.24-6120611.diff.txt DELETED ---