commit 2fef451b9970af96c345c08370c49fca61e19f05
Author: Martin Gansser <mgansser(a)online.de>
Date: Fri May 6 12:03:06 2022 +0200
Update to 3.0.22
.gitignore | 1 +
sources | 2 +-
vdr-markad.spec | 16 ++++++++++++++--
3 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fb46b08..8faf769 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,3 +47,4 @@ vdr-plugin-markad-74e2a8c5382fa8bfacd12274899112724a1e0d51.tar.bz2
/vdr-markad-3.0.19.tar.gz
/vdr-markad-3.0.20.tar.gz
/vdr-markad-3.0.21.tar.gz
+/vdr-markad-3.0.22.tar.gz
diff --git a/sources b/sources
index ada4cc5..59eeaa1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-markad-3.0.21.tar.gz) =
1d094f6b0f869355efddbd667c540b954c402dca7a1cd47f11f4104109646a796bfb4050ab87c1495d0ed48c941ce18ef2b72aee6a14878aeb99197fdcf593f9
+SHA512 (vdr-markad-3.0.22.tar.gz) =
bab93c6311a5b70c5c7395ce6f0f10714d6c7c214b591a9c9e1a113956ce330fbc6c114bda1f5f25f4437782680c68127b39417dd342b49e2eac03c3e3bae80b
diff --git a/vdr-markad.spec b/vdr-markad.spec
index 8f51f5e..f4d803e 100644
--- a/vdr-markad.spec
+++ b/vdr-markad.spec
@@ -1,5 +1,14 @@
+# 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-markad
-Version: 3.0.21
+Version: 3.0.22
Release: 1%{?dist}
Summary: Advanced commercial detection for VDR
License: GPLv2+
@@ -8,7 +17,7 @@ Source0:
https://github.com/kfb77/vdr-plugin-markad/archive/v%{version}.t
Source1: %{name}.conf
BuildRequires: make
BuildRequires: gcc-c++
-BuildRequires: vdr-devel >= 1.7.30
+BuildRequires: vdr-devel >= %{vdr_version}
BuildRequires: ffmpeg-devel >= 4.1
Requires: vdr(abi)%{?_isa} = %{vdr_apiversion}
@@ -48,6 +57,9 @@ fi
%{vdr_vardir}/markad/
%changelog
+* Fri May 06 2022 Martin Gansser <martinkg(a)fedoraproject.org> - 3.0.22-1
+- Update to 3.0.22
+
* Fri Mar 25 2022 Martin Gansser <martinkg(a)fedoraproject.org> - 3.0.21-1
- Update to 3.0.21