SHA256
1
0
forked from pool/fzf

Accepting request 984249 from home:dirkmueller:Factory

- update to 0.30.0:
  * Fixed cursor flickering over the screen by hiding it during rendering
  * Added --ellipsis option. You can take advantage of it to make fzf
    effectively search non-visible parts of the item.
  * Added rebind action for restoring bindings after unbind
  * Switching between Ripgrep mode and fzf mode
  * Bug fixes and improvements

OBS-URL: https://build.opensuse.org/request/show/984249
OBS-URL: https://build.opensuse.org/package/show/utilities/fzf?expand=0&rev=49
This commit is contained in:
Avindra Goolcharan 2022-06-21 20:45:03 +00:00 committed by Git OBS Bridge
parent c58ff87b88
commit 5d8bda2858
7 changed files with 32 additions and 17 deletions

View File

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

5
_service Normal file
View File

@ -0,0 +1,5 @@
<services>
<service name="download_files" mode="disabled"/>
<service name="go_modules" mode="disabled"/>
</services>

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

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jun 21 20:14:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.30.0:
* Fixed cursor flickering over the screen by hiding it during rendering
* Added --ellipsis option. You can take advantage of it to make fzf
effectively search non-visible parts of the item.
* Added rebind action for restoring bindings after unbind
* Switching between Ripgrep mode and fzf mode
* Bug fixes and improvements
-------------------------------------------------------------------
Fri Dec 24 22:54:43 UTC 2021 - Matej Cepl <mcepl@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package fzf
#
# Copyright (c) 2021 SUSE LLC
# 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
@ -17,16 +17,15 @@
Name: fzf
Version: 0.29.0
Version: 0.30.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/%{name}/archive/%{version}.tar.gz
# Run go build && go mod vendor to get vendor/ subdirectory
Source1: vendor.tar.xz
BuildRequires: golang(API) >= 1.13
Source0: https://github.com/junegunn/fzf/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: vendor.tar.gz
BuildRequires: golang(API) = 1.18
%description
fzf is an interactive Unix filter for command-line that can be used with any list; files,
@ -35,7 +34,7 @@ command history, processes, hostnames, bookmarks, git commits, etc.
%package tmux
Summary: Tmux integration for fzf
Group: Productivity/File utilities
Supplements: packageand(fzf:tmux)
Supplements: (fzf and tmux)
BuildArch: noarch
%description tmux
@ -46,7 +45,7 @@ separate tmux pane.
Summary: Bash completion for fzf
Group: Productivity/File utilities
Requires: bash-completion
Supplements: packageand(fzf:bash)
Supplements: (fzf and bash)
BuildArch: noarch
%description bash-completion
@ -56,7 +55,7 @@ Bash shell completions for fzf
Summary: Fish completion for fzf
Group: Productivity/File utilities
Requires: fish
Supplements: packageand(fzf:fish)
Supplements: (fzf and fish)
BuildArch: noarch
%description fish-completion
@ -73,7 +72,7 @@ end
%package zsh-completion
Summary: ZSH completion for fzf
Group: Productivity/File utilities
Supplements: packageand(fzf:zsh)
Supplements: (fzf and zsh)
BuildArch: noarch
%description zsh-completion
@ -84,8 +83,8 @@ zsh shell completions for fzf
%package -n vim-fzf
Summary: Vim plugin for fzf
Group: Productivity/File utilities
BuildArch: noarch
Requires: (vim or neovim)
BuildArch: noarch
%description -n vim-fzf
Plugin for vim allowing use of fzf.

3
vendor.tar.gz Normal file
View File

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

View File

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