Accepting request 1186202 from utilities

OBS-URL: https://build.opensuse.org/request/show/1186202
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fzf?expand=0&rev=54
This commit is contained in:
Ana Guerrero 2024-07-08 17:09:23 +00:00 committed by Git OBS Bridge
commit af49eb845b
5 changed files with 35 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d45abbfb64f21913c633d46818d9d3eb3d7ebc7e94bd16f45941958aa5480e1d
size 286797

3
fzf-0.54.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ce658b153254e25cf4244365d639cf3ac5b91230a20f76bd6845d88e1267a2db
size 291944

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Mon Jul 8 14:09:41 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
- Add new "v" prefix to tag in URL
- Update to 0.54.0:
* Implemented line wrap of long items
* Updated shell integration scripts to leverage line wrap
* Added --info-command option for customizing the info line
* Pointer and marker signs can be set to empty strings
* Better cache management and improved rendering for --tail
* Improved --sync behavior: When --sync is provided, fzf will not
render the interface until the initial filtering and the
associated actions (bound to any of start, load, result, or
focus) are complete.
* GET endpoint is now available from execute and transform
actions (it used to timeout due to lock conflict)
* Added offset-middle action to place the current item is in the
middle of the screen
* fzf will not start the initial reader when reload or
reload-sync is bound to start event. fzf < /dev/null or : | fzf
are no longer required and extraneous load event will not fire
due to the empty list.
* Fixed crash when using --tiebreak=end with very long items
* zsh 5.0 compatibility
* Fixed --walker-skip to also skip symlinks to directories
* Fixed result event not fired when input stream is not complete
* New tags will have v prefix
-------------------------------------------------------------------
Thu Jun 6 13:47:28 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>

View File

@ -18,13 +18,13 @@
%global _lto_cflags %{nil}
Name: fzf
Version: 0.53.0
Version: 0.54.0
Release: 0
Summary: A command-line fuzzy finder
License: MIT
Group: Productivity/File utilities
URL: https://github.com/junegunn/fzf
Source0: https://github.com/junegunn/fzf/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source0: https://github.com/junegunn/fzf/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: vendor.tar.zst
BuildRequires: zstd
BuildRequires: golang(API) >= 1.19

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:355dbca277f6f3639915db5b8ca75d81d6676bc6ae78077be598137446d1f7a8
size 1261342
oid sha256:205e3bc8d6ad81f5b85969ff0afb4bc7f166956ed0c80f7619ab3193fa1526a7
size 1262424