From d60698ae2c524fca28073394546893fb347102fc Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: May 07 2014 18:36:46 +0000 Subject: rebuild for new git release - added README.fedora --- diff --git a/.gitignore b/.gitignore index 5b7c7b8..4e19784 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /vdr-epg-daemon-d7fb6caf0f84ad56c2ce2a0d9ef8b554d230ec75.tar.bz2 +/vdr-epg-daemon-d5f1b4da70bacad82dd015a736ebeda7ab00627d.tar.bz2 diff --git a/sources b/sources index 8b05f31..4fbe2a5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -100b29e247a41bc495979ca5e57904c6 vdr-epg-daemon-d7fb6caf0f84ad56c2ce2a0d9ef8b554d230ec75.tar.bz2 +3d9924d96d4641fd40f8b484733bf81f vdr-epg-daemon-d5f1b4da70bacad82dd015a736ebeda7ab00627d.tar.bz2 diff --git a/vdr-epg-daemon-d5f1b4da70bacad82dd015a736ebeda7ab00627d.tar.bz2 b/vdr-epg-daemon-d5f1b4da70bacad82dd015a736ebeda7ab00627d.tar.bz2 new file mode 100644 index 0000000..643d282 Binary files /dev/null and b/vdr-epg-daemon-d5f1b4da70bacad82dd015a736ebeda7ab00627d.tar.bz2 differ diff --git a/vdr-epg-daemon.spec b/vdr-epg-daemon.spec index e2e70db..8295914 100644 --- a/vdr-epg-daemon.spec +++ b/vdr-epg-daemon.spec @@ -1,13 +1,13 @@ -%global commit d7fb6caf0f84ad56c2ce2a0d9ef8b554d230ec75 +%global commit d5f1b4da70bacad82dd015a736ebeda7ab00627d %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global gitdate 20140505 +%global gitdate 20140507 ## This macro activates/deactivates debug option %global without_debug 1 Name: vdr-epg-daemon -Version: 0.1.0 -Release: 8.%{gitdate}git%{shortcommit}%{?dist} +Version: 0.2.0 +Release: 1.%{gitdate}git%{shortcommit}%{?dist} Summary: A daemon to download EPG data from internet and manage it in a mysql database Group: Applications/Multimedia @@ -103,7 +103,7 @@ install -Dpm 644 contrib/epgd.service %{buildroot}/%{_unitdir}/epgd.service %systemd_postun_with_restart epgd.service %files -%doc COPYING HISTORY* README epglv/README* +%doc COPYING HISTORY* README epglv/README* contrib/README.fedora %{_bindir}/epg* %dir %{_sysconfdir}/epgd %config(noreplace) %{_sysconfdir}/epgd/* @@ -113,6 +113,10 @@ install -Dpm 644 contrib/epgd.service %{buildroot}/%{_unitdir}/epgd.service %{_libdir}/mysql/plugin/mysqlepglv.so %changelog +* 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 - added mariadb-server to Requires