diff --git a/.gitignore b/.gitignore index b429693..a93b93e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /vdr-plugin-graphlcd-1.0.5.tar.bz2 /vdr-plugin-graphlcd-1.0.6.tar.bz2 /vdr-graphlcd-1.0.6.tar.gz +/vdr-graphlcd-1.0.8.tar.gz diff --git a/0002-graphlcd-Removal-of-deprecated-interface-functions.patch b/0002-graphlcd-Removal-of-deprecated-interface-functions.patch deleted file mode 100644 index 6400f37..0000000 --- a/0002-graphlcd-Removal-of-deprecated-interface-functions.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- vdr-plugin-graphlcd-1.0.6/service.c.orig 2024-09-30 17:11:06.271639702 +0200 -+++ vdr-plugin-graphlcd-1.0.6/service.c 2024-09-30 17:14:29.415733688 +0200 -@@ -583,7 +583,12 @@ - spanActive = false; - p = cPluginManager::CallFirstService("Span-ClientCheck-v1.0", NULL); - if (p) { -+#if APIVERSNUM >= 20402 -+ cMutexLock mtx; -+ cControl* c = cControl::Control(mtx); // workaround a bug somewhere in music or span-plugin -+#else - cControl* c = cControl::Control(); // workaround a bug somewhere in music or span-plugin -+#endif - if (c != NULL && cPluginManager::CallFirstService("Span-GetBarHeights-v1.0", &checkSpanData)) { - spanActive = true; - bool chg = false; diff --git a/sources b/sources index fe90e6f..a0ce6c4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vdr-graphlcd-1.0.6.tar.gz) = 8649a7489a6141b1e0d4fc83ee6b7cc5e3a9401342517802de3814192f42e5ffa06ecd07ce411c8906a8771cc019b614d0d48e7533e3215f02dc3e69b91b4e25 +SHA512 (vdr-graphlcd-1.0.8.tar.gz) = ffd9295763bb91861a9067370224071b139bfe163eee8cde9e47d2fd0e129c873f7d998bfeec4fa0bcd91fe94e5e611a916862f20a7336d0a6073913a03a76ea diff --git a/vdr-graphlcd.spec b/vdr-graphlcd.spec index 6c82834..bdaaf8a 100644 --- a/vdr-graphlcd.spec +++ b/vdr-graphlcd.spec @@ -1,18 +1,18 @@ %global rname vdr-plugin-graphlcd %global sname graphlcd -# 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.7 +%elif 0%{?fedora} == 42 +%global vdr_version 2.7.4 +%else %global vdr_version 2.6.9 %endif - Name: vdr-graphlcd -Version: 1.0.6 -Release: 20%{?dist} +Version: 1.0.8 +Release: 5%{?dist} Summary: VDR plugin: Output to graphic LCD License: GPL-2.0-or-later URL: https://github.com/vdr-projects/vdr-plugin-graphlcd @@ -20,7 +20,6 @@ Source0: https://github.com/vdr-projects/%{rname}/archive/refs/tags/%{ver Source1: %{name}.conf Source2: %{name}.conf.sample Source3: %{name}-fonts.conf -Patch0: 0002-graphlcd-Removal-of-deprecated-interface-functions.patch BuildRequires: make BuildRequires: gcc-c++ @@ -83,6 +82,22 @@ install -Dpm 644 %{SOURCE3} \ %config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/%{sname}.conf.sample %changelog +* Fri Jul 25 2025 Martin Gansser - 1.0.8-5 +- Rebuilt for new VDR API version 2.7.7 + +* Fri Jul 25 2025 Fedora Release Engineering - 1.0.8-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + +* Sat Jun 21 2025 Martin Gansser - 1.0.8-3 +- Rebuilt for new VDR API version 2.7.6 + +* Tue May 27 2025 Martin Gansser - 1.0.8-2 +- Rebuilt for new VDR API version 2.7.5 + +* Fri Feb 28 2025 Martin Gansser - 1.0.8-1 +- Update to 1.0.8 +- Rebuilt for new VDR API version 2.7.4 + * Sun Jan 19 2025 Fedora Release Engineering - 1.0.6-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild