[calibre] Update to 0.7.18 Require > 0.9.6 cssutils

Kevin Fenzi kevin at fedoraproject.org
Mon Sep 13 16:45:15 UTC 2010


commit cd4811de611f58555cf8982e828172238158575a
Author: Kevin Fenzi <kevin at tummy.com>
Date:   Mon Sep 13 10:44:44 2010 -0600

    Update to 0.7.18
    Require > 0.9.6 cssutils

 .gitignore   |    1 +
 calibre.spec |    8 ++++++--
 sources      |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e034045..730e0d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ calibre-0.7.14-nofonts.tar.xz
 /calibre-0.7.15-nofonts.tar.xz
 /calibre-0.7.16-nofonts.tar.xz
 /calibre-0.7.17-nofonts.tar.xz
+/calibre-0.7.18-nofonts.tar.xz
diff --git a/calibre.spec b/calibre.spec
index 357748e..bdf7688 100644
--- a/calibre.spec
+++ b/calibre.spec
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           calibre
-Version:        0.7.17
+Version:        0.7.18
 Release:        1%{?dist}
 Summary:        E-book converter and library management
 Group:          Applications/Multimedia
@@ -39,7 +39,7 @@ BuildRequires:  python-imaging
 BuildRequires:  xdg-utils
 BuildRequires:  python-BeautifulSoup
 BuildRequires:  chmlib-devel
-BuildRequires:  python-cssutils >= 0.9.6
+BuildRequires:  python-cssutils > 0.9.6
 
 Requires:       PyQt4
 Requires:       pyPdf
@@ -250,6 +250,10 @@ fi
 %{_mandir}/man1/*
 
 %changelog
+* Sun Sep 12 2010 Kevin Fenzi <kevin at tummy.com> - 0.7.18-1
+- Update to 0.7.18
+- Require > 0.9.6 cssutils
+
 * Fri Sep 03 2010 Kevin Fenzi <kevin at tummy.com> - 0.7.17-1
 - Update to 0.7.17
 
diff --git a/sources b/sources
index be1e004..af2f3fc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5272cce74dab854a14ffa222ab8a2ef7  calibre-0.7.17-nofonts.tar.xz
+32353d899f13e2df482197a5de487a22  calibre-0.7.18-nofonts.tar.xz


More information about the scm-commits mailing list