From 69a67cf32a251740452917c7a3705d63ec69eca0 Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Feb 27 2017 07:26:49 +0000 Subject: Update to 1.1.100 --- diff --git a/.gitignore b/.gitignore index 98b9205..9798a11 100644 --- a/.gitignore +++ b/.gitignore @@ -118,3 +118,4 @@ /vdr-epg-daemon-1.1.95.tar.bz2 /vdr-epg-daemon-1.1.97.tar.bz2 /vdr-epg-daemon-1.1.99.tar.bz2 +/vdr-epg-daemon-1.1.100.tar.bz2 diff --git a/sources b/sources index a9293e3..efa7dbb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vdr-epg-daemon-1.1.99.tar.bz2) = 1291e5d8e425cde9c8d5ef5adfa6b0e9c26eda76f7916706a368239bdbef6e1aa5bde2b27cdaa3637d5887b679679b6bec6ccccc0931ff286261485e923fe114 +SHA512 (vdr-epg-daemon-1.1.100.tar.bz2) = 6d787677e22cc736cbd85532990eef824807c453ea2c74681e7aaec63c5a7dbda0ac92796b294191b78ff646bedda9d2c491a86e3f9c8f0ffacb11741aafc244 diff --git a/vdr-epg-daemon.spec b/vdr-epg-daemon.spec index f9754bd..6a3fe3d 100644 --- a/vdr-epg-daemon.spec +++ b/vdr-epg-daemon.spec @@ -2,7 +2,7 @@ %global without_debug 1 Name: vdr-epg-daemon -Version: 1.1.99 +Version: 1.1.100 Release: 1%{?dist} Summary: A daemon to download EPG data from internet and manage it in a mysql database @@ -92,8 +92,8 @@ for file in scripts/epgh-{request,login}; do sed -i '1 i\#!/bin/bash' $file done -# change service name to mariadb.service -sed -i -e 's|mysql.service|mariadb.service|' contrib/epgd.service +# remove systemctl daemon-reload +sed -i -e 's|systemctl daemon-reload||' Makefile %build %make_build all @@ -128,6 +128,9 @@ mkdir -p %{buildroot}%{_libdir}/mysql/plugin %{vdr_resdir}/epgd/ %changelog +* Mon Feb 27 2017 Martin Gansser - 1.1.100-1 +- Update to 1.1.100 + * Fri Feb 24 2017 Martin Gansser - 1.1.99-1 - Update to 1.1.99