[clipgrab/f30] Update to 3.8.7
by Martin Gansser
Summary of changes:
1573f8e... Update to 3.8.7 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 9 months
[clipgrab/f31] Update to 3.8.7
by Martin Gansser
Summary of changes:
1573f8e... Update to 3.8.7 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 9 months
[clipgrab] Update to 3.8.7
by Martin Gansser
commit 1573f8ef81f40a7f2e9f8421087c3396ead3bea3
Author: Martin Gansser <mgansser(a)online.de>
Date: Tue Nov 26 16:32:24 2019 +0100
Update to 3.8.7
.gitignore | 1 +
clipgrab.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f37dfea..0083b95 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@ clipgrab-3.5.5.tar.gz
/clipgrab-3.8.3.tar.gz
/clipgrab-3.8.4.tar.gz
/clipgrab-3.8.5.tar.gz
+/clipgrab-3.8.7.tar.gz
diff --git a/clipgrab.spec b/clipgrab.spec
index 9e80ce0..28a2c95 100644
--- a/clipgrab.spec
+++ b/clipgrab.spec
@@ -1,5 +1,5 @@
Name: clipgrab
-Version: 3.8.5
+Version: 3.8.7
Release: 1%{?dist}
License: GPLv3 and Non-Commercial Use Only (Artwork and Trademark)
@@ -48,6 +48,9 @@ desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE1}
%{_datadir}/applications/clipgrab.desktop
%changelog
+* Tue Nov 26 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 3.8.7-1
+- Update to 3.8.7
+
* Wed Sep 18 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 3.8.5-1
- Update to 3.8.5
diff --git a/sources b/sources
index 80bd7a5..bffae30 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ec17f4041965cf5cab5d3f226e4df7a1 clipgrab-3.8.5.tar.gz
+SHA512 (clipgrab-3.8.7.tar.gz) = 21d344ed22b0764fc8d724ddc234b7f14d394619b412bd1fbb7e1896d48c40281bee6e4827ef8a4296ee3ef23f07e676c1d038d0839e327d46d5850d9eded031
4 years, 9 months
[nvidia-340xx-kmod/f31] patch for kernel-5.3.0
by João Carlos Mendes Luís
commit 1b684f6f1a3c7bc33be80799d02edc09a360cd7c
Author: João Carlos Mendes Luís <jonny(a)corp.globo.com>
Date: Sun Nov 24 18:21:33 2019 -0300
patch for kernel-5.3.0
buildfix_kernel_5.3.patch | 49 +++++++++++++++++++++++++++++++++++++++++++++++
nvidia-340xx-kmod.spec | 7 ++++++-
2 files changed, 55 insertions(+), 1 deletion(-)
---
diff --git a/buildfix_kernel_5.3.patch b/buildfix_kernel_5.3.patch
new file mode 100644
index 0000000..d18a0a3
--- /dev/null
+++ b/buildfix_kernel_5.3.patch
@@ -0,0 +1,49 @@
+diff --git a/kernel/nv-linux.h b/kernel/nv-linux.h
+index 4043bf1..62f0874 100644
+--- a/kernel/nv-linux.h
++++ b/kernel/nv-linux.h
+@@ -877,12 +877,21 @@ extern void *nv_stack_t_cache;
+ __ret; \
+ })
+ #elif (NV_SMP_CALL_FUNCTION_ARGUMENT_COUNT == 3)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 3, 0)
+ #define NV_SMP_CALL_FUNCTION(func, info, wait) \
+ ({ \
+ int __ret = smp_call_function(func, info, wait); \
+ __ret; \
+ })
+ #else
++#define NV_SMP_CALL_FUNCTION(func, info, wait) \
++ ({ \
++ int __ret = 0; \
++ smp_call_function(func, info, wait); \
++ __ret; \
++ })
++#endif
++#else
+ #error "NV_SMP_CALL_FUNCTION_ARGUMENT_COUNT value unrecognized!"
+ #endif
+ #elif defined(CONFIG_SMP)
+@@ -897,12 +906,21 @@ extern void *nv_stack_t_cache;
+ __ret; \
+ })
+ #elif (NV_ON_EACH_CPU_ARGUMENT_COUNT == 3)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 3, 0)
+ #define NV_ON_EACH_CPU(func, info, wait) \
+ ({ \
+ int __ret = on_each_cpu(func, info, wait); \
+ __ret; \
+ })
+ #else
++#define NV_ON_EACH_CPU(func, info, wait) \
++ ({ \
++ int __ret = 0; \
++ on_each_cpu(func, info, wait); \
++ __ret; \
++ })
++#endif
++#else
+ #error "NV_ON_EACH_CPU_ARGUMENT_COUNT value unrecognized!"
+ #endif
+ #elif defined(CONFIG_SMP)
+
diff --git a/nvidia-340xx-kmod.spec b/nvidia-340xx-kmod.spec
index 50db72a..6997025 100644
--- a/nvidia-340xx-kmod.spec
+++ b/nvidia-340xx-kmod.spec
@@ -10,7 +10,7 @@ Name: nvidia-340xx-kmod
Epoch: 1
Version: 340.107
# Taken over by kmodtool
-Release: 10%{?dist}
+Release: 11%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -20,6 +20,7 @@ Source11: nvidia-kmodtool-excludekernel-filterfile
Patch0: nv-linux-arm.patch
Patch1: buildfix_kernel_5.0.patch
Patch2: xf86-video-nvidia-legacy-02-fix-linux-5.1.patch
+Patch3: buildfix_kernel_5.3.patch
%if 0%{?fedora} > 30
ExclusiveArch: x86_64
@@ -50,6 +51,7 @@ tar --use-compress-program xz -xf %{_datadir}/%{name}-%{version}/%{name}-%{versi
%patch0 -p1
%patch1 -p1
%patch2 -p1
+%patch3 -p1
for kernel_version in %{?kernel_versions} ; do
cp -a kernel _kmod_build_${kernel_version%%___*}
@@ -79,6 +81,9 @@ done
%{?akmod_install}
%changelog
+* Sun Nov 24 2019 João Carlos Mendes Luís <redhat(a)jonny.eng.br> - 1:340.107-11
+- patch for kernel-5.3.0
+
* Thu Aug 29 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 1:340.107-10
- Exclude i686 for F31+
4 years, 9 months
[nvidia-340xx-kmod] patch for kernel-5.3.0
by João Carlos Mendes Luís
commit b468ffc5b67d84c7392390943e90c0f6059912c5
Author: João Carlos Mendes Luís <jonny(a)corp.globo.com>
Date: Sun Nov 24 18:21:33 2019 -0300
patch for kernel-5.3.0
buildfix_kernel_5.3.patch | 49 +++++++++++++++++++++++++++++++++++++++++++++++
nvidia-340xx-kmod.spec | 7 ++++++-
2 files changed, 55 insertions(+), 1 deletion(-)
---
diff --git a/buildfix_kernel_5.3.patch b/buildfix_kernel_5.3.patch
new file mode 100644
index 0000000..d18a0a3
--- /dev/null
+++ b/buildfix_kernel_5.3.patch
@@ -0,0 +1,49 @@
+diff --git a/kernel/nv-linux.h b/kernel/nv-linux.h
+index 4043bf1..62f0874 100644
+--- a/kernel/nv-linux.h
++++ b/kernel/nv-linux.h
+@@ -877,12 +877,21 @@ extern void *nv_stack_t_cache;
+ __ret; \
+ })
+ #elif (NV_SMP_CALL_FUNCTION_ARGUMENT_COUNT == 3)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 3, 0)
+ #define NV_SMP_CALL_FUNCTION(func, info, wait) \
+ ({ \
+ int __ret = smp_call_function(func, info, wait); \
+ __ret; \
+ })
+ #else
++#define NV_SMP_CALL_FUNCTION(func, info, wait) \
++ ({ \
++ int __ret = 0; \
++ smp_call_function(func, info, wait); \
++ __ret; \
++ })
++#endif
++#else
+ #error "NV_SMP_CALL_FUNCTION_ARGUMENT_COUNT value unrecognized!"
+ #endif
+ #elif defined(CONFIG_SMP)
+@@ -897,12 +906,21 @@ extern void *nv_stack_t_cache;
+ __ret; \
+ })
+ #elif (NV_ON_EACH_CPU_ARGUMENT_COUNT == 3)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 3, 0)
+ #define NV_ON_EACH_CPU(func, info, wait) \
+ ({ \
+ int __ret = on_each_cpu(func, info, wait); \
+ __ret; \
+ })
+ #else
++#define NV_ON_EACH_CPU(func, info, wait) \
++ ({ \
++ int __ret = 0; \
++ on_each_cpu(func, info, wait); \
++ __ret; \
++ })
++#endif
++#else
+ #error "NV_ON_EACH_CPU_ARGUMENT_COUNT value unrecognized!"
+ #endif
+ #elif defined(CONFIG_SMP)
+
diff --git a/nvidia-340xx-kmod.spec b/nvidia-340xx-kmod.spec
index 50db72a..6997025 100644
--- a/nvidia-340xx-kmod.spec
+++ b/nvidia-340xx-kmod.spec
@@ -10,7 +10,7 @@ Name: nvidia-340xx-kmod
Epoch: 1
Version: 340.107
# Taken over by kmodtool
-Release: 10%{?dist}
+Release: 11%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -20,6 +20,7 @@ Source11: nvidia-kmodtool-excludekernel-filterfile
Patch0: nv-linux-arm.patch
Patch1: buildfix_kernel_5.0.patch
Patch2: xf86-video-nvidia-legacy-02-fix-linux-5.1.patch
+Patch3: buildfix_kernel_5.3.patch
%if 0%{?fedora} > 30
ExclusiveArch: x86_64
@@ -50,6 +51,7 @@ tar --use-compress-program xz -xf %{_datadir}/%{name}-%{version}/%{name}-%{versi
%patch0 -p1
%patch1 -p1
%patch2 -p1
+%patch3 -p1
for kernel_version in %{?kernel_versions} ; do
cp -a kernel _kmod_build_${kernel_version%%___*}
@@ -79,6 +81,9 @@ done
%{?akmod_install}
%changelog
+* Sun Nov 24 2019 João Carlos Mendes Luís <redhat(a)jonny.eng.br> - 1:340.107-11
+- patch for kernel-5.3.0
+
* Thu Aug 29 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 1:340.107-10
- Exclude i686 for F31+
4 years, 9 months
[nvidia-340xx-kmod/f30] patch for kernel-5.3.0
by João Carlos Mendes Luís
commit 799147b0b1236ffbc229f2d803bce7322f1afa26
Author: João Carlos Mendes Luís <jonny(a)corp.globo.com>
Date: Sun Nov 24 18:04:38 2019 -0300
patch for kernel-5.3.0
buildfix_kernel_5.3.patch | 49 +++++++++++++++++++++++++++++++++++++++++++++++
nvidia-340xx-kmod.spec | 7 ++++++-
2 files changed, 55 insertions(+), 1 deletion(-)
---
diff --git a/buildfix_kernel_5.3.patch b/buildfix_kernel_5.3.patch
new file mode 100644
index 0000000..d18a0a3
--- /dev/null
+++ b/buildfix_kernel_5.3.patch
@@ -0,0 +1,49 @@
+diff --git a/kernel/nv-linux.h b/kernel/nv-linux.h
+index 4043bf1..62f0874 100644
+--- a/kernel/nv-linux.h
++++ b/kernel/nv-linux.h
+@@ -877,12 +877,21 @@ extern void *nv_stack_t_cache;
+ __ret; \
+ })
+ #elif (NV_SMP_CALL_FUNCTION_ARGUMENT_COUNT == 3)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 3, 0)
+ #define NV_SMP_CALL_FUNCTION(func, info, wait) \
+ ({ \
+ int __ret = smp_call_function(func, info, wait); \
+ __ret; \
+ })
+ #else
++#define NV_SMP_CALL_FUNCTION(func, info, wait) \
++ ({ \
++ int __ret = 0; \
++ smp_call_function(func, info, wait); \
++ __ret; \
++ })
++#endif
++#else
+ #error "NV_SMP_CALL_FUNCTION_ARGUMENT_COUNT value unrecognized!"
+ #endif
+ #elif defined(CONFIG_SMP)
+@@ -897,12 +906,21 @@ extern void *nv_stack_t_cache;
+ __ret; \
+ })
+ #elif (NV_ON_EACH_CPU_ARGUMENT_COUNT == 3)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 3, 0)
+ #define NV_ON_EACH_CPU(func, info, wait) \
+ ({ \
+ int __ret = on_each_cpu(func, info, wait); \
+ __ret; \
+ })
+ #else
++#define NV_ON_EACH_CPU(func, info, wait) \
++ ({ \
++ int __ret = 0; \
++ on_each_cpu(func, info, wait); \
++ __ret; \
++ })
++#endif
++#else
+ #error "NV_ON_EACH_CPU_ARGUMENT_COUNT value unrecognized!"
+ #endif
+ #elif defined(CONFIG_SMP)
+
diff --git a/nvidia-340xx-kmod.spec b/nvidia-340xx-kmod.spec
index 5dfbba7..400c623 100644
--- a/nvidia-340xx-kmod.spec
+++ b/nvidia-340xx-kmod.spec
@@ -10,7 +10,7 @@ Name: nvidia-340xx-kmod
Epoch: 1
Version: 340.107
# Taken over by kmodtool
-Release: 8%{?dist}
+Release: 9%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -20,6 +20,7 @@ Source11: nvidia-kmodtool-excludekernel-filterfile
Patch0: nv-linux-arm.patch
Patch1: buildfix_kernel_5.0.patch
Patch2: xf86-video-nvidia-legacy-02-fix-linux-5.1.patch
+Patch3: buildfix_kernel_5.3.patch
# needed for plague to make sure it builds for i586 and i686
#ExclusiveArch: i686 x86_64 armv7hl
@@ -48,6 +49,7 @@ tar --use-compress-program xz -xf %{_datadir}/%{name}-%{version}/%{name}-%{versi
%patch0 -p1
%patch1 -p1
%patch2 -p1
+%patch3 -p1
for kernel_version in %{?kernel_versions} ; do
cp -a kernel _kmod_build_${kernel_version%%___*}
@@ -77,6 +79,9 @@ done
%{?akmod_install}
%changelog
+* Sun Nov 24 2019 João Carlos Mendes Luís <redhat(a)jonny.eng.br> - 1:340.107-9
+- patch for kernel-5.3.0
+
* Mon Jun 03 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 1:340.107-8
- patch for kernel-5.1.0
4 years, 9 months
[nvidia-xconfig/f29: 7/7] Merge branch 'master' into f29
by Leigh Scott
commit b082d1f27e488213e2ba3aaaff6c23c2af558188
Merge: 54600f6 0a82585
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Nov 23 13:57:32 2019 +0000
Merge branch 'master' into f29
nvidia-xconfig.spec | 20 +++++++++++++++++++-
sources | 2 +-
2 files changed, 20 insertions(+), 2 deletions(-)
---
4 years, 9 months