Update to latest version.
This commit is contained in:
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.
|
||||
|
||||
Reference in New Issue
Block a user