Author: kwizart
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv29605
Modified Files:
xorg-x11-drv-nvidia.spec sources .cvsignore
Added Files:
nvidia-snapshot.sh
Log Message:
Update to pre-release
--- NEW FILE nvidia-snapshot.sh ---
#!/bin/bash
set -e
tmp=$(mktemp -d)
trap cleanup EXIT
cleanup() {
set +e
[ -z "$tmp" -o ! -d "$tmp" ] || rm -rf "$tmp"
}
unset CDPATH
pwd=$(pwd)
version=$(grep Version xorg-x11-drv-nvidia*.spec | cut -f 2 -d ':' | sed 's/
//g')
for arch in x86 x64 ; do
if [ ! -e NVIDIA-Linux-${arch}-${version}.run ] ; then
wget -N
ftp://download.nvidia.com/XFree86/Linux-${arch}/${version}/NVIDIA-Linux-$...
fi
sh NVIDIA-Linux-${arch}-${version}.run --extract-only --target nvidiapkg-${arch}
done
tar -cjf nvidia-kmod-data-${version}.tar.bz2 nvidiapkg-*/LICENSE nvidiapkg-*/kernel
Index: xorg-x11-drv-nvidia.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel/xorg-x11-drv-nvidia.spec,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- xorg-x11-drv-nvidia.spec 27 Aug 2011 21:15:42 -0000 1.67
+++ xorg-x11-drv-nvidia.spec 4 Oct 2011 09:49:15 -0000 1.68
@@ -6,7 +6,7 @@
Name: xorg-x11-drv-nvidia
Epoch: 1
-Version: 285.03
+Version: 285.05.09
Release: 1%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
@@ -344,6 +344,9 @@
%changelog
+* Tue Oct 04 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:285.05.09-1
+- Update to 285.05.09
+
* Sat Aug 27 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:285.03-1
- Update to 285.03
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel/sources,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- sources 27 Aug 2011 21:15:42 -0000 1.36
+++ sources 4 Oct 2011 09:49:15 -0000 1.37
@@ -1,2 +1,2 @@
-905c5bd422834d805272e2e52eeee171 NVIDIA-Linux-x86_64-285.03.run
-8a0954af050083aa7756880f65cf3272 NVIDIA-Linux-x86-285.03.run
+2d469a90abef50320f548cfa8085e3a0 NVIDIA-Linux-x86-285.05.09.run
+4d645c795817284296bfcc644b0c9fd2 NVIDIA-Linux-x86_64-285.05.09.run
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel/.cvsignore,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- .cvsignore 27 Aug 2011 21:15:42 -0000 1.36
+++ .cvsignore 4 Oct 2011 09:49:15 -0000 1.37
@@ -1,2 +1,2 @@
-NVIDIA-Linux-x86_64-285.03.run
-NVIDIA-Linux-x86-285.03.run
+NVIDIA-Linux-x86-285.05.09.run
+NVIDIA-Linux-x86_64-285.05.09.run