Update to latest version.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
|||||||
/fzf-0.16.11.tar.gz
|
/fzf-0.16.11.tar.gz
|
||||||
|
/fzf-0.17.0.tar.gz
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
fzf provides several niceties, such as shell completion, shell key bindings,
|
fzf provides several niceties, such as shell completion, shell key bindings,
|
||||||
and a vim plugin. In Fedora, we only enable the shell completion and vim plugin
|
and a vim plugin. In Fedora, we only enable the shell completion and install
|
||||||
by default as they are generally non-intrusive. The key bindings are installed
|
the plugin for vim and neovim by default as they are generally non-intrusive.
|
||||||
but not enabled.
|
The key bindings are installed but not enabled.
|
||||||
|
|
||||||
To enable shell key bindings, source the applicable script from
|
To enable shell key bindings, source the applicable script from
|
||||||
/usr/share/fzf/shell from your shell initialization. For example, use
|
/usr/share/fzf/shell from your shell initialization. For example, use
|
||||||
|
|||||||
12
fzf.spec
12
fzf.spec
@@ -37,13 +37,13 @@
|
|||||||
# https://github.com/junegunn/fzf
|
# https://github.com/junegunn/fzf
|
||||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||||
%global import_path %{provider_prefix}
|
%global import_path %{provider_prefix}
|
||||||
%global commit ecb6b234cc130c760f792f95ce59b413be4cb5c4
|
%global commit e89eebb7bae2bb3f080568dff20b341ed669fd3b
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
%global commitdate 20170801
|
%global commitdate 20170826
|
||||||
|
|
||||||
Name: fzf
|
Name: fzf
|
||||||
Version: 0.16.11
|
Version: 0.17.0
|
||||||
Release: 7%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A command-line fuzzy finder written in Go
|
Summary: A command-line fuzzy finder written in Go
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://%{provider_prefix}
|
URL: https://%{provider_prefix}
|
||||||
@@ -252,6 +252,10 @@ export GOPATH=%{buildroot}/%{gopath}:%{gopath}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 4 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.17.0-1
|
||||||
|
- New upstream release.
|
||||||
|
- Mention neovim in readme as well.
|
||||||
|
|
||||||
* Mon Sep 4 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.16.11-7
|
* Mon Sep 4 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.16.11-7
|
||||||
- Install plugin for neovim also.
|
- Install plugin for neovim also.
|
||||||
|
|
||||||
|
|||||||
2
sources
2
sources
@@ -1 +1 @@
|
|||||||
SHA512 (fzf-0.16.11.tar.gz) = 08323fd5fa2359d3895fc64fff63378e2be928ca50d017f9eda3a1e2c36ad8b54f75f351af830105efa2c5ef031a0155efa5112d567fbd2b2d84a7321b343b89
|
SHA512 (fzf-0.17.0.tar.gz) = 9bb9462ec3055358973c48243fa7149e5d7f8b9e49f59edf755d84d9ece88717815f2da54827d7c349b734d1f252042377f77dcf7b44a252c790808078551c97
|
||||||
|
|||||||
Reference in New Issue
Block a user