Hello community,

here is the log from the commit of package calibre for openSUSE:Factory checked 
in at 2013-07-04 10:06:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/calibre (Old)
 and      /work/SRC/openSUSE:Factory/.calibre.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "calibre"

Changes:
--------
--- /work/SRC/openSUSE:Factory/calibre/calibre.changes  2013-05-27 
09:42:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.calibre.new/calibre.changes     2013-07-04 
10:06:29.000000000 +0200
@@ -1,0 +2,50 @@
+Wed Jun 26 16:05:07 UTC 2013 - Sascha Manns <[email protected]>
+
+- New Features
+  o DOCX Input: Support for Table of Contents created using the Word Table
+    of Contents tool. calibre now first looks for such a Table of Contents
+    and only if one is not found does it generate a ToC from headings.
+  o DOCX Input: Add support for images used as bullets in lists
+  o DOCX Input: If a large image that looks like a cover is present at the
+    start of the document, remove it and use it as the cover of the output
+    ebook. This can be turned off under the DOCX Input section of the
+    conversion dialog.
+  o When dropping files onto the Book Details panel, ask for confirmation
+    before adding the files to the book. The confirmation can be disabled.
+  o News download: Add the 'downloaded from' link at the bottom of every
+    article when using a touchscreen output profile (like the Tablet
+    profile).
+  o E-book viewer: Change the bookmark button to always popup a menu when
+    clicked, makes accessing existing bookmarks easier.
+  o After a bulk metadata download, focus the review button on the popup
+    notification, instead of the OK button.- 
+
+- Bug Fixes
+  o DOCX Input: Hide text that has been marked as not being visible in the
+    web view in Word.
+  o DOCX Input: When converting docx files with large numbers of unnamed
+    images, do not crash on windows.
+  o DOCX Input: Add support for the Word setting 'No space between
+    paragraphs with the same style'.
+  o MOBI Output: Fix rendering of SVG images that embed large raster
+    images in 64bit calibre installs.
+  o HTMLZ Output: Fix handling of images with URL unsafe filenames.
+  o Fix unable to change the case of a previously used search because of
+    the search history.
+  o When searching allow use of uppercase location names, such as AUTHOR
+    instead of author, automatically lowercasing them.
+  o DOCX metadata: When reading covers from DOCX files use the first image
+    as specified in the actual markup instead of just the first image in
+    the container.
+  o Kobo driver: Fix a regression when deleting empty shelves on Kobo
+    devices with older firmware.
+  o Do not show builtin plugins in the get new plugins dialog If a builtin
+    plugin with the same name as a third party plugin exists, then the
+  o builtin plagin was displayed in the get new plugins dialog as
+    installed (happened with the new DOCX Input plugin).
+  o Apple driver: When in synchronous mode (direct to iBooks), disable PDF
+    transfers, as we can't update metadata in iTunes. Not sure when this
+    started, but as of iTunes 11.0.4 it's broken.
+  o Get Books: Fix error when using internal browser on some systems
+
+-------------------------------------------------------------------

Old:
----
  calibre-0.9.30.tar.bz2

New:
----
  calibre-0.9.36.tar.bz2

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

Other differences:
------------------
++++++ calibre.spec ++++++
--- /var/tmp/diff_new_pack.tlB1x7/_old  2013-07-04 10:06:31.000000000 +0200
+++ /var/tmp/diff_new_pack.tlB1x7/_new  2013-07-04 10:06:31.000000000 +0200
@@ -24,7 +24,7 @@
 Group:          Productivity/Other
 
 Name:           calibre
-Version:        0.9.30
+Version:        0.9.36
 Release:        0
 Url:            http://calibre-ebook.com
 # Getting and modifying the sources

++++++ calibre-0.9.30.tar.bz2 -> calibre-0.9.36.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/calibre/calibre-0.9.30.tar.bz2 
/work/SRC/openSUSE:Factory/.calibre.new/calibre-0.9.36.tar.bz2 differ: char 11, 
line 1

++++++ calibre-setup.install.py.diff ++++++
--- /var/tmp/diff_new_pack.tlB1x7/_old  2013-07-04 10:06:31.000000000 +0200
+++ /var/tmp/diff_new_pack.tlB1x7/_new  2013-07-04 10:06:31.000000000 +0200
@@ -1,14 +1,14 @@
 Index: calibre/setup/install.py
 ===================================================================
---- calibre.orig/setup/install.py      2012-06-08 07:17:56.000000000 +0200
-+++ calibre/setup/install.py   2012-06-12 20:44:24.091577428 +0200
+--- calibre.orig/setup/install.py
++++ calibre/setup/install.py
 @@ -1,4 +1,5 @@
  #!/usr/bin/env python
 +# -*- coding: utf-8 -*-
  # vim:fileencoding=UTF-8:ts=4:sw=4:sta:et:sts=4:ai
  from __future__ import with_statement
  
-@@ -76,11 +77,13 @@ class Develop(Command):
+@@ -75,11 +76,13 @@ class Develop(Command):
          opts = self.opts
          if not opts.prefix:
              opts.prefix = sys.prefix
@@ -24,7 +24,7 @@
          self.libdir = getattr(opts, 'libdir', None)
          if self.libdir is None:
              self.libdir = self.j(opts.prefix, 'lib')
-@@ -88,8 +91,12 @@ class Develop(Command):
+@@ -87,8 +90,12 @@ class Develop(Command):
          if self.bindir is None:
              self.bindir = self.j(opts.prefix, 'bin')
          self.sharedir = getattr(opts, 'sharedir', None)
@@ -37,7 +37,7 @@
          if not getattr(opts, 'staging_root', None):
              opts.staging_root = opts.prefix
          self.staging_libdir = getattr(opts, 'staging_libdir', None)
-@@ -101,9 +108,17 @@ class Develop(Command):
+@@ -100,9 +107,17 @@ class Develop(Command):
          self.staging_sharedir = getattr(opts, 'staging_sharedir', None)
          if self.staging_sharedir is None:
              self.staging_sharedir = opts.staging_sharedir = 
self.j(opts.staging_root, 'share')
@@ -55,16 +55,16 @@
  
          if self.__class__.__name__ == 'Develop':
              self.libdir = self.SRC
-@@ -114,6 +129,8 @@ class Develop(Command):
+@@ -113,6 +128,8 @@ class Develop(Command):
              self.info('INSTALL paths:')
              self.info('\tLIB:', self.staging_libdir)
              self.info('\tSHARE:', self.staging_sharedir)
 +            self.staging_mandir =self.j(self.mandir, '')
 +            # self.mandir = self.j(opts.staging_root, 'man')
  
- 
      def pre_sub_commands(self, opts):
-@@ -245,6 +262,11 @@ class Install(Develop):
+         if not (islinux or isbsd):
+@@ -243,6 +260,11 @@ class Install(Develop):
                      'the launcher scripts. This option controls the prefix '
                      'to which the install will actually copy files. By 
default '
                      'it is set to the value of --prefix.'))
@@ -76,7 +76,7 @@
          parser.add_option('--staging-libdir',
              help='Where to put calibre library files. Default is <root>/lib')
          parser.add_option('--staging-bindir',
-@@ -253,6 +275,50 @@ class Install(Develop):
+@@ -251,6 +273,50 @@ class Install(Develop):
              help='Where to put the calibre data files. Default is 
<root>/share')
          self.add_postinstall_options(parser)
  
@@ -127,7 +127,7 @@
      def install_files(self):
          dest = self.staging_libdir
          if os.path.exists(dest):
-@@ -270,7 +336,11 @@ class Install(Develop):
+@@ -268,7 +334,11 @@ class Install(Develop):
          dest = self.staging_sharedir
          if os.path.exists(dest):
              shutil.rmtree(dest)


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

Reply via email to