diff --git a/.gitignore b/.gitignore index 8f1fe61..fd7bc93 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ telepathy-idle-0.1.6.tar.gz /telepathy-idle-0.1.11.tar.gz /telepathy-idle-0.1.12.tar.gz /telepathy-idle-0.1.13.tar.gz +/telepathy-idle-0.1.14.tar.gz diff --git a/sources b/sources index d001398..eb5b4c1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a82a6f15bf12e21285e6a36256c2bde0 telepathy-idle-0.1.13.tar.gz +c292c54aa08f61544ab53fda880d861c telepathy-idle-0.1.14.tar.gz diff --git a/telepathy-idle.spec b/telepathy-idle.spec index 4421ccc..6598078 100644 --- a/telepathy-idle.spec +++ b/telepathy-idle.spec @@ -5,7 +5,7 @@ %endif Name: telepathy-idle -Version: 0.1.13 +Version: 0.1.14 Release: 1%{?dist} Summary: IRC connection manager for Telepathy @@ -40,7 +40,7 @@ A full-featured IRC connection manager for the Telepathy project. %if %{run_tests} %check -#make check +make check %endif @@ -64,6 +64,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Sat Nov 17 2012 Brian Pepple - 0.1.14-1 +- Update to 0.1.14. + * Wed Nov 14 2012 Brian Pepple - 0.1.13-1 - Update to 0.1.13. - Drop make-j patch. Fixed upstream.