[calibre] Update to 0.9.36

Kevin Fenzi kevin at fedoraproject.org
Mon Jun 24 04:46:44 UTC 2013


commit 0cc4bbf6c0f2bd29c56b4117060fb42c19950bcc
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Sun Jun 23 22:46:25 2013 -0600

    Update to 0.9.36

 .gitignore                   |    1 +
 calibre-0.8.21-poppler.patch |   22 ----------------------
 calibre-manpages.patch       |   37 -------------------------------------
 calibre-pillow.patch         |   13 -------------
 calibre-pyqt496.patch        |   15 ---------------
 calibre.spec                 |   14 +++++---------
 sources                      |    2 +-
 7 files changed, 7 insertions(+), 97 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5418d5c..21f9b1c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -135,3 +135,4 @@ calibre-0.7.14-nofonts.tar.xz
 /calibre-0.9.32-nofonts.tar.xz
 /calibre-0.9.34-nofonts.tar.xz
 /calibre-0.9.35-nofonts.tar.xz
+/calibre-0.9.36-nofonts.tar.xz
diff --git a/calibre.spec b/calibre.spec
index cce6fe5..a8986cc 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.35
-Release:        2%{?dist}
+Version:        0.9.36
+Release:        1%{?dist}
 Summary:        E-book converter and library management
 Group:          Applications/Multimedia
 License:        GPLv3
@@ -18,9 +18,6 @@ URL:            http://calibre-ebook.com/
 Source0:        %{name}-%{version}-nofonts.tar.xz
 Source1:        generate-tarball.sh
 Source2:        calibre-mount-helper
-# The bundled textile needs to be modified to import python-pillow properly.
-# This could go away if we unbundle textile
-Patch0:         %{name}-pillow.patch
 Patch1:         %{name}-no-update.patch
 
 BuildRequires:  python >= 2.6
@@ -87,10 +84,6 @@ RTF, TXT, PDF and LRS.
 %prep
 %setup -q -n %{name}
 
-# The bundled textile needs to be modified to import python-pillow properly.
-# This could go away if we unbundle textile
-%patch0 -p1
-
 # don't check for new upstream version (that's what packagers do)
 %patch1 -p1 -b .no-update
 
@@ -284,6 +277,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{python_sitelib}/init_calibre.py*
 
 %changelog
+* Sun Jun 23 2013 Kevin Fenzi <kevin at scrye.com> 0.9.36-1
+- Update to 0.9.36
+
 * Mon Jun 17 2013 Rex Dieter <rdieter at fedoraproject.org> 0.9.35-2
 - rebuild (sip)
 
diff --git a/sources b/sources
index 796ad83..67f0e90 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d5875f6504ffea281a6e6ead2b3ad81b  calibre-0.9.35-nofonts.tar.xz
+fd1d9fa95208ae359b7b3a24f5750951  calibre-0.9.36-nofonts.tar.xz


More information about the scm-commits mailing list