commit 032d7ad8214180b66739360ecf1268cd1edec20f
Author: Martin Gansser <mgansser(a)online.de>
Date: Sun Jan 28 12:35:17 2024 +0100
Rebuilt for new VDR API version
Update to 1.6.0
.gitignore | 1 +
sources | 2 +-
vdr-mpv.spec | 8 ++++++--
3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7b932cc..36bca8a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@
/vdr-mpv-1.4.4.tar.gz
/vdr-mpv-1.5.0.tar.gz
/vdr-mpv-1.5.2.tar.gz
+/vdr-mpv-1.6.0.tar.gz
diff --git a/sources b/sources
index 554be5e..a71e1d7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-mpv-1.5.2.tar.gz) =
9d7bd2d241d29b1420a6e5436ef6304dc7645830a2eabfd41c1a8489faed7e6a8860488b6e0eb2e1681784dac6fbfbc065a9990fc293ab9f12b3496d8a021288
+SHA512 (vdr-mpv-1.6.0.tar.gz) =
92855b79cf690f2ff90afd3c1f6269cbef900a74e7c52bc994a6771048557dcfc9a4fe1a6ab30dd2e659d547679cb112b4f7c95ae58741518bb3e19899c57e9c
diff --git a/vdr-mpv.spec b/vdr-mpv.spec
index 7832d84..ef5eb44 100644
--- a/vdr-mpv.spec
+++ b/vdr-mpv.spec
@@ -2,11 +2,11 @@
# version we want build against
%global vdr_version 2.6.3
%if 0%{?fedora} >= 40
-%global vdr_version 2.6.5
+%global vdr_version 2.6.6
%endif
Name: vdr-%{pname}
-Version: 1.5.2
+Version: 1.6.0
Release: 1%{?dist}
Summary: A mpv player plugin for VDR
License: AGPLv3+
@@ -49,6 +49,10 @@ DRM_CFLAGS="$(pkg-config --cflags libdrm)"
%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
%changelog
+* Sun Jan 28 2024 Martin Gansser <martinkg(a)fedoraproject.org> - 1.6.0-1
+- Rebuilt for new VDR API version
+- Update to 1.6.0
+
* Sun Jan 14 2024 Martin Gansser <martinkg(a)fedoraproject.org> - 1.5.2-1
- Update to 1.5.2
Show replies by date