From bcdc88528922ff2b3d116feeed164f883f025de1 Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Mar 09 2018 10:47:39 +0000 Subject: Update to 1.1.92 --- diff --git a/.gitignore b/.gitignore index a45d07a..545c4bf 100644 --- a/.gitignore +++ b/.gitignore @@ -66,3 +66,4 @@ /vdr-plugin-epg2vdr-1.1.86.tar.bz2 /vdr-plugin-epg2vdr-1.1.88.tar.bz2 /vdr-plugin-epg2vdr-1.1.91.tar.bz2 +/vdr-plugin-epg2vdr-1.1.92.tar.bz2 diff --git a/sources b/sources index 188733c..b2efccb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vdr-plugin-epg2vdr-1.1.91.tar.bz2) = 89c0cf3842e59ad413268ed62b329ba408eedb54536b114c661d44588b1641eead847683e1e2e62cf7997fab1addab23bb5bb302c065620a8eb0656eb5bac710 +SHA512 (vdr-plugin-epg2vdr-1.1.92.tar.bz2) = f16f0f65ec6690315a6103f88f1b91a3a9c099e2307dffca64a08e9d576657cda4f11df227c200c643a4ba36472d1d5942f4d46269dc1257f5836105ac3dbd38 diff --git a/vdr-epg2vdr.spec b/vdr-epg2vdr.spec index 5973e40..feae98d 100644 --- a/vdr-epg2vdr.spec +++ b/vdr-epg2vdr.spec @@ -1,5 +1,5 @@ Name: vdr-epg2vdr -Version: 1.1.91 +Version: 1.1.92 Release: 1%{?dist} Summary: A plugin to retrieve EPG data from a mysql database into VDR @@ -62,6 +62,9 @@ chmod 0755 %{buildroot}/%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion} %{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion} %changelog +* Fri Mar 09 2018 Martin Gansser - 1.1.92-1 +- Update to 1.1.92 + * Tue Feb 27 2018 Martin Gansser - 1.1.91-1 - Update to 1.1.91 - Switched to BR python2-devel according to Fedora Packaging guidelines for Python