New upstream release.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
/fzf-0.16.11.tar.gz
|
/fzf-0.16.11.tar.gz
|
||||||
/fzf-0.17.0.tar.gz
|
/fzf-0.17.0.tar.gz
|
||||||
/fzf-0.17.0-2.tar.gz
|
/fzf-0.17.0-2.tar.gz
|
||||||
|
/fzf-0.17.1.tar.gz
|
||||||
|
|||||||
11
fzf.spec
11
fzf.spec
@@ -23,13 +23,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 58b5be8ab6a99937a872e2ce4713f9ac79ff7d4e
|
%global commit 0b33dc6ce19357f7b32857dbb1fecd181fb899e8
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
%global commitdate 20170905
|
%global commitdate 20171015
|
||||||
%global realver 0.17.0-2
|
%global realver 0.17.1
|
||||||
|
|
||||||
Name: fzf
|
Name: fzf
|
||||||
Version: 0.17.0.2
|
Version: 0.17.1
|
||||||
Release: 1%{?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
|
||||||
@@ -239,6 +239,9 @@ export GOPATH=%{buildroot}/%{gopath}:%{gopath}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Oct 22 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.17.1-1
|
||||||
|
- New upstream release.
|
||||||
|
|
||||||
* Wed Sep 20 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.17.0.2-1
|
* Wed Sep 20 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.17.0.2-1
|
||||||
- New upstream release.
|
- New upstream release.
|
||||||
|
|
||||||
|
|||||||
2
sources
2
sources
@@ -1 +1 @@
|
|||||||
SHA512 (fzf-0.17.0-2.tar.gz) = 94695831b5c2460f516c982bcd006b4e380509dc77ca9d8785424029f1a5fc25c1150b91c0add6804fcc48d7880a63b94b81b63e56ce817a4837bb659884676e
|
SHA512 (fzf-0.17.1.tar.gz) = e8a746daa2a75c7ec7ad3a4141c3398b879df192ff52af70878995ebac6731e9949c75ba8d3b05cc67e64a5c731a2310e2a54da21ba762107d8c6a7a55313b81
|
||||||
|
|||||||
Reference in New Issue
Block a user