[calibre] Add requires on python-apsw. Fixes bug #1000835

Kevin Fenzi kevin at fedoraproject.org
Mon Aug 26 14:18:10 UTC 2013


commit 2475cbc803d1f4c71a2f55580c821ff19b6d3d98
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Mon Aug 26 08:18:00 2013 -0600

    Add requires on python-apsw. Fixes bug #1000835

 calibre.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/calibre.spec b/calibre.spec
index 753b590..2332a88 100644
--- a/calibre.spec
+++ b/calibre.spec
@@ -2,7 +2,7 @@
 
 Name:           calibre
 Version:        1.0.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        E-book converter and library management
 Group:          Applications/Multimedia
 License:        GPLv3
@@ -63,6 +63,7 @@ Requires:       python-feedparser
 Requires:       python-netifaces
 Requires:       python-dns
 Requires:       python-cssselect
+Requires:       python-apsw
 %{?_sip_api:Requires: sip-api(%{_sip_api_major}) >= %{_sip_api}}
 
 %define __provides_exclude_from ^%{_libdir}/%{name}/%{name}/plugins/.*\.so$
@@ -276,6 +277,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{python_sitelib}/init_calibre.py*
 
 %changelog
+* Mon Aug 26 2013 Kevin Fenzi <kevin at scrye.com> 1.0.0-2
+- Add requires on python-apsw. Fixes bug #1000835
+
 * Fri Aug 23 2013 Kevin Fenzi <kevin at scrye.com> 1.0.0-1
 - Update to 1.0.0
 


More information about the scm-commits mailing list