commit 21efe31c9e684704bde822b56f4c24846426a215
Author: Martin Gansser <mgansser(a)online.de>
Date: Thu Aug 4 16:58:22 2022 +0200
Update to 1.3.4
.gitignore | 1 +
sources | 2 +-
vdr-mpv.spec | 13 +++++++++++--
3 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 62d6613..eeb2556 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
/vdr-mpv-1.1.1.tar.gz
/vdr-mpv-1.2.0.tar.gz
/vdr-mpv-1.2.3.tar.gz
+/vdr-mpv-1.3.4.tar.gz
diff --git a/sources b/sources
index e28d7eb..fbcae03 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-mpv-1.2.3.tar.gz) =
a3c8526e2271d56be74a2ee905bb0b42d4869876468e7070c37cbb3612bb0890fbb2a7ec10da9ed10183854063c2862021226bca2266e75a738abf3a4cea0f20
+SHA512 (vdr-mpv-1.3.4.tar.gz) =
6b4fdd5615cf6fc7055b7939aa1887530689f70559e7a97c28c46852479dae97718c96f5af6459c1d2f748024c9782c1da3208ab1c7fbc80da040cf7900e78a7
diff --git a/vdr-mpv.spec b/vdr-mpv.spec
index 79cdb5c..2e8ef43 100644
--- a/vdr-mpv.spec
+++ b/vdr-mpv.spec
@@ -1,10 +1,16 @@
%global pname mpv
# version we want build against
+%global vdr_version 2.4.0
+%if 0%{?fedora} >= 36
%global vdr_version 2.6.1
+%endif
+%if 0%{?fedora} == 35
+%global vdr_version 2.4.7
+%endif
Name: vdr-%{pname}
-Version: 1.2.3
-Release: 5%{?dist}
+Version: 1.3.4
+Release: 1%{?dist}
Summary: A mpv player plugin for VDR
License: AGPLv3+
URL:
https://github.com/ua0lnj/vdr-plugin-mpv
@@ -45,6 +51,9 @@ DRM_CFLAGS="$(pkg-config --cflags libdrm)"
%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
%changelog
+* Thu Aug 04 2022 Martin Gansser <martinkg(a)fedoraproject.org> - 1.3.4-1
+- Update to 1.3.4
+
* Mon Apr 11 2022 Sérgio Basto <sergio(a)serjux.com> - 1.2.3-5
- Rebuilt for VDR 2.6.x