Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package calibre for openSUSE:Factory checked in at 2023-10-22 21:01:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/calibre (Old) and /work/SRC/openSUSE:Factory/.calibre.new.1945 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "calibre" Sun Oct 22 21:01:34 2023 rev:306 rq:1119208 version:6.29.0 Changes: -------- --- /work/SRC/openSUSE:Factory/calibre/calibre.changes 2023-09-22 21:50:04.586659360 +0200 +++ /work/SRC/openSUSE:Factory/.calibre.new.1945/calibre.changes 2023-10-22 21:01:53.497359558 +0200 @@ -1,0 +2,80 @@ +Fri Oct 20 06:36:30 UTC 2023 - ecsos <ec...@opensuse.org> + +- Update to 6.29.0 + * New Features + - E-book viewer: Add a command line flag --new-instance to + force the viewer to open a new window even if the option to + always use a single viewer window is set + - E-book viewer: Image popup: Add a checkbox to remember the + last used zoom level + * Bug Fixes + - Annotations browser: Fix exporting highlights in markdown not + including all chapter titles for books with only a single + highlight per chapter or a multi level ToC + - E-book viewer: Fix a regression that could cause the viewer + to enter an infinite loop when displaying the result of a + search that has only one match that is not found + - E-book viewer: Fix the occasional search result being marked + as not found even though it is found + - TXTZ Output plugin: Only keep images if the text format is + one that can reference images + - TXTZ Output: Fix cover not being properly identified in the + generated TXTZ metadata + - FB2 Input: Fix the "Annotations" section not showing up in + the Table of Contents + - Linux: Content server: Do not call listen on pre-activated + sockets + - Fix sort order of similarly-named hierarchical categories + - Fix a regression that broke reading of covers from HTMLZ and + TXTZ files + +------------------------------------------------------------------- +Sat Oct 7 14:10:04 UTC 2023 - ecsos <ec...@opensuse.org> + +- Update to 6.28.1 + - Fix a regression that cause errors when merging some book records. + +------------------------------------------------------------------- +Fri Oct 6 05:04:22 UTC 2023 - ecsos <ec...@opensuse.org> + +- Update to 6.28.0 + * New Features + - Edit book: Show full path to book being edited in the status bar + - Edit book: When adding dictionaries allow directly a LibreOffice + adding the dictionary just by choosing the language + - Edit book: When saving a copy add some convenience actions to + edit the copy immediately either in the current editor window + or a new window + - E-book viewer: Highlights panel: Allow right clicking to + export only selected highlights + * Bug Fixes + - Edit book: Fix a regression in the previous release that + caused Text search to sometimes not select matches correctly + - Edit book: When copying files do it in order so that the + files are pasted in the same order when pasting into another + editor instance + - Edit book: Fix smart tag insert not working correctly if the + selected text starts with the closing angle bracket of a tag + - Save to disk: Do not limit the total path length to 240 + characters on non-Windows platforms + - Fix incorrect cover for AZW3 version of calibre User Manual + - Content server: Change formatting of book details to match + new de-emphasized titles based formatting in the main calibre + program + - PDF metadata: Fix a regression that broke updating metadata + in PDF files without an /Info dictionary + - NOOK driver: For the Glowlight 2023 write the calibre metadata + files into the NOOK sub-folder as the firmware does not allow + writing files into the root folder + - NOOK driver: Fix Glowlight 2023 not being detected on Linux + and macOS + - E-book viewer: Make CFI calculation more robust especially on + pages with very little content + - E-book viewer: Workaround bug in Chromium where + getBoundingClientRect() fails sometimes leading to incorrect + calculation of anchor positions + - Fix errors caused by .DS_Store files inserted into the + .caltrash directory on macOS if the user happens to open + .caltrash in Finder + +------------------------------------------------------------------- Old: ---- calibre-6.27.0.tar.xz calibre-6.27.0.tar.xz.sig New: ---- calibre-6.29.0.tar.xz calibre-6.29.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ calibre.spec ++++++ --- /var/tmp/diff_new_pack.DNhYmi/_old 2023-10-22 21:01:54.657401739 +0200 +++ /var/tmp/diff_new_pack.DNhYmi/_new 2023-10-22 21:01:54.661401884 +0200 @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: calibre -Version: 6.27.0 +Version: 6.29.0 Release: 0 Summary: EBook Management Application License: GPL-3.0-only @@ -43,6 +43,13 @@ # PATCH-FIX-OPENSUSE: disabling Autoupdate Searcher Patch3: %{name}-no-update.diff ExclusiveArch: aarch64 x86_64 riscv64 +%if 0%{?suse_version} <= 1550 +BuildRequires: gcc12 +BuildRequires: gcc12-c++ +%else +BuildRequires: gcc +BuildRequires: gcc-c++ +%endif BuildRequires: fdupes BuildRequires: help2man BuildRequires: hicolor-icon-theme @@ -127,7 +134,7 @@ BuildRequires: python311-Markdown >= 3.3.6 BuildRequires: python311-Pillow >= 8.4.0 BuildRequires: python311-Pygments >= 2.10.0 -BuildRequires: python311-apsw >= 3.36.0-r1 +BuildRequires: python311-apsw >= 3.43.0.0 BuildRequires: python311-beautifulsoup4 >= 4.10.0 BuildRequires: python311-cchardet >= 2.1.7 BuildRequires: python311-chardet >= 4.0.0 @@ -143,22 +150,26 @@ BuildRequires: python311-ifaddr >= 0.1.7 BuildRequires: python311-jeepney >= 0.7.1 BuildRequires: python311-lxml >= 4.9.1 -BuildRequires: python311-mechanize >= 0.4.7 +BuildRequires: python311-mechanize >= 0.4.8 BuildRequires: python311-msgpack >= 1.0.3 +BuildRequires: python311-multivolumefile >= 0.2.3 BuildRequires: python311-netifaces >= 0.11.0 BuildRequires: python311-odfpy -BuildRequires: python311-packaging >= 20.4 +BuildRequires: python311-packaging >= 21.3 +BuildRequires: python311-ply >= 3.11 BuildRequires: python311-psutil >= 5.8.0 BuildRequires: python311-pychm >= 0.8.6 BuildRequires: python311-pycryptodome >= 3.11.0 BuildRequires: python311-pyparsing >= 3.0.6 +BuildRequires: python311-pyppmd >= 0.17.3 BuildRequires: python311-pyqt-builder >= 1.14.0 BuildRequires: python311-pyzstd >= 0.15.6 BuildRequires: python311-qt6-devel >= 6.4.0 BuildRequires: python311-regex >= 2021.11.10 -BuildRequires: python311-setuptools >= 57.4.0 +# Upstream use: BuildRequires: python311-setuptools >= 68.2.2 +BuildRequires: python311-setuptools >= 67.8.0 BuildRequires: python311-sgmllib3k >= 1.0.0 -BuildRequires: python311-sip-devel >= 6.6.2 +BuildRequires: python311-sip-devel >= 6.7.5 BuildRequires: python311-texttable >= 1.6.4 BuildRequires: python311-toml >= 0.10.2 BuildRequires: pkgconfig(libjpeg) >= 2.1.2 @@ -193,7 +204,7 @@ Requires: python311-Markdown >= 3.3.6 Requires: python311-Pillow >= 8.4.0 Requires: python311-Pygments >= 2.10.0 -Requires: python311-apsw >= 3.36.0-r1 +Requires: python311-apsw >= 3.43.0.0 Requires: python311-beautifulsoup4 >= 4.10.0 Requires: python311-cchardet >= 2.1.7 Requires: python311-chardet >= 4.0.0 @@ -211,13 +222,17 @@ Requires: python311-ifaddr >= 0.1.7 Requires: python311-jeepney >= 0.7.1 Requires: python311-lxml >= 4.9.1 -Requires: python311-mechanize >= 0.4.7 +Requires: python311-mechanize >= 0.4.8 Requires: python311-msgpack >= 1.0.3 +Requires: python311-multivolumefile >= 0.2.3 Requires: python311-netifaces >= 0.11.0 Requires: python311-odfpy +Requires: python311-ply >= 3.11 Requires: python311-psutil >= 5.8.0 Requires: python311-pychm >= 0.8.6 Requires: python311-pycryptodome >= 3.11.0 +Requires: python311-pyparsing >= 3.0.6 +Requires: python311-pyppmd >= 0.17.3 Requires: python311-pyzstd >= 0.15.6 Requires: python311-qt6 >= 6.4.0 Requires: python311-qtwebengine-qt6 >= 6.4.0 @@ -227,7 +242,7 @@ Requires: python311-soupsieve >= 2.3.1 Requires: python311-texttable >= 1.6.4 #Requires: python311-unrardll >= 0.1.5 -Requires: python311-py7zr >= 0.11.1 +Requires: python311-py7zr >= 0.16.3 %if 0%{?suse_version} > 1500 Requires: python3-speechd >= 0.11.1 %else @@ -287,6 +302,10 @@ sed -i 's| calibre/utils/lzx/mspack.h||' setup/extensions.json %build +%if 0%{?suse_version} <= 1500 +export CC=gcc-12 +export CXX=g++-12 +%endif export \ LANG="en_US.UTF8" \ CFLAGS="%{optflags}" \ ++++++ calibre-6.27.0.tar.xz -> calibre-6.29.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/calibre/calibre-6.27.0.tar.xz /work/SRC/openSUSE:Factory/.calibre.new.1945/calibre-6.29.0.tar.xz differ: char 25, line 1