[calibre] Update to 0.8.30

Kevin Fenzi kevin at fedoraproject.org
Fri Dec 9 23:52:29 UTC 2011


commit 39a6a1285ba58166d75c1a1761ac081fec5a1178
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Fri Dec 9 16:52:11 2011 -0700

    Update to 0.8.30

 .gitignore          |    1 +
 calibre.spec        |   10 +++++++---
 generate-tarball.sh |    2 +-
 sources             |    2 +-
 4 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7e2c17d..deffa38 100644
--- a/.gitignore
+++ b/.gitignore
@@ -66,3 +66,4 @@ calibre-0.7.14-nofonts.tar.xz
 /calibre-0.8.27-nofonts.tar.xz
 /calibre-0.8.28-nofonts.tar.xz
 /calibre-0.8.29-nofonts.tar.xz
+/calibre-0.8.30-nofonts.tar.xz
diff --git a/calibre.spec b/calibre.spec
index 5615c5d..a359bec 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.8.29
+Version:        0.8.30
 Release:        1%{?dist}
 Summary:        E-book converter and library management
 Group:          Applications/Multimedia
@@ -42,6 +42,7 @@ BuildRequires:  chmlib-devel
 BuildRequires:  python-cssutils > 0.9.6
 BuildRequires:  sqlite-devel
 BuildRequires:  libicu-devel
+BuildRequires:  libpng-devel
 
 Requires:       PyQt4
 Requires:       pyPdf
@@ -254,10 +255,13 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_mandir}/man1/*
 
 %changelog
-* Fri Dec 02 2011 Kevin Fenzi <kevin at scrye.com> 0.8.29-1
+* Fri Dec 09 2011 Kevin Fenzi <kevin at scrye.com> - 0.8.30-1
+- Update to 0.8.30
+
+* Fri Dec 02 2011 Kevin Fenzi <kevin at scrye.com> - 0.8.29-1
 - Update to 0.8.29
 
-* Fri Nov 25 2011 Kevin Fenzi <kevin at scrye.com> 0.8.28-1
+* Fri Nov 25 2011 Kevin Fenzi <kevin at scrye.com> - 0.8.28-1
 - Update to 0.8.28
 
 * Fri Nov 18 2011 Kevin Fenzi <kevin at scrye.com> - 0.8.27-1
diff --git a/generate-tarball.sh b/generate-tarball.sh
index c7f8138..a614c9a 100644
--- a/generate-tarball.sh
+++ b/generate-tarball.sh
@@ -2,7 +2,7 @@
 
 VERSION=$1
 
-tar -xvzf calibre-$VERSION.tar.gz
+tar -xvJf calibre-$VERSION.tar.xz
 rm -f calibre/resources/fonts/liberation/*
 rm -f calibre/resources/fonts/prs500/*
 
diff --git a/sources b/sources
index b925289..cdb843d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-37bb30db7af7e3847213c22f96e439d6  calibre-0.8.29-nofonts.tar.xz
+eee036ae490ec8238a82285061b03fde  calibre-0.8.30-nofonts.tar.xz


More information about the scm-commits mailing list