diff --git a/.gitignore b/.gitignore index cbecf76..d633a7f 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ calibre-0.7.14-nofonts.tar.xz /calibre-0.7.30-nofonts.tar.xz /calibre-0.7.32-nofonts.tar.xz /calibre-0.7.33-nofonts.tar.xz +/calibre-0.7.34-nofonts.tar.xz diff --git a/calibre.spec b/calibre.spec index a983953..f2e0f79 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.33 -Release: 2%{?dist} +Version: 0.7.34 +Release: 1%{?dist} Summary: E-book converter and library management Group: Applications/Multimedia License: GPLv3 @@ -41,6 +41,7 @@ BuildRequires: python-BeautifulSoup BuildRequires: chmlib-devel BuildRequires: python-cssutils > 0.9.6 BuildRequires: sqlite-devel +BuildRequires: libicu-devel Requires: PyQt4 Requires: pyPdf @@ -270,6 +271,9 @@ fi %{_mandir}/man1/* %changelog +* Fri Dec 17 2010 Kevin Fenzi - 0.7.34-1 +- Update to 0.7.34 + * Wed Dec 15 2010 Rex Dieter - 0.7.33-2 - rebuild (poppler) diff --git a/sources b/sources index da12ae7..11c35eb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b2cb76381be0237830c5d4ab8cbb65eb calibre-0.7.33-nofonts.tar.xz +fc24c8afa127da8d2eef33b3182062b2 calibre-0.7.34-nofonts.tar.xz