Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv842/F-18
Modified Files:
.cvsignore nvidia-kmod.spec sources
Removed Files:
3.10_kernel.patch
Log Message:
Update to 319.60
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-18/.cvsignore,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- .cvsignore 24 Jul 2013 10:34:49 -0000 1.52
+++ .cvsignore 2 Oct 2013 10:09:16 -0000 1.53
@@ -1 +1 @@
-nvidia-kmod-data-319.32.tar.xz
+nvidia-kmod-data-319.60.tar.xz
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-18/nvidia-kmod.spec,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- nvidia-kmod.spec 1 Oct 2013 14:40:51 -0000 1.164
+++ nvidia-kmod.spec 2 Oct 2013 10:09:17 -0000 1.165
@@ -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
-%global buildforkernels newest
+#global buildforkernels newest
Name: nvidia-kmod
Epoch: 1
-Version: 319.32
+Version: 319.60
# Taken over by kmodtool
-Release: 2%{?dist}.6
+Release: 0%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -21,7 +21,6 @@
Source0: nvidia-kmod-data-%{version}.tar.xz
Source11: nvidia-kmodtool-excludekernel-filterfile
-Patch0: 3.10_kernel.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -48,7 +47,7 @@
for arch in x86_64 i686 armv7hl
do
pushd nvidiapkg-${arch}
-%patch0 -p1
+echo "Nothing to patch"
popd
done
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-18/sources,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- sources 24 Jul 2013 10:34:49 -0000 1.56
+++ sources 2 Oct 2013 10:09:17 -0000 1.57
@@ -1 +1 @@
-823f54bebd8c9c6184935ae9c8b18cf3 nvidia-kmod-data-319.32.tar.xz
+213479b23769fca63806f648ddb1ee1c nvidia-kmod-data-319.60.tar.xz
--- 3.10_kernel.patch DELETED ---