[nvidia-settings-470xx/el7] Updated to version 470.199.02.
by Vitaly Zaitsev
commit 435e66af23e4019a3aab1722c8f18169024258d7
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Mon Jul 10 13:02:42 2023 +0200
Updated to version 470.199.02.
.gitignore | 1 +
nvidia-settings-470xx.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ff9f8ce..955e137 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
/nvidia-settings-470.141.03.tar.gz
/nvidia-settings-470.161.03.tar.gz
/nvidia-settings-470.182.03.tar.gz
+/nvidia-settings-470.199.02.tar.gz
diff --git a/nvidia-settings-470xx.spec b/nvidia-settings-470xx.spec
index de47514..513685b 100644
--- a/nvidia-settings-470xx.spec
+++ b/nvidia-settings-470xx.spec
@@ -2,7 +2,7 @@
Name: %{appname}-470xx
Epoch: 3
-Version: 470.182.03
+Version: 470.199.02
Release: 1%{?dist}
License: GPLv2+
@@ -104,6 +104,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.metain
%{_mandir}/man1/%{appname}.1.*
%changelog
+* Fri Jun 30 2023 Vitaly Zaitsev <vitaly(a)easycoding.org> - 3:470.199.02-1
+- Updated to version 470.199.02.
+
* Fri Mar 31 2023 Vitaly Zaitsev <vitaly(a)easycoding.org> - 3:470.182.03-1
- Updated to version 470.182.03.
diff --git a/sources b/sources
index 23f0814..d053233 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (nvidia-settings-470.182.03.tar.gz) = c61c7aa72eef7d16e5fa1f71450980610b8a1ecf606f611646d654632035d46011f9d45958de94ea84ef889132e7cffe528362484789322ed8b7e6be689169a1
+SHA512 (nvidia-settings-470.199.02.tar.gz) = d0e43b8e0ef4298ce92be63d6a985e6ba3e1b9133c52f21254435d79ff20e78b195b16a75b34c7ba1ec659529c67e617a2fe40e2f573f6f2ab26ddba7bf203ad
1 year, 4 months
[nvidia-470xx-kmod/el7: 2/2] Updated to version 470.199.02.
by Vitaly Zaitsev
commit c69b9320cea003d3eaee28b8a9b06e3fc46c3725
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Mon Jul 10 12:55:31 2023 +0200
Updated to version 470.199.02.
nvidia-470xx-kmod.spec | 10 +--
nvidia-470xx-linux-6.3-build-fixes.patch | 117 -------------------------------
2 files changed, 5 insertions(+), 122 deletions(-)
---
diff --git a/nvidia-470xx-kmod.spec b/nvidia-470xx-kmod.spec
index 197b9a9..ec3ee8d 100644
--- a/nvidia-470xx-kmod.spec
+++ b/nvidia-470xx-kmod.spec
@@ -10,9 +10,9 @@
Name: nvidia-470xx-kmod
Epoch: 3
-Version: 470.182.03
+Version: 470.199.02
# Taken over by kmodtool
-Release: 2%{?dist}
+Release: 1%{?dist}
License: Redistributable, no modification permitted
Summary: NVIDIA 470xx display driver kernel module
@@ -20,8 +20,6 @@ URL: https://www.nvidia.com/
Source11: nvidia-470xx-kmodtool-excludekernel-filterfile
-Patch20: nvidia-470xx-linux-6.3-build-fixes.patch
-
# needed for plague to make sure it builds for i586 and i686
ExclusiveArch: x86_64
@@ -44,7 +42,6 @@ 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
-%patch20 -p1
for kernel_version in %{?kernel_versions} ; do
cp -a kernel _kmod_build_${kernel_version%%___*}
@@ -76,6 +73,9 @@ done
%{?akmod_install}
%changelog
+* Fri Jun 30 2023 Vitaly Zaitsev <vitaly(a)easycoding.org> - 3:470.199.02-1
+- Updated to version 470.199.02.
+
* Sat May 20 2023 Vitaly Zaitsev <vitaly(a)easycoding.org> - 3:470.182.03-2
- Added patch for the Linux kernel 6.3 support.
1 year, 4 months