From ef2b7fdc23f8b01dd046e46a2c065ae23c38dfbb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 14:14:01 +0000 Subject: [PATCH 1/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- vdr-tvguide.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vdr-tvguide.spec b/vdr-tvguide.spec index 55b5824..0241dae 100644 --- a/vdr-tvguide.spec +++ b/vdr-tvguide.spec @@ -10,7 +10,7 @@ Name: vdr-tvguide Version: 1.3.9 -Release: 1%{?dist} +Release: 2%{?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 +57,9 @@ install -Dpm 644 %{SOURCE1} \ %{vdr_resdir}/plugins/tvguide/ %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 1.3.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Wed Oct 09 2024 Martin Gansser - 1.3.9-1 - Rebuilt for new VDR API version 2.7.2 - Update to 1.3.9 From b46b00cbf12c5a97aa5920bfa35c7ddd1edc53d5 Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Fri, 28 Feb 2025 11:39:58 +0100 Subject: [PATCH 2/9] 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 ad31374d19191fe9e808e545ede43f6a5514c7a3 Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Tue, 27 May 2025 17:10:28 +0200 Subject: [PATCH 3/9] Rebuilt for new VDR API version 2.7.5 --- vdr-tvguide.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/vdr-tvguide.spec b/vdr-tvguide.spec index c7c6fb2..db80596 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.5 +%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} +Release: 4%{?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,9 @@ install -Dpm 644 %{SOURCE1} \ %{vdr_resdir}/plugins/tvguide/ %changelog +* 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 From 634e582362a9e5f6da3c35a96b1e849491e02ab9 Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Sun, 22 Jun 2025 12:25:55 +0200 Subject: [PATCH 4/9] Rebuilt for new VDR API version 2.7.6 --- vdr-tvguide.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vdr-tvguide.spec b/vdr-tvguide.spec index db80596..fcfe818 100644 --- a/vdr-tvguide.spec +++ b/vdr-tvguide.spec @@ -2,7 +2,7 @@ # Set vdr_version based on Fedora version %if 0%{?fedora} >= 43 -%global vdr_version 2.7.5 +%global vdr_version 2.7.6 %elif 0%{?fedora} == 42 %global vdr_version 2.7.4 %else @@ -11,7 +11,7 @@ Name: vdr-tvguide Version: 1.3.9 -Release: 4%{?dist} +Release: 5%{?dist} Summary: TvGuide is a highly customizable 2D EPG viewer plugin License: GPL-2.0-or-later URL: https://gitlab.com/kamel5/tvguide @@ -58,6 +58,9 @@ install -Dpm 644 %{SOURCE1} \ %{vdr_resdir}/plugins/tvguide/ %changelog +* 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 From 6d7f236134048a31adbe82af6908b59110a36f30 Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Sat, 19 Jul 2025 09:59:54 +0200 Subject: [PATCH 5/9] Update to 1.3.11 --- .gitignore | 1 + sources | 2 +- vdr-tvguide.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 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 fcfe818..34b9883 100644 --- a/vdr-tvguide.spec +++ b/vdr-tvguide.spec @@ -10,8 +10,8 @@ %endif Name: vdr-tvguide -Version: 1.3.9 -Release: 5%{?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 @@ -58,6 +58,9 @@ 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 From cd416624af9280cb1084c517bd7d2f47728a8d0b Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Sat, 19 Jul 2025 10:01:06 +0200 Subject: [PATCH 6/9] Update to 1.3.11 --- vdr-tvguide.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vdr-tvguide.spec b/vdr-tvguide.spec index 34b9883..bc44969 100644 --- a/vdr-tvguide.spec +++ b/vdr-tvguide.spec @@ -59,7 +59,7 @@ install -Dpm 644 %{SOURCE1} \ %changelog * Sat Jul 19 2025 Martin Gansser - 1.3.11-1 -- Update to 1.3.11 +- Update to 1.3.11 * Sat Jun 21 2025 Martin Gansser - 1.3.9-5 - Rebuilt for new VDR API version 2.7.6 From ac13cfdcf4bb186a9168f44409d381df58410635 Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Sat, 19 Jul 2025 10:03:23 +0200 Subject: [PATCH 7/9] Update to 1.3.11 --- .gitignore | 1 + sources | 2 +- vdr-tvguide.spec | 28 ++++++++++++++++++++++------ 3 files changed, 24 insertions(+), 7 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 55b5824..bc44969 100644 --- a/vdr-tvguide.spec +++ b/vdr-tvguide.spec @@ -1,15 +1,16 @@ %global pname tvguide -# version we want to build against -%global vdr_version 2.6.3 + # Set vdr_version based on Fedora version -%if 0%{?fedora} >= 42 -%global vdr_version 2.7.2 -%elif 0%{?fedora} >= 40 +%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 +Version: 1.3.11 Release: 1%{?dist} Summary: TvGuide is a highly customizable 2D EPG viewer plugin License: GPL-2.0-or-later @@ -57,6 +58,21 @@ 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 + +* Sun Jan 19 2025 Fedora Release Engineering - 1.3.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Wed Oct 09 2024 Martin Gansser - 1.3.9-1 - Rebuilt for new VDR API version 2.7.2 - Update to 1.3.9 From 3a5bdfa84ff38261bea5919b877e44ccb5a33a0f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:01:58 +0000 Subject: [PATCH 8/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- vdr-tvguide.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vdr-tvguide.spec b/vdr-tvguide.spec index bc44969..1ebc035 100644 --- a/vdr-tvguide.spec +++ b/vdr-tvguide.spec @@ -11,7 +11,7 @@ Name: vdr-tvguide Version: 1.3.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: TvGuide is a highly customizable 2D EPG viewer plugin License: GPL-2.0-or-later URL: https://gitlab.com/kamel5/tvguide @@ -58,6 +58,9 @@ install -Dpm 644 %{SOURCE1} \ %{vdr_resdir}/plugins/tvguide/ %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.3.11-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sat Jul 19 2025 Martin Gansser - 1.3.11-1 - Update to 1.3.11 From 9be945634af61747668eda517302adcda56cce08 Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Sun, 27 Jul 2025 18:36:05 +0200 Subject: [PATCH 9/9] Rebuilt for new VDR API version 2.7.7 --- vdr-tvguide.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vdr-tvguide.spec b/vdr-tvguide.spec index 1ebc035..60a29a3 100644 --- a/vdr-tvguide.spec +++ b/vdr-tvguide.spec @@ -2,7 +2,7 @@ # Set vdr_version based on Fedora version %if 0%{?fedora} >= 43 -%global vdr_version 2.7.6 +%global vdr_version 2.7.7 %elif 0%{?fedora} == 42 %global vdr_version 2.7.4 %else @@ -11,7 +11,7 @@ Name: vdr-tvguide Version: 1.3.11 -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 @@ -58,6 +58,9 @@ install -Dpm 644 %{SOURCE1} \ %{vdr_resdir}/plugins/tvguide/ %changelog +* Fri Jul 25 2025 Martin Gansser - 1.3.11-3 +- Rebuilt for new VDR API version 2.7.7 + * Fri Jul 25 2025 Fedora Release Engineering - 1.3.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild