Hello community,

here is the log from the commit of package calibre for openSUSE:Factory checked 
in at 2014-01-22 23:16:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-12-23 
19:31:45.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.calibre.new/calibre.changes     2014-01-23 
15:40:24.000000000 +0100
@@ -1,0 +2,174 @@
+Fri Jan 10 11:44:25 UTC 2014 - [email protected]
+
+- update to 1.19.0
+- New features
+  * Edit book: A new tool to insert special characters into the text,
+    available via Edit->Insert special character. Supports all unicode
+    characters (over 60,000 of them). See
+    http://manual.calibre-ebook.com/edit.html#inserting-special-characters
+  * Edit book: When searching for text in the editor, center the found
+    text on screen
+  * Driver for teXet TB-146SE.
+  * Edit book: Show tooltips in the File Browser for 'special' files, such
+    as the cover, opf, ncx, etc.
+  * Edit book: When checking book, check for entries in the OPF whose
+    mimetype does not match the file extension. 
+- Bug fixes
+  * Edit book: Fix marking a file as titlepage not working if the opf does
+    not contain a  section.
+  * Edit book: Fix errors when working on HTML files that parse as valid
+    XML, but do not have the correct XHTML namespace.
+  * Fix typing non-English characters using an input method (key
+    composing) in the author/tags/etc fields in the metadata dialog not
+    working.
+  * Edit book: Fix error when merging html files that include a currently
+    opened file and a non-html file is also open
+  * Fix unnecessary error popup during shutdown if the wireless device
+    driver is running and mdns de-registration fails.
+  * Add L´ and D´ as recognized articles when automatically computing sort
+    strings for French.
+  * Edit book: Fix changing mimetypes in the opf file not being detected
+    when closing the opf file or running any automated tool like Check
+    Book
+
+-------------------------------------------------------------------
+Sat Jan  4 19:36:30 UTC 2014 - [email protected]
+
+- updated to 1.18.0
+- New features
+  * Add an option to control how completion works when editing
+    authors/tags/series/etc.
+  * Edit book: Add a check for too large HTML files when running the check
+    book tool.
+  * Conversion: Sort the CSS rules in the output stylesheet using a
+    'natural' sort algorithm, so that calibre2 sorts before calibre10.
+  * Cybook Orizon driver: Upload cover thumbnails in the correct format
+    and add an option to control what directory books are sent to on the
+    SD card
+  * Portable installer: Do not ask the user for confirmation when
+    upgrading an existing installation during an automated install
+    Linux/OS X driver for Trekstor Pyrus LED
+  * Driver for Tagus Lux 
+- Bug fixes
+  * MOBI Output: When text indent is specified as a percentage in the
+    input document, prevent the generated MOBI from having too large an
+    indent if the user chooses a large output profile like tablet.
+  * Edit book: Fix live replacement of entities not working on some non-US
+    keyboard layouts.
+  * Fix titlecasing of words not capitalizing the first letter, if the
+    first letter is not an English character.
+  * Edit book: Ensure that multiple edit book windows are grouped in a
+    separate group from viewer windows in the Windows 7 taskbar. Also
+    change the icon color to blue to more easily distinguish it from the
+    viewer icon
+  * Edit book: Fix a bug in the regex engine that calibre uses that could
+    cause various incorrect results in some special circumstances.
+  * Edit book: Replace buggy Qt supplied actions in the context menu for
+    the editor widget with properly implemented ones
+  * Book list: Fix sorting on fields that are not viewable as columns not
+    being restored on calibre restart. Also fix sorting on the Title field
+    via the right click menu not being restored.
+  * Windows 64bit build: Fix corrupted images in MOBI files causing crash.
+  * Edit book: Prettify html in newly created books.
+  * AZW3 Input: Handle azw3 files that contain some empty individual HTML
+    files
+  * Comic Input: Fix a regression to comic input in 1.15 that could cause
+    some comics to be rendered as black or white pages.
+
+-------------------------------------------------------------------
+Mon Dec 30 12:04:44 UTC 2013 - [email protected]
+
+- updated to 1.17.0
+- New features
+  * Merry Christmas everyone! Early release this week, as I will be
+    travelling.
+  * Edit book: Allow drag and drop of images onto the image editor
+  * Edit book: Allow import of multiple files at once, via File->Import
+    files into book
+  * Edit book: Show the name of the current character to the left of the
+    cursor in the status bar. Can be turned off via Preferences.
+  * Edit book: Automatically replace HTML entities as they are typed. This
+    can be turned off in the Preferences.
+  * ToC Editor: Allow bulk renaming of items. Simply select the items you
+    want to rename, right click and choose bulk rename. Useful if, for
+    instance, you want to rename all the items to be Chapter 1, Chapter 2
+    and so on.
+  * Edit book: Allow linking of stylesheets into HTML files automatically.
+  * Right click on the selected HTML files in the File browser and choose
+    'Link stylesheets' to have the  tags for the sheets automatically
+    inserted.
+  * Edit book: When deleting files, automatically remove all entries that
+    refer to them from the ToC 
+- Bug Fixes
+  * ToC Editor: When auto-generating the table of contents from headings
+    or XPath, if an element is at the top of the file, link only to the
+    file instead of to the element.
+  * Edit book: When splitting files, name the newly created file with a
+    _split suffix.
+  * Edit book: Fix position syncing incorrect when in HTML files that
+    contain  tags with charset encoding declarations over more than a
+    single line
+  * Edit book: Automatic correction of font family names not quoting
+    family names with spaces in them if the original, incorrect family
+    name did not have a space.
+  * Title casing: Fix presence of some non-English characters or smart
+    punctuation causing all-caps text to not be properly titlecased
+  * Edit book: Fix a bug preventing marking an image as cover in a book
+    that previously had no cover
+  * Edit book: Fix a typo causing the preferences for which windows occupy
+    which corners to not work
+  * Edit book: Fix crash that happens sometimes when deleting multiple
+    files.
+  * Edit book: Handle EPUB files which contain opf files with no  tags
+  * Edit book: Fix deleting a file that is currently open in an editor,
+    not auto-closing the editor
+  * DOCX Input: Fix error when converting DOCX file that contains only
+    image based links and no text based links.
+
+-------------------------------------------------------------------
+Sat Dec 21 23:20:01 UTC 2013 - [email protected]
+
+- updated to version 1.16.0
+- New features:
+  * Edit book: Add a tool to browse all images in the book with their
+    thumbnails. Useful for visually locating an image. To launch it, use
+    View->Browse images in book.
+  * Edit book: Allow creation of new, empty books via File->Create new
+    book
+  * Edit book: Add buttons to easily create formatting such as
+    bold/italic/colors/etc. when editing HTML files
+  * Edit book: Add button to easily insert  tag while editing HTML
+  * Edit book: Add options to change the default font families/sizes for
+    the preview panel
+  * Edit book: Allow customizing which dockable windows occupy the four
+    dock corners via Edit->Preferences. You can now also choose to have
+    more than one row of windows in a given dock area. 
+Bug fixes:
+  * Edit book: When editing AZW3 files with no images in them, do not
+    incorrectly display a number of binary records from the AZW3 file as
+    'unknown' miscellaneous files
+  * Edit book: Fix marking image as cover not working for AZW3 files if
+    the file did not previously have a cover
+  * AZW3 Output: Do not refuse to create the ToC if it has only a single
+    entry
+  * Edit book: Fix crashes when processing some books that contain
+    malformed markup on OS X and windows 64bit machines
+  * Edit book: Fix error when renaming the html file currently displayed
+    in the preview panel and that file is not the file being currently
+    edited
+  * Edit book: Fix crash when editing books that have links to absolute
+    paths.
+  * Edit book: Fix book not being marked as modified after editing the ToC
+  * Edit book: When syncing the position of the preview panel to the
+    cursor in the editor and the cursor is at or before the  tag set the
+    position of the preview panel to the top of the file, so that the top
+    margin of the body tag is seen easily.
+  * Edit book: Fix trying to import an html file/css file via the add new
+    file button always resulting in a blank file
+  * Edit book: Fix replacing a file with another file with exactly the
+    same filename causing an error.
+  * Edit book: Have the ToC view refresh itself after any major operation
+    on the book
+  * Edit book: Fix pasting in the image editor not working
+
+-------------------------------------------------------------------

Old:
----
  calibre-1.15.0.tar.bz2

New:
----
  calibre-1.19.0.tar.bz2

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

Other differences:
------------------
++++++ calibre.spec ++++++
--- /var/tmp/diff_new_pack.1H5kz8/_old  2014-01-23 15:40:25.000000000 +0100
+++ /var/tmp/diff_new_pack.1H5kz8/_new  2014-01-23 15:40:25.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package calibre
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 License:        GPL-3.0
 Group:          Productivity/Other
 Name:           calibre
-Version:        1.15.0
+Version:        1.19.0
 Release:        0
 Url:            http://calibre-ebook.com
 

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


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

Reply via email to