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-03-24 13:28:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Komikku (Old) and /work/SRC/openSUSE:Factory/.Komikku.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Komikku" Mon Mar 24 13:28:45 2025 rev:36 rq:1255104 version:1.73.0 Changes: -------- --- /work/SRC/openSUSE:Factory/Komikku/Komikku.changes 2025-03-17 22:20:41.786256917 +0100 +++ /work/SRC/openSUSE:Factory/.Komikku.new.2696/Komikku.changes 2025-03-24 13:28:47.051128766 +0100 @@ -1,0 +2,16 @@ +Fri Mar 21 16:56:53 UTC 2025 - Richard Rahl <rra...@opensuse.org> + +- update to 1.73.0: + * [Library] Added ability to update with <Ctrl+r> shortcut + * [Card] Info: Improved display of Genres using badges + * [Servers] Added MangaBin (EN) + * [Servers] Added Vortex Scans For Free (EN) + * [Servers] Flame Comics (EN): Update + * [Servers] Manhuaus (EN): Update + * [Servers] Perf Scan (FR): Update + * [Servers] Remanga (RU): Update + * [L10n] Added Hungarian translation +- remove patch fix-quotes.patch, as the patch is not needed for + python313 + +------------------------------------------------------------------- Old: ---- Komikku-1.72.0.tar.gz fix-quotes.patch New: ---- Komikku-1.73.0.tar.gz BETA DEBUG BEGIN: Old: * [L10n] Added Hungarian translation - remove patch fix-quotes.patch, as the patch is not needed for python313 BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Komikku.spec ++++++ --- /var/tmp/diff_new_pack.CjmlBU/_old 2025-03-24 13:28:48.275179768 +0100 +++ /var/tmp/diff_new_pack.CjmlBU/_new 2025-03-24 13:28:48.275179768 +0100 @@ -18,15 +18,14 @@ %define appid info.febvre.Komikku Name: Komikku -Version: 1.72.0 +Version: 1.73.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 +Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Patch0: convert-to-modern-colorthief.patch -Patch1: fix-quotes.patch BuildRequires: cmake BuildRequires: desktop-file-utils BuildRequires: fdupes @@ -39,7 +38,7 @@ BuildRequires: pkgconfig(blueprint-compiler) BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.35.9 BuildRequires: pkgconfig(gtk4) -BuildRequires: pkgconfig(libadwaita-1) >= 1.6 +BuildRequires: pkgconfig(libadwaita-1) >= 1.7 BuildRequires: pkgconfig(libnotify) BuildRequires: pkgconfig(python3) Requires: WebKitGTK-6.0 ++++++ Komikku-1.72.0.tar.gz -> Komikku-1.73.0.tar.gz ++++++ ++++ 5317 lines of diff (skipped) ++++++ convert-to-modern-colorthief.patch ++++++ --- /var/tmp/diff_new_pack.CjmlBU/_old 2025-03-24 13:28:49.011210435 +0100 +++ /var/tmp/diff_new_pack.CjmlBU/_new 2025-03-24 13:28:49.019210769 +0100 @@ -1,6 +1,6 @@ diff -rub komikku/komikku/models/database/mangas.py komikku-patched/komikku/models/database/mangas.py ---- komikku/komikku/models/database/mangas.py 2025-03-02 22:25:37.000000000 +0100 -+++ komikku-patched/komikku/models/database/mangas.py 2025-03-03 14:49:41.439611884 +0100 +--- komikku/komikku/models/database/mangas.py 2025-03-20 23:48:44.000000000 +0100 ++++ komikku-patched/komikku/models/database/mangas.py 2025-03-21 17:52:14.256373778 +0100 @@ -11,7 +11,7 @@ import shutil import time @@ -10,7 +10,7 @@ from komikku.models.database import create_db_connection from komikku.models.database import insert_row -@@ -135,7 +135,7 @@ +@@ -137,7 +137,7 @@ return None colors = [':root {\n'] @@ -20,9 +20,10 @@ colors.append('\t--backdrop-background-color-2: var(--window-bg-color);\n') colors.append('}\n') diff -rub komikku/requirements.txt komikku-patched/requirements.txt ---- komikku/requirements.txt 2025-03-02 22:25:37.000000000 +0100 -+++ komikku-patched/requirements.txt 2025-03-03 14:48:27.889567961 +0100 -@@ -1,6 +1,6 @@ +--- komikku/requirements.txt 2025-03-20 23:48:44.000000000 +0100 ++++ komikku-patched/requirements.txt 2025-03-21 17:51:09.535367568 +0100 +@@ -4,7 +4,7 @@ + beautifulsoup4 brotli >= 1.1.0 -colorthief