From 956b4c4e995ee8d817a81bc0b0d42ee797175aea Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Fri, 28 Feb 2025 11:40:40 +0100 Subject: [PATCH 1/2] Rebuilt for new VDR API version 2.7.4 --- vdr-tvguide.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/vdr-tvguide.spec b/vdr-tvguide.spec index 0241dae..c7c6fb2 100644 --- a/vdr-tvguide.spec +++ b/vdr-tvguide.spec @@ -1,16 +1,14 @@ %global pname tvguide # version we want to build against -%global vdr_version 2.6.3 +%global vdr_version 2.6.9 # Set vdr_version based on Fedora version %if 0%{?fedora} >= 42 -%global vdr_version 2.7.2 -%elif 0%{?fedora} >= 40 -%global vdr_version 2.6.9 +%global vdr_version 2.7.4 %endif Name: vdr-tvguide Version: 1.3.9 -Release: 2%{?dist} +Release: 3%{?dist} Summary: TvGuide is a highly customizable 2D EPG viewer plugin License: GPL-2.0-or-later URL: https://gitlab.com/kamel5/tvguide @@ -57,6 +55,9 @@ install -Dpm 644 %{SOURCE1} \ %{vdr_resdir}/plugins/tvguide/ %changelog +* Fri Feb 28 2025 Martin Gansser - 1.3.9-3 +- Rebuilt for new VDR API version 2.7.4 + * Sun Jan 19 2025 Fedora Release Engineering - 1.3.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From dee77a3a72937ac2f58b8bd7b1f7a67d1bde68ab Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Sat, 19 Jul 2025 10:02:18 +0200 Subject: [PATCH 2/2] Update to 1.3.11 --- .gitignore | 1 + sources | 2 +- vdr-tvguide.spec | 22 +++++++++++++++++----- 3 files changed, 19 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 80bb4b5..199c04d 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /tvguide-v1.3.7.tar.bz2 /tvguide-v1.3.8.tar.bz2 /tvguide-v1.3.9.tar.bz2 +/tvguide-v1.3.11.tar.bz2 diff --git a/sources b/sources index 25cd3b1..ede51e5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tvguide-v1.3.9.tar.bz2) = 7ab36ceab2e3f69dc3a4bce8da08114f87e84b3aa0577aae870eb7546738451ba01af2eff9863bbc59cac51e4d217d405beb3e974c074af687359ad0ea85f685 +SHA512 (tvguide-v1.3.11.tar.bz2) = 2ba24c92c64eb9e3aacb890419235c0fb53b9c8ccb3a71f6c40e1474055ee5067ba64ae2223958045a6bb2523f7e7b319e2ffec28f03b3bbc78897d4850d4318 diff --git a/vdr-tvguide.spec b/vdr-tvguide.spec index c7c6fb2..bc44969 100644 --- a/vdr-tvguide.spec +++ b/vdr-tvguide.spec @@ -1,14 +1,17 @@ %global pname tvguide -# version we want to build against -%global vdr_version 2.6.9 + # Set vdr_version based on Fedora version -%if 0%{?fedora} >= 42 +%if 0%{?fedora} >= 43 +%global vdr_version 2.7.6 +%elif 0%{?fedora} == 42 %global vdr_version 2.7.4 +%else +%global vdr_version 2.6.9 %endif Name: vdr-tvguide -Version: 1.3.9 -Release: 3%{?dist} +Version: 1.3.11 +Release: 1%{?dist} Summary: TvGuide is a highly customizable 2D EPG viewer plugin License: GPL-2.0-or-later URL: https://gitlab.com/kamel5/tvguide @@ -55,6 +58,15 @@ install -Dpm 644 %{SOURCE1} \ %{vdr_resdir}/plugins/tvguide/ %changelog +* Sat Jul 19 2025 Martin Gansser - 1.3.11-1 +- Update to 1.3.11 + +* Sat Jun 21 2025 Martin Gansser - 1.3.9-5 +- Rebuilt for new VDR API version 2.7.6 + +* Tue May 27 2025 Martin Gansser - 1.3.9-4 +- Rebuilt for new VDR API version 2.7.5 + * Fri Feb 28 2025 Martin Gansser - 1.3.9-3 - Rebuilt for new VDR API version 2.7.4