Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tkdiff for openSUSE:Factory checked in at 2022-06-06 11:24:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tkdiff (Old) and /work/SRC/openSUSE:Factory/.tkdiff.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tkdiff" Mon Jun 6 11:24:23 2022 rev:23 rq:980985 version:5.4 Changes: -------- --- /work/SRC/openSUSE:Factory/tkdiff/tkdiff.changes 2022-02-09 20:40:24.290548880 +0100 +++ /work/SRC/openSUSE:Factory/.tkdiff.new.1548/tkdiff.changes 2022-06-06 11:24:24.300513230 +0200 @@ -1,0 +2,34 @@ +Mon May 30 14:02:46 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org> + +- Do not use %() constructs in Version and URL: these are used by + bots in unprotected environments and are thus not evaluated. + +------------------------------------------------------------------- +Sun May 22 11:32:33 UTC 2022 - Ferdinand Thiessen <r...@fthiessen.de> + +- Update to version 5.4 + * Visual Inline-diff SUPPRESSION categories (correlates to those + of Diff) supported, yet specific choices are INDEPENDANT of said + same Diff MATCH suppressions + * Optional support for MULTIPLE Preference files w/command-line + specification added: permits user configuration for disjoint + projects w/alternate SCM requirements + * Reengineered optional SyncScroll to no longer permit fractured + alignment - FOREVER: only specific features needing to + TEMPORARILY override the Preference will do so. + * New preference allows specifying filename patterns to EXCLUDE from + searches among directories when forming canidate pairings for examination. + * Text searching now (optionally) scrolls EITHER/BOTH windows + independent of the current overall synchronized window preference + setting. + * Within Vpath SCM context, CWD location now effectively TOP-prunes + stated VPATH nodes allowing access to yet older V-nodes w/o + editting VPATH Subdirs WITHIN given Vpath nodes now recognized as + legitimate CWD-scoped locations permitting operations on + directory-based subdivisions while STILL being Vpath-ed + * Repaired how Vpath searches for Topmost and/or Prior version for + consistent results + * MouseWheel now scrolls properly when above checkbuttons WITHIN + the filelist Dialog + +------------------------------------------------------------------- Old: ---- tkdiff-5-3.zip New: ---- tkdiff-5-4.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tkdiff.spec ++++++ --- /var/tmp/diff_new_pack.kWtvGW/_old 2022-06-06 11:24:24.980514214 +0200 +++ /var/tmp/diff_new_pack.kWtvGW/_new 2022-06-06 11:24:24.980514214 +0200 @@ -1,7 +1,7 @@ # # spec file for package tkdiff # -# Copyright (c) 2021 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,16 +16,15 @@ # -%global longver 5-3 -%global shortver %(echo %{longver}|sed 's|-|.|g') Name: tkdiff -Version: %{shortver} +Version: 5.4 +%define _version 5-4 Release: 0 Summary: 2 and 3-way diff/merge tool License: GPL-2.0-or-later Group: Productivity/Text/Utilities -URL: http://tkdiff.sourceforge.net/ -Source0: http://prdownloads.sourceforge.net/tkdiff/tkdiff-%{longver}.zip +URL: https://tkdiff.sourceforge.io/ +Source0: https://sourceforge.net/projects/tkdiff/files/tkdiff/%{version}/tkdiff-%{_version}.zip Source1: README.SUSE BuildRequires: unzip Requires: diffutils @@ -37,7 +36,7 @@ TkDiff is a graphical 2 and 3-way diff/merge tool. %prep -%setup -q -n tkdiff-%{longver} +%setup -q -n tkdiff-%{_version} cp %{SOURCE1} . %build