Update to latest version.

This commit is contained in:
Elliott Sales de Andrade
2017-09-04 03:11:02 -04:00
parent d201fc4225
commit 8f425131bc
4 changed files with 13 additions and 8 deletions

View File

@@ -37,13 +37,13 @@
# https://github.com/junegunn/fzf
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
%global import_path %{provider_prefix}
%global commit ecb6b234cc130c760f792f95ce59b413be4cb5c4
%global commit e89eebb7bae2bb3f080568dff20b341ed669fd3b
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commitdate 20170801
%global commitdate 20170826
Name: fzf
Version: 0.16.11
Release: 7%{?dist}
Version: 0.17.0
Release: 1%{?dist}
Summary: A command-line fuzzy finder written in Go
License: MIT
URL: https://%{provider_prefix}
@@ -252,6 +252,10 @@ export GOPATH=%{buildroot}/%{gopath}:%{gopath}
%endif
%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
- Install plugin for neovim also.