Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package clamtk for openSUSE:Factory checked in at 2024-07-16 22:04:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/clamtk (Old) and /work/SRC/openSUSE:Factory/.clamtk.new.17339 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "clamtk" Tue Jul 16 22:04:13 2024 rev:13 rq:1187683 version:6.18 Changes: -------- --- /work/SRC/openSUSE:Factory/clamtk/clamtk.changes 2024-02-28 19:47:52.763467799 +0100 +++ /work/SRC/openSUSE:Factory/.clamtk.new.17339/clamtk.changes 2024-07-16 22:04:13.633816426 +0200 @@ -1,0 +2,9 @@ +Wed Jul 10 08:00:19 UTC 2024 - Paolo Stivanin <i...@paolostivanin.com> + +- Update to 6.18: + * Remove unnecessary line from #154 fix in App.pm + * Change default clamtk user directory to .config/clamtk (Github #161) + * Fix for scanned directories not showing in logs + * Update App.pm to support $XDG_CONFIG_HOME environnement variable (Github #154) + +------------------------------------------------------------------- Old: ---- clamtk-6.16.tar.xz clamtk-6.16.tar.xz.asc New: ---- clamtk-6.18.tar.xz clamtk-6.18.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ clamtk.spec ++++++ --- /var/tmp/diff_new_pack.dE39Sg/_old 2024-07-16 22:04:14.249838909 +0200 +++ /var/tmp/diff_new_pack.dE39Sg/_new 2024-07-16 22:04:14.253839055 +0200 @@ -1,7 +1,7 @@ # # spec file for package clamtk # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2012 Pascal Bleser <pascal.ble...@opensuse.org> # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: clamtk -Version: 6.16 +Version: 6.18 Release: 0 Summary: GUI for the ClamAV Antivirus License: Artistic-1.0 OR GPL-1.0-or-later ++++++ clamtk-6.16.tar.xz -> clamtk-6.18.tar.xz ++++++ ++++ 4851 lines of diff (skipped) ++++++ clamtk-add_searchpath.patch ++++++ --- /var/tmp/diff_new_pack.dE39Sg/_old 2024-07-16 22:04:14.397844310 +0200 +++ /var/tmp/diff_new_pack.dE39Sg/_new 2024-07-16 22:04:14.401844456 +0200 @@ -2,7 +2,7 @@ =================================================================== --- clamtk.orig +++ clamtk -@@ -19,6 +19,7 @@ +@@ -20,6 +20,7 @@ use utf8; $| = 1;