diff --git a/.gitignore b/.gitignore index bbe1858..7df7067 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ /vdr-plugin-epg2vdr-1.1.51.tar.bz2 /vdr-plugin-epg2vdr-1.1.52.tar.bz2 /vdr-plugin-epg2vdr-1.1.55.tar.bz2 +/vdr-plugin-epg2vdr-1.1.56.tar.bz2 diff --git a/sources b/sources index 9ed26b2..9c2bf70 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vdr-plugin-epg2vdr-1.1.55.tar.bz2) = eb1402416e51f8f8fc617f453f6416d2cc6cb3e3e2db9acf41b3bedbdffc432e418c6e0d98480f39bf29c68bd1e93bdf3b5f3345760c4c9a4741985f087b0d44 +SHA512 (vdr-plugin-epg2vdr-1.1.56.tar.bz2) = 05f973aac8b8add3207606f5417bce2e0593e8262e6a8180a5ebd441b406b732fbec1b5215ff38d1a316a452a17a55df0fd55933e1369ea012841a682e6aef4e diff --git a/vdr-epg2vdr.spec b/vdr-epg2vdr.spec index 0a87008..af04f88 100644 --- a/vdr-epg2vdr.spec +++ b/vdr-epg2vdr.spec @@ -1,5 +1,5 @@ Name: vdr-epg2vdr -Version: 1.1.55 +Version: 1.1.56 Release: 1%{?dist} Summary: A plugin to retrieve EPG data from a mysql database into VDR @@ -52,6 +52,9 @@ chmod 0755 %{buildroot}/%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion} %{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion} %changelog +* Fri Mar 24 2017 Martin Gansser - 1.1.56-1 +- Update to 1.1.56 + * Fri Mar 24 2017 Martin Gansser - 1.1.55-1 - Update to 1.1.55 - Add BR tinyxml2-devel