rpms/gnome-video-arcade/devel .cvsignore, 1.13, 1.14 gnome-video-arcade.spec, 1.28, 1.29 sources, 1.13, 1.14
by Matthew Barnes
Author: mbarnes
Update of /cvs/nonfree/rpms/gnome-video-arcade/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv20988
Modified Files:
.cvsignore gnome-video-arcade.spec sources
Log Message:
* Mon Sep 14 2015 Matthew Barnes <mbarnes(a)redhat.com> - 0.8.5-1
- Update to 0.8.5
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/gnome-video-arcade/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore 27 Aug 2015 02:08:08 -0000 1.13
+++ .cvsignore 14 Sep 2015 20:50:12 -0000 1.14
@@ -1 +1 @@
-gnome-video-arcade-0.8.4.tar.xz
+gnome-video-arcade-0.8.5.tar.xz
Index: gnome-video-arcade.spec
===================================================================
RCS file: /cvs/nonfree/rpms/gnome-video-arcade/devel/gnome-video-arcade.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- gnome-video-arcade.spec 27 Aug 2015 02:08:08 -0000 1.28
+++ gnome-video-arcade.spec 14 Sep 2015 20:50:12 -0000 1.29
@@ -5,7 +5,7 @@
### Abstract ###
Name: gnome-video-arcade
-Version: 0.8.4
+Version: 0.8.5
Release: 1%{?dist}
License: GPLv3+
Group: Applications/Emulators
@@ -82,6 +82,9 @@
%{_mandir}/man1/%{name}.1*
%changelog
+* Mon Sep 14 2015 Matthew Barnes <mbarnes(a)redhat.com> - 0.8.5-1
+- Update to 0.8.5
+
* Wed Aug 26 2015 Matthew Barnes <mbarnes(a)redhat.com> - 0.8.4-1
- Update to 0.8.4
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/gnome-video-arcade/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources 27 Aug 2015 02:08:08 -0000 1.13
+++ sources 14 Sep 2015 20:50:12 -0000 1.14
@@ -1 +1 @@
-70ed5b3a811dd43978613e05c349fea7 gnome-video-arcade-0.8.4.tar.xz
+bbf14f2362c31a62d18684ce48b0a8aa gnome-video-arcade-0.8.5.tar.xz
9 years, 2 months
rpms/nvidia-kmod/devel 4.3_kernel.patch, NONE, 1.1 nvidia-kmod.spec, 1.222, 1.223
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/nvidia-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv20161
Modified Files:
nvidia-kmod.spec
Added Files:
4.3_kernel.patch
Log Message:
* Mon Sep 14 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 1:355.11-2
- patch for 4.3rc kernel
4.3_kernel.patch:
nv-procfs.c | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
--- NEW FILE 4.3_kernel.patch ---
--- a/kernel/nvidia/nv-procfs.c
+++ b/kernel/nvidia/nv-procfs.c
@@ -359,8 +359,12 @@
nvl = NV_GET_NVL_FROM_NV_STATE(nv);
registry_keys = ((nvl != NULL) ?
nvl->registry_keys : nv_registry_keys);
-
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,3,0)
+ seq_printf(s, "Binary: \"%s\"\n", registry_keys);
+ return 0;
+#else
return seq_printf(s, "Binary: \"%s\"\n", registry_keys);
+#endif
}
static ssize_t
@@ -560,7 +564,12 @@
void *v
)
{
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,3,0)
+ seq_puts(s, s->private);
+ return 0;
+#else
return seq_puts(s, s->private);
+#endif
}
NV_DEFINE_PROCFS_SINGLE_FILE(text_file);
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/devel/nvidia-kmod.spec,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -r1.222 -r1.223
--- nvidia-kmod.spec 2 Sep 2015 23:21:39 -0000 1.222
+++ nvidia-kmod.spec 14 Sep 2015 19:35:42 -0000 1.223
@@ -9,7 +9,7 @@
Epoch: 1
Version: 355.11
# Taken over by kmodtool
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -18,6 +18,7 @@
Source11: nvidia-kmodtool-excludekernel-filterfile
Patch0: nv-linux-arm.patch
Patch1: nv-linux-arm2.patch
+Patch2: 4.3_kernel.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -45,6 +46,7 @@
# patch loop
%patch0 -p1
%patch1 -p1
+%patch2 -p1
for kernel_version in %{?kernel_versions} ; do
@@ -77,6 +79,9 @@
%changelog
+* Mon Sep 14 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 1:355.11-2
+- patch for 4.3rc kernel
+
* Mon Aug 31 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 1:355.11-1
- Update to 355.11
9 years, 2 months
rpms/mame/devel 0001-emudummy.c-change-GAME_NO_SOUND-to-MACHINE_.patch, NONE, 1.1 mame.spec, 1.118, 1.119
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv27003
Modified Files:
mame.spec
Added Files:
0001-emudummy.c-change-GAME_NO_SOUND-to-MACHINE_.patch
Log Message:
Fixed build failure
0001-emudummy.c-change-GAME_NO_SOUND-to-MACHINE_.patch:
emudummy.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--- NEW FILE 0001-emudummy.c-change-GAME_NO_SOUND-to-MACHINE_.patch ---
>From 2afb39374410d803dd287f83de44fbf7a4c2edc8 Mon Sep 17 00:00:00 2001
From: Kyungdahm Yun <tomyun(a)gmail.com>
Date: Thu, 27 Aug 2015 03:24:26 -0700
Subject: [PATCH] emudummy.c: change GAME_NO_SOUND to MACHINE_*
---
src/emu/drivers/emudummy.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/emu/drivers/emudummy.c b/src/emu/drivers/emudummy.c
index 4010fde..948be2f 100644
--- a/src/emu/drivers/emudummy.c
+++ b/src/emu/drivers/emudummy.c
@@ -33,4 +33,4 @@ ROM_START( __dummy )
ROM_END
-GAME( 1900, __dummy, 0, __dummy, 0, driver_device, 0, ROT0, "(none)", "Dummy", GAME_NO_SOUND )
+GAME( 1900, __dummy, 0, __dummy, 0, driver_device, 0, ROT0, "(none)", "Dummy", MACHINE_NO_SOUND )
--
2.4.3
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/mame.spec,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- mame.spec 29 Aug 2015 04:33:51 -0000 1.118
+++ mame.spec 5 Sep 2015 20:40:05 -0000 1.119
@@ -23,6 +23,7 @@
Source0: http://mamedev.org/downloader.php?file=%{name}0%{baseversion}/%{name}0%{b...
Source100: whatsnew.zip
Patch0: %{name}-fortify.patch
+Patch1: 0001-emudummy.c-change-GAME_NO_SOUND-to-MACHINE_.patch
Patch2: %{name}-genie-smpfix.patch
BuildRequires: expat-devel
@@ -125,6 +126,7 @@
-o -wholename ./makefile \) -exec sed -i 's@\r@@' {} \;
%patch0 -p1 -b .fortify
+%patch1 -p1
%patch2 -p1 -b .smpfix
# Fix encoding
9 years, 2 months
rpms/xvst/devel qt5.5.patch,NONE,1.1 xvst.spec,1.1,1.2
by Martin Gansser
Author: martinkg
Update of /cvs/free/rpms/xvst/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv15624/devel
Modified Files:
xvst.spec
Added Files:
qt5.5.patch
Log Message:
qt5.5.patch:
qtlocalpeer.cpp | 1 +
1 file changed, 1 insertion(+)
--- NEW FILE qt5.5.patch ---
--- xVideoServiceThief-cbfafe49f7ba1c85d4dcf51be17b49b035210412/src/qtsingleapplication/src/qtlocalpeer.cpp.orig 2015-09-04 10:20:12.573900783 +0200
+++ xVideoServiceThief-cbfafe49f7ba1c85d4dcf51be17b49b035210412/src/qtsingleapplication/src/qtlocalpeer.cpp 2015-09-04 10:20:24.792899525 +0200
@@ -41,6 +41,7 @@
#include "qtlocalpeer.h"
#include <QCoreApplication>
#include <QTime>
+#include <QDataStream>
#if defined(Q_OS_WIN)
#include <QLibrary>
Index: xvst.spec
===================================================================
RCS file: /cvs/free/rpms/xvst/devel/xvst.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xvst.spec 7 Apr 2015 15:39:29 -0000 1.1
+++ xvst.spec 4 Sep 2015 15:40:34 -0000 1.2
@@ -5,7 +5,7 @@
Summary: Downloading your favourite video clips from a lot of websites
Name: xvst
Version: 2.5.2
-Release: 4.%{gitdate}git%{shortcommit}%{?dist}
+Release: 5.%{gitdate}git%{shortcommit}%{?dist}
License: GPLv3+
URL: https://github.com/xVST/xVideoServiceThief
# wget https://github.com/xVST/xVideoServiceThief/archive/cbfafe49f7ba1c85d4dcf5...
@@ -19,6 +19,7 @@
Patch4: myvideo.patch
Patch5: sunporno.patch
Patch6: wat.tv.patch
+Patch7: qt5.5.patch
BuildRequires: desktop-file-utils
BuildRequires: qt5-qtbase-devel
@@ -51,6 +52,7 @@
%patch4 -p1
%patch5 -p1
%patch6 -p1
+%patch7 -p1
# Fix path names and end-of-line encoding.
sed -i "s|getApplicationPath()\ +\ \"|\"/usr/share/%{name}|g" src/options.cpp
@@ -101,6 +103,9 @@
%{_datadir}/%{name}/languages/*qm
%changelog
+* Fri Sep 04 2015 Martin Gansser <linux4martin(a)gmx.de> 2.5.2-5.20140804gitcbfafe4
+- added qt5.5.patch
+
* Sat Mar 21 2015 Martin Gansser <linux4martin(a)gmx.de> 2.5.2-4.20140804gitcbfafe4
- dropped macro %%find_lang because it doesn't work in this certain case
- dropped macro %%exclude from %%{_datadir}/%%{name}/languages/*qm
9 years, 2 months
rpms/ndiswrapper-kmod/devel Support-kernel-4.2.patch, NONE, 1.1 ndiswrapper-kmod.spec, 1.100, 1.101
by Leigh Scott
Author: leigh123linux
Update of /cvs/free/rpms/ndiswrapper-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv11055
Modified Files:
ndiswrapper-kmod.spec
Added Files:
Support-kernel-4.2.patch
Log Message:
* Fri Sep 04 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 1.59-9
- patch for 4.2 kernel
Support-kernel-4.2.patch:
ntoskernel.h | 3 +++
1 file changed, 3 insertions(+)
--- NEW FILE Support-kernel-4.2.patch ---
From: Tim Gardner <tim.gardner(a)canonical.com>
Date: Thu, 6 Aug 2015 09:13:30 -0600
Subject: Support kernel 4.2
---
driver/ntoskernel.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/driver/ntoskernel.h b/driver/ntoskernel.h
index 4b8166c..6b49594 100644
--- a/driver/ntoskernel.h
+++ b/driver/ntoskernel.h
@@ -46,6 +46,9 @@
#include <linux/percpu.h>
#include <linux/kthread.h>
#include <linux/workqueue.h>
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,2,0)
+#include <linux/vmalloc.h>
+#endif
#if !defined(CONFIG_X86) && !defined(CONFIG_X86_64)
#error "this module is for x86 or x86_64 architectures only"
Index: ndiswrapper-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/ndiswrapper-kmod/devel/ndiswrapper-kmod.spec,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ndiswrapper-kmod.spec 21 Aug 2015 14:20:57 -0000 1.100
+++ ndiswrapper-kmod.spec 4 Sep 2015 12:54:23 -0000 1.101
@@ -3,14 +3,14 @@
# "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
#global pre rc1
Summary: Ndiswrapper kernel module
Name: ndiswrapper-kmod
Version: 1.59
-Release: 8%{?pre}%{?dist}.10
+Release: 9%{?pre}%{?dist}
License: GPLv2
Group: System Environment/Kernel
URL: http://ndiswrapper.sourceforge.net
@@ -19,6 +19,7 @@
Patch0: ndiswrapper-kmod-nomodinfo.patch
Patch1: kernel-3.14.patch
Patch2: Support-kernel-4.0.patch
+Patch3: Support-kernel-4.2.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# needed for plague to make sure it builds for i586 and i686
@@ -52,6 +53,7 @@
%patch0 -p1 -b .orig
%patch1 -p1 -b .314
%patch2 -p1 -b .400
+%patch3 -p1 -b .420
)
sed -i 's|/sbin/depmod -a|/bin/true|' ndiswrapper-%{version}%{?pre}/driver/Makefile
for kernel_version in %{?kernel_versions} ; do
@@ -79,6 +81,9 @@
%changelog
+* Fri Sep 04 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 1.59-9
+- patch for 4.2 kernel
+
* Fri Aug 21 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 1.59-8.10
- Rebuilt for kernel
9 years, 2 months
rpms/nvidia-304xx-kmod/devel .cvsignore, 1.8, 1.9 nvidia-304xx-kmod.spec, 1.55, 1.56 sources, 1.8, 1.9 3.18_kernel.patch, 1.1, NONE 3.19_kernel.patch, 1.1, NONE 4.0.0_kernel.patch, 1.1, NONE
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/nvidia-304xx-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv19683
Modified Files:
.cvsignore nvidia-304xx-kmod.spec sources
Removed Files:
3.18_kernel.patch 3.19_kernel.patch 4.0.0_kernel.patch
Log Message:
* Thu Sep 03 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 304.128-1
- Update to 304.128
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-304xx-kmod/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 16 Dec 2014 18:15:17 -0000 1.8
+++ .cvsignore 4 Sep 2015 00:02:54 -0000 1.9
@@ -1 +1 @@
-nvidia-kmod-data-304.125.tar.xz
+nvidia-kmod-data-304.128.tar.xz
Index: nvidia-304xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-304xx-kmod/devel/nvidia-304xx-kmod.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- nvidia-304xx-kmod.spec 21 Aug 2015 14:21:43 -0000 1.55
+++ nvidia-304xx-kmod.spec 4 Sep 2015 00:02:54 -0000 1.56
@@ -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 newest
+%global buildforkernels current
Name: nvidia-304xx-kmod
-Version: 304.125
+Version: 304.128
# Taken over by kmodtool
-Release: 3%{?dist}.20
+Release: 1%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -20,10 +20,6 @@
Source11: nvidia-304xx-kmodtool-excludekernel-filterfile
-Patch0: 3.18_kernel.patch
-Patch1: 3.19_kernel.patch
-Patch2: 4.0.0_kernel.patch
-
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# needed for plague to make sure it builds for i586 and i686
@@ -49,9 +45,7 @@
for arch in x86 x64
do
pushd nvidiapkg-${arch}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+echo 'nothing to do'
popd
done
@@ -85,6 +79,9 @@
%changelog
+* Thu Sep 03 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 304.128-1
+- Update to 304.128
+
* Fri Aug 21 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 304.125-3.20
- Rebuilt for kernel
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-304xx-kmod/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 16 Dec 2014 18:15:17 -0000 1.8
+++ sources 4 Sep 2015 00:02:54 -0000 1.9
@@ -1 +1 @@
-5fea73d34516755e119c0b97e960562c nvidia-kmod-data-304.125.tar.xz
+1c1ee306accb57cb1fcbc3ed4c84629b nvidia-kmod-data-304.128.tar.xz
--- 3.18_kernel.patch DELETED ---
--- 3.19_kernel.patch DELETED ---
--- 4.0.0_kernel.patch DELETED ---
9 years, 2 months
rpms/xorg-x11-drv-nvidia-304xx/devel .cvsignore, 1.8, 1.9 sources, 1.8, 1.9 xorg-x11-drv-nvidia-304xx.spec, 1.14, 1.15
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia-304xx/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv19274
Modified Files:
.cvsignore sources xorg-x11-drv-nvidia-304xx.spec
Log Message:
* Thu Sep 03 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 304.128-1
- Update to 304.128
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-304xx/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 16 Dec 2014 18:03:19 -0000 1.8
+++ .cvsignore 3 Sep 2015 23:55:05 -0000 1.9
@@ -1,2 +1,2 @@
-NVIDIA-Linux-x86-304.125.run
-NVIDIA-Linux-x86_64-304.125.run
+NVIDIA-Linux-x86_64-304.128.run
+NVIDIA-Linux-x86-304.128.run
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-304xx/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 16 Dec 2014 18:03:19 -0000 1.8
+++ sources 3 Sep 2015 23:55:05 -0000 1.9
@@ -1,2 +1,2 @@
-bc3b0ac291fa998d5109a6f7e94fb2d4 NVIDIA-Linux-x86-304.125.run
-3b91df19fa917a414dacd8e87f993557 NVIDIA-Linux-x86_64-304.125.run
+fb894e663cef9df21126d034e6e2dec0 NVIDIA-Linux-x86_64-304.128.run
+be2b40a4dc3339b050a4f76ddd27e96c NVIDIA-Linux-x86-304.128.run
Index: xorg-x11-drv-nvidia-304xx.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-304xx/devel/xorg-x11-drv-nvidia-304xx.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- xorg-x11-drv-nvidia-304xx.spec 16 Dec 2014 18:03:19 -0000 1.14
+++ xorg-x11-drv-nvidia-304xx.spec 3 Sep 2015 23:55:05 -0000 1.15
@@ -6,7 +6,7 @@
%global __strip /bin/true
Name: xorg-x11-drv-nvidia-304xx
-Version: 304.125
+Version: 304.128
Release: 1%{?dist}
Summary: NVIDIA's 304xx serie proprietary display driver for NVIDIA graphic cards
@@ -395,6 +395,9 @@
%changelog
+* Thu Sep 03 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 304.128-1
+- Update to 304.128
+
* Tue Dec 16 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 304.125-1
- Update to 304.125
9 years, 2 months
rpms/nvidia-340xx-kmod/devel nvidia-340xx-kmod.spec, 1.34, 1.35 4.0.0_kernel.patch, 1.1, NONE
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/nvidia-340xx-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv19077
Modified Files:
nvidia-340xx-kmod.spec
Removed Files:
4.0.0_kernel.patch
Log Message:
* Thu Sep 03 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 1:340.93-1
- Update to 340.93
Index: nvidia-340xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-340xx-kmod/devel/nvidia-340xx-kmod.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- nvidia-340xx-kmod.spec 21 Aug 2015 14:21:52 -0000 1.34
+++ nvidia-340xx-kmod.spec 3 Sep 2015 23:52:09 -0000 1.35
@@ -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-340xx-kmod
Epoch: 1
-Version: 340.76
+Version: 340.93
# Taken over by kmodtool
-Release: 3%{?dist}.3
+Release: 1%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -17,7 +17,6 @@
Source11: nvidia-kmodtool-excludekernel-filterfile
Patch0: nv-linux-arm.patch
-Patch1: 4.0.0_kernel.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -45,7 +44,6 @@
tar --use-compress-program xz -xf %{_datadir}/%{name}-%{version}/%{name}-%{version}-%{_target_cpu}.tar.xz
# patch loop
%patch0 -p1
-%patch1 -p1
for kernel_version in %{?kernel_versions} ; do
cp -a kernel _kmod_build_${kernel_version%%___*}
@@ -93,6 +91,9 @@
%changelog
+* Thu Sep 03 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 1:340.93-1
+- Update to 340.93
+
* Fri Aug 21 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 1:340.76-3.3
- Rebuilt for kernel
--- 4.0.0_kernel.patch DELETED ---
9 years, 2 months
rpms/xorg-x11-drv-nvidia-340xx/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 xorg-x11-drv-nvidia-340xx.spec, 1.2, 1.3
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia-340xx/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv18358
Modified Files:
.cvsignore sources xorg-x11-drv-nvidia-340xx.spec
Log Message:
* Thu Sep 03 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 1:340.93-1
- Update to 340.93
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-340xx/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 1 Feb 2015 19:34:51 -0000 1.3
+++ .cvsignore 3 Sep 2015 23:33:06 -0000 1.4
@@ -1,3 +1,3 @@
-NVIDIA-Linux-armv7l-gnueabihf-340.76.run
-NVIDIA-Linux-x86-340.76.run
-NVIDIA-Linux-x86_64-340.76.run
+NVIDIA-Linux-x86-340.93.run
+NVIDIA-Linux-x86_64-340.93.run
+NVIDIA-Linux-armv7l-gnueabihf-340.93.run
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-340xx/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 1 Feb 2015 19:34:51 -0000 1.3
+++ sources 3 Sep 2015 23:33:06 -0000 1.4
@@ -1,3 +1,3 @@
-a681a13572f44d9ccb531eb1e0efa992 NVIDIA-Linux-armv7l-gnueabihf-340.76.run
-8064c0a0998c3e7ee3c98ac1832b8194 NVIDIA-Linux-x86-340.76.run
-5ae351416e887037c752415d786c709d NVIDIA-Linux-x86_64-340.76.run
+4a7edf6838a80c77a57fb6f6ec7f0437 NVIDIA-Linux-x86-340.93.run
+3a3c7d6a5d776d0e89cbe19e49aee238 NVIDIA-Linux-x86_64-340.93.run
+7f8072e05a4158b96f83fb8cc5403a56 NVIDIA-Linux-armv7l-gnueabihf-340.93.run
Index: xorg-x11-drv-nvidia-340xx.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-340xx/devel/xorg-x11-drv-nvidia-340xx.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xorg-x11-drv-nvidia-340xx.spec 1 Feb 2015 19:34:51 -0000 1.2
+++ xorg-x11-drv-nvidia-340xx.spec 3 Sep 2015 23:33:06 -0000 1.3
@@ -7,7 +7,7 @@
Name: xorg-x11-drv-nvidia-340xx
Epoch: 1
-Version: 340.76
+Version: 340.93
Release: 1%{?dist}
Summary: NVIDIA's 340xx series proprietary display driver for NVIDIA graphic cards
@@ -517,6 +517,9 @@
%changelog
+* Thu Sep 03 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 1:340.93-1
+- Update to 340.93
+
* 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)
9 years, 2 months
rpms/nvidia-kmod/devel nv-linux-arm.patch, 1.5, 1.6 nv-linux-arm2.patch, 1.1, 1.2 nvidia-kmod.spec, 1.221, 1.222
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/nvidia-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv22729
Modified Files:
nv-linux-arm.patch nv-linux-arm2.patch nvidia-kmod.spec
Log Message:
* Mon Aug 31 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 1:355.11-1
- Update to 355.11
nv-linux-arm.patch:
nv-linux.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Index: nv-linux-arm.patch
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/devel/nv-linux-arm.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- nv-linux-arm.patch 17 Jan 2015 00:27:32 -0000 1.5
+++ nv-linux-arm.patch 2 Sep 2015 23:21:39 -0000 1.6
@@ -1,6 +1,6 @@
-diff -up nvidiapkg-armv7hl/kernel/nv-linux.h.arm nvidiapkg-armv7hl/kernel/nv-linux.h
---- nvidiapkg-armv7hl/kernel/nv-linux.h.arm 2015-01-11 04:30:46.000000000 +0000
-+++ nvidiapkg-armv7hl/kernel/nv-linux.h 2015-01-16 23:20:16.785229307 +0000
+diff -up nvidiapkg-armv7hl/kernel/common/inc/nv-linux.h.arm nvidiapkg-armv7hl/kernel/common/inc/nv-linux.h
+--- nvidiapkg-armv7hl/kernel/common/inc/nv-linux.h.arm 2015-01-11 04:30:46.000000000 +0000
++++ nvidiapkg-armv7hl/kernel/common/inc/nv-linux.h 2015-01-16 23:20:16.785229307 +0000
@@ -240,7 +240,8 @@ NV_STATUS nvos_forward_error_to_cray(str
* NVIDIA graphics driver has no way of knowing and is unlikely
* to work correctly.
nv-linux-arm2.patch:
nv-linux.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: nv-linux-arm2.patch
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/devel/nv-linux-arm2.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nv-linux-arm2.patch 29 Jul 2015 12:20:21 -0000 1.1
+++ nv-linux-arm2.patch 2 Sep 2015 23:21:39 -0000 1.2
@@ -1,6 +1,6 @@
-diff -up nvidiapkg-armv7hl/kernel/nv-linux.h.swf nvidiapkg-armv7hl/kernel/nv-linux.h
---- nvidiapkg-armv7hl/kernel/nv-linux.h.swf 2015-07-22 02:40:54.000000000 +0200
-+++ nvidiapkg-armv7hl/kernel/nv-linux.h 2015-07-29 14:07:14.866367595 +0200
+diff -up nvidiapkg-armv7hl/kernel/common/inc/nv-linux.h.swf nvidiapkg-armv7hl/kernel/common/inc/nv-linux.h
+--- nvidiapkg-armv7hl/kernel/common/inc/nv-linux.h.swf 2015-07-22 02:40:54.000000000 +0200
++++ nvidiapkg-armv7hl/kernel/common/inc/nv-linux.h 2015-07-29 14:07:14.866367595 +0200
@@ -148,7 +148,7 @@ static inline uid_t __kuid_val(kuid_t ui
#include <linux/dma-mapping.h>
#endif
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/devel/nvidia-kmod.spec,v
retrieving revision 1.221
retrieving revision 1.222
diff -u -r1.221 -r1.222
--- nvidia-kmod.spec 28 Aug 2015 21:20:45 -0000 1.221
+++ nvidia-kmod.spec 2 Sep 2015 23:21:39 -0000 1.222
@@ -7,7 +7,7 @@
Name: nvidia-kmod
Epoch: 1
-Version: 352.41
+Version: 355.11
# Taken over by kmodtool
Release: 1%{?dist}
Summary: NVIDIA display driver kernel module
@@ -57,19 +57,8 @@
make %{?_smp_mflags} \
KERNEL_UNAME="${kernel_version%%___*}" SYSSRC="${kernel_version##*___}" \
IGNORE_CC_MISMATCH=1 IGNORE_XEN_PRESENCE=1 IGNORE_PREEMPT_RT_PRESENCE=1 \
- %{?_nv_build_module_instances:NV_BUILD_MODULE_INSTANCES=%{?_nv_build_module_instances}} \
module
popd
-%{!?_nv_build_module_instances:
-%ifarch x86_64
- pushd _kmod_build_${kernel_version%%___*}/uvm
- make %{?_smp_mflags} \
- KERNEL_UNAME="${kernel_version%%___*}" SYSSRC="${kernel_version##*___}" \
- IGNORE_CC_MISMATCH=1 IGNORE_XEN_PRESENCE=1 IGNORE_PREEMPT_RT_PRESENCE=1 \
- module
- popd
-%endif
-}
done
@@ -77,11 +66,7 @@
rm -rf $RPM_BUILD_ROOT
for kernel_version in %{?kernel_versions}; do
mkdir -p $RPM_BUILD_ROOT/%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}/
-%ifarch x86_64
- install -D -m 0755 _kmod_build_${kernel_version%%___*}/{,uvm}/nvidia*.ko \
-%else
- install -D -m 0755 _kmod_build_${kernel_version%%___*}/nvidia.ko \
-%endif
+ install -D -m 0755 _kmod_build_${kernel_version%%___*}/nvidia*.ko \
$RPM_BUILD_ROOT/%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}/
done
%{?akmod_install}
@@ -92,6 +77,9 @@
%changelog
+* Mon Aug 31 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 1:355.11-1
+- Update to 355.11
+
* Fri Aug 28 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 1:352.41-1
- Update to 352.41
9 years, 2 months