diff --git a/0.27.2.tar.gz b/0.27.2.tar.gz deleted file mode 100644 index 570ecff..0000000 --- a/0.27.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7798a9e22fc363801131456dc21026ccb0f037aed026d17df60b1178b3f24111 -size 191941 diff --git a/0.27.3.tar.gz b/0.27.3.tar.gz new file mode 100644 index 0000000..917f37c --- /dev/null +++ b/0.27.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0ad8dc6dd5c7a0c87ad623c0d9164cc2861489b76cb7a8b66f51cb4f9a81254 +size 202761 diff --git a/fzf.changes b/fzf.changes index 1e35d62..b8c1bf2 100644 --- a/fzf.changes +++ b/fzf.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Oct 15 16:01:21 UTC 2021 - Matej Cepl + +- 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. + ------------------------------------------------------------------- Tue Jun 1 08:37:07 UTC 2021 - Matej Cepl diff --git a/fzf.spec b/fzf.spec index f0b39fa..a72c248 100644 --- a/fzf.spec +++ b/fzf.spec @@ -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 @@ URL: https://github.com/junegunn/fzf 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 @@ Plugin for vim allowing use of fzf. 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="" diff --git a/vendor.tar.xz b/vendor.tar.xz index 8bbc6aa..55b7362 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:94bfe33825feaef76abf9405c1d1b0809f47a39db1d78cda7ff888f105911d58 -size 1269200 +oid sha256:cc7643f18eeed78461d55efa9cb29448d3be415150ba4e1b37067f247f357404 +size 1272940