Update to latest version.
This commit is contained in:
8
fzf.spec
8
fzf.spec
@@ -2,13 +2,13 @@
|
||||
|
||||
# https://github.com/junegunn/fzf
|
||||
%global goipath github.com/junegunn/fzf
|
||||
Version: 0.27.0
|
||||
Version: 0.27.1
|
||||
%global tag %{version}
|
||||
|
||||
%gometa
|
||||
|
||||
Name: fzf
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: A command-line fuzzy finder written in Go
|
||||
|
||||
License: MIT
|
||||
@@ -21,6 +21,7 @@ BuildRequires: golang(github.com/gdamore/tcell/encoding)
|
||||
BuildRequires: golang(github.com/mattn/go-isatty) >= 0.0.12
|
||||
BuildRequires: golang(github.com/mattn/go-runewidth) >= 0.0.12
|
||||
BuildRequires: golang(github.com/mattn/go-shellwords) >= 1.0.11
|
||||
BuildRequires: golang(github.com/rivo/uniseg) >= 0.2.0
|
||||
BuildRequires: golang(github.com/saracen/walker) >= 0.1.2
|
||||
BuildRequires: golang(golang.org/x/crypto/ssh/terminal)
|
||||
BuildRequires: golang(golang.org/x/term)
|
||||
@@ -98,6 +99,9 @@ install -Dpm0644 shell/key-bindings.* %{buildroot}%{_datadir}/fzf/shell/
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun May 23 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.27.1-1
|
||||
- Update to latest version (#1963312)
|
||||
|
||||
* Thu Apr 08 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.27.0-2
|
||||
- Correct BuildRequires and minimum dependency versions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user