commit fd3e0a3d9616ec8e25b6a1decc508a52db89cdf7
Author: Martin Gansser <mgansser(a)online.de>
Date: Sun Dec 4 15:55:25 2022 +0100
Rebuilt for new VDR API version
Update to 1.4.1
.gitignore | 1 +
sources | 2 +-
vdr-mpv.spec | 15 ++++++++-------
3 files changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eeb2556..22a3ea2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
/vdr-mpv-1.2.0.tar.gz
/vdr-mpv-1.2.3.tar.gz
/vdr-mpv-1.3.4.tar.gz
+/vdr-mpv-1.4.1.tar.gz
diff --git a/sources b/sources
index fbcae03..7aa0cf3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-mpv-1.3.4.tar.gz) =
6b4fdd5615cf6fc7055b7939aa1887530689f70559e7a97c28c46852479dae97718c96f5af6459c1d2f748024c9782c1da3208ab1c7fbc80da040cf7900e78a7
+SHA512 (vdr-mpv-1.4.1.tar.gz) =
ccdb266d5d35a21a7e0d8b6ed162a58fd3c6dcc3d76297c32cf4b676975a47f64e895c509a338d72c8ddb4a9a0f31014c4cc58f2591285828e12a0eb94c6e9e1
diff --git a/vdr-mpv.spec b/vdr-mpv.spec
index 6fe3f58..3ab6ca7 100644
--- a/vdr-mpv.spec
+++ b/vdr-mpv.spec
@@ -1,16 +1,13 @@
%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
+%if 0%{?fedora} >= 38
+%global vdr_version 2.6.2
%endif
Name: vdr-%{pname}
-Version: 1.3.4
-Release: 3%{?dist}
+Version: 1.4.1
+Release: 1%{?dist}
Summary: A mpv player plugin for VDR
License: AGPLv3+
URL:
https://github.com/ua0lnj/vdr-plugin-mpv
@@ -51,6 +48,10 @@ DRM_CFLAGS="$(pkg-config --cflags libdrm)"
%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
%changelog
+* Sat Dec 03 2022 Martin Gansser <martinkg(a)fedoraproject.org> - 1.4.1-1
+- Rebuilt for new VDR API version
+- Update to 1.4.1
+
* Thu Nov 17 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.3.4-3
- Rebuilt due to mpv update.