diff --git a/.gitignore b/.gitignore index a3c1b66..3e6ce24 100644 --- a/.gitignore +++ b/.gitignore @@ -108,3 +108,4 @@ calibre-0.7.14-nofonts.tar.xz /calibre-0.9.1-nofonts.tar.xz /calibre-0.9.2-nofonts.tar.xz /calibre-0.9.4-nofonts.tar.xz +/calibre-0.9.5-nofonts.tar.xz diff --git a/calibre.spec b/calibre.spec index 3bfc76c..013f38e 100644 --- a/calibre.spec +++ b/calibre.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: calibre -Version: 0.9.4 +Version: 0.9.5 Release: 1%{?dist} Summary: E-book converter and library management Group: Applications/Multimedia @@ -273,6 +273,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{python_sitelib}/init_calibre.py* %changelog +* Sat Nov 03 2012 Kevin Fenzi 0.9.5-1 +- Update to 0.9.5 + * Tue Oct 30 2012 Kevin Fenzi 0.9.4-1 - Update to 0.9.4 - Removed 0 length feedparser python files. Fixes bug #868108 diff --git a/sources b/sources index 76043d0..0fc7a8a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -81da41b409e023fa67439c793ac953b2 calibre-0.9.4-nofonts.tar.xz +f1992b6af5a9ed81e702075f0a13ef9d calibre-0.9.5-nofonts.tar.xz