diff --git a/.gitignore b/.gitignore index dd0e788..13d2876 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ calibre-0.7.14-nofonts.tar.xz /calibre-0.7.47-nofonts.tar.xz /calibre-0.7.49-nofonts.tar.xz /calibre-0.7.50-nofonts.tar.xz +/calibre-0.7.52-nofonts.tar.xz diff --git a/calibre.spec b/calibre.spec index ce7d9d9..6267f1d 100644 --- a/calibre.spec +++ b/calibre.spec @@ -1,8 +1,8 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: calibre -Version: 0.7.50 -Release: 2%{?dist} +Version: 0.7.52 +Release: 1%{?dist} Summary: E-book converter and library management Group: Applications/Multimedia License: GPLv3 @@ -101,14 +101,12 @@ RTF, TXT, PDF and LRS. %{__sed} -i -e '/^#![ ]*\//, 1d' src/calibre/*/*.py %{__sed} -i -e '/^#!\//, 1d' src/calibre/*.py %{__sed} -i -e '/^#!\//, 1d' src/templite/*.py -%{__sed} -i -e '/^#!\//, 1d' resources/recipes/* %{__sed} -i -e '/^#!\//, 1d' resources/default_tweaks.py %{__chmod} -x src/calibre/*/*/*/*.py %{__chmod} -x src/calibre/*/*/*.py %{__chmod} -x src/calibre/*/*.py %{__chmod} -x src/calibre/*.py -%{__chmod} -x resources/recipes/* %build OVERRIDE_CFLAGS="%{optflags}" python setup.py build @@ -279,6 +277,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_mandir}/man1/* %changelog +* Sat Mar 26 2011 Kevin Fenzi - 0.7.52-1 +- Update to 0.7.52 + * Tue Mar 22 2011 Christian Krause - 0.7.50-2 - Add patch to fix crash on pdf export (BZ #673604) diff --git a/sources b/sources index f0ee039..52900d9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -06b32259222821ca76653decb638f7c2 calibre-0.7.50-nofonts.tar.xz +14d7fb36770ca73fe4b795cc1f4df116 calibre-0.7.52-nofonts.tar.xz