Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv20508/F-19
Modified Files:
.cvsignore nvidia-kmod.spec sources
Log Message:
Update to 319.32 and support ARM
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-19/.cvsignore,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- .cvsignore 23 May 2013 23:02:59 -0000 1.56
+++ .cvsignore 13 Jul 2013 15:28:17 -0000 1.57
@@ -1 +1 @@
-nvidia-kmod-data-319.23.tar.xz
+nvidia-kmod-data-319.32.tar.xz
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-19/nvidia-kmod.spec,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- nvidia-kmod.spec 13 Jul 2013 08:02:28 -0000 1.125
+++ nvidia-kmod.spec 13 Jul 2013 15:28:17 -0000 1.126
@@ -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.23
+Version: 319.32
# Taken over by kmodtool
-Release: 1%{?dist}.7
+Release: 1%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -18,17 +18,14 @@
#ftp://download.nvidia.com/XFree86/Linux-x86/%{version}/NVIDIA-Linux-x86-%{version}-pkg0.run
#ftp://download.nvidia.com/XFree86/Linux-x86_64/%{version}/NVIDIA-Linux-x86_64-%{version}-pkg0.run
-# <switch me> when sources are on kwizart's repo
-Source0:
http://rpms.kwizart.net/fedora/SOURCES/nvidia-kmod-data-%{version}.tar.xz
-#Source0:
http://www.diffingo.com/downloads/livna/kmod-data/nvidia-kmod-data-%{vers...
-# </switch me>
+Source0: nvidia-kmod-data-%{version}.tar.xz
Source11: nvidia-kmodtool-excludekernel-filterfile
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# needed for plague to make sure it builds for i586 and i686
-ExclusiveArch: i686 x86_64
+ExclusiveArch: i686 x86_64 armv7hl
# get the needed BuildRequires (in parts depending on what we build for)
BuildRequires: %{_bindir}/kmodtool
@@ -47,7 +44,7 @@
%setup -q -c -T -a 0
# patch loop
-for arch in x86 x64
+for arch in x86_64 i686 armv7hl
do
pushd nvidiapkg-${arch}
echo "Nothing to patch"
@@ -56,11 +53,7 @@
for kernel_version in %{?kernel_versions} ; do
-%ifarch %{ix86}
- cp -a nvidiapkg-x86 _kmod_build_${kernel_version%%___*}
-%else
- cp -a nvidiapkg-x64 _kmod_build_${kernel_version%%___*}
-%endif
+ cp -a nvidiapkg-%{_target_cpu} ${kernel_version%%___*}
done
%build
@@ -84,6 +77,10 @@
%changelog
+* Sat Jul 13 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1:319.32-1
+- Update to 319.32
+- Add support for armv7hl
+
* Sat Jul 13 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1:319.23-1.7
- Rebuilt for kernel
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-19/sources,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- sources 23 May 2013 23:03:00 -0000 1.57
+++ sources 13 Jul 2013 15:28:17 -0000 1.58
@@ -1 +1 @@
-2756e7fe2a4d7808a85742fae833e13a nvidia-kmod-data-319.23.tar.xz
+823f54bebd8c9c6184935ae9c8b18cf3 nvidia-kmod-data-319.32.tar.xz