Update to latest version.

This commit is contained in:
Elliott Sales de Andrade
2021-01-02 23:37:59 -05:00
parent 1ef4f25322
commit 39b12b8dc1
4 changed files with 50 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
# https://github.com/junegunn/fzf
%global goipath github.com/junegunn/fzf
Version: 0.24.4
Version: 0.25.0
%global tag %{version}
%gometa
@@ -15,6 +15,8 @@ License: MIT
URL: %{gourl}
Source0: %{gosource}
Source1: README.Fedora
# https://github.com/junegunn/fzf/pull/2305
Patch0001: 0001-Use-more-explicit-int-to-string-conversion.patch
BuildRequires: golang(github.com/gdamore/tcell) >= 1.4
BuildRequires: golang(github.com/gdamore/tcell/encoding)
@@ -35,6 +37,7 @@ etc.
%prep
%goprep
cp %{SOURCE1} .
%patch0001 -p1
%build
@@ -97,6 +100,9 @@ install -Dpm0644 shell/key-bindings.* %{buildroot}%{_datadir}/fzf/shell/
%changelog
* Sat Jan 02 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.25.0-1
- Update to latest version (#1912051)
* Sat Dec 12 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.24.4-1
- Update to latest version (#1904701)