From ce52f9d13052c013dae24860537b56519bb7432d Mon Sep 17 00:00:00 2001 From: Ionuț Arțăriși Date: Jan 25 2010 12:47:58 +0000 Subject: new release 0.6.35 --- diff --git a/.cvsignore b/.cvsignore index c5df216..099a2d9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -calibre-0.6.32-nofonts.tar.gz +calibre-0.6.35-nofonts.tar.gz diff --git a/calibre-cssprofiles.patch b/calibre-cssprofiles.patch deleted file mode 100644 index 3c8127f..0000000 --- a/calibre-cssprofiles.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up calibre/src/calibre/ebooks/oeb/stylizer.py.cssprofiles calibre/src/calibre/ebooks/oeb/stylizer.py ---- calibre/src/calibre/ebooks/oeb/stylizer.py.cssprofiles 2009-10-11 19:44:34.190050494 +0300 -+++ calibre/src/calibre/ebooks/oeb/stylizer.py 2009-10-11 19:44:54.840926064 +0300 -@@ -18,7 +18,7 @@ from xml.dom import SyntaxErr as CSSSynt - import cssutils - from cssutils.css import CSSStyleRule, CSSPageRule, CSSStyleDeclaration, \ - CSSValueList, CSSFontFaceRule, cssproperties --from cssutils import profile as cssprofiles -+from calibre import cssutils_profiles as cssprofiles - from lxml import etree - from lxml.cssselect import css_to_xpath, ExpressionError, SelectorSyntaxError - from calibre.ebooks.oeb.base import XHTML, XHTML_NS, CSS_MIME, OEB_STYLES diff --git a/calibre.spec b/calibre.spec index 496ae97..a75bc85 100644 --- a/calibre.spec +++ b/calibre.spec @@ -1,5 +1,5 @@ Name: calibre -Version: 0.6.32 +Version: 0.6.35 Release: 1%{?dist} Summary: E-book converter and library management Group: Applications/Multimedia @@ -16,10 +16,8 @@ URL: http://calibre-ebook.com/ # ./generate-tarball.sh %{version} Source0: %{name}-%{version}-nofonts.tar.gz Source1: generate-tarball.sh -Patch0: %{name}-cssprofiles.patch -Patch1: %{name}-manpages.patch -Patch2: %{name}-no-update.patch -Patch3: %{name}-executables.patch +Patch0: %{name}-manpages.patch +Patch1: %{name}-no-update.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python >= 2.6 @@ -41,7 +39,7 @@ BuildRequires: python-BeautifulSoup Requires: PyQt4 Requires: pyPdf Requires: python-cherrypy -Requires: python-cssutils +Requires: python-cssutils >= 0.9.6 Requires: ImageMagick Requires: odfpy Requires: django-tagging @@ -69,19 +67,12 @@ TXT, PDF and LRS. %prep %setup -q -n %{name} -# we've moved the profiles so we don't have to redistribute cssutils -%patch0 -p1 -b .cssprofiles - # don't append calibre1 to the name of the manpages. No need to compress either # upstream won't fix: http://bugs.calibre-ebook.com/ticket/3770#comment:7 -%patch1 -p1 -b .manpages +%patch0 -p1 -b .manpages # don't check for new upstream version (that's what packagers do) -%patch2 -p1 -b .no-update - -# don't write full buildpath in binary files -# http://bugs.calibre-ebook.com/ticket/4437 -%patch3 -p1 -b .executables +%patch1 -p1 -b .no-update # dos2unix newline conversion %{__sed} -i 's/\r//' src/calibre/web/feeds/recipes/* @@ -253,6 +244,14 @@ fi %{_mandir}/man1/* %changelog +* Mon Jan 25 2010 Ionuț C. Arțăriși - 0.6.35-1 +- new upstream release +- fedora includes cssutils >= 0.9.6 now; removed the cssprofiles patch +- removed -executables patch, upstream fixed it: http://bugs.calibre-ebook.com/ticket/4437 + +* Wed Jan 6 2010 Ionuț C. Arțăriși - 0.6.32-2 +- fix for package tagged without adding new patch to cvs + * Wed Jan 6 2010 Ionuț C. Arțăriși - 0.6.32-1 - new upstream release 0.6.32 - project website has changed diff --git a/sources b/sources index 4c53974..822373a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e6aca1d5def69ed4bf3bf350e4f23bb3 calibre-0.6.32-nofonts.tar.gz +9b66732ea5872666fdd05e933c1703df calibre-0.6.35-nofonts.tar.gz