From 1a0ffcc7b8ceffcd0032d9762ec1c8c70b6d3e84 Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Sun, 26 Jun 2022 05:12:13 +0200 Subject: [PATCH] Update to 1.3.6 --- .gitignore | 1 + sources | 2 +- vdr-tvguide.spec | 20 +++++++++++++++----- 3 files changed, 17 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index a3aff7e..7693084 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /vdr-plugin-tvguide-1.3.3.tar.bz2 /tvguide-v1.3.4.tar.bz2 /tvguide-v1.3.5.tar.bz2 +/tvguide-v1.3.6.tar.bz2 diff --git a/sources b/sources index b1ca2c7..c49ee70 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tvguide-v1.3.5.tar.bz2) = 1784c396f40c693d9996ddd3b047c1cf8db2a20b97e4fe9e1cabd09c6fa19efe9f43f7cc136c70b6cdd9cd111011f63be44be0f67282b9fad5e196e51f340f2a +SHA512 (tvguide-v1.3.6.tar.bz2) = 23688e5247e1e3e4c7be3f989acd62ee271406503895324ee50551c8dabe816e25c4d0d63da9c57ce999bfdfd48a5b9a59c785cd8837a4fb778a52f8eab2e917 diff --git a/vdr-tvguide.spec b/vdr-tvguide.spec index c5b48c7..a7cf97c 100644 --- a/vdr-tvguide.spec +++ b/vdr-tvguide.spec @@ -1,22 +1,29 @@ %global pname tvguide +# 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-tvguide -Version: 1.3.5 -Release: 7%{?dist} +Version: 1.3.6 +Release: 1%{?dist} Summary: TvGuide is a highly customizable 2D EPG viewer plugin License: GPLv2+ URL: https://gitlab.com/kamel5/tvguide Source0: https://gitlab.com/kamel5/%{pname}/-/archive/v%{version}/%{pname}-v%{version}.tar.bz2 # Configuration files for plugin parameters. These are Fedora specific and not in upstream. Source1: %{name}.conf -# https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git/patch/?id=eb259fb96143dccf42f41523093987eb1fcdb739 -Patch0: Fixed-possible-segfault-when-showing-scrollbar.patch BuildRequires: make BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: ImageMagick-c++-devel -BuildRequires: vdr-devel >= 2.0.0 +BuildRequires: vdr-devel >= %{vdr_version} Requires: vdr(abi)%{?_isa} = %{vdr_apiversion} %description @@ -50,6 +57,9 @@ install -Dpm 644 %{SOURCE1} \ %{vdr_resdir}/plugins/tvguide/ %changelog +* Sun Jun 26 2022 Martin Gansser - 1.3.6-1 +- Update to 1.3.6 + * Mon May 02 2022 Martin Gansser - 1.3.5-7 - Add Fixed-possible-segfault-when-showing-scrollbar.patch