[xorg-x11-drv-nvidia-470xx] fix rfbz#6149
by Leigh Scott
commit 06379f06de6f980f3ac6d4bd96c7026fa632e2f3
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Nov 21 10:45:09 2021 +0000
fix rfbz#6149
xorg-x11-drv-nvidia-470xx.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/xorg-x11-drv-nvidia-470xx.spec b/xorg-x11-drv-nvidia-470xx.spec
index 5d46bf7..7ecf9e3 100644
--- a/xorg-x11-drv-nvidia-470xx.spec
+++ b/xorg-x11-drv-nvidia-470xx.spec
@@ -80,7 +80,7 @@ Conflicts: xorg-x11-drv-nvidia-390xx
Conflicts: xorg-x11-drv-nvidia
%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
3 years
[mpc-qt/f34] Update mpc-qt to 20.10
by Sérgio M. Basto
Summary of changes:
71b7130... Update mpc-qt to 20.10 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years
[mpc-qt/f35] Update mpc-qt to 20.10
by Sérgio M. Basto
Summary of changes:
71b7130... Update mpc-qt to 20.10 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years
[mpc-qt] Update mpc-qt to 20.10
by Sérgio M. Basto
commit 71b713035213f814b0600b57e4742bc3813ecec1
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Nov 21 01:23:18 2021 +0000
Update mpc-qt to 20.10
mpc-qt.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/mpc-qt.spec b/mpc-qt.spec
index 9e1aa8e..9d0721c 100644
--- a/mpc-qt.spec
+++ b/mpc-qt.spec
@@ -50,6 +50,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/mpc-qt.desktop
%changelog
+* Sun Nov 21 2021 Sérgio Basto <sergio(a)serjux.com> - 20.10-1
+- Update mpc-qt to 20.10
+
* Tue Aug 03 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 18.08-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
3 years
[mpc-qt] Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
by Sérgio M. Basto
commit e26832d224507c5690aee29b30c213976f84b4b3
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Nov 20 19:42:33 2021 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
.gitignore | 1 +
add_qthelper.patch | 435 -----------------------------------------------------
mpc-qt.spec | 8 +-
sources | 2 +-
4 files changed, 5 insertions(+), 441 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7d507d5..5ee76fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/mpc-qt-18.08.tar.gz
+/mpc-qt-20.10.tar.gz
diff --git a/mpc-qt.spec b/mpc-qt.spec
index 7afcb96..9e1aa8e 100644
--- a/mpc-qt.spec
+++ b/mpc-qt.spec
@@ -1,12 +1,10 @@
Name: mpc-qt
-Version: 18.08
-Release: 7%{?dist}
+Version: 20.10
+Release: 1%{?dist}
Summary: A clone of Media Player Classic reimplemented in Qt
License: GPLv2+
-URL: https://github.com/cmdrkotori/mpc-qt
+URL: https://github.com/mpc-qt/mpc-qt
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
-# based on https://github.com/ahjolinna/mpc-qt/commit/21a1bd753ba00891e6d89c5c501655...
-Patch0: add_qthelper.patch
BuildRequires: desktop-file-utils
BuildRequires: gcc-c++
diff --git a/sources b/sources
index eb9e988..426aed9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cc6b1e2bea3f1e0162680d6d35791403 mpc-qt-18.08.tar.gz
+SHA512 (mpc-qt-20.10.tar.gz) = 930541992927cc23f7b62d940e0d3ebc19068c3425b6441a570ce84889c1b8db1fbc63986ab28131bdf811e4c426035a9c89c81896508e374ed7163db4e24336
3 years