Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package catfish for openSUSE:Factory checked in at 2023-08-12 15:06:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/catfish (Old) and /work/SRC/openSUSE:Factory/.catfish.new.11712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "catfish" Sat Aug 12 15:06:39 2023 rev:20 rq:1103494 version:4.18.0 Changes: -------- --- /work/SRC/openSUSE:Factory/catfish/catfish.changes 2022-07-19 17:20:29.988457655 +0200 +++ /work/SRC/openSUSE:Factory/.catfish.new.11712/catfish.changes 2023-08-12 15:06:57.074797846 +0200 @@ -1,0 +2,24 @@ +Sun Aug 6 09:10:18 UTC 2023 - Manfred Hollstein <manfre...@gmx.net> + +- Update to version 4.18.0 + * Filters: Add Archives, Other, update Apps + * Use Gio to open files, fix "no default app" issue + * Add symlink emblem to thumbnails in thumbnail mode + * config: Prefer plocate over mlocate if available + * window: Avoid IndexError on right click when selection is empty + * Create shared filetype lists for searching and filtering + * Ensure site-packages directory is prepended to sys.path + * Fix double border between sidebar and results area + * window: Fix and refactor new_column() + * window: Fix markup warnings in thumbnail view + * Fix GtkBuilder warnings + * Revert "Suppress the various GTK warnings GtkBuilder outputs" + * Fix crash and translations when install prefix != /usr + * Update `.gitignore` + * Remove generated file po/catfish.pot + * Performance improvements (fix #79) + * Translation Updates +- Refresh 0001-Force-disable-Zeitgeist-support.patch +- Remove _service file + +------------------------------------------------------------------- Old: ---- _service catfish-4.16.4.tar.bz2 New: ---- catfish-4.18.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ catfish.spec ++++++ --- /var/tmp/diff_new_pack.LCR2BF/_old 2023-08-12 15:06:57.794802497 +0200 +++ /var/tmp/diff_new_pack.LCR2BF/_new 2023-08-12 15:06:57.798802523 +0200 @@ -1,7 +1,7 @@ # # spec file for package catfish # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,9 +17,9 @@ %bcond_with git -%define series 4.16 +%define series 4.18 Name: catfish -Version: 4.16.4 +Version: 4.18.0 Release: 0 Summary: Versatile File Searching Tool License: GPL-2.0-or-later ++++++ 0001-Force-disable-Zeitgeist-support.patch ++++++ --- /var/tmp/diff_new_pack.LCR2BF/_old 2023-08-12 15:06:57.818802653 +0200 +++ /var/tmp/diff_new_pack.LCR2BF/_new 2023-08-12 15:06:57.818802653 +0200 @@ -1,21 +1,12 @@ -From 15dcfb2da17357631382bf75e50833db57d69ee3 Mon Sep 17 00:00:00 2001 -From: tux93 <tu...@opensuse.org> -Date: Wed, 18 Nov 2020 14:37:22 +0100 -Subject: [PATCH] Force disable Zeitgeist support - This wrongly generated a dependency on typelib(Zeitgeist) we cannot fulfill since it was removed from Tumbleweed ---- - catfish/CatfishSearchEngine.py | 13 +------------ - 1 file changed, 1 insertion(+), 12 deletions(-) -diff --git a/catfish/CatfishSearchEngine.py b/catfish/CatfishSearchEngine.py -index 29e2958..f877063 100644 ---- a/catfish/CatfishSearchEngine.py -+++ b/catfish/CatfishSearchEngine.py -@@ -36,18 +36,7 @@ import gi - gi.require_version('GLib', '2.0') # noqa - from gi.repository import GLib +diff -up a/catfish/CatfishSearchEngine.py b/catfish/CatfishSearchEngine.py +--- a/catfish/CatfishSearchEngine.py 2023-07-27 16:08:30.202842200 +0200 ++++ b/catfish/CatfishSearchEngine.py 2023-08-06 11:17:33.615347569 +0200 +@@ -39,18 +39,7 @@ from gi.repository import GLib + + from catfish_lib import FiletypeLists -try: - gi.require_version('Zeitgeist', '2.0') @@ -33,7 +24,4 @@ LOGGER = logging.getLogger('catfish_search') ENGINE_COUNT = 0 --- -2.29.2 - ++++++ catfish-4.16.4.tar.bz2 -> catfish-4.18.0.tar.bz2 ++++++ ++++ 32873 lines of diff (skipped)