[xorg-x11-drv-nvidia] Update to 560.28.03 beta
by Leigh Scott
commit 405fcdaa373f699f835b85cd3d02448103b6bc35
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Jul 23 17:33:40 2024 +0100
Update to 560.28.03 beta
sources | 4 ++--
xorg-x11-drv-nvidia.spec | 26 ++++++++++++++++++++++++--
2 files changed, 26 insertions(+), 4 deletions(-)
---
diff --git a/sources b/sources
index 53e76f1..bade2e7 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (NVIDIA-Linux-x86_64-555.58.02.run) = 7a8c84c15d87d2cf5f6261b12d3d683e0a7a1847d7c5461b3995f78b8dd862272fd11be07018593a8d5ef5d8274040f15b9e6fe92e9212dcd7a97be668852433
-SHA512 (NVIDIA-Linux-aarch64-555.58.02.run) = 9c4d78ec381bb6163c6591309a9a40f1dfdb5f3d6b983e1728c17383c5f0871bf3879b32f93c7892d33577a9dacf2dcb1d14639bcc4ca510104f33cb54e83df0
+SHA512 (NVIDIA-Linux-aarch64-560.28.03.run) = be09b9a57b048b757d1f1392e0d7775b4fd9810c0e651354f224740258889a20f5f7154c541b9227839cce0a0a808a1b5f880cb2a073c53774dec060977256f7
+SHA512 (NVIDIA-Linux-x86_64-560.28.03.run) = 0ab19203be58c22f29a393280eb4aaae18949744af301c224ac9c691c168444cf9b780f5d7fb51a9987019e3dab18f706e92c6a5e40717dbf02af3a3def2e4f0
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index 8896ed1..51f7993 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -21,7 +21,7 @@
Name: xorg-x11-drv-nvidia
Epoch: 3
-Version: 555.58.02
+Version: 560.28.03
Release: 1%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
@@ -222,6 +222,8 @@ cp -a \
libnvcuvid.so.%{version} \
libnvidia-allocator.so.%{version} \
libnvidia-eglcore.so.%{version} \
+ libnvidia-egl-xcb.so.1 \
+ libnvidia-egl-xlib.so.1 \
libnvidia-encode.so.%{version} \
libnvidia-fbc.so.%{version} \
libnvidia-glcore.so.%{version} \
@@ -241,6 +243,7 @@ cp -a \
%endif
libnvidia-ngx.so.%{version} \
%ifnarch aarch64
+ libnvidia-vksc-core.so.%{version} \
%if 0%{?fedora} || 0%{?rhel} > 8
libnvidia-pkcs11-openssl3.so.%{version} \
%else
@@ -295,12 +298,19 @@ install -p -m 0644 nvidia.icd %{buildroot}%{_sysconfdir}/OpenCL/vendors/
install -m 0755 -d %{buildroot}%{_datadir}/glvnd/egl_vendor.d/
install -p -m 0644 10_nvidia.json %{buildroot}%{_datadir}/glvnd/egl_vendor.d/10_nvidia.json
+# EGL config
+install -m 0755 -d %{buildroot}%{_datadir}/egl/egl_external_platform.d/
+install -pm 0644 20_nvidia_xcb.json 20_nvidia_xlib.json %{buildroot}%{_datadir}/egl/egl_external_platform.d/
+
# Blacklist nouveau, autoload nvidia-uvm module after nvidia module
mkdir -p %{buildroot}%{_modprobedir}
install -p -m 0644 %{SOURCE11} %{buildroot}%{_modprobedir}
install -p -m 0644 %{SOURCE16} %{buildroot}%{_modprobedir}
%ifarch x86_64
+# Install VulkanSC config
+install -m 0755 -d %{buildroot}%{_sysconfdir}/vulkansc/icd.d/
+install -p -m 0644 nvidia_icd_vksc.json %{buildroot}%{_sysconfdir}/vulkansc/icd.d/
# Install dbus config
install -m 0755 -d %{buildroot}%{_dbus_systemd_dir}
install -p -m 0644 nvidia-dbus.conf %{buildroot}%{_dbus_systemd_dir}
@@ -315,7 +325,7 @@ install -m 0755 -d %{buildroot}%{_bindir}
install -p -m 0755 nvidia-{bug-report.sh,debugdump,smi,cuda-mps-control,cuda-mps-server,ngx-updater} \
%{buildroot}%{_bindir}
%ifarch x86_64
-install -p -m 0755 nvidia-powerd \
+install -p -m 0755 nvidia-powerd nvidia-pcc \
%{buildroot}%{_bindir}
%endif
@@ -446,10 +456,14 @@ fi ||:
%doc nvidiapkg/README.txt
%doc nvidiapkg/nvidia-application-profiles-%{version}-rc
%doc nvidiapkg/html
+%ifarch x86_64
+%{_bindir}/nvidia-pcc
+%endif
%{_firmwarepath}
%dir %{_alternate_dir}
%{_alternate_dir}/alternate-install-present
%{_datadir}/glvnd/egl_vendor.d/10_nvidia.json
+%{_datadir}/egl/egl_external_platform.d/20_nvidia_*.json
%dir %{_sysconfdir}/nvidia
%ghost %{_sysconfdir}/X11/xorg.conf.d/00-avoid-glamor.conf
%ghost %{_sysconfdir}/X11/xorg.conf.d/99-nvidia.conf
@@ -489,6 +503,8 @@ fi ||:
%{_libdir}/libnvidia-allocator.so.1
%{_libdir}/libnvidia-allocator.so.%{version}
%{_libdir}/libnvidia-eglcore.so.%{version}
+%{_libdir}/libnvidia-egl-xcb.so.1
+%{_libdir}/libnvidia-egl-xlib.so.1
%{_libdir}/libnvidia-fbc.so.1
%{_libdir}/libnvidia-fbc.so.%{version}
%{_libdir}/libnvidia-glcore.so.%{version}
@@ -522,6 +538,9 @@ fi ||:
%{_libdir}/libnvoptix.so.1
%{_libdir}/libnvoptix.so.%{version}
%ifarch x86_64
+%{_sysconfdir}/vulkansc/icd.d/nvidia_icd_vksc.json
+%{_libdir}/libnvidia-vksc-core.so.%{version}
+%{_libdir}/libnvidia-vksc-core.so.1
%{_winedir}/
%endif
%endif
@@ -611,6 +630,9 @@ fi ||:
%endif
%changelog
+* Tue Jul 23 2024 Leigh Scott <leigh123linux(a)gmail.com> - 3:560.28.03-1
+- Update to 560.28.03 beta
+
* Mon Jul 01 2024 Leigh Scott <leigh123linux(a)gmail.com> - 3:555.58.02-1
- Update to 555.58.02
4 months
[lpf-spotify-client] Update to 1.2.42.290.g242057a2
by Sérgio M. Basto
commit 8616d87b70c9d0ef0a5e6f445efa74d829d55e4a
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Jul 23 14:23:57 2024 +0100
Update to 1.2.42.290.g242057a2
lpf-spotify-client.spec | 5 ++++-
spotify-client.spec.in | 7 +++++--
2 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/lpf-spotify-client.spec b/lpf-spotify-client.spec
index 6b2f502..f0eeb39 100644
--- a/lpf-spotify-client.spec
+++ b/lpf-spotify-client.spec
@@ -11,7 +11,7 @@
Name: lpf-spotify-client
# Upstream spotify version, verbatim.
-Version: 1.2.40.599
+Version: 1.2.42.290
Release: 1%{?dist}
Summary: Spotify music player native client package bootstrap
@@ -79,6 +79,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
+* Tue Jul 23 2024 Sérgio Basto <sergio(a)serjux.com> - 1.2.42.290-1
+- Update to 1.2.42.290.g242057a2
+
* Tue Jun 25 2024 Sérgio Basto <sergio(a)serjux.com> - 1.2.40.599-1
- Update to 1.2.40.599.g606b7f29
diff --git a/spotify-client.spec.in b/spotify-client.spec.in
index 24dc451..3dea611 100644
--- a/spotify-client.spec.in
+++ b/spotify-client.spec.in
@@ -13,7 +13,7 @@
Name: spotify-client
-Version: 1.2.40.599
+Version: 1.2.42.290
Release: 1%{?dist}
Summary: Spotify music player native client
@@ -27,7 +27,7 @@ ExclusiveArch: %{ix86} x86_64
Source0: spotify-make-%{shortcommit}.tar.gz
%ifarch x86_64
-Source1: %{repo}/spotify-client_%{version}.g606b7f29_amd64.deb
+Source1: %{repo}/spotify-client_%{version}.g242057a2_amd64.deb
%global spotify_pkg %{SOURCE1}
%global req_64 ()(64bit)
%else
@@ -95,6 +95,9 @@ hard drive.
%changelog
+* Tue Jul 23 2024 Sérgio Basto <sergio(a)serjux.com> - 1.2.42.290-1
+- Update to 1.2.42.290.g242057a2
+
* Tue Jun 25 2024 Sérgio Basto <sergio(a)serjux.com> - 1.2.40.599-1
- Update to 1.2.40.599.g606b7f29
4 months
[discord/el9] Update to 0.0.61
by Sérgio M. Basto
Summary of changes:
b4f0690... Update to 0.0.61 (*)
(*) This commit already existed in another branch; no separate mail sent
4 months
[discord/f39] Update to 0.0.61
by Sérgio M. Basto
Summary of changes:
b4f0690... Update to 0.0.61 (*)
(*) This commit already existed in another branch; no separate mail sent
4 months
[discord/f40] Update to 0.0.61
by Sérgio M. Basto
Summary of changes:
b4f0690... Update to 0.0.61 (*)
(*) This commit already existed in another branch; no separate mail sent
4 months
[discord] Update to 0.0.61
by Sérgio M. Basto
commit b4f0690a83c052a43d2ff03d7c566bd3d1fa5484
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Jul 23 14:16:44 2024 +0100
Update to 0.0.61
check_new_version.py | 3 ++-
discord.spec | 5 ++++-
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/check_new_version.py b/check_new_version.py
index 3c3af04..f6669d4 100755
--- a/check_new_version.py
+++ b/check_new_version.py
@@ -40,11 +40,12 @@ if spec != spec3:
print('error running runme')
print("New version available!")
+ print('spectool -g discord.spec')
print('rfpkg mockbuild -N --default-mock-resultdir --root fedora-39-x86_64-rpmfusion_nonfree')
else:
print("Already updated !")
+ print('spectool -g discord.spec')
-print('spectool -g discord.spec')
print("rfpkg new-sources $(spectool -l --sources discord.spec | grep https | sed 's/.*: //;s#.*/##')")
print('rfpkg ci -c && git show && echo Press enter to push and build; read dummy; rfpkg push && rfpkg build --nowait')
print('git checkout f40 && git merge master && git push && rfpkg build --nowait; git checkout master')
diff --git a/discord.spec b/discord.spec
index f7dfbfe..c9b89ce 100644
--- a/discord.spec
+++ b/discord.spec
@@ -6,7 +6,7 @@
%global __provides_exclude_from %{_libdir}/discord/.*\\.s
Name: discord
-Version: 0.0.60
+Version: 0.0.61
Release: 1%{?dist}
Summary: All-in-one voice and text chat
@@ -86,6 +86,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.metain
%changelog
+* Tue Jul 23 2024 Sérgio Basto <sergio(a)serjux.com> - 0.0.61-1
+- Update to 0.0.61
+
* Tue Jul 16 2024 Sérgio Basto <sergio(a)serjux.com> - 0.0.60-1
- Update to 0.0.60
diff --git a/sources b/sources
index 58c11c2..3e4c689 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (discord-0.0.60.tar.gz) = eb83cf67e33e92a128808f225b9fa304fac708157a70a10c3539853d2e582e451c87e5c6ba6d1553a57db7b0dcd89823b7cf5eae2468d1d5dcd3b2f1fa396d4e
+SHA512 (discord-0.0.61.tar.gz) = 2b7955e93f2352a244ab0838c24399b556174179eb3aa7ef8ed32d914f7ab1e49165cf8ab374b15c90bddd8ec8150146d2ebcc94c7e1aa8c914c56d4b6a03d29
4 months
[ffmpeg/f40] Revert the mesa changes
by Leigh Scott
commit 3a89eb347b72366d6f2aeaafdea570f218afb6af
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Jul 22 15:54:07 2024 +0100
Revert the mesa changes
ffmpeg.spec | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index b2adaca..998905f 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -98,7 +98,7 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 6.1.1
-Release: 13%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
+Release: 15%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
License: %{ffmpeg_license}
URL: https://ffmpeg.org/
%if 0%{?date}
@@ -531,6 +531,12 @@ cp -pa %{buildroot}%{_libdir}/libavcodec.so.* \
%changelog
+* Mon Jul 22 2024 Leigh Scott <leigh123linux(a)gmail.com> - 6.1.1-15
+- Revert the mesa changes
+
+* Sat Jul 20 2024 Neal Gompa <ngompa(a)fedoraproject.org> - 6.1.1-14
+- Backport fixes for Mesa 24.0.6+ / 21.1.4+ changes for VA-API
+
* Sat Jul 20 2024 Leigh Scott <leigh123linux(a)gmail.com> - 6.1.1-13
- rebuilt
4 months