rpms/nvidia-kmod/devel kernel_v3.10.patch,1.1,1.2
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/nvidia-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv29403
Modified Files:
kernel_v3.10.patch
Log Message:
* Tue Jul 16 2013 leigh scott <leigh123linux(a)googlemail.com> - 1:325.08-3
- add better patch for 3.10 kernel
kernel_v3.10.patch:
nv-i2c.c | 9 +++------
nv-linux.h | 4 ++++
nv-procfs.c | 2 ++
3 files changed, 9 insertions(+), 6 deletions(-)
Index: kernel_v3.10.patch
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/devel/kernel_v3.10.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kernel_v3.10.patch 16 Jul 2013 16:22:46 -0000 1.1
+++ kernel_v3.10.patch 16 Jul 2013 16:36:51 -0000 1.2
@@ -28,3 +28,17 @@
#if defined(CONFIG_PROC_FS)
#include "nv_compiler.h"
+--- a/kernel/nv-linux.h
++++ b/kernel/nv-linux.h
+@@ -957,7 +957,11 @@ static inline int nv_execute_on_all_cpus
+ #endif
+
+ #if !defined(NV_VMWARE)
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 10, 0)
++#define NV_NUM_PHYSPAGES get_num_physpages()
++#else
+ #define NV_NUM_PHYSPAGES num_physpages
++#endif
+ #define NV_GET_CURRENT_PROCESS() current->tgid
+ #define NV_IN_ATOMIC() in_atomic()
+ #define NV_LOCAL_BH_DISABLE() local_bh_disable()
11 years, 4 months
rpms/nvidia-kmod/devel kernel_v3.10.patch, NONE, 1.1 nvidia-kmod.spec, 1.128, 1.129 buildfix_kernel_3.10.patch, 1.2, NONE
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/nvidia-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv25787
Modified Files:
nvidia-kmod.spec
Added Files:
kernel_v3.10.patch
Removed Files:
buildfix_kernel_3.10.patch
Log Message:
* Tue Jul 16 2013 leigh scott <leigh123linux(a)googlemail.com> - 1:325.08-3
- add better patch for 3.10 kernel
kernel_v3.10.patch:
nv-i2c.c | 9 +++------
nv-procfs.c | 2 ++
2 files changed, 5 insertions(+), 6 deletions(-)
--- NEW FILE kernel_v3.10.patch ---
--- a/kernel/nv-i2c.c
+++ b/kernel/nv-i2c.c
@@ -324,13 +324,10 @@ BOOL NV_API_CALL nv_i2c_del_adapter(nv_state_t *nv, void *data)
if (!pI2cAdapter) return FALSE;
// attempt release with the OS
- osstatus = i2c_del_adapter(pI2cAdapter);
+ i2c_del_adapter(pI2cAdapter);
- if (!osstatus)
- {
- os_free_mem(pI2cAdapter);
- wasReleased = TRUE;
- }
+ os_free_mem(pI2cAdapter);
+ wasReleased = TRUE;
return wasReleased;
}
--- a/kernel/nv-procfs.c
+++ b/kernel/nv-procfs.c
@@ -14,6 +14,8 @@
#include "os-interface.h"
#include "nv-linux.h"
+#undef CONFIG_PROC_FS
+
#if defined(CONFIG_PROC_FS)
#include "nv_compiler.h"
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/devel/nvidia-kmod.spec,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- nvidia-kmod.spec 8 Jul 2013 17:05:55 -0000 1.128
+++ nvidia-kmod.spec 16 Jul 2013 16:22:46 -0000 1.129
@@ -9,7 +9,7 @@
Epoch: 1
Version: 325.08
# Taken over by kmodtool
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -24,7 +24,7 @@
# </switch me>
Source11: nvidia-kmodtool-excludekernel-filterfile
-Patch0: buildfix_kernel_3.10.patch
+Patch0: kernel_v3.10.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -85,6 +85,9 @@
%changelog
+* Tue Jul 16 2013 leigh scott <leigh123linux(a)googlemail.com> - 1:325.08-3
+- add better patch for 3.10 kernel
+
* Mon Jul 08 2013 leigh scott <leigh123linux(a)googlemail.com> - 1:325.08-2
- build for current
@@ -294,7 +297,7 @@
* Thu Aug 05 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 1:256.44-1
- Update to 256.44
-* Wed Jun 18 2010 Vallimar de Morieve <vallimar(a)gmail.com> - 1:256.35-1
+* Fri Jun 18 2010 Vallimar de Morieve <vallimar(a)gmail.com> - 1:256.35-1
- update to 256.35
* Thu Jun 17 2010 Nicolas Chaubvet <kwizart(a)gmail.com> - 1:195.36.31-1
@@ -567,7 +570,7 @@
* Wed Mar 19 2008 kwizart < kwizart at gmail.com > - 171.06-2
- Add Patch for 2.6.25rc kernels
-* Fri Mar 8 2008 kwizart < kwizart at gmail.com > - 171.06-1
+* Sat Mar 8 2008 kwizart < kwizart at gmail.com > - 171.06-1
- Update to 171.06 (beta)
* Wed Feb 27 2008 kwizart < kwizart at gmail.com > - 169.12-1
--- buildfix_kernel_3.10.patch DELETED ---
11 years, 4 months
rpms/smesh/devel smesh.spec,1.7,1.8
by Richard Shaw
Author: hobbes1069
Update of /cvs/nonfree/rpms/smesh/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv3681
Modified Files:
smesh.spec
Log Message:
* Mon Jul 15 2013 Richard Shaw <hobbes1069(a)gmail.com> - 5.1.2.2-7.svn55
- Rebuild for updated OCE.
Index: smesh.spec
===================================================================
RCS file: /cvs/nonfree/rpms/smesh/devel/smesh.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- smesh.spec 18 Feb 2013 17:28:43 -0000 1.7
+++ smesh.spec 15 Jul 2013 17:42:41 -0000 1.8
@@ -7,7 +7,7 @@
Name: smesh
Version: 5.1.2.2
-Release: 6.svn%{svnrev}%{?dist}
+Release: 7.svn%{svnrev}%{?dist}
Summary: OpenCascade based MESH framework
# This library is LGPLv2+ but links against the non-free library OCE.
@@ -112,6 +112,9 @@
%changelog
+* Mon Jul 15 2013 Richard Shaw <hobbes1069(a)gmail.com> - 5.1.2.2-7.svn55
+- Rebuild for updated OCE.
+
* Fri Feb 15 2013 Richard Shaw <hobbes1069(a)gmail.com> - 5.1.2.2-1.svn55
- Update for compatibility with new OCE.
11 years, 4 months
rpms/freecad/devel freecad.spec,1.6,1.7
by Richard Shaw
Author: hobbes1069
Update of /cvs/nonfree/rpms/freecad/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv3254
Modified Files:
freecad.spec
Log Message:
* Mon Jul 15 2013 Richard Shaw <hobbes1069(a)gmail.com> - 0.13-3
- Rebuild for updated OCE.
Index: freecad.spec
===================================================================
RCS file: /cvs/nonfree/rpms/freecad/devel/freecad.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- freecad.spec 29 Apr 2013 21:24:39 -0000 1.6
+++ freecad.spec 15 Jul 2013 17:36:56 -0000 1.7
@@ -28,7 +28,7 @@
Name: freecad
Version: 0.13
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A general purpose 3D CAD modeler
Group: Applications/Engineering
@@ -281,6 +281,9 @@
%changelog
+* Mon Jul 15 2013 Richard Shaw <hobbes1069(a)gmail.com> - 0.13-3
+- Rebuild for updated OCE.
+
* Mon Apr 29 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.13-2
- https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
11 years, 4 months
rpms/OCE/devel .cvsignore,1.3,1.4 OCE.spec,1.6,1.7 sources,1.3,1.4
by Richard Shaw
Author: hobbes1069
Update of /cvs/nonfree/rpms/OCE/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv31543
Modified Files:
.cvsignore OCE.spec sources
Log Message:
* Tue Jul 15 2013 Richard Shaw <hobbes1069(a)gmail.com> - 0.12-1
- Update to latest upstream release as it adds some performance enhancements.
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/OCE/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 18 Feb 2013 14:41:48 -0000 1.3
+++ .cvsignore 15 Jul 2013 16:06:03 -0000 1.4
@@ -1 +1 @@
-oce-OCE-0.11.tar.gz
+oce-OCE-0.12.tar.gz
Index: OCE.spec
===================================================================
RCS file: /cvs/nonfree/rpms/OCE/devel/OCE.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- OCE.spec 19 Feb 2013 12:52:15 -0000 1.6
+++ OCE.spec 15 Jul 2013 16:06:04 -0000 1.7
@@ -6,8 +6,8 @@
%endif
Name: OCE
-Version: 0.11
-Release: 2%{?relcan:.rc%{relcan}}%{?dist}
+Version: 0.12
+Release: 1%{?relcan:.rc%{relcan}}%{?dist}
Summary: OpenCASCADE Community Edition
License: Open CASCADE Technology Public License
@@ -44,7 +44,7 @@
BuildRequires: libgomp
BuildRequires: tcl-devel
BuildRequires: tk-devel
-%ifarch %{ix86} x86_64 ia64 ppc ppc64
+%ifnarch %arm
BuildRequires: tbb-devel
%endif
@@ -133,7 +133,7 @@
%prep
%setup -q -n oce-%{name}-%{version}
-%patch0 -p1 -b .cmake_freeimage
+#patch0 -p1 -b .cmake_freeimage
# Convert files to utf8
iconv --from=ISO-8859-1 --to=UTF-8 LICENSE.txt > LICENSE.txt.new && \
@@ -305,6 +305,9 @@
%changelog
+* Tue Jul 15 2013 Richard Shaw <hobbes1069(a)gmail.com> - 0.12-1
+- Update to latest upstream release as it adds some performance enhancements.
+
* Mon Feb 18 2013 Richard Shaw <hobbes1069(a)gmail.com> - 0.11-2
- Add tbb-devel as build requirement.
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/OCE/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 18 Feb 2013 14:41:48 -0000 1.3
+++ sources 15 Jul 2013 16:06:04 -0000 1.4
@@ -1 +1 @@
-5d3f12abade78a69cd6734c1fdeb83b7 oce-OCE-0.11.tar.gz
+a49be79576ef421de28a28d51e60a009 oce-OCE-0.12.tar.gz
11 years, 4 months
rpms/wl-kmod/F-17 wl-kmod.spec,1.139,1.140
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/wl-kmod/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv5830
Modified Files:
wl-kmod.spec
Log Message:
* Mon Jul 15 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-10.7
- Rebuilt for kernel
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-17/wl-kmod.spec,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- wl-kmod.spec 28 Jun 2013 17:35:09 -0000 1.139
+++ wl-kmod.spec 15 Jul 2013 09:59:18 -0000 1.140
@@ -7,7 +7,7 @@
Name: wl-kmod
Version: 5.100.82.112
-Release: 10%{?dist}.6
+Release: 10%{?dist}.7
Summary: Kernel module for Broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -101,6 +101,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon Jul 15 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-10.7
+- Rebuilt for kernel
+
* Fri Jun 28 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-10.6
- Rebuilt for kernel
11 years, 4 months
rpms/nvidia-kmod/F-17 nvidia-kmod.spec,1.185,1.186
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv5701
Modified Files:
nvidia-kmod.spec
Log Message:
* Mon Jul 15 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1:304.88-1.13
- Rebuilt for kernel
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-17/nvidia-kmod.spec,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -r1.185 -r1.186
--- nvidia-kmod.spec 28 Jun 2013 17:35:00 -0000 1.185
+++ nvidia-kmod.spec 15 Jul 2013 09:59:06 -0000 1.186
@@ -9,7 +9,7 @@
Epoch: 1
Version: 304.88
# Taken over by kmodtool
-Release: 1%{?dist}.12
+Release: 1%{?dist}.13
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -85,6 +85,9 @@
%changelog
+* Mon Jul 15 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1:304.88-1.13
+- Rebuilt for kernel
+
* Fri Jun 28 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1:304.88-1.12
- Rebuilt for kernel
11 years, 4 months
rpms/nvidia-96xx-kmod/F-17 nvidia-96xx-kmod.spec,1.86,1.87
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-96xx-kmod/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv5557
Modified Files:
nvidia-96xx-kmod.spec
Log Message:
* Mon Jul 15 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 96.43.23-5.17
- Rebuilt for kernel
Index: nvidia-96xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-96xx-kmod/F-17/nvidia-96xx-kmod.spec,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- nvidia-96xx-kmod.spec 28 Jun 2013 17:34:48 -0000 1.86
+++ nvidia-96xx-kmod.spec 15 Jul 2013 09:58:55 -0000 1.87
@@ -7,7 +7,7 @@
Name: nvidia-96xx-kmod
Version: 96.43.23
-Release: 5%{?dist}.16
+Release: 5%{?dist}.17
# Taken over by kmodtool
Summary: NVIDIA 96xx display driver kernel module
Group: System Environment/Kernel
@@ -96,6 +96,9 @@
%changelog
+* Mon Jul 15 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 96.43.23-5.17
+- Rebuilt for kernel
+
* Fri Jun 28 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 96.43.23-5.16
- Rebuilt for kernel
11 years, 4 months
rpms/nvidia-304xx-kmod/F-17 nvidia-304xx-kmod.spec,1.4,1.5
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-304xx-kmod/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv5436
Modified Files:
nvidia-304xx-kmod.spec
Log Message:
* Mon Jul 15 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 304.88-1.6
- Rebuilt for kernel
Index: nvidia-304xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-304xx-kmod/F-17/nvidia-304xx-kmod.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nvidia-304xx-kmod.spec 28 Jun 2013 17:34:35 -0000 1.4
+++ nvidia-304xx-kmod.spec 15 Jul 2013 09:58:44 -0000 1.5
@@ -8,7 +8,7 @@
Name: nvidia-304xx-kmod
Version: 304.88
# Taken over by kmodtool
-Release: 1%{?dist}.5
+Release: 1%{?dist}.6
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -80,6 +80,9 @@
%changelog
+* Mon Jul 15 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 304.88-1.6
+- Rebuilt for kernel
+
* Fri Jun 28 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 304.88-1.5
- Rebuilt for kernel
11 years, 4 months
rpms/nvidia-173xx-kmod/F-17 nvidia-173xx-kmod.spec,1.115,1.116
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-173xx-kmod/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv5315
Modified Files:
nvidia-173xx-kmod.spec
Log Message:
* Mon Jul 15 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.36-5.24
- Rebuilt for kernel
Index: nvidia-173xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-173xx-kmod/F-17/nvidia-173xx-kmod.spec,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- nvidia-173xx-kmod.spec 28 Jun 2013 17:34:24 -0000 1.115
+++ nvidia-173xx-kmod.spec 15 Jul 2013 09:58:32 -0000 1.116
@@ -8,7 +8,7 @@
Name: nvidia-173xx-kmod
Version: 173.14.36
# Taken over by kmodtool
-Release: 5%{?dist}.23
+Release: 5%{?dist}.24
Summary: NVIDIA 173xx display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -98,6 +98,9 @@
%changelog
+* Mon Jul 15 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.36-5.24
+- Rebuilt for kernel
+
* Fri Jun 28 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.36-5.23
- Rebuilt for kernel
11 years, 4 months