rpms/nvidia-304xx-kmod/F-19 nvidia_3.13_kernel.patch,1.1,1.2
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/nvidia-304xx-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv7969
Modified Files:
nvidia_3.13_kernel.patch
Log Message:
more patch tweaks
nvidia_3.13_kernel.patch:
nv-acpi.c | 7 +++++++
1 file changed, 7 insertions(+)
Index: nvidia_3.13_kernel.patch
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-304xx-kmod/F-19/nvidia_3.13_kernel.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nvidia_3.13_kernel.patch 25 Jan 2014 13:29:42 -0000 1.1
+++ nvidia_3.13_kernel.patch 10 Feb 2014 16:22:02 -0000 1.2
@@ -1,5 +1,16 @@
--- a/kernel/nv-acpi.c
+++ b/kernel/nv-acpi.c
+@@ -15,6 +15,10 @@
+ #include "nv-linux.h"
+ #include "nv-reg.h"
+
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 13, 0) && defined(ACPI_HANDLE)
++#define DEVICE_ACPI_HANDLE(a) ACPI_HANDLE(a)
++#endif
++
+ #if defined(NV_LINUX_ACPI_EVENTS_SUPPORTED)
+
+ static int nv_acpi_add (struct acpi_device *);
@@ -299,7 +299,10 @@ static int nv_acpi_remove(struct acpi_de
if (pNvAcpiObject->notify_handler_installed)
10 years, 9 months
rpms/nvidia-304xx-kmod/F-20 nvidia_3.13_kernel.patch,1.1,1.2
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/nvidia-304xx-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv7905
Modified Files:
nvidia_3.13_kernel.patch
Log Message:
more patch tweaks
nvidia_3.13_kernel.patch:
nv-acpi.c | 7 +++++++
1 file changed, 7 insertions(+)
Index: nvidia_3.13_kernel.patch
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-304xx-kmod/F-20/nvidia_3.13_kernel.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nvidia_3.13_kernel.patch 25 Jan 2014 13:30:15 -0000 1.1
+++ nvidia_3.13_kernel.patch 10 Feb 2014 16:21:36 -0000 1.2
@@ -1,5 +1,16 @@
--- a/kernel/nv-acpi.c
+++ b/kernel/nv-acpi.c
+@@ -15,6 +15,10 @@
+ #include "nv-linux.h"
+ #include "nv-reg.h"
+
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 13, 0) && defined(ACPI_HANDLE)
++#define DEVICE_ACPI_HANDLE(a) ACPI_HANDLE(a)
++#endif
++
+ #if defined(NV_LINUX_ACPI_EVENTS_SUPPORTED)
+
+ static int nv_acpi_add (struct acpi_device *);
@@ -299,7 +299,10 @@ static int nv_acpi_remove(struct acpi_de
if (pNvAcpiObject->notify_handler_installed)
10 years, 9 months
rpms/nvidia-304xx-kmod/devel nvidia_3.13_kernel.patch,1.3,1.4
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/nvidia-304xx-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv7812
Modified Files:
nvidia_3.13_kernel.patch
Log Message:
more patch tweaks
nvidia_3.13_kernel.patch:
nv-acpi.c | 7 +++++++
1 file changed, 7 insertions(+)
Index: nvidia_3.13_kernel.patch
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-304xx-kmod/devel/nvidia_3.13_kernel.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- nvidia_3.13_kernel.patch 21 Jan 2014 22:40:01 -0000 1.3
+++ nvidia_3.13_kernel.patch 10 Feb 2014 16:20:51 -0000 1.4
@@ -1,5 +1,16 @@
--- a/kernel/nv-acpi.c
+++ b/kernel/nv-acpi.c
+@@ -15,6 +15,10 @@
+ #include "nv-linux.h"
+ #include "nv-reg.h"
+
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 13, 0) && defined(ACPI_HANDLE)
++#define DEVICE_ACPI_HANDLE(a) ACPI_HANDLE(a)
++#endif
++
+ #if defined(NV_LINUX_ACPI_EVENTS_SUPPORTED)
+
+ static int nv_acpi_add (struct acpi_device *);
@@ -299,7 +299,10 @@ static int nv_acpi_remove(struct acpi_de
if (pNvAcpiObject->notify_handler_installed)
10 years, 9 months
rpms/nvidia-kmod/F-19 nvidia_3.13_kernel.patch,1.1,1.2
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/nvidia-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv7131
Modified Files:
nvidia_3.13_kernel.patch
Log Message:
more patch tweaks
nvidia_3.13_kernel.patch:
nv-acpi.c | 7 +++++++
uvm/nvidia_uvm_linux.h | 10 ++++++++--
2 files changed, 15 insertions(+), 2 deletions(-)
Index: nvidia_3.13_kernel.patch
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-19/nvidia_3.13_kernel.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nvidia_3.13_kernel.patch 25 Jan 2014 12:18:17 -0000 1.1
+++ nvidia_3.13_kernel.patch 10 Feb 2014 16:14:06 -0000 1.2
@@ -1,5 +1,16 @@
--- a/kernel/nv-acpi.c
+++ b/kernel/nv-acpi.c
+@@ -15,6 +15,10 @@
+ #include "nv-linux.h"
+ #include "nv-reg.h"
+
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 13, 0) && defined(ACPI_HANDLE)
++#define DEVICE_ACPI_HANDLE(a) ACPI_HANDLE(a)
++#endif
++
+ #if defined(NV_LINUX_ACPI_EVENTS_SUPPORTED)
+ static RM_STATUS nv_acpi_extract_integer (const union acpi_object *, void *, NvU32, NvU32 *);
+ static RM_STATUS nv_acpi_extract_buffer (const union acpi_object *, void *, NvU32, NvU32 *);
@@ -303,7 +307,10 @@ static int nv_acpi_remove(struct acpi_de
if (pNvAcpiObject->notify_handler_installed)
10 years, 9 months
rpms/nvidia-kmod/F-20 nvidia_3.13_kernel.patch,1.1,1.2
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/nvidia-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv7039
Modified Files:
nvidia_3.13_kernel.patch
Log Message:
more patch tweaks
nvidia_3.13_kernel.patch:
nv-acpi.c | 7 +++++++
uvm/nvidia_uvm_linux.h | 10 ++++++++--
2 files changed, 15 insertions(+), 2 deletions(-)
Index: nvidia_3.13_kernel.patch
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-20/nvidia_3.13_kernel.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nvidia_3.13_kernel.patch 25 Jan 2014 12:18:19 -0000 1.1
+++ nvidia_3.13_kernel.patch 10 Feb 2014 16:13:15 -0000 1.2
@@ -1,5 +1,16 @@
--- a/kernel/nv-acpi.c
+++ b/kernel/nv-acpi.c
+@@ -15,6 +15,10 @@
+ #include "nv-linux.h"
+ #include "nv-reg.h"
+
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 13, 0) && defined(ACPI_HANDLE)
++#define DEVICE_ACPI_HANDLE(a) ACPI_HANDLE(a)
++#endif
++
+ #if defined(NV_LINUX_ACPI_EVENTS_SUPPORTED)
+ static RM_STATUS nv_acpi_extract_integer (const union acpi_object *, void *, NvU32, NvU32 *);
+ static RM_STATUS nv_acpi_extract_buffer (const union acpi_object *, void *, NvU32, NvU32 *);
@@ -303,7 +307,10 @@ static int nv_acpi_remove(struct acpi_de
if (pNvAcpiObject->notify_handler_installed)
10 years, 9 months
rpms/nvidia-kmod/devel nv-linux-arm.patch, 1.1, 1.2 nvidia_3.14_kernel.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-serv5586
Modified Files:
nv-linux-arm.patch nvidia_3.14_kernel.patch
Log Message:
more patch tweaks
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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nv-linux-arm.patch 15 Dec 2013 12:44:06 -0000 1.1
+++ nv-linux-arm.patch 10 Feb 2014 16:05:34 -0000 1.2
@@ -1,7 +1,7 @@
diff -up nvidiapkg-armv7hl/kernel/nv-linux.h.arm nvidiapkg-armv7hl/kernel/nv-linux.h
--- nvidiapkg-armv7hl/kernel/nv-linux.h.arm 2013-10-30 20:03:30.000000000 -0400
+++ nvidiapkg-armv7hl/kernel/nv-linux.h 2013-12-15 06:57:24.857474273 -0500
-@@ -218,7 +218,8 @@ RM_STATUS nvos_forward_error_to_cray(str
+@@ -225,7 +225,8 @@ RM_STATUS nvos_forward_error_to_cray(str
* NVIDIA graphics driver has no way of knowing and is unlikely
* to work correctly.
*/
nvidia_3.14_kernel.patch:
nv-acpi.c | 7 +++++++
nv-linux.h | 3 +++
uvm/nvidia_uvm_common.c | 4 ++++
3 files changed, 14 insertions(+)
Index: nvidia_3.14_kernel.patch
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/devel/nvidia_3.14_kernel.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nvidia_3.14_kernel.patch 8 Feb 2014 16:44:36 -0000 1.1
+++ nvidia_3.14_kernel.patch 10 Feb 2014 16:05:35 -0000 1.2
@@ -24,24 +24,25 @@
status = acpi_remove_notify_handler(device->handle, ACPI_DEVICE_NOTIFY, nv_acpi_event);
--- a/kernel/nv-linux.h
+++ b/kernel/nv-linux.h
-@@ -276,6 +276,11 @@ extern int nv_pat_mode;
+@@ -276,6 +276,9 @@ extern int nv_pat_mode;
#if !defined(NV_VMWARE) && defined(CONFIG_ACPI)
#include <acpi/acpi.h>
#include <acpi/acpi_drivers.h>
-+
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 14, 0)
+#include <acpi/acpi_bus.h>
+#endif
-+
#if defined(NV_ACPI_DEVICE_OPS_HAS_MATCH) || defined(ACPI_VIDEO_HID)
#define NV_LINUX_ACPI_EVENTS_SUPPORTED 1
#endif
--- a/kernel/uvm/nvidia_uvm_common.c
+++ b/kernel/uvm/nvidia_uvm_common.c
-@@ -272,5 +272,5 @@ static void __exit uvm_exit(void)
+@@ -272,5 +272,9 @@ static void __exit uvm_exit(void)
module_init(uvm_init);
module_exit(uvm_exit);
--MODULE_LICENSE("MIT");
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 14, 0)
+MODULE_LICENSE("GPL");
++#else
+ MODULE_LICENSE("MIT");
++#endif
MODULE_INFO(supported, "external");
10 years, 9 months
rpms/staging-kmod/F-20 staging-kmod.spec,1.34,1.35
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/staging-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv7698
Modified Files:
staging-kmod.spec
Log Message:
Yep
Index: staging-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/F-20/staging-kmod.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- staging-kmod.spec 7 Feb 2014 13:04:25 -0000 1.34
+++ staging-kmod.spec 9 Feb 2014 10:28:46 -0000 1.35
@@ -26,11 +26,7 @@
Name: staging-kmod
Version: 3.12.6
-<<<<<<< staging-kmod.spec
-Release: %{?prever:0.}2%{?prever:.%{prever}}%{?dist}.2
-=======
-Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}.6
->>>>>>> 1.32
+Release: %{?prever:0.}2%{?prever:.%{prever}}%{?dist}.6
Summary: Selected kernel modules from linux-staging
Group: System Environment/Kernel
@@ -150,10 +146,7 @@
rm -rf $RPM_BUILD_ROOT
%changelog
-* Fri Feb 07 2014 Nicolas Chauvet <kwizart(a)gmail.com>
-- Rebuilt for kernel
-
-* Thu Jan 30 2014 Nicolas Chauvet <kwizart(a)gmail.com>
+* Tue Jan 28 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 3.12.6-2.6
- Rebuilt for kernel
* Tue Jan 28 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 3.12.6-1.5
10 years, 9 months
rpms/lpf-flash-plugin/devel flash-plugin.spec.in, 1.2, 1.3 lpf-flash-plugin.spec, 1.5, 1.6
by Simone Caronni
Author: slaanesh
Update of /cvs/nonfree/rpms/lpf-flash-plugin/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv7297
Modified Files:
flash-plugin.spec.in lpf-flash-plugin.spec
Log Message:
* Sun Feb 09 2014 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.336-1
- Update to 11.2.202.336.
Index: flash-plugin.spec.in
===================================================================
RCS file: /cvs/nonfree/rpms/lpf-flash-plugin/devel/flash-plugin.spec.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- flash-plugin.spec.in 29 Jan 2014 07:36:39 -0000 1.2
+++ flash-plugin.spec.in 9 Feb 2014 10:23:50 -0000 1.3
@@ -2,7 +2,7 @@
%global __strip /bin/true
Name: flash-plugin
-Version: 11.2.202.335
+Version: 11.2.202.336
Release: 1%{?dist}
Epoch: 1
Summary: Adobe Flash Player
@@ -77,6 +77,9 @@
%{_datadir}/icons/hicolor/*/apps/flash-player-properties.png
%changelog
+* Sun Feb 09 2014 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.336-1
+- Update to 11.2.202.336.
+
* Wed Jan 29 2014 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.335-1
- Update to 11.2.202.335.
Index: lpf-flash-plugin.spec
===================================================================
RCS file: /cvs/nonfree/rpms/lpf-flash-plugin/devel/lpf-flash-plugin.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- lpf-flash-plugin.spec 29 Jan 2014 07:36:39 -0000 1.5
+++ lpf-flash-plugin.spec 9 Feb 2014 10:23:50 -0000 1.6
@@ -5,7 +5,7 @@
%define target_pkg %(t=%{name}; echo ${t#lpf-})
Name: lpf-flash-plugin
-Version: 11.2.202.335
+Version: 11.2.202.336
Release: 1%{?dist}
Epoch: 1
Summary: Adobe Flash Player package bootstrap
@@ -67,6 +67,9 @@
%changelog
+* Sun Feb 09 2014 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.336-1
+- Update to 11.2.202.336.
+
* Wed Jan 29 2014 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.335-1
- Update to 11.2.202.335.
10 years, 9 months
rpms/lpf-flash-plugin/F-20 flash-plugin.spec.in, 1.2, 1.3 lpf-flash-plugin.spec, 1.3, 1.4
by Simone Caronni
Author: slaanesh
Update of /cvs/nonfree/rpms/lpf-flash-plugin/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv7157
Modified Files:
flash-plugin.spec.in lpf-flash-plugin.spec
Log Message:
* Sun Feb 09 2014 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.336-1
- Update to 11.2.202.336.
Index: flash-plugin.spec.in
===================================================================
RCS file: /cvs/nonfree/rpms/lpf-flash-plugin/F-20/flash-plugin.spec.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- flash-plugin.spec.in 29 Jan 2014 07:37:05 -0000 1.2
+++ flash-plugin.spec.in 9 Feb 2014 10:23:32 -0000 1.3
@@ -2,7 +2,7 @@
%global __strip /bin/true
Name: flash-plugin
-Version: 11.2.202.335
+Version: 11.2.202.336
Release: 1%{?dist}
Epoch: 1
Summary: Adobe Flash Player
@@ -77,6 +77,9 @@
%{_datadir}/icons/hicolor/*/apps/flash-player-properties.png
%changelog
+* Sun Feb 09 2014 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.336-1
+- Update to 11.2.202.336.
+
* Wed Jan 29 2014 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.335-1
- Update to 11.2.202.335.
Index: lpf-flash-plugin.spec
===================================================================
RCS file: /cvs/nonfree/rpms/lpf-flash-plugin/F-20/lpf-flash-plugin.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lpf-flash-plugin.spec 29 Jan 2014 07:37:05 -0000 1.3
+++ lpf-flash-plugin.spec 9 Feb 2014 10:23:32 -0000 1.4
@@ -5,7 +5,7 @@
%define target_pkg %(t=%{name}; echo ${t#lpf-})
Name: lpf-flash-plugin
-Version: 11.2.202.335
+Version: 11.2.202.336
Release: 1%{?dist}
Epoch: 1
Summary: Adobe Flash Player package bootstrap
@@ -67,6 +67,9 @@
%changelog
+* Sun Feb 09 2014 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.336-1
+- Update to 11.2.202.336.
+
* Wed Jan 29 2014 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.335-1
- Update to 11.2.202.335.
10 years, 9 months
rpms/lpf-flash-plugin/F-19 flash-plugin.spec.in, 1.2, 1.3 lpf-flash-plugin.spec, 1.3, 1.4
by Simone Caronni
Author: slaanesh
Update of /cvs/nonfree/rpms/lpf-flash-plugin/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv7005
Modified Files:
flash-plugin.spec.in lpf-flash-plugin.spec
Log Message:
* Sun Feb 09 2014 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.336-1
- Update to 11.2.202.336.
Index: flash-plugin.spec.in
===================================================================
RCS file: /cvs/nonfree/rpms/lpf-flash-plugin/F-19/flash-plugin.spec.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- flash-plugin.spec.in 29 Jan 2014 07:37:21 -0000 1.2
+++ flash-plugin.spec.in 9 Feb 2014 10:22:31 -0000 1.3
@@ -2,7 +2,7 @@
%global __strip /bin/true
Name: flash-plugin
-Version: 11.2.202.335
+Version: 11.2.202.336
Release: 1%{?dist}
Epoch: 1
Summary: Adobe Flash Player
@@ -77,6 +77,9 @@
%{_datadir}/icons/hicolor/*/apps/flash-player-properties.png
%changelog
+* Sun Feb 09 2014 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.336-1
+- Update to 11.2.202.336.
+
* Wed Jan 29 2014 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.335-1
- Update to 11.2.202.335.
Index: lpf-flash-plugin.spec
===================================================================
RCS file: /cvs/nonfree/rpms/lpf-flash-plugin/F-19/lpf-flash-plugin.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lpf-flash-plugin.spec 29 Jan 2014 07:37:21 -0000 1.3
+++ lpf-flash-plugin.spec 9 Feb 2014 10:22:31 -0000 1.4
@@ -5,7 +5,7 @@
%define target_pkg %(t=%{name}; echo ${t#lpf-})
Name: lpf-flash-plugin
-Version: 11.2.202.335
+Version: 11.2.202.336
Release: 1%{?dist}
Epoch: 1
Summary: Adobe Flash Player package bootstrap
@@ -67,6 +67,9 @@
%changelog
+* Sun Feb 09 2014 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.336-1
+- Update to 11.2.202.336.
+
* Wed Jan 29 2014 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.335-1
- Update to 11.2.202.335.
10 years, 9 months