Author: przemal
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia-340xx/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1041
Modified Files:
.cvsignore sources xorg-x11-drv-nvidia-340xx.spec
Log Message:
* Wed Jan 28 2015 Przemysław Palacz <pprzemal(a)gmail.com> - 1:340.76-1
- Update to 340.76
- Add cuda-driver-devel and %{_isa} virtual provides (follow main)
- nvidia.icd does not need to be executable (follow main)
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-340xx/F-20/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 12 Jan 2015 01:12:40 -0000 1.2
+++ .cvsignore 1 Feb 2015 19:49:41 -0000 1.3
@@ -1,3 +1,3 @@
-NVIDIA-Linux-armv7l-gnueabihf-340.65.run
-NVIDIA-Linux-x86-340.65.run
-NVIDIA-Linux-x86_64-340.65.run
+NVIDIA-Linux-armv7l-gnueabihf-340.76.run
+NVIDIA-Linux-x86-340.76.run
+NVIDIA-Linux-x86_64-340.76.run
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-340xx/F-20/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 12 Jan 2015 01:12:40 -0000 1.2
+++ sources 1 Feb 2015 19:49:41 -0000 1.3
@@ -1,3 +1,3 @@
-c8c787355daa31c62239f3ca75c4c06b NVIDIA-Linux-armv7l-gnueabihf-340.65.run
-4aa6039b8543312b41a924bb87b0b2db NVIDIA-Linux-x86-340.65.run
-eff73ec116ce451d76ba2a7a343f89b9 NVIDIA-Linux-x86_64-340.65.run
+a681a13572f44d9ccb531eb1e0efa992 NVIDIA-Linux-armv7l-gnueabihf-340.76.run
+8064c0a0998c3e7ee3c98ac1832b8194 NVIDIA-Linux-x86-340.76.run
+5ae351416e887037c752415d786c709d NVIDIA-Linux-x86_64-340.76.run
Index: xorg-x11-drv-nvidia-340xx.spec
===================================================================
RCS file:
/cvs/nonfree/rpms/xorg-x11-drv-nvidia-340xx/F-20/xorg-x11-drv-nvidia-340xx.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xorg-x11-drv-nvidia-340xx.spec 27 Jan 2015 13:28:07 -0000 1.3
+++ xorg-x11-drv-nvidia-340xx.spec 1 Feb 2015 19:49:41 -0000 1.4
@@ -7,8 +7,8 @@
Name: xorg-x11-drv-nvidia-340xx
Epoch: 1
-Version: 340.65
-Release: 5%{?dist}
+Version: 340.76
+Release: 1%{?dist}
Summary: NVIDIA's 340xx series proprietary display driver for NVIDIA graphic
cards
Group: User Interface/X Hardware Support
@@ -92,10 +92,15 @@
Requires: %{name}-libs%{_isa} = %{?epoch}:%{version}-%{release}
Requires: %{name}-cuda%{_isa} = %{?epoch}:%{version}-%{release}
+#Don't put an epoch here
+Provides: cuda-drivers-devel = %{version}
+Provides: cuda-drivers-devel%{_isa} = %{version}
+
%description devel
This package provides the development files of the %{name} package,
such as OpenGL headers.
+
%package cuda
Summary: CUDA libraries for %{name}
Group: Development/Libraries
@@ -107,10 +112,12 @@
#Don't put an epoch here
Provides: cuda-drivers = %{version}
+Provides: cuda-drivers%{_isa} = %{version}
%description cuda
This package provides the CUDA driver libraries for %{name}.
+
%package kmodsrc
Summary: %{name} kernel module source code
Group: System Environment/Kernel
@@ -119,6 +126,7 @@
Source tree used for building kernel module packages (%{name}-kmod)
which is generated during the build of main package.
+
%package libs
Summary: Libraries for %{name}
Group: User Interface/X Hardware Support
@@ -183,7 +191,7 @@
%ifarch x86_64 i686
# OpenCL config
install -m 0755 -d $RPM_BUILD_ROOT%{_sysconfdir}/OpenCL/vendors/
-install -p -m 0755 nvidia.icd $RPM_BUILD_ROOT%{_sysconfdir}/OpenCL/vendors/
+install -p -m 0644 nvidia.icd $RPM_BUILD_ROOT%{_sysconfdir}/OpenCL/vendors/
install -p -m 0755 libOpenCL.so.1.0.0 $RPM_BUILD_ROOT%{_nvidia_libdir}/
ln -s libOpenCL.so.1.0.0 $RPM_BUILD_ROOT%{_nvidia_libdir}/libOpenCL.so.1
ln -s libOpenCL.so.1.0.0 $RPM_BUILD_ROOT%{_nvidia_libdir}/libOpenCL.so
@@ -509,6 +517,11 @@
%changelog
+* Wed Jan 28 2015 Przemysław Palacz <pprzemal(a)gmail.com> - 1:340.76-1
+- Update to 340.76
+- Add cuda-driver-devel and %%{_isa} virtual provides (follow main)
+- nvidia.icd does not need to be executable (follow main)
+
* Tue Jan 27 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 1:340.65-5
- revert last commit
Show replies by date