rpms/vdr-skindesigner/F-20 sources, 1.16, 1.17 vdr-skindesigner.spec, 1.21, 1.22
by Martin Gansser
Author: martinkg
Update of /cvs/free/rpms/vdr-skindesigner/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24802/F-20
Modified Files:
sources vdr-skindesigner.spec
Log Message:
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vdr-skindesigner/F-20/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources 19 Dec 2014 19:19:49 -0000 1.16
+++ sources 20 Dec 2014 10:53:20 -0000 1.17
@@ -1 +1 @@
-f396d7e1d97f68488796576aae6228d8 vdr-plugin-skindesigner-0.1.1.tar.bz2
+6b7b9a7462348531e6cb2c4c9c7aaa4e vdr-plugin-skindesigner-0.1.1.tar.bz2
Index: vdr-skindesigner.spec
===================================================================
RCS file: /cvs/free/rpms/vdr-skindesigner/F-20/vdr-skindesigner.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- vdr-skindesigner.spec 19 Dec 2014 19:19:49 -0000 1.21
+++ vdr-skindesigner.spec 20 Dec 2014 10:53:20 -0000 1.22
@@ -1,6 +1,6 @@
Name: vdr-skindesigner
Version: 0.1.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A VDR skinning engine that displays XML based Skins
Group: Applications/Multimedia
@@ -73,6 +73,9 @@
%changelog
+* Sat Dec 20 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.1.1-2
+- rebuild
+
* Fri Dec 19 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.1.1-1
- Update to 0.1.1
10 years, 2 months
rpms/nvidia-kmod/F-20 3.18_kernel.patch,NONE,1.1
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/nvidia-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24224
Added Files:
3.18_kernel.patch
Log Message:
* Sat Dec 20 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 1:331.113-1
- Update to 331.113 release
- Patch for 3.18 kernel
3.18_kernel.patch:
nv-drm.c | 7 +++++++
1 file changed, 7 insertions(+)
--- NEW FILE 3.18_kernel.patch ---
--- a/kernel/nv-drm.c 2014-12-02 04:00:00.000000000 +0000
+++ b/kernel/nv-drm.c 2014-12-20 09:48:18.758497791 +0000
@@ -17,6 +17,9 @@
#if defined(NV_DRM_AVAILABLE)
#include <drm/drmP.h>
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,18,0)
+#include <drm/drm_gem.h>
+#endif
extern nv_linux_state_t *nv_linux_devices;
@@ -124,6 +127,10 @@ static struct drm_driver nv_drm_driver =
.gem_prime_vmap = nv_gem_prime_vmap,
.gem_prime_vunmap = nv_gem_prime_vunmap,
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,18,0)
+ .set_busid = drm_pci_set_busid,
+#endif
+
.name = "nvidia-drm",
.desc = "NVIDIA DRM driver",
.date = "20130102",
10 years, 2 months
rpms/nvidia-kmod/F-20 .cvsignore, 1.64, 1.65 nvidia-kmod.spec, 1.210, 1.211 sources, 1.68, 1.69
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/nvidia-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24036
Modified Files:
.cvsignore nvidia-kmod.spec sources
Log Message:
* Sat Dec 20 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 1:331.113-1
- Update to 331.113 release
- Patch for 3.18 kernel
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-20/.cvsignore,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- .cvsignore 17 Nov 2014 14:39:18 -0000 1.64
+++ .cvsignore 20 Dec 2014 09:51:55 -0000 1.65
@@ -1 +1 @@
-nvidia-kmod-data-331.104.tar.xz
+nvidia-kmod-data-331.113.tar.xz
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-20/nvidia-kmod.spec,v
retrieving revision 1.210
retrieving revision 1.211
diff -u -r1.210 -r1.211
--- nvidia-kmod.spec 18 Dec 2014 19:33:29 -0000 1.210
+++ nvidia-kmod.spec 20 Dec 2014 09:51:55 -0000 1.211
@@ -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 current
Name: nvidia-kmod
Epoch: 1
-Version: 331.104
+Version: 331.113
# Taken over by kmodtool
-Release: 1%{?dist}.3
+Release: 1%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -25,6 +25,7 @@
Source0: nvidia-kmod-data-%{version}.tar.xz
Patch0: nv-linux-arm.patch
+Patch1: 3.18_kernel.patch
Source11: nvidia-kmodtool-excludekernel-filterfile
@@ -54,6 +55,7 @@
do
pushd nvidiapkg-${arch}
%patch0 -p1
+%patch1 -p1
popd
done
@@ -97,6 +99,10 @@
%changelog
+* Sat Dec 20 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 1:331.113-1
+- Update to 331.113 release
+- Patch for 3.18 kernel
+
* Thu Dec 18 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.104-1.3
- Rebuilt for kernel
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-20/sources,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- sources 17 Nov 2014 14:39:18 -0000 1.68
+++ sources 20 Dec 2014 09:51:55 -0000 1.69
@@ -1 +1 @@
-42ea208ca675d5d6c598c6b9d567ee8e nvidia-kmod-data-331.104.tar.xz
+7c9823a01dbbffca386a8e399997addc nvidia-kmod-data-331.113.tar.xz
10 years, 2 months
rpms/xorg-x11-drv-nvidia/F-20 .cvsignore, 1.65, 1.66 sources, 1.69, 1.70 xorg-x11-drv-nvidia.spec, 1.136, 1.137
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv23757
Modified Files:
.cvsignore sources xorg-x11-drv-nvidia.spec
Log Message:
* Sat Dec 20 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 1:331.113-1
- Update to 331.113
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-20/.cvsignore,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- .cvsignore 17 Nov 2014 14:33:19 -0000 1.65
+++ .cvsignore 20 Dec 2014 09:39:57 -0000 1.66
@@ -1,3 +1,3 @@
-NVIDIA-Linux-armv7l-gnueabihf-331.104.run
-NVIDIA-Linux-x86-331.104.run
-NVIDIA-Linux-x86_64-331.104.run
+NVIDIA-Linux-armv7l-gnueabihf-331.113.run
+NVIDIA-Linux-x86-331.113.run
+NVIDIA-Linux-x86_64-331.113.run
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-20/sources,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- sources 17 Nov 2014 14:33:19 -0000 1.69
+++ sources 20 Dec 2014 09:39:58 -0000 1.70
@@ -1,3 +1,3 @@
-0c3066b9dde3ac549b85e2ffee79ae1c NVIDIA-Linux-armv7l-gnueabihf-331.104.run
-5486fb7d7369f41b90320020fde44653 NVIDIA-Linux-x86-331.104.run
-c077317e4999ae805f3c5a2ef1fdead2 NVIDIA-Linux-x86_64-331.104.run
+9d35bdd45e1caf92cefbf9e49a2a86d6 NVIDIA-Linux-armv7l-gnueabihf-331.113.run
+844595ed0eb8709e0e837aaaa4622ea9 NVIDIA-Linux-x86-331.113.run
+7b589d840aac132fd567efce0f6e51ea NVIDIA-Linux-x86_64-331.113.run
Index: xorg-x11-drv-nvidia.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-20/xorg-x11-drv-nvidia.spec,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- xorg-x11-drv-nvidia.spec 17 Nov 2014 14:33:19 -0000 1.136
+++ xorg-x11-drv-nvidia.spec 20 Dec 2014 09:39:58 -0000 1.137
@@ -7,7 +7,7 @@
Name: xorg-x11-drv-nvidia
Epoch: 1
-Version: 331.104
+Version: 331.113
Release: 1%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
@@ -466,6 +466,9 @@
%{_nvidia_libdir}/libnvidia-ml.so
%changelog
+* Sat Dec 20 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 1:331.113-1
+- Update to 331.113
+
* Mon Nov 17 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 1:331.104-1
- Update to 331.104
10 years, 2 months
rpms/nvidia-304xx-kmod/devel nvidia-304xx-kmod.spec,1.22,1.23
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-304xx-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv30930
Modified Files:
nvidia-304xx-kmod.spec
Log Message:
typo fix
Index: nvidia-304xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-304xx-kmod/devel/nvidia-304xx-kmod.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- nvidia-304xx-kmod.spec 19 Dec 2014 21:00:30 -0000 1.22
+++ nvidia-304xx-kmod.spec 19 Dec 2014 21:06:55 -0000 1.23
@@ -2,7 +2,7 @@
# that contains bugfixes or other improvements then you must disable the
# "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 neededi
+# a new akmod package will only get build when a new one is actually needed
#global buildforkernels newest
Name: nvidia-304xx-kmod
10 years, 2 months
rpms/nvidia-304xx-kmod/devel nvidia-304xx-kmod.spec,1.21,1.22
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-304xx-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv30542
Modified Files:
nvidia-304xx-kmod.spec
Log Message:
current
Index: nvidia-304xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-304xx-kmod/devel/nvidia-304xx-kmod.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- nvidia-304xx-kmod.spec 19 Dec 2014 20:19:19 -0000 1.21
+++ nvidia-304xx-kmod.spec 19 Dec 2014 21:00:30 -0000 1.22
@@ -2,8 +2,8 @@
# that contains bugfixes or other improvements then you must disable the
# "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
+# a new akmod package will only get build when a new one is actually neededi
+#global buildforkernels newest
Name: nvidia-304xx-kmod
Version: 304.125
10 years, 2 months
rpms/nvidia-kmod/devel nvidia-kmod.spec,1.172,1.173
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv30296
Modified Files:
nvidia-kmod.spec
Log Message:
current
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/devel/nvidia-kmod.spec,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- nvidia-kmod.spec 19 Dec 2014 20:19:25 -0000 1.172
+++ nvidia-kmod.spec 19 Dec 2014 20:54:48 -0000 1.173
@@ -3,7 +3,7 @@
# "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
10 years, 2 months
rpms/wl-kmod/devel wl-kmod.spec,1.90,1.91
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/wl-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv29530
Modified Files:
wl-kmod.spec
Log Message:
* Fri Dec 19 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-5.2
- Rebuilt for kernel
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/devel/wl-kmod.spec,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- wl-kmod.spec 14 Dec 2014 15:04:02 -0000 1.90
+++ wl-kmod.spec 19 Dec 2014 20:19:30 -0000 1.91
@@ -7,7 +7,7 @@
Name: wl-kmod
Version: 6.30.223.248
-Release: 5%{?dist}.1
+Release: 5%{?dist}.2
Summary: Kernel module for Broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -98,6 +98,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Fri Dec 19 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-5.2
+- Rebuilt for kernel
+
* Sun Dec 14 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-5.1
- Rebuilt for kernel
10 years, 2 months
rpms/nvidia-kmod/devel nvidia-kmod.spec,1.171,1.172
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv29406
Modified Files:
nvidia-kmod.spec
Log Message:
* Fri Dec 19 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:343.36-1.1
- Rebuilt for kernel
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/devel/nvidia-kmod.spec,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -r1.171 -r1.172
--- nvidia-kmod.spec 16 Dec 2014 16:43:06 -0000 1.171
+++ nvidia-kmod.spec 19 Dec 2014 20:19:25 -0000 1.172
@@ -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 current
+%global buildforkernels newest
Name: nvidia-kmod
Epoch: 1
Version: 343.36
# Taken over by kmodtool
-Release: 1%{?dist}
+Release: 1%{?dist}.1
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -86,6 +86,9 @@
%changelog
+* Fri Dec 19 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:343.36-1.1
+- Rebuilt for kernel
+
* Tue Dec 16 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 1:343.36-1
- Update to 343.36
10 years, 2 months
rpms/nvidia-304xx-kmod/devel nvidia-304xx-kmod.spec,1.20,1.21
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-304xx-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv29285
Modified Files:
nvidia-304xx-kmod.spec
Log Message:
* Fri Dec 19 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 304.125-1.1
- Rebuilt for kernel
Index: nvidia-304xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-304xx-kmod/devel/nvidia-304xx-kmod.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- nvidia-304xx-kmod.spec 16 Dec 2014 18:15:17 -0000 1.20
+++ nvidia-304xx-kmod.spec 19 Dec 2014 20:19:19 -0000 1.21
@@ -3,12 +3,12 @@
# "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 current
+%global buildforkernels newest
Name: nvidia-304xx-kmod
Version: 304.125
# Taken over by kmodtool
-Release: 1%{?dist}
+Release: 1%{?dist}.1
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -81,6 +81,9 @@
%changelog
+* Fri Dec 19 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 304.125-1.1
+- Rebuilt for kernel
+
* Tue Dec 16 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 304.125-1
- Update to 304.125
10 years, 2 months