[compat-ffmpeg28] Update to 2.8.20
by Leigh Scott
commit 3b7e4d379c15f535bee8cfbe08a1208ad3a39249
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu May 26 16:12:33 2022 +0100
Update to 2.8.20
compat-ffmpeg28.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/compat-ffmpeg28.spec b/compat-ffmpeg28.spec
index e071021..8be775f 100644
--- a/compat-ffmpeg28.spec
+++ b/compat-ffmpeg28.spec
@@ -11,7 +11,7 @@
Summary: Digital VCR and streaming server
Name: compat-ffmpeg28
-Version: 2.8.19
+Version: 2.8.20
Release: 1%{?dist}
%if 0%{?!_without_amr:1}
License: GPLv3+
@@ -225,6 +225,9 @@ fi
%changelog
+* Thu May 26 2022 Leigh Scott <leigh123linux(a)gmail.com> - 2.8.20-1
+- Update to 2.8.20
+
* Wed Apr 27 2022 Leigh Scott <leigh123linux(a)gmail.com> - 2.8.19-1
- Update to 2.8.19
diff --git a/sources b/sources
index 69bca14..fb8bf2b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ffmpeg-2.8.19.tar.xz) = 49758afd6ce5801fa4b6c4c96dda129b0981632e1963fc5f04f3d4e9fb861711f6b47fe6fb09da536350e8aafba0e9449e9bdb5c6a3bca0210ab7eba7ecd865f
+SHA512 (ffmpeg-2.8.20.tar.xz) = 3f00cda4bc49573eee78ee7d57758d61895bab4a0f230316f1fb4671e197e81124121d6023cdcb56c3db4055be48f585908ee624aa4bd0ebe601a2a1ea0120a0
2 years, 6 months
[xorg-x11-drv-nvidia] Add option to blacklist simpledrm
by Leigh Scott
commit 876994ea6dacba075d459d2eee53db99997e3da6
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu May 26 14:24:10 2022 +0100
Add option to blacklist simpledrm
xorg-x11-drv-nvidia.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index 45b56af..7a68d82 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -26,7 +26,7 @@
Name: xorg-x11-drv-nvidia
Epoch: 3
Version: 515.43.04
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
License: Redistributable, no modification permitted
@@ -405,7 +405,7 @@ if [ "$1" -eq "1" ]; then
sed -i -e 's/GRUB_CMDLINE_LINUX="/GRUB_CMDLINE_LINUX="%{_dracutopts} /g' /etc/default/grub
fi || :
-%triggerun -- xorg-x11-drv-nvidia < 3:384.59-5
+%triggerun -- xorg-x11-drv-nvidia < 3:515.43.04-5
if [ -f %{_sysconfdir}/default/grub ] ; then
sed -i -e '/GRUB_GFXPAYLOAD_LINUX=text/d' %{_sysconfdir}/default/grub
. %{_sysconfdir}/default/grub
@@ -587,6 +587,9 @@ fi ||:
%endif
%changelog
+* Thu May 26 2022 Leigh Scott <leigh123linux(a)gmail.com> - 3:515.43.04-5
+- Add option to blacklist simpledrm
+
* Sun May 15 2022 Nicolas Chauvet <kwizart(a)gmail.com> - 3:515.43.04-4
- Add both kernel and kernel-open to the kmodsrc
2 years, 6 months
[nvidia-kmod/f36] Disable simpledrm patches
by Leigh Scott
commit 51a3e4eb63908c3cdce00f502c2928a305b85fce
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu May 26 14:55:57 2022 +0100
Disable simpledrm patches
nvidia-kmod.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nvidia-kmod.spec b/nvidia-kmod.spec
index c1f3420..9a86454 100644
--- a/nvidia-kmod.spec
+++ b/nvidia-kmod.spec
@@ -12,7 +12,7 @@ Name: nvidia-kmod
Epoch: 3
Version: 510.68.02
# Taken over by kmodtool
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA display driver kernel module
License: Redistributable, no modification permitted
URL: http://www.nvidia.com/
@@ -43,7 +43,7 @@ kmodtool --target %{_target_cpu} --repo rpmfusion --kmodname %{name} --filterf
%setup -T -c
tar --use-compress-program xz -xf %{_datadir}/%{name}-%{version}/%{name}-%{version}-%{_target_cpu}.tar.xz
# patch loop
-%if 0%{!?_without_nvidia_kmod_patches:1}
+%if 0%{?_without_nvidia_kmod_patches:1}
%if 0%{?fedora}
%patch0 -p0
%patch1 -p1
@@ -83,6 +83,9 @@ done
%changelog
+* Thu May 26 2022 Leigh Scott <leigh123linux(a)gmail.com> - 3:510.68.02-2
+- Disable simpledrm patches
+
* Tue Apr 26 2022 Nicolas Chauvet <kwizart(a)gmail.com> - 3:510.68.02-1
- Update to 510.68.02
2 years, 6 months
[nvidia-kmod] Disable simpledrm patches
by Leigh Scott
commit 6fb7291de11fde50a63480095992fd6a9c68af8f
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu May 26 14:46:30 2022 +0100
Disable simpledrm patches
fix
nvidia-kmod.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nvidia-kmod.spec b/nvidia-kmod.spec
index c54e067..e40c17e 100644
--- a/nvidia-kmod.spec
+++ b/nvidia-kmod.spec
@@ -12,7 +12,7 @@ Name: nvidia-kmod
Epoch: 3
Version: 515.43.04
# Taken over by kmodtool
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: NVIDIA display driver kernel module
License: Redistributable, no modification permitted
URL: http://www.nvidia.com/
@@ -48,7 +48,7 @@ mv kernel kernel-closed
mv kernel-open kernel
%endif
# patch loop
-%if 0%{!?_without_nvidia_kmod_patches:1}
+%if 0%{?_with_nvidia_kmod_patches:1}
%if 0%{?fedora}
%patch0 -p0
%patch1 -p1
@@ -88,6 +88,9 @@ done
%changelog
+* Thu May 26 2022 Leigh Scott <leigh123linux(a)gmail.com> - 3:515.43.04-4
+- Disable simpledrm patches
+
* Sun May 15 2022 Nicolas Chauvet <kwizart(a)gmail.com> - 3:515.43.04-3
- Add --with kmod-nvidia-open conditional
2 years, 6 months
[xorg-x11-drv-nvidia/f36] Add option to blacklist simpledrm
by Leigh Scott
commit 652e34130dc0b6d56e974663a38c7b5c73a27a34
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu May 26 14:26:36 2022 +0100
Add option to blacklist simpledrm
xorg-x11-drv-nvidia.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index fa7b830..5f1fd94 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -26,7 +26,7 @@
Name: xorg-x11-drv-nvidia
Epoch: 3
Version: 510.68.02
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
License: Redistributable, no modification permitted
@@ -411,7 +411,7 @@ if [ "$1" -eq "1" ]; then
sed -i -e 's/GRUB_CMDLINE_LINUX="/GRUB_CMDLINE_LINUX="%{_dracutopts} /g' /etc/default/grub
fi || :
-%triggerun -- xorg-x11-drv-nvidia < 3:384.59-5
+%triggerun -- xorg-x11-drv-nvidia < 3:510.68.02-2
if [ -f %{_sysconfdir}/default/grub ] ; then
sed -i -e '/GRUB_GFXPAYLOAD_LINUX=text/d' %{_sysconfdir}/default/grub
. %{_sysconfdir}/default/grub
@@ -593,6 +593,9 @@ fi ||:
%endif
%changelog
+* Thu May 26 2022 Leigh Scott <leigh123linux(a)gmail.com> - 3:510.68.02-2
+- Add option to blacklist simpledrm
+
* Tue Apr 26 2022 Nicolas Chauvet <kwizart(a)gmail.com> - 3:510.68.02-1
- Update to 510.68.02
2 years, 6 months
[xorg-x11-drv-nvidia/f36] Add simpledrm boot option
by Leigh Scott
commit 02b0a3df06d924aae8a0f4a392d9e82f31799889
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu May 26 14:18:24 2022 +0100
Add simpledrm boot option
xorg-x11-drv-nvidia.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index 1334c4b..fa7b830 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -10,7 +10,7 @@
%global _firmwarepath %{_prefix}/lib/firmware
%global _winedir %{_libdir}/nvidia/wine
%if 0%{?fedora} || 0%{?rhel} > 7
-%global _dracutopts rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1
+%global _dracutopts rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1 initcall_blacklist=simpledrm_platform_driver_init
%else
%global _dracutopts nouveau.modeset=0 rd.driver.blacklist=nouveau nvidia-drm.modeset=1
%global _modprobedir %{_prefix}/lib/modprobe.d
2 years, 6 months