Update to latest version.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,3 +8,4 @@
|
||||
/fzf-0.18.0.tar.gz
|
||||
/fzf-0.19.0.tar.gz
|
||||
/fzf-0.20.0.tar.gz
|
||||
/fzf-0.21.1.tar.gz
|
||||
|
||||
16
fzf.spec
16
fzf.spec
@@ -2,13 +2,13 @@
|
||||
|
||||
# https://github.com/junegunn/fzf
|
||||
%global goipath github.com/junegunn/fzf
|
||||
Version: 0.20.0
|
||||
Version: 0.21.1
|
||||
%global tag %{version}
|
||||
|
||||
%gometa
|
||||
|
||||
Name: fzf
|
||||
Release: 3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: A command-line fuzzy finder written in Go
|
||||
|
||||
License: MIT
|
||||
@@ -16,11 +16,12 @@ URL: %{gourl}
|
||||
Source0: %{gosource}
|
||||
Source1: README.Fedora
|
||||
|
||||
BuildRequires: golang(github.com/gdamore/tcell)
|
||||
BuildRequires: golang(github.com/gdamore/tcell) >= 1.3
|
||||
BuildRequires: golang(github.com/gdamore/tcell/encoding)
|
||||
BuildRequires: golang(github.com/mattn/go-isatty)
|
||||
BuildRequires: golang(github.com/mattn/go-runewidth)
|
||||
BuildRequires: golang(github.com/mattn/go-shellwords)
|
||||
BuildRequires: golang(github.com/mattn/go-isatty) >= 0.0.12
|
||||
BuildRequires: golang(github.com/mattn/go-runewidth) >= 0.0.8
|
||||
BuildRequires: golang(github.com/mattn/go-shellwords) >= 1.0.9
|
||||
BuildRequires: golang(github.com/saracen/walker)
|
||||
BuildRequires: golang(golang.org/x/crypto/ssh/terminal)
|
||||
|
||||
%description
|
||||
@@ -95,6 +96,9 @@ install -Dpm0644 shell/key-bindings.* %{buildroot}%{_datadir}/fzf/shell/
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed May 06 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.21.1-1
|
||||
- Update to latest version
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@@ -1 +1 @@
|
||||
SHA512 (fzf-0.20.0.tar.gz) = a65294d29c59353d17468a919878f965934540eea27441292a7219aea7509c18ea31ed1d58453f890a43026e4ae58946e0122d49475e734bd9354a0e520d99e7
|
||||
SHA512 (fzf-0.21.1.tar.gz) = db816446a2d562148f7bfe4fc99696e0786d4acfe021ba9bf31344c81219b8a61cae03ec7d4b279ab3dba9ca93fc883e655fc71a750fb6f1905612db071ac831
|
||||
|
||||
Reference in New Issue
Block a user