[qarte/f35] Update qarte to 4.15.0
by Sérgio M. Basto
Summary of changes:
3249a26... Update qarte to 4.15.0 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years
[qarte] Update qarte to 4.15.0
by Sérgio M. Basto
commit 3249a26d77211d536dd4fd806f7dff00171e60e1
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Nov 2 10:49:55 2021 +0000
Update qarte to 4.15.0
qarte.spec | 9 +++++----
sources | 2 +-
2 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/qarte.spec b/qarte.spec
index b656f73..778d14d 100644
--- a/qarte.spec
+++ b/qarte.spec
@@ -2,8 +2,8 @@
%global __python %{__python3}
Name: qarte
-Version: 4.14.0
-Release: 2%{?dist}
+Version: 4.15.0
+Release: 1%{?dist}
License: GPLv3+
URL: https://launchpad.net/qarte
Source0: http://oqapy.eu/releases/%{name}-%{version}.tar.gz
@@ -15,8 +15,6 @@ BuildRequires: python3-devel
Requires: rtmpdump
Requires: python3-qt5
BuildArch: noarch
-Patch1: 65_64.diff
-Patch2: 66_65.diff
%description
@@ -51,6 +49,9 @@ cp -pR locale %{buildroot}%{_datadir}
%{_datadir}/icons/hicolor/96x96/apps/%{name}.png
%changelog
+* Tue Nov 02 2021 Sérgio Basto <sergio(a)serjux.com> - 4.15.0-1
+- Update qarte to 4.15.0
+
* Mon Nov 01 2021 Sérgio Basto <sergio(a)serjux.com> - 4.14.0-2
- add fixes from upstream, rfbz #6161
diff --git a/sources b/sources
index d4eb28b..fafb072 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (qarte-4.14.0.tar.gz) = 8702f85e316d5a71eb5db44245c827b8b6bd4fea2c0de6448a18498b768725e298691154a38a2253f1871a4f7384a962fe615a47fccb44170587a6a2d0429cad
+SHA512 (qarte-4.15.0.tar.gz) = 7dcdd51fec4c8d1db346cc4efea66516199ed0b5305dbac767944b03a8ad8b5bc5ab81244160af67be055ace2330c001a26fb98d635a0fbd8209c815b623f41c
3 years
[xorg-x11-drv-nvidia/f35] fix
by Leigh Scott
Summary of changes:
abef2cf... fix (*)
(*) This commit already existed in another branch; no separate mail sent
3 years
[xorg-x11-drv-nvidia] fix
by Leigh Scott
commit abef2cfedbe24aa12b0ca4086b15511faad5cb36
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Nov 1 23:16:10 2021 +0000
fix
xorg-x11-drv-nvidia.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index 48afcd5..2c62651 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -253,7 +253,7 @@ cp -af \
ldconfig -vn %{buildroot}%{_libdir}/
# Libraries you can link against
-for lib in libcuda libnvcuvid libnvidia-encode libnvidia-vulkan-producer; do
+for lib in libcuda libnvcuvid libnvidia-encode; do
ln -sf $lib.so.%{version} %{buildroot}%{_libdir}/$lib.so
done
@@ -275,10 +275,11 @@ rm -f %{buildroot}%{_libdir}/libnvvm.so.4
ln -sf libnvidia-nvvm.so.4.0.0 %{buildroot}%{_libdir}/libnvidia-nvvm.so.4
ln -sf libnvidia-nvvm.so.4 %{buildroot}%{_libdir}/libnvidia-nvvm.so
-# Vulkan config
+# Vulkan config and symlink
install -m 0755 -d %{buildroot}%{_datadir}/vulkan/{icd.d,implicit_layer.d}/
install -p -m 0644 nvidia_icd.json %{buildroot}%{_datadir}/vulkan/icd.d/
install -p -m 0644 nvidia_layers.json %{buildroot}%{_datadir}/vulkan/implicit_layer.d/
+ln -sf libnvidia-vulkan-producer.so.%{version} %{buildroot}%{_libdir}/libnvidia-vulkan-producer.so
# X DDX driver and GLX extension
install -p -D -m 0755 libglxserver_nvidia.so.%{version} %{buildroot}%{_libdir}/xorg/modules/extensions/libglxserver_nvidia.so
3 years
[xorg-x11-drv-nvidia/f35] (7 commits) ...Update changelog
by Leigh Scott
Summary of changes:
ff76a0f... Drop mesa version enforcing (*)
04297e1... Update egl-wayland deps (*)
9ae1e64... Update changelog (*)
e6dba2e... fix systemd macro for el8 (*)
3d7ab8c... Edit description (*)
8b88d95... Add libnvidia-vulkan-producer symlink (*)
ee49008... Update changelog (*)
(*) This commit already existed in another branch; no separate mail sent
3 years
[xorg-x11-drv-nvidia] Update changelog
by Leigh Scott
commit ee49008b1175bbc0ce46101efc171097bcce84cc
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Nov 1 22:48:40 2021 +0000
Update changelog
xorg-x11-drv-nvidia.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index df6435e..48afcd5 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -25,7 +25,7 @@
Name: xorg-x11-drv-nvidia
Epoch: 3
Version: 495.44
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
License: Redistributable, no modification permitted
@@ -576,6 +576,9 @@ fi ||:
%endif
%changelog
+* Mon Nov 01 2021 Leigh Scott <leigh123linux(a)gmail.com> - 3:495.44-3
+- Add libnvidia-vulkan-producer symlink
+
* Thu Oct 28 2021 Nicolas Chauvet <kwizart(a)gmail.com> - 3:495.44-2
- Update egl-wayland deps
- Drop mesa version enforcing
3 years
[xorg-x11-drv-nvidia] Add libnvidia-vulkan-producer symlink
by Leigh Scott
commit 8b88d958f28cb28f0fcfef8581adfae565212135
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Nov 1 22:47:18 2021 +0000
Add libnvidia-vulkan-producer symlink
xorg-x11-drv-nvidia.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index 2d07057..df6435e 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -82,7 +82,7 @@ Conflicts: xorg-x11-drv-nvidia-340xx
Conflicts: xorg-x11-drv-nvidia-390xx
%global __provides_exclude ^(lib.*GL.*\\.so.*)$
-%global __requires_exclude ^libglxserver_nvidia.so|^(lib.*GL.*\\.so.*)$
+%global __requires_exclude ^libnvidia-vulkan-producer.so|^libglxserver_nvidia.so|^(lib.*GL.*\\.so.*)$
%description
@@ -253,7 +253,7 @@ cp -af \
ldconfig -vn %{buildroot}%{_libdir}/
# Libraries you can link against
-for lib in libcuda libnvcuvid libnvidia-encode; do
+for lib in libcuda libnvcuvid libnvidia-encode libnvidia-vulkan-producer; do
ln -sf $lib.so.%{version} %{buildroot}%{_libdir}/$lib.so
done
@@ -495,6 +495,7 @@ fi ||:
%{_libdir}/libnvoptix.so.1
%{_libdir}/libnvoptix.so.%{version}
%{_libdir}/libnvidia-vulkan-producer.so.%{version}
+%{_libdir}/libnvidia-vulkan-producer.so
%{_winedir}/
%endif
%{_libdir}/libnvidia-eglcore.so.%{version}
3 years
[smtube/el7] Update smtube to 21.10.0
by Sérgio M. Basto
Summary of changes:
5e712ed... Update smtube to 21.10.0 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years
[smtube/el8] Update smtube to 21.10.0
by Sérgio M. Basto
Summary of changes:
5e712ed... Update smtube to 21.10.0 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years
[smtube/f33] Update smtube to 21.10.0
by Sérgio M. Basto
Summary of changes:
5e712ed... Update smtube to 21.10.0 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years