public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/vdr-tvguide] f43: Rebuilt for new VDR 2.8.2 API version 13
@ 2026-06-03  9:49 Martin Gansser
  0 siblings, 0 replies; only message in thread
From: Martin Gansser @ 2026-06-03  9:49 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/vdr-tvguide
            Branch : f43
            Commit : 9e5dbc93cda65ea2ead98f3dc3410c1e167ba483
            Author : Martin Gansser <mgansser@netcom-mail.de>
            Date   : 2026-06-03T11:48:49+02:00
            Stats  : +23/-16 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/vdr-tvguide/c/9e5dbc93cda65ea2ead98f3dc3410c1e167ba483?branch=f43

            Log:
            Rebuilt for new VDR 2.8.2 API version 13

Update to 1.3.14

---
diff --git a/.gitignore b/.gitignore
index 8479fa9..96f011e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@
 /tvguide-v1.3.12.tar.bz2
 /tvguide-v1.3.13.tar.bz2
 /tvguide-41ae0c825502f7cceed7d7769dab6e6bf8433249.tar.gz
+/tvguide-v1.3.14.tar.bz2

diff --git a/sources b/sources
index 0037610..dc697cd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tvguide-41ae0c825502f7cceed7d7769dab6e6bf8433249.tar.gz) = 717ddddb2f373e8a7ebeaa4de79705ef326a76c06b416d856580a36dbfcf5a962f2462cbbe3d1f4309748a9073a41ac98ab4abefbdf7a36a8d1db57da2f0db4f
+SHA512 (tvguide-v1.3.14.tar.bz2) = d62a9975a9f8a064de5857ebc9b550403ecdc8d78d9a0146a3055f6bdd2af72d05c6abd6d6ea16684becd6c3ed2a99458d92694d0ebddf942da8c793b5acf541

diff --git a/vdr-tvguide.spec b/vdr-tvguide.spec
index f812157..d9149df 100644
--- a/vdr-tvguide.spec
+++ b/vdr-tvguide.spec
@@ -1,34 +1,33 @@
 
-# https://gitlab.com/kamel5/tvguide/-/commit/41ae0c825502f7cceed7d7769dab6e6bf8433249
-%global commit0 41ae0c825502f7cceed7d7769dab6e6bf8433249
+# https://gitlab.com/kamel5/tvguide/-/commit/0fd930677070da3586d28d86d262c1dd5c1ff23e
+%global commit0 0fd930677070da3586d28d86d262c1dd5c1ff23e
 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
-%global gitdate 20260420
+%global gitdate 20260422
 %global pname   tvguide
 
 # Set vdr_version based on Fedora version
 # Default
-%global vdr_version 2.6.9
+%global vdr_version 2.7.7
 
-%if 0%{?fedora} == 42
-%global vdr_version 2.7.4
-%elif 0%{?fedora} == 43
+%if 0%{?fedora} == 43
 %global vdr_version 2.7.7
-%elif 0%{?fedora} >= 44
+%elif 0%{?fedora} == 44
 %global vdr_version 2.8.1
+%elif 0%{?fedora} > 44
+%global vdr_version 2.8.2
 %endif
 
 Name:           vdr-tvguide
 Version:        1.3.14
-Release:        0.1.%{gitdate}git%{shortcommit0}%{?dist}
-# Release:        1%%{?dist}
+# Release:        0.3.%%{gitdate}git%%{shortcommit0}%%{?dist}
+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
-Source0:        %url/-/archive/%{commit0}/%{pname}-%{commit0}.tar.gz
-# Source0:        %%url/-/archive/v%%{version}/%%{pname}-v%%{version}.tar.bz2
+# Source0:        %%url/-/archive/%%{commit0}/%%{pname}-%%{commit0}.tar.gz
+Source0:        %url/-/archive/v%{version}/%{pname}-v%{version}.tar.bz2
 # Configuration files for plugin parameters. These are Fedora specific and not in upstream.
 Source1:        %{name}.conf
-Patch0:         vdr-tvguide-compile.patch
 
 BuildRequires:  make
 BuildRequires:  gcc
@@ -42,8 +41,8 @@ Requires:       vdr(abi)%{?_isa} = %{vdr_apiversion}
 VDR plugin: tvguide - %{summary}
 
 %prep
-%autosetup -p1 -n %{pname}-%{commit0}
-#%%autosetup -p1 -n %%{pname}-v%%{version}
+#%%autosetup -p1 -n %%{pname}-%%{commit0}
+%autosetup -p1 -n %{pname}-v%{version}
 iconv -f iso-8859-1 -t utf-8 README > README.utf8 ; mv README.utf8 README
 
 %build
@@ -70,6 +69,13 @@ install -Dpm 644 %{SOURCE1} \
 %{vdr_resdir}/plugins/tvguide/
 
 %changelog
+* Wed Jun 03 2026 Martin Gansser <martinkg@fedoraproject.org> - 1.3.14-0.3.20260422git0fd9306
+- Rebuilt for new VDR 2.8.2 API version 13
+- Update to 1.3.14
+
+* Wed Apr 22 2026 Martin Gansser <martinkg@fedoraproject.org> - 1.3.14-0.2.20260422git0fd9306
+- Add vdr-tvguide-compile.patch to fix compilation warnings
+
 * Tue Apr 21 2026 Martin Gansser <martinkg@fedoraproject.org> - 1.3.14-0.1.20260420git41ae0c8
 - Add vdr-tvguide-compile.patch to fix compilation warnings
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-03  9:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-03  9:49 [rpms/vdr-tvguide] f43: Rebuilt for new VDR 2.8.2 API version 13 Martin Gansser

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox