Author: leigh123linux
Update of /cvs/nonfree/rpms/nvidia-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv15344
Modified Files:
.cvsignore nvidia-kmod.spec sources
Added Files:
3.8_kernel.patch
Log Message:
* Wed Jan 16 2013 Leigh Scott <leigh123linux(a)googlemail.com> - 1:313.18-1
- Update to 313.18 (adds xorg-server 1.14 ABI support)
- patch for 3.8rc kernel
3.8_kernel.patch:
conftest.sh | 1 +
1 file changed, 1 insertion(+)
--- NEW FILE 3.8_kernel.patch ---
Index: kernel/conftest.sh
===================================================================
--- a/kernel/conftest.sh
+++ b/kernel/conftest.sh
@@ -160,6 +160,7 @@ build_cflags() {
if [ "$ARCH" = "i386" -o "$ARCH" = "x86_64"
]; then
CFLAGS="$CFLAGS -I$SOURCES/arch/x86/include"
+ CFLAGS="$CFLAGS -I$SOURCES/arch/x86/include/uapi"
CFLAGS="$CFLAGS -I$OUTPUT/arch/x86/include/generated"
CFLAGS="$CFLAGS -I$OUTPUT/arch/x86/include/generated/uapi"
elif [ "$ARCH" = "arm" ]; then
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/devel/.cvsignore,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- .cvsignore 16 Nov 2012 14:40:26 -0000 1.52
+++ .cvsignore 16 Jan 2013 13:57:24 -0000 1.53
@@ -1 +1 @@
-nvidia-kmod-data-310.19.tar.xz
+nvidia-kmod-data-313.18.tar.xz
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/devel/nvidia-kmod.spec,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- nvidia-kmod.spec 16 Nov 2012 14:40:26 -0000 1.111
+++ nvidia-kmod.spec 16 Jan 2013 13:57:24 -0000 1.112
@@ -7,7 +7,7 @@
Name: nvidia-kmod
Epoch: 1
-Version: 310.19
+Version: 313.18
# Taken over by kmodtool
Release: 1%{?dist}
Summary: NVIDIA display driver kernel module
@@ -24,7 +24,7 @@
# </switch me>
Source11: nvidia-kmodtool-excludekernel-filterfile
-
+Patch0: 3.8_kernel.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -51,7 +51,7 @@
for arch in x86 x64
do
pushd nvidiapkg-${arch}
-echo "no patch to apply"
+%patch0 -p1
popd
done
@@ -85,6 +85,10 @@
%changelog
+* Wed Jan 16 2013 Leigh Scott <leigh123linux(a)googlemail.com> - 1:313.18-1
+- Update to 313.18 (adds xorg-server 1.14 ABI support)
+- patch for 3.8rc kernel
+
* Fri Nov 16 2012 Leigh Scott <leigh123linux(a)googlemail.com> - 1:310.19-1
- rebuilt
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/devel/sources,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- sources 16 Nov 2012 14:40:26 -0000 1.53
+++ sources 16 Jan 2013 13:57:24 -0000 1.54
@@ -1 +1 @@
-d2ae476c0324e3e50ade527f582e9c0f nvidia-kmod-data-310.19.tar.xz
+cca1ef79cfbcd05a2249431ea403b772 nvidia-kmod-data-313.18.tar.xz
Show replies by date