Hello community,

here is the log from the commit of package calibre for openSUSE:Factory checked 
in at 2014-05-10 22:57:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2014-03-31 
20:42:40.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.calibre.new/calibre.changes     2014-05-10 
22:57:33.000000000 +0200
@@ -1,0 +2,143 @@
+Sat May  3 14:23:55 UTC 2014 - [email protected]
+
+- updated to 1.35
+
+- New features:
+  o Edit Book: Redesign the syntax highlighter to improve performance for
+    large documents and extended editing sessions.
+  o Edit book: Make cursor movement smooth by not highlighting matching
+    tags while the cursor is moving. Only match highlighting tags if the
+    cursor stays still for a time.
+  o Spellcheck dialog: Indicate whether a word is ignored in the
+    Misspelled column
+  o Spellcheck dialog: Pressing Ctrl+C on the words list copies only
+    selected words, regardless of current cell
+  o Add a copy to clipboard action to the context menu for the spell check
+    dialog
+  o Edit book: Fix save button incorrectly disabled after a failed save 
+
+- Bug fixes:
+  o Edit Book: Fix an error when merging CSS stylesheets that contain
+    @charset rules
+  o Edit book: Fix extra invalid entries being generated in the manifest
+    when editing an AZW3 file that has no images.
+  o Edit book: Fix a hang when editing an HTML or XML file with text of
+    the form  Fix regression that prevented the ebook editor from starting
+    on linux systems with locale set to 'C'
+  o DOCX Input: Fix formatting of the generated Index when the index is
+    complex, i.e. with lots of references to the same item, multiple level
+    of sub-items, etc.
+  o Smarten punctuation: Fix a double quote preceded by a hyphen at the
+    end of a sentence (before the start of the next tag) being converted
+    into an opening quote instead of closing quote.
+  o News download: Fix very long URLs for links to pages causing errors on
+    windows because of max path length restrictions.
+  o Edit book: Fix saved search dialog causing high CPU usage
+  o Edit book: Fix importing of Lithuanian dictionary from OpenOffice,
+    that does not specify a country code.
+
+-------------------------------------------------------------------
+Sun Apr 27 14:52:09 UTC 2014 - [email protected]
+
+- updated to 1.34
+- New features:
+  o E-book viewer: When in flow mode, handle swiping on the touchscreen
+    differently. Swiping now scrolls line by line in flow mode instead of
+    page by page. If you wish to scroll page by page in flow mode, tap
+    instead of swiping.
+  o Conversion: Preserve all guide entries that are of a type present in
+    the EPUB 2.0 specification. These entries are used by newer Kindle
+    readers to populate the Go To jump list
+  o When adding MOBI files if the author name is in LN, FN format, auto
+    change it to FN LN format, as the MOBI format has no author sort
+    field. This behavior can be disabled by setting
+  o Preferences->Tweaks->Author sort name algorithm to copy.
+  o Spellcheck: When checking French text list all words that have the
+    same stem as a single word. So j'aime and aime are listed as a single
+    word.
+  o Spell check: Add a context (right click) menu that allows for quick
+    operations on all selected words
+  o Manage user dictionaries: Add a button to import a list of words in
+    bulk into the user dictionary
+  o Spell check dialog: Allow sorting words case sensitively 
+- Bug fixes:
+  o EPUB Input: Fix incorrect handling of obfuscated fonts using the IDPF
+    obfuscation algorithm when the epub unique identifier starts with
+    urn:uuid
+  o Edit book: Fix obfuscated fonts in EPUB files not being handled
+    correctly when editing the book (obfuscated fonts would get corrupted
+    when making changes).
+  o Edit book: Fix a bug that caused spell checking to fail when using the
+    builtin spanish dictionary
+  o Spell check: Fix replacing a word and then replacing the new word
+    again not working without doing a refresh in between
+  o Spell check: Fix language declarations not being respected for nested
+    tags.
+  o Spell check: Fix 'Show next occurrence' sometimes showing the word in
+    an incorrect location, for example in an attribute where spell check
+    is not performed.
+  o Allow import of dictionaries that deviate from the spec in minor ways
+  o Edit Book: Fix the Show next occurrence button in the spell check
+    dialog sometimes failing to show next occurrence
+  o OS X: Detect the users default interface language correctly. Also fix
+    parsing of ambiguous dates in mm/dd vs dd/mm formats, based on the
+    users locale settings in OS X.
+
+-------------------------------------------------------------------
+Sun Apr 20 19:39:41 UTC 2014 - [email protected]
+
+- updated to 1.33
+- New features:
+  o Edit book: Add a tool to check spellings, access it via Tools->Check
+    spelling
+  o Kobo driver: Support firmware version 3.3
+  o Device driver for Tolino Vision on windows
+- Bug fixes
+  o Amazon metadata download: Fix Editorial Reviews not downloading into
+    the comments section for some books
+  o DOCX Input: Fix some text highlighting colors in the DOCX file not
+    being correctly translated during conversion.
+  o Wireless device driver: Fix incorrect syncing behavior when book
+    matching is run for a second time while connected. This happens when
+    the user changes the library or selects 'Update cached metadata on
+    device'.
+  o Searching: Fix searching by date not using the system locale to
+    interpret dd/mm vs mm/dd dates on windows 
+
+-------------------------------------------------------------------
+Sun Apr 13 17:39:22 UTC 2014 - [email protected]
+
+- Updated to 1.32
+- New features:
+  o Fetch news: Allow automatically creating custom news sources by
+    importing OPML files. Many RSS news reader programs can export their
+    list of RSS feeds in the OPML format.
+  o Conversion: When inserting metadata as a jacket page, alter the font
+    sizes in the jacket so that the sizes match the sizes used in the rest
+    of the book. Also pretty print the generated jacket HTML.
+  o Allow searching for books by id and uuid using the id: and uuid:
+    prefixes
+  o Allow specifying arbitrary colors for column coloring rules
+- Bug fixes:
+  o Update the version of openssl shipped in the binary builds (the
+    version in the windows 64bit build was vulnerable to the Heartbleed
+    bug)
+  o Edit Book: Fix book being marked as modified even when no actual
+    changes were done by various automated tools such as Smarten
+    Punctuation, Subset Fonts, etc.
+  o Fix ebook-device cp -f failing when destination file already exists
+    Ensure that the rendered dates in the book list and edit metadata
+    dialogs are always in the same language as the calibre interface,
+    regardless of system language setting
+  o Edit metadata dialog: Remember window size for the cover download
+    window
+  o DOCX Input: Dont fail on DOCX files that contain pages with zero
+    effective width.
+  o Content server: Fix page not found error when clicking on a category
+    that has only a single item in it
+  o Send books to the Books folder for the Tolino Vision, as it cannot
+    find books placed outside this folder
+  o Edit book: Fix error when beautifying HTML files that contain
+    un-indented
+
+-------------------------------------------------------------------

Old:
----
  calibre-1.29.0.tar.xz

New:
----
  calibre-1.35.0.tar.xz

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

Other differences:
------------------
++++++ calibre.spec ++++++
--- /var/tmp/diff_new_pack.2Xkmjp/_old  2014-05-10 22:57:34.000000000 +0200
+++ /var/tmp/diff_new_pack.2Xkmjp/_new  2014-05-10 22:57:34.000000000 +0200
@@ -22,7 +22,7 @@
 License:        GPL-3.0
 Group:          Productivity/Other
 Name:           calibre
-Version:        1.29.0
+Version:        1.35.0
 Release:        0
 Url:            http://calibre-ebook.com
 Source0:        
http://download.calibre-ebook.com/%{version}/calibre-%{version}.tar.xz
@@ -113,7 +113,7 @@
 Requires:       python-dateutil >= 1.4.1
 Requires:       python-dnspython >= 1.6.0
 Requires:       python-genshi
-#equires:       python-imaging >= 1.1.6
+Requires:       python-imaging >= 1.1.6
 Requires:       python-lxml >= 2.2.1
 Requires:       python-mechanize >= 0.1.11
 Requires:       python-netifaces

++++++ calibre-1.29.0.tar.xz -> calibre-1.35.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/calibre/calibre-1.29.0.tar.xz 
/work/SRC/openSUSE:Factory/.calibre.new/calibre-1.35.0.tar.xz differ: char 25, 
line 1


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

Reply via email to