Update to latest version.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
/fzf-0.16.11.tar.gz
|
||||
/fzf-0.17.0.tar.gz
|
||||
/fzf-0.17.0-2.tar.gz
|
||||
|
||||
14
fzf.spec
14
fzf.spec
@@ -23,17 +23,18 @@
|
||||
# https://github.com/junegunn/fzf
|
||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||
%global import_path %{provider_prefix}
|
||||
%global commit e89eebb7bae2bb3f080568dff20b341ed669fd3b
|
||||
%global commit 58b5be8ab6a99937a872e2ce4713f9ac79ff7d4e
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commitdate 20170826
|
||||
%global commitdate 20170905
|
||||
%global realver 0.17.0-2
|
||||
|
||||
Name: fzf
|
||||
Version: 0.17.0
|
||||
Version: 0.17.0.2
|
||||
Release: 1%{?dist}
|
||||
Summary: A command-line fuzzy finder written in Go
|
||||
License: MIT
|
||||
URL: https://%{provider_prefix}
|
||||
Source0: https://%{provider_prefix}/archive/%{version}/%{repo}-%{version}.tar.gz
|
||||
Source0: https://%{provider_prefix}/archive/%{realver}/%{repo}-%{realver}.tar.gz
|
||||
Source1: README.Fedora
|
||||
|
||||
# e.g. el6 has ppc64 arch without gcc-go, so EA tag is required
|
||||
@@ -104,7 +105,7 @@ providing packages with %{import_path} prefix.
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n %{repo}-%{version}
|
||||
%setup -q -n %{repo}-%{realver}
|
||||
cp %{SOURCE1} .
|
||||
|
||||
|
||||
@@ -238,6 +239,9 @@ export GOPATH=%{buildroot}/%{gopath}:%{gopath}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Sep 20 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.17.0.2-1
|
||||
- New upstream release.
|
||||
|
||||
* 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.
|
||||
|
||||
2
sources
2
sources
@@ -1 +1 @@
|
||||
SHA512 (fzf-0.17.0.tar.gz) = 9bb9462ec3055358973c48243fa7149e5d7f8b9e49f59edf755d84d9ece88717815f2da54827d7c349b734d1f252042377f77dcf7b44a252c790808078551c97
|
||||
SHA512 (fzf-0.17.0-2.tar.gz) = 94695831b5c2460f516c982bcd006b4e380509dc77ca9d8785424029f1a5fc25c1150b91c0add6804fcc48d7880a63b94b81b63e56ce817a4837bb659884676e
|
||||
|
||||
Reference in New Issue
Block a user