diff --git a/.gitignore b/.gitignore index 4f22d76..a8a0b8e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /vdr-plugin-epg2vdr-d8382ba4132fc27deec0997a407da4dbd28dd2aa.tar.bz2 /vdr-plugin-epg2vdr-94798312563927194f2bb3e7c2ab102a3689bd7a.tar.bz2 /vdr-plugin-epg2vdr-caeef7901c970bc7bcc2e073f7ff740c208a83bc.tar.bz2 +/vdr-plugin-epg2vdr-a569a6e922da3463d8792af43e92d4b9cc05f8bf.tar.bz2 diff --git a/sources b/sources index b2c53f3..ba7a9aa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b26e0ce84138ad004e405b5fc8dba136 vdr-plugin-epg2vdr-caeef7901c970bc7bcc2e073f7ff740c208a83bc.tar.bz2 +24119c20a455a5e51f9869ef8eff04cd vdr-plugin-epg2vdr-a569a6e922da3463d8792af43e92d4b9cc05f8bf.tar.bz2 diff --git a/vdr-epg2vdr.spec b/vdr-epg2vdr.spec index 471910c..001158d 100644 --- a/vdr-epg2vdr.spec +++ b/vdr-epg2vdr.spec @@ -1,10 +1,10 @@ -%global commit caeef7901c970bc7bcc2e073f7ff740c208a83bc +%global commit a569a6e922da3463d8792af43e92d4b9cc05f8bf %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global gitdate 20140515 +%global gitdate 20140516 Name: vdr-epg2vdr Version: 0.1.10 -Release: 2.%{gitdate}git%{shortcommit}%{?dist} +Release: 3.%{gitdate}git%{shortcommit}%{?dist} Summary: A plugin to retrieve EPG data from a mysql database into VDR Group: Applications/Multimedia @@ -53,6 +53,9 @@ chmod 0755 %{buildroot}/%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion} %{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion} %changelog +* Fri May 16 2014 Martin Gansser - 0.1.10-3.20140516gita569a6e +- rebuild for new git release + * Thu May 15 2014 Martin Gansser - 0.1.10-2.20140515gitcaeef79 - rebuild for new git release