SHA256
1
0
forked from pool/fzf

Accepting request 1158762 from home:smolsheep:upgrades

- Update to version 0.48.1:
  * CTRL-T and ALT-C bindings can be disabled by setting
    FZF_CTRL_T_COMMAND and FZF_ALT_C_COMMAND to empty strings
    respectively when sourcing the script
  * Bug fixes

OBS-URL: https://build.opensuse.org/request/show/1158762
OBS-URL: https://build.opensuse.org/package/show/utilities/fzf?expand=0&rev=102
This commit is contained in:
OBS User smolsheep 2024-03-17 13:43:49 +00:00 committed by Git OBS Bridge
parent 508a8082b8
commit 3f734be09c
5 changed files with 17 additions and 8 deletions

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Mar 17 13:26:10 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
- Update to version 0.48.1:
* CTRL-T and ALT-C bindings can be disabled by setting
FZF_CTRL_T_COMMAND and FZF_ALT_C_COMMAND to empty strings
respectively when sourcing the script
* Bug fixes
-------------------------------------------------------------------
Thu Mar 14 16:47:09 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>

View File

@ -18,7 +18,7 @@
%global _lto_cflags %{nil}
Name: fzf
Version: 0.48.0
Version: 0.48.1
Release: 0
Summary: A command-line fuzzy finder
License: MIT
@ -121,8 +121,8 @@ install -Dm644 man/man1/fzf-tmux.1 %{buildroot}%{_mandir}/man1/fzf-tmux.1
# shell completions
# csplit splits on end tags inside of the completions to allow for easy
# splitting of the files for installation.
./fzf --bash | csplit - '/.*end\:.*/' -f bash
./fzf --zsh | csplit - '/.*end\:.*/' -f zsh
./fzf --bash | csplit - '/.*end\:.*/+1' -f bash
./fzf --zsh | csplit - '/.*end\:.*/+1' -f zsh
./fzf --fish > fish00
install -Dm0644 bash00 \

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:48d06ef232be60c5f3b10e02e80e5c72b30783a9c00133c3e946b9f46b56d12a
size 1656855
oid sha256:6778511910ee66d458d372c780ee3edcaf63819df7e083842a308202170ab35b
size 1660462