From 14f6134f01c45951c3970c04a7244f640a4b7798 Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: May 10 2014 17:54:51 +0000 Subject: rebuild for new git release --- diff --git a/.gitignore b/.gitignore index 4e19784..236ecf3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /vdr-epg-daemon-d7fb6caf0f84ad56c2ce2a0d9ef8b554d230ec75.tar.bz2 /vdr-epg-daemon-d5f1b4da70bacad82dd015a736ebeda7ab00627d.tar.bz2 +/vdr-epg-daemon-e1d19b88655144471daae1fade64b08b55606e1e.tar.bz2 diff --git a/sources b/sources index 4fbe2a5..45d5804 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3d9924d96d4641fd40f8b484733bf81f vdr-epg-daemon-d5f1b4da70bacad82dd015a736ebeda7ab00627d.tar.bz2 +718835e0fda8d12dec2ca951540da482 vdr-epg-daemon-e1d19b88655144471daae1fade64b08b55606e1e.tar.bz2 diff --git a/vdr-epg-daemon-d5f1b4da70bacad82dd015a736ebeda7ab00627d.tar.bz2 b/vdr-epg-daemon-d5f1b4da70bacad82dd015a736ebeda7ab00627d.tar.bz2 deleted file mode 100644 index 643d282..0000000 Binary files a/vdr-epg-daemon-d5f1b4da70bacad82dd015a736ebeda7ab00627d.tar.bz2 and /dev/null differ diff --git a/vdr-epg-daemon.spec b/vdr-epg-daemon.spec index 8295914..327cb6b 100644 --- a/vdr-epg-daemon.spec +++ b/vdr-epg-daemon.spec @@ -1,12 +1,12 @@ -%global commit d5f1b4da70bacad82dd015a736ebeda7ab00627d +%global commit e1d19b88655144471daae1fade64b08b55606e1e %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global gitdate 20140507 +%global gitdate 20140510 ## This macro activates/deactivates debug option %global without_debug 1 Name: vdr-epg-daemon -Version: 0.2.0 +Version: 0.2.1 Release: 1.%{gitdate}git%{shortcommit}%{?dist} Summary: A daemon to download EPG data from internet and manage it in a mysql database @@ -113,9 +113,11 @@ install -Dpm 644 contrib/epgd.service %{buildroot}/%{_unitdir}/epgd.service %{_libdir}/mysql/plugin/mysqlepglv.so %changelog +* Sat May 10 2014 Martin Gansser - 0.2.1-1.20140510gite1d19b8 +- rebuild for new git release + * Wed May 07 2014 Martin Gansser - 0.2.0-1.20140507gitd5f1b4d - rebuild for new git release -- added README.fedora * Mon May 05 2014 Martin Gansser - 0.1.0-8.20140505gitd7fb6ca - removed unnecessary BR: mariadb-server