commit 3a51a61ee8bcbc62f089117631d32b3d574f4613
Author: Martin Gansser <mgansser(a)netcom-mail.de>
Date: Mon Oct 21 17:03:39 2024 +0200
Rebuilt for new VDR API version 2.7.3
.gitignore | 1 +
sources | 2 +-
vdr-mpv.spec | 19 ++++++++++++++-----
3 files changed, 16 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e46a2c0..c4a1f64 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@
/vdr-mpv-1.6.1.tar.gz
/vdr-mpv-1.7.1.tar.gz
/vdr-mpv-1.7.3.tar.gz
+/vdr-mpv-1.7.4.tar.gz
diff --git a/sources b/sources
index 36e2f5f..5482af0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-mpv-1.7.3.tar.gz) =
2f2b7e56a2b85dc7af51303316dfbb55e44a022c666469bf872210df545aea61e645988603af04299339fcdfd843152c47784d15835a85c390f08043d282e882
+SHA512 (vdr-mpv-1.7.4.tar.gz) =
81385bd2b92a82e4aa8868d56198ba9a4addf5f82488d1bd62f98889a9778cc99ae608c50fb68279bd083cdeb00a7d130b4466a7f6ec6bd88910e149aa02cef1
diff --git a/vdr-mpv.spec b/vdr-mpv.spec
index 76e6ee7..f4ba353 100644
--- a/vdr-mpv.spec
+++ b/vdr-mpv.spec
@@ -1,15 +1,18 @@
%global pname mpv
-# version we want build against
+# version we want to build against
%global vdr_version 2.6.3
-%if 0%{?fedora} >= 40
+# Set vdr_version based on Fedora version
+%if 0%{?fedora} >= 42
+%global vdr_version 2.7.2
+%elif 0%{?fedora} >= 40
%global vdr_version 2.6.9
%endif
Name: vdr-%{pname}
-Version: 1.7.3
-Release: 1%{?dist}
+Version: 1.7.4
+Release: 2%{?dist}
Summary: A mpv player plugin for VDR
-License: AGPLv3+
+License: AGPL-3.0-or-later
URL:
https://github.com/ua0lnj/vdr-plugin-mpv
Source0:
https://github.com/ua0lnj/vdr-plugin-mpv/archive/refs/tags/v%{version}.ta...
@@ -49,6 +52,12 @@ DRM_CFLAGS="$(pkg-config --cflags libdrm)"
%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
%changelog
+* Mon Oct 21 2024 Martin Gansser <martinkg(a)fedoraproject.org> - 1.7.4-2
+- Rebuilt for new VDR API version 2.7.3
+
+* Mon Sep 30 2024 Martin Gansser <martinkg(a)fedoraproject.org> - 1.7.4-1
+- Update to 1.7.4
+
* Fri Jul 26 2024 Martin Gansser <martinkg(a)fedoraproject.org> - 1.7.3-1
- Rebuilt for new VDR API version 2.6.9
- Update to 1.7.3