[nvidia-settings] Update to 510.47.03 release
by Leigh Scott
commit 12c608b63d4816d8ac935168d24aa1ad1e4d27f7
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Feb 1 20:23:05 2022 +0000
Update to 510.47.03 release
.gitignore | 1 +
nvidia-settings.spec | 19 +++++++++----------
sources | 2 +-
3 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 70ea0c2..6ecfd41 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ nvidia-settings-*.tar.bz2
/nvidia-settings-465.27.tar.gz
/nvidia-settings-495.46.tar.gz
/nvidia-settings-510.39.01.tar.gz
+/nvidia-settings-510.47.03.tar.gz
diff --git a/nvidia-settings.spec b/nvidia-settings.spec
index 66e1471..30136d4 100644
--- a/nvidia-settings.spec
+++ b/nvidia-settings.spec
@@ -1,6 +1,6 @@
Name: nvidia-settings
Epoch: 3
-Version: 510.39.01
+Version: 510.47.03
Release: 1%{?dist}
Summary: Configure the NVIDIA graphics driver
@@ -17,10 +17,8 @@ BuildRequires: gcc
BuildRequires: hostname
BuildRequires: gtk2-devel
-%if 0%{?fedora} || 0%{?rhel} > 6
BuildRequires: gtk3-devel
BuildRequires: libappstream-glib
-%endif
BuildRequires: libXxf86vm-devel
BuildRequires: libXext-devel
BuildRequires: libXrandr-devel
@@ -100,9 +98,9 @@ desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/%{name}-user.desk
%if 0%{?fedora}
# AppData installation
-mkdir -p %{buildroot}%{_datadir}/appdata
-install -p -m 0644 %{SOURCE2} %{buildroot}%{_datadir}/appdata/
-appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
+mkdir -p %{buildroot}%{_metainfodir}/
+install -p -m 0644 %{SOURCE2} %{buildroot}%{_metainfodir}/
+appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.appdata.xml
%endif
%ldconfig_scriptlets
@@ -111,19 +109,20 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/%{name}.ap
%doc doc/*.txt
%config %{_sysconfdir}/xdg/autostart/%{name}-user.desktop
%{_bindir}/nvidia-settings
-%{_libdir}/libnvidia-gtk?.so.*
-%if 0%{?fedora} || 0%{?rhel} > 6
+%{_libdir}/libnvidia-gtk3.so.*
%exclude %{_libdir}/libnvidia-gtk2.so.*
-%endif
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%if 0%{?fedora}
-%{_datadir}/appdata/%{name}.appdata.xml
+%{_metainfodir}/%{name}.appdata.xml
%endif
%{_mandir}/man1/nvidia-settings.1.*
%changelog
+* Tue Feb 01 2022 Leigh Scott <leigh123linux(a)gmail.com> - 3:510.47.03-1
+- Update to 510.47.03 release
+
* Wed Jan 12 2022 Leigh Scott <leigh123linux(a)gmail.com> - 3:510.39.01-1
- Update to 510.39.01 beta
diff --git a/sources b/sources
index d965c23..d643f56 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (nvidia-settings-510.39.01.tar.gz) = 43975ebb45cb84eaa550262491fdbbbad9866b7847564175f896fb688cb0f2e31cefd4a92b897f34dc08077ccbaec2ef1cf2b5e805a24c3d31d9e9ce81848c10
+SHA512 (nvidia-settings-510.47.03.tar.gz) = cf2afcd9174b92288f31b33f4e86bb791a1293f865a76cfe5c1497529fad37445813448767354feed9b74a72d23f53ddaaa26f66a719a784bc16a966c8698691
2 years, 10 months
[nvidia-persistenced] Update to 510.47.03 release
by Leigh Scott
commit 2b58713e60f4b5bd570e3ae55efca04eb2b831df
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Feb 1 20:08:04 2022 +0000
Update to 510.47.03 release
nvidia-persistenced.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nvidia-persistenced.spec b/nvidia-persistenced.spec
index 68c78e7..06a942d 100644
--- a/nvidia-persistenced.spec
+++ b/nvidia-persistenced.spec
@@ -2,7 +2,7 @@
Name: nvidia-persistenced
Epoch: 3
-Version: 510.39.01
+Version: 510.47.03
Release: 1%{?dist}
Summary: Daemon for maintaining persistent driver state
@@ -76,6 +76,9 @@ chmod -x %{buildroot}%{_mandir}/man1/%{name}.1.*
%changelog
+* Tue Feb 01 2022 Leigh Scott <leigh123linux(a)gmail.com> - 3:510.47.03-1
+- Update to 510.47.03 release
+
* Wed Jan 12 2022 Leigh Scott <leigh123linux(a)gmail.com> - 3:510.39.01-1
- Update to 510.39.01 beta
diff --git a/sources b/sources
index 495b15c..c1f62d2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (nvidia-persistenced-510.39.01.tar.gz) = 4b502711a1eb05f42ea48c634f70a18d6a5be8bcff7db4fe5b971837d71957e1dfd87267da3d97f6014d4f1570a3ee54bfbfff76089a680f057752308aba140d
+SHA512 (nvidia-persistenced-510.47.03.tar.gz) = b152362ae19b9128d3da2ad6f7b06cdbf38c755344ed8ddaed6dfa1cf58ad73fb8577b7eaa31599e4f90e2df3f33e99b12f7ae3ac70e6179f316c349b619bc0c
2 years, 10 months
[nvidia-modprobe] Update to 510.47.03 release
by Leigh Scott
commit 70d914e02ca8ef25fb6863361363392e93e6f53a
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Feb 1 19:55:25 2022 +0000
Update to 510.47.03 release
nvidia-modprobe.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nvidia-modprobe.spec b/nvidia-modprobe.spec
index 99e11b8..1ecde08 100644
--- a/nvidia-modprobe.spec
+++ b/nvidia-modprobe.spec
@@ -1,6 +1,6 @@
Name: nvidia-modprobe
Epoch: 3
-Version: 510.39.01
+Version: 510.47.03
Release: 1%{?dist}
Summary: Load the NVIDIA kernel module and create NVIDIA character device files
@@ -42,6 +42,9 @@ chmod -x %{buildroot}%{_mandir}/man1/nvidia-modprobe.1.*
%changelog
+* Tue Feb 01 2022 Leigh Scott <leigh123linux(a)gmail.com> - 3:510.47.03-1
+- Update to 510.47.03 release
+
* Wed Jan 12 2022 Leigh Scott <leigh123linux(a)gmail.com> - 3:510.39.01-1
- Update to 510.39.01 beta
diff --git a/sources b/sources
index b7300b2..a8c7881 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (nvidia-modprobe-510.39.01.tar.gz) = 2578ed5ded8fe554fba0d4048fb221feca619eeb0e3735c86e5dd18f4e2e57a310fda3519156097182c26975aa1818164bc3d503904a0f7857278ff66ed1a4c2
+SHA512 (nvidia-modprobe-510.47.03.tar.gz) = f67fce683546b5883f52617b4316a382743faa78fccf13b5910124d823b511b867f1d011bc395c4158ac836001e2b6fec173d2914757eb6fa59d973c950b11ae
2 years, 10 months
[nvidia-kmod/f34] (5 commits) ...Update to 510.47.03 release
by Leigh Scott
Summary of changes:
6bb050c... Update to 510.39.01 beta (*)
7e8b24b... Update changelog (*)
9c9e0b2... Add patch (*)
cad3506... Add fix to remove existing generic drivers (*)
a493387... Update to 510.47.03 release (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 10 months