Hello community, here is the log from the commit of package calibre for openSUSE:Factory checked in at 2020-01-03 17:33:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/calibre (Old) and /work/SRC/openSUSE:Factory/.calibre.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "calibre" Fri Jan 3 17:33:59 2020 rev:222 rq:760616 version:4.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/calibre/calibre.changes 2019-11-30 10:40:53.380146905 +0100 +++ /work/SRC/openSUSE:Factory/.calibre.new.6675/calibre.changes 2020-01-03 17:34:08.583209048 +0100 @@ -1,0 +2,105 @@ +Fri Jan 3 10:31:52 UTC 2020 - [email protected] + +- Update to 4.8.0 + * New Features + - Viewer in flow mode: Add auto-scrolling which can be + triggered from the viewer controls and also make smooth + scrolling by pressing down the arrow keys configurable + - Viewer: Allow showing data in left and right margins in + addition to headers/footers. + - Viewer: Allow right clicking in the lookup panel to zoom + in/out. + - Viewer: Allow setting colors for the margins when creating + new color schemes in Preferences->Colors + - Viewer: Ctrl+, to show preferences + * Bug Fixes + - PDF Output: Fix extracting text from generated PDFs not + working if more than 100 characters per font are used in the + text. + - macOS: Fix viewer controls not using system UI font + - Viewer: Fix images not being rendered at certain sizes when + they are the only content on the page in paged mode with + single page per screen. + - Viewer: Fix svg links not working. + - Viewer: Fix a bug that could allow maliciously crafted EPUB + files to read data from files on the computer. Thanks to + dozernz for discovering this attack vector. + - macOS: Fix regression in previous release that caused link + color to be light blue even when not using dark color themes + - RTF Output: Fix a regression that slowed down conversion of + images. + - Server viewer: Make the Exit full screen action available in + viewer controls. + - Viewer: Fix error when trying to change more than a single + keyboard shortcut at once + - Fix typo causing a harmless error message when downloading + covers and only a single cover is found + +------------------------------------------------------------------- +Fri Dec 27 13:14:35 UTC 2019 - [email protected] + +- Update to 4.7.0 + * New Features + - macOS: Use transient scrollbars unless they are disabled in + system preferences + - Viewer toolbar: Add actions for next and previous section. + They are not added to the toolbar by default, customize it to + add them. + - Viewer: Add an option to keep the toolbar visible in full + screen mode (Viewer Preferences->Miscellaneous) + - Viewer: Allow modifying the current selection using + Ctrl+Shift+Arrow. + - Book details: Add an option in Preferences->Look & + feel->Book details to show a heading for the comments in the + book details panel + - Edit book: Spell check: Ignore soft hyphens in words + - Viewer: In multiple pages per screen mode, When paging back + to a chapter we have just paged forward from return to the + exact position we left from in terms of number of blank + trailing pages displayed. + - Viewer: Add a setting under Preferences->Colors to control + when the viewer will override all book colors or not. + * Bug Fixes + - Viewer: Fix flick scrolling in flow mode jumping to next + chapter. + - Windows: Possible fix for some windows appearing off screen + on multi-monitor setups + - macOS: Fix PDF Output not working when running ebook-convert + via symlink on the command line. + - PDF Output: Ignore upto 8 byte glyph data size mismatches + when merging identical glyphs. + - Edit Book: Spell Check: Fix words surrounded by narrow + non-breaking spaces being incorrectly detected as mis-spelled + - Get books: Update various Polish language stores + - macOS: Fix drag and drop to re-arrange items in the viewer + toolbar not working + - PDF Output: When an inline image is placed alone inside + a block tag, ensure that it is not split over two pages. + - ToC editor: Fix generate from links not working correctly + when links have no fragments. + - PDF Output: Dont dedup images that cannot be uncompressed + - Advanced search dialog: Fix an error when closing dialog if + on the second tab and no field is focused + +------------------------------------------------------------------- +Thu Dec 12 21:33:12 UTC 2019 - [email protected] + +- Update to 4.6.0 + * New Features + - Polish books tool: Add a setting to add or remove soft hyphens + from the book text + - Viewer: Re-enable the old reference mode from calibre 3.x + * Bug Fixes + - PDF Output: Fix the option to break long words at the end of + lines not working since calibre 4. + - DOCX Input: Fix incorrect font sizes for footnote references in + paragraphs that have text with multiple font sizes. + - DOCX Input: Avoid nested tags for footnote references + - Viewer: Fix max text width/height settings not being applied + correctly on window resize. + - Viewer: Auto-expand entries in the Table of Contents when + viewing the corresponding location in the book. + - Viewer: When creating a new bookmark, if there is selected + text use it as the default bookmark title. + +------------------------------------------------------------------- Old: ---- calibre-4.5.0.tar.xz calibre-4.5.0.tar.xz.sig New: ---- calibre-4.8.0.tar.xz calibre-4.8.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ calibre.spec ++++++ --- /var/tmp/diff_new_pack.BY90Es/_old 2020-01-03 17:34:09.387209438 +0100 +++ /var/tmp/diff_new_pack.BY90Es/_new 2020-01-03 17:34:09.391209440 +0100 @@ -1,7 +1,7 @@ # # spec file for package calibre # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: calibre -Version: 4.5.0 +Version: 4.8.0 Release: 0 Summary: EBook Management Application License: GPL-3.0-only @@ -99,8 +99,10 @@ BuildRequires: python-feedparser >= 5.2.1 # upstream use python-Markdown 3.0.1 BuildRequires: python-Markdown >= 2.6.11 -# upstream use python-html2text 2018.1.9 -BuildRequires: python-html2text >= 2016.9.19 +%if 0%{?suse_version} <= 1500 +# python-html2text no more in Tumbleweed but normally needed +BuildRequires: python-html2text >= 2018.1.9 +%endif BuildRequires: python-pycrypto >= 2.6.1 # Need at buildtime too, to produce the bash completion BuildRequires: python-qtwebengine-qt5 >= 5.13.0 @@ -109,6 +111,7 @@ #BuildRequires: python-unrardll >= 0.1.3 BuildRequires: python-webencodings >= 0.5.1 # +BuildRequires: hyphen-devel >= 2.8.8 BuildRequires: sqlite3-devel BuildRequires: xdg-utils >= 1.0.2 BuildRequires: pkgconfig(hunspell) @@ -150,7 +153,10 @@ # 29.05.2019 Requires: python-Markdown >= 2.6.11 Requires: python-feedparser >= 5.2.1 -Requires: python-html2text >= 2016.9.19 +%if 0%{?suse_version} <= 1500 +# python-html2text no more in Tumbleweed but normally needed +Requires: python-html2text >= 2018.1.9 +%endif Requires: python-pycrypto >= 2.6.1 Requires: python-six >= 1.10.0 Requires: python-soupsieve >= 1.8 ++++++ calibre-4.5.0.tar.xz -> calibre-4.8.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/calibre/calibre-4.5.0.tar.xz /work/SRC/openSUSE:Factory/.calibre.new.6675/calibre-4.8.0.tar.xz differ: char 25, line 1
