Hello community,

here is the log from the commit of package calibre for openSUSE:Factory
checked in at Wed Apr 27 11:13:35 CEST 2011.



--------
--- calibre/calibre.changes     2011-04-10 14:26:53.000000000 +0200
+++ /mounts/work_src_done/STABLE/calibre/calibre.changes        2011-04-23 
13:17:43.000000000 +0200
@@ -1,0 +2,73 @@
+Sat Apr 23 11:12:55 UTC 2011 - [email protected]
+
+- updated to version 0.7.57
+- New Features
+    o Launch worker processes on demand instead of keeping a pool of them in
+      memory. Reduces memory footprint.
+    o Use the visual formatting of the Table of Contents to try to
+      automatically create a multi-level TOC when converting/viewing MOBI
+      files.
+    o Add a new function booksize() to the template language to get the
+      value of the size column in calibre.
+    o Add support for using metadata plugboards with the content server
+      (only with the epub format)
+    o Change default algorithm for automatically computing author sort to be
+      more intelligent and handle the case when the author name has a comma
+      in it
+    o Show cover size in the tooltips of the book details panel and book
+      details popup window
+- Bug Fixes
+    o Dragging and dropping a cover onto the book details panel did not
+      change the cover size
+    o Fix non-escaped '|' when searching for commas in authors using
+      REGEXP_MATCH
+    o Fix ratings in templates being multiplied by 2
+    o Fix adding a comma to custom series values when using completion.
+    o CHM Input: Another workaround for a Microsoft mess.
+    o Fix job count in the spinner not always being updated when a job
+      completes
+    o Changing case only of a title does not update title sort 
+
+-------------------------------------------------------------------
+Wed Apr 20 07:04:40 UTC 2011 - [email protected]
+
+- Updated to version 0.7.56
+- New Features
+  o This is primarily a bug fix release that fixes a bug in 0.7.55 
+    that caused calibre to rescan the files on the device every 
+    time the device is connected. If you updated to 0.7.55 it is 
+    highly recommended you update to 0.7.56
+  o Device driver for Coby Kyros
+  o  Remove the quick access to search options from next to the 
+     search bar, as we now have a separate search highlights toggle
+     button
+  o MOBI Output: Ensure that MOBI files always have 8KB worth of
+    null bytes at the end of record 0. This appears to be necessary
+    for Amazon to be able to add DRM to calibre generated MOBI files
+    sent to their publishing service.
+  o Add a tool to inspect MOBI files. To use: calibre-debug -m file.mobi
+
+- Bug Fixes
+  o Fixed regression taht caused calibre to rescan files on the device 
+    on every reconnect
+  o Fix donate button causing the toolbar to be too large on OS X
+  o MOBI Input: Fix detection of Table of Contents for MOBI files that 
+    have a page break between the location designated as the Table of 
+    Contents and the actual table of contents.
+    => Closes tickets: 763504 [External link]
+  o Comic Input: Fix handling of some CBZ files that have wrongly encoded 
+    non ASCII filenames on windows.
+    => Closes tickets: 763280 [External link]
+  o PML Input: Fix multi-line chapter title causing a spurious page break
+    => Closes tickets: 763238 [External link]
+  o EPUB Input: Speed up processing of files with very large manifest/spines
+    Fix regression that broke cover:False searches in 0.7.55
+
+- Improved news sources
+    Suedduetsche Zeitung
+    Irish Times
+    Big Oven
+    NSPM
+ 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  calibre-0.7.54-nofonts.tar.bz2

New:
----
  calibre-0.7.57-nofonts.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ calibre.spec ++++++
--- /var/tmp/diff_new_pack.QmOtcM/_old  2011-04-27 11:08:30.000000000 +0200
+++ /var/tmp/diff_new_pack.QmOtcM/_new  2011-04-27 11:08:30.000000000 +0200
@@ -19,7 +19,7 @@
 Summary:        EBook Management Application
 
 Name:           calibre
-Version:        0.7.54
+Version:        0.7.57
 Release:        1
 Url:            http://calibre-ebook.com
 Group:          Productivity/Other

++++++ calibre-0.7.54-nofonts.tar.bz2 -> calibre-0.7.57-nofonts.tar.bz2 ++++++
calibre/calibre-0.7.54-nofonts.tar.bz2 
/mounts/work_src_done/STABLE/calibre/calibre-0.7.57-nofonts.tar.bz2 differ: 
char 11, line 1

++++++ calibre-cssutils.diff ++++++
--- /var/tmp/diff_new_pack.QmOtcM/_old  2011-04-27 11:08:30.000000000 +0200
+++ /var/tmp/diff_new_pack.QmOtcM/_new  2011-04-27 11:08:30.000000000 +0200
@@ -1,18 +1,20 @@
---- src/calibre/ebooks/oeb/stylizer.py 2011-01-12 10:26:25.108920983 +0100
-+++ src/calibre/ebooks/oeb/stylizer.py_new     2011-01-12 10:40:56.797983394 
+0100
-@@ -17,7 +17,14 @@
+Index: src/calibre/ebooks/oeb/stylizer.py
+===================================================================
+--- src/calibre/ebooks/oeb/stylizer.py.orig
++++ src/calibre/ebooks/oeb/stylizer.py
+@@ -13,7 +13,14 @@ from weakref import WeakKeyDictionary
  from xml.dom import SyntaxErr as CSSSyntaxError
  import cssutils
- from cssutils.css import CSSStyleRule, CSSPageRule, CSSStyleDeclaration, \
--    CSSValueList, CSSFontFaceRule, cssproperties
-+    CSSFontFaceRule, cssproperties
+ from cssutils.css import (CSSStyleRule, CSSPageRule, CSSStyleDeclaration,
+-    CSSValueList, CSSFontFaceRule, cssproperties)
++    CSSFontFaceRule, cssproperties)
 +#
-+# In python-cssutils >= 0.9.8 no CSSValueList is replaced with PropertyValue
-+# 
++# In python-cssutils >= 0.9.8 no CSSValueList is replaced with
++# Property Value
 +try:
-+  from cssutils.css import CSSValueList
++      from cssutils.css import CSSValueList
 +except ImportError:
-+  from cssutils.css import PropertyValue as CSSValueList
++      from cssutils.css import PropertyValue as CSSValueList
  from cssutils import profile as cssprofiles
  from lxml import etree
  from lxml.cssselect import css_to_xpath, ExpressionError, SelectorSyntaxError



++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to