Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package Komikku for openSUSE:Factory checked in at 2025-07-10 22:13:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Komikku (Old) and /work/SRC/openSUSE:Factory/.Komikku.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Komikku" Thu Jul 10 22:13:43 2025 rev:45 rq:1291669 version:1.81.0 Changes: -------- --- /work/SRC/openSUSE:Factory/Komikku/Komikku.changes 2025-06-24 20:47:59.977445550 +0200 +++ /work/SRC/openSUSE:Factory/.Komikku.new.7373/Komikku.changes 2025-07-10 22:13:50.019920492 +0200 @@ -1,0 +2,18 @@ +Sat Jul 5 16:20:40 UTC 2025 - Richard Rahl <rra...@opensuse.org> + +- update to 1.81.0: + * [Card] Improved interface refresh after an update + * [Updater] Added detection of downed servers + * [Servers] ComicK: Fixed covers in search results + * [Servers] Mangalek (AR): Update + * [Servers] NHentai (EN/JA/ZH): Update + * [Servers] Perf Scan (FR): Update + * [Servers] Rawkuma (JA): Update + * [Servers] Terco Scans (EN): Update + * [Servers] Tres Daos (ES): Update + * [Servers] WEBTOON: Update + * [L10n] Updated translations +- add do-not-load-avif.patch, we don't need to load the pillow-heif + AVIF support anymore (and it's removed since 1.0.0) + +------------------------------------------------------------------- Old: ---- Komikku-1.80.0.tar.gz New: ---- Komikku-1.81.0.tar.gz do-not-load-avif.patch ----------(New B)---------- New: * [L10n] Updated translations - add do-not-load-avif.patch, we don't need to load the pillow-heif AVIF support anymore (and it's removed since 1.0.0) ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Komikku.spec ++++++ --- /var/tmp/diff_new_pack.F4ZPao/_old 2025-07-10 22:13:51.543983880 +0200 +++ /var/tmp/diff_new_pack.F4ZPao/_new 2025-07-10 22:13:51.555984378 +0200 @@ -18,13 +18,14 @@ %define appid info.febvre.Komikku Name: Komikku -Version: 1.80.0 +Version: 1.81.0 Release: 0 Summary: A manga reader for GNOME # appdata.xml is CC-BY-4.0 License: CC-BY-4.0 AND GPL-3.0-or-later URL: https://codeberg.org/valos/Komikku Source0: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Patch0: do-not-load-avif.patch BuildRequires: cmake BuildRequires: desktop-file-utils BuildRequires: fdupes ++++++ Komikku-1.80.0.tar.gz -> Komikku-1.81.0.tar.gz ++++++ ++++ 30396 lines of diff (skipped) ++++++ do-not-load-avif.patch ++++++ diff -rub komikku.orig/komikku/utils.py komikku/komikku/utils.py --- komikku.orig/komikku/utils.py 2025-07-05 17:21:43.938302295 +0200 +++ komikku/komikku/utils.py 2025-07-05 18:17:37.240301663 +0200 @@ -49,7 +49,6 @@ logging.getLogger('PIL.PngImagePlugin').propagate = False logging.getLogger('PIL.TiffImagePlugin').propagate = False -pillow_heif.register_avif_opener() pillow_heif.register_heif_opener()