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

A new commit has been pushed.

Repo   : rpms/vdr-epg-daemon
Branch : f43
Commit : 1f5031540379f77c5b5954fdec31f7625700cbc4
Author : Martin Gansser <mgansser@netcom-mail.de>
Date   : 2026-01-26T16:59:32+01:00
Stats  : +12/-6 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/vdr-epg-daemon/c/1f5031540379f77c5b5954fdec31f7625700cbc4?branch=f43

Log:
Rebuilt for new VDR API version 2.7.8

---
diff --git a/vdr-epg-daemon.spec b/vdr-epg-daemon.spec
index 6675420..602ec86 100644
--- a/vdr-epg-daemon.spec
+++ b/vdr-epg-daemon.spec
@@ -1,15 +1,18 @@
 # Set vdr_version based on Fedora version
-%if 0%{?fedora} >= 43
-%global vdr_version 2.7.7
-%elif 0%{?fedora} == 42
-%global vdr_version 2.7.4
-%else
+# Default
 %global vdr_version 2.6.9
+
+%if 0%{?fedora} == 42
+%global vdr_version 2.7.4
+%elif 0%{?fedora} == 43
+%global vdr_version 2.7.7
+%elif 0%{?fedora} >= 44
+%global vdr_version 2.7.8
 %endif
 
 Name:           vdr-epg-daemon
 Version:        1.3.29
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        A daemon to download EPG data from internet and manage it in a mysql database
 License:        GPL-1.0-or-later AND GPL-2.0-only AND LicenseRef-Callaway-BSD
 URL:            https://github.com/horchi/vdr-epg-daemon
@@ -135,6 +138,9 @@ mkdir -p %{buildroot}%{_libdir}/mariadb/plugin
 %{vdr_resdir}/epgd/
 
 %changelog
+* Mon Jan 26 2026 Martin Gansser <martinkg@fedoraproject.org> - 1.3.29-10
+- Rebuilt for new VDR API version 2.7.8
+
 * Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.29-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

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

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

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

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