diff --git a/.gitignore b/.gitignore index 5e1bb24..9604fb3 100644 --- a/.gitignore +++ b/.gitignore @@ -113,3 +113,4 @@ calibre-0.7.14-nofonts.tar.xz /calibre-0.9.7-nofonts.tar.xz /calibre-0.9.8-nofonts.tar.xz /calibre-0.9.9-nofonts.tar.xz +/calibre-0.9.11-nofonts.tar.xz diff --git a/calibre.spec b/calibre.spec index 6e253f5..197764c 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.9.9 -Release: 2%{?dist} +Version: 0.9.11 +Release: 1%{?dist} Summary: E-book converter and library management Group: Applications/Multimedia License: GPLv3 @@ -20,9 +20,6 @@ Source0: %{name}-%{version}-nofonts.tar.xz Source1: generate-tarball.sh Source2: calibre-mount-helper Patch1: %{name}-no-update.patch -# https://bugzilla.redhat.com/887511 -# http://bazaar.launchpad.net/~kovid/calibre/trunk/revision/13885 -Patch2: calibre-pyqt496.patch BuildRequires: python >= 2.6 BuildRequires: python-devel >= 2.6 @@ -90,7 +87,6 @@ RTF, TXT, PDF and LRS. # don't check for new upstream version (that's what packagers do) %patch1 -p1 -b .no-update -%patch2 -p0 -b .pyqt496 # dos2unix newline conversion %{__sed} -i 's/\r//' src/calibre/web/feeds/recipes/* @@ -282,6 +278,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{python_sitelib}/init_calibre.py* %changelog +* Sun Dec 23 2012 Kevin Fenzi 0.9.11-1 +- Update to 0.9.11 + * Mon Dec 17 2012 Rex Dieter 0.9.9-2 - PyQt4 0.9.6 build regression in calibre (#887511) diff --git a/sources b/sources index 497fddc..d0c6669 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cf02565bc14c04334a0e22ca3d4447af calibre-0.9.9-nofonts.tar.xz +41d089cb3766b2c67b69376050089881 calibre-0.9.11-nofonts.tar.xz