Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fzf for openSUSE:Factory checked in at 2021-10-15 23:04:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fzf (Old) and /work/SRC/openSUSE:Factory/.fzf.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fzf" Fri Oct 15 23:04:36 2021 rev:19 rq:925521 version:0.27.3 Changes: -------- --- /work/SRC/openSUSE:Factory/fzf/fzf.changes 2021-06-02 22:11:49.096145573 +0200 +++ /work/SRC/openSUSE:Factory/.fzf.new.1890/fzf.changes 2021-10-15 23:05:09.858148825 +0200 @@ -1,0 +2,23 @@ +Fri Oct 15 16:01:21 UTC 2021 - Matej Cepl <mc...@suse.com> + +- Update to 0.27.3: + - Preview window is `hidden` by default when there are `preview` bindings but + `--preview` command is not given + - Fixed bug where `{n}` is not properly reset on `reload` + - Fixed bug where spinner is not displayed on `reload` + - Enhancements in tcell renderer for Windows (#2616) + - Vim plugin + - `sinklist` is added as a synonym to `sink*` so that it's + easier to add a function to a spec dictionary + ```vim + let spec = { 'source': 'ls', 'options': ['--multi', '--preview', 'cat {}'] } + function spec.sinklist(matches) + echom string(a:matches) + endfunction + + call fzf#run(fzf#wrap(spec)) + ``` + - Vim 7 compatibility +- Set FZF_VERSION and FZF_REVISION environment variables as well. + +------------------------------------------------------------------- Old: ---- 0.27.2.tar.gz New: ---- 0.27.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fzf.spec ++++++ --- /var/tmp/diff_new_pack.fyOgV2/_old 2021-10-15 23:05:10.354149178 +0200 +++ /var/tmp/diff_new_pack.fyOgV2/_new 2021-10-15 23:05:10.358149181 +0200 @@ -17,7 +17,7 @@ Name: fzf -Version: 0.27.2 +Version: 0.27.3 Release: 0 Summary: A command-line fuzzy finder License: MIT @@ -26,7 +26,7 @@ Source0: https://github.com/junegunn/%{name}/archive/%{version}.tar.gz # Run go build && go mod vendor to get vendor/ subdirectory Source1: vendor.tar.xz -BuildRequires: golang(API) >= 1.12 +BuildRequires: golang(API) >= 1.13 %description fzf is an interactive Unix filter for command-line that can be used with any list; files, @@ -97,6 +97,7 @@ sed -i 's,#!%{_bindir}/env ,#!/bin/,' ./bin/fzf-tmux %build +export FZF_VERSION=%{version} FZF_REVISION=tarball export GOCACHE=$(readlink -f vendor/) %ifarch ppc64 BUILDMOD="" ++++++ 0.27.2.tar.gz -> 0.27.3.tar.gz ++++++ ++++ 2222 lines of diff (skipped) ++++++ vendor.tar.xz ++++++ ++++ 25033 lines of diff (skipped)