Update to latest version.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -21,3 +21,4 @@
|
||||
/fzf-0.25.1.tar.gz
|
||||
/fzf-0.26.0.tar.gz
|
||||
/fzf-0.27.0.tar.gz
|
||||
/fzf-0.27.1.tar.gz
|
||||
|
||||
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
|
||||
|
||||
|
||||
2
sources
2
sources
@@ -1 +1 @@
|
||||
SHA512 (fzf-0.27.0.tar.gz) = 7a14a85d962a409e5008a135acb3f18d489dbd615696e925d2854e6304e289f59f573bcb267d8447ca2112087099b7115143b85f11decaa893ac2196328109ed
|
||||
SHA512 (fzf-0.27.1.tar.gz) = ad2752cbfd6da396bf1984a94271966c0358b408af9efc6b8f5c53e2fd08d11ff1c0ee46ccff3087035c1a7f8b6e807b7961fb302ff1ee661f847ebf84deb2e8
|
||||
|
||||
Reference in New Issue
Block a user