From 88d1a88ce3760758775f16862bc844a6b24274a2 Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Aug 04 2022 09:53:26 +0000 Subject: Update to new github address Update to 1.2.8 --- diff --git a/.gitignore b/.gitignore index 96502dc..7c9392c 100644 --- a/.gitignore +++ b/.gitignore @@ -93,3 +93,4 @@ /vdr-plugin-epg2vdr-1.2.5.tar.bz2 /vdr-plugin-epg2vdr-1.2.6.tar.bz2 /vdr-plugin-epg2vdr-1.2.7.tar.bz2 +/vdr-epg2vdr-1.2.8.tar.gz diff --git a/sources b/sources index fedf07b..d092961 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vdr-plugin-epg2vdr-1.2.7.tar.bz2) = 3b456ccb03050b92b3fa5d4cfbc628f2221c0a01d133cd413d37f534fbfc7a502dbd3e5e9dc77cad56261abe1f676a0316239397a65be67e7b2f4030c8475337 +SHA512 (vdr-epg2vdr-1.2.8.tar.gz) = 58eadf290191204c22828ab3b3c52523c992e01c12546ed2a8f20ac2d690811c5165d52c2b6e6ec0ee214ba65c0d4aa7536ee50d0c5d36c974b46fd29ca8da64 diff --git a/vdr-epg2vdr.spec b/vdr-epg2vdr.spec index 8ae28a2..8e74066 100644 --- a/vdr-epg2vdr.spec +++ b/vdr-epg2vdr.spec @@ -1,11 +1,20 @@ +# version we want build against +%global vdr_version 2.4.0 +%if 0%{?fedora} >= 36 +%global vdr_version 2.6.1 +%endif +%if 0%{?fedora} == 35 +%global vdr_version 2.4.7 +%endif + Name: vdr-epg2vdr -Version: 1.2.7 -Release: 3%{?dist} +Version: 1.2.8 +Release: 1%{?dist} Summary: A plugin to retrieve EPG data from a mysql database into VDR License: GPL+ -URL: http://projects.vdr-developer.org/git/vdr-plugin-epg2vdr.git -Source0: https://projects.vdr-developer.org/git/vdr-plugin-epg2vdr.git/snapshot/vdr-plugin-epg2vdr-%{version}.tar.bz2 +URL: https://github.com/horchi/vdr-plugin-epg2vdr +Source0: %url/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: make BuildRequires: gcc-c++ @@ -19,7 +28,7 @@ BuildRequires: libxml2-devel BuildRequires: tinyxml2-devel BuildRequires: libjpeg-turbo-devel BuildRequires: imlib2-devel -BuildRequires: vdr-devel >= 1.7.36 +BuildRequires: vdr-devel >= %{vdr_version} BuildRequires: python3-devel BuildRequires: jansson-devel BuildRequires: libarchive-devel @@ -57,6 +66,10 @@ chmod 0755 %{buildroot}/%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion} %{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion} %changelog +* Thu Aug 04 2022 Martin Gansser - 1.2.8-1 +- Update to new github address +- Update to 1.2.8 + * Sat Jul 23 2022 Fedora Release Engineering - 1.2.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild @@ -64,7 +77,7 @@ chmod 0755 %{buildroot}/%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion} - Rebuilt for Python 3.11 * Sat Apr 30 2022 Martin Gansser - 1.2.7-1 -A Update to 1.2.7 +- Update to 1.2.7 * Sat Feb 12 2022 Martin Gansser - 1.2.6-1 - Update to 1.2.6