Update to latest version.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -10,3 +10,4 @@
|
|||||||
/fzf-0.20.0.tar.gz
|
/fzf-0.20.0.tar.gz
|
||||||
/fzf-0.21.1.tar.gz
|
/fzf-0.21.1.tar.gz
|
||||||
/fzf-0.22.0.tar.gz
|
/fzf-0.22.0.tar.gz
|
||||||
|
/fzf-0.23.0.tar.gz
|
||||||
|
|||||||
7
fzf.spec
7
fzf.spec
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# https://github.com/junegunn/fzf
|
# https://github.com/junegunn/fzf
|
||||||
%global goipath github.com/junegunn/fzf
|
%global goipath github.com/junegunn/fzf
|
||||||
Version: 0.22.0
|
Version: 0.23.0
|
||||||
%global tag %{version}
|
%global tag %{version}
|
||||||
|
|
||||||
%gometa
|
%gometa
|
||||||
@@ -16,7 +16,7 @@ URL: %{gourl}
|
|||||||
Source0: %{gosource}
|
Source0: %{gosource}
|
||||||
Source1: README.Fedora
|
Source1: README.Fedora
|
||||||
|
|
||||||
BuildRequires: golang(github.com/gdamore/tcell) >= 1.3
|
BuildRequires: golang(github.com/gdamore/tcell) >= 1.4
|
||||||
BuildRequires: golang(github.com/gdamore/tcell/encoding)
|
BuildRequires: golang(github.com/gdamore/tcell/encoding)
|
||||||
BuildRequires: golang(github.com/mattn/go-isatty) >= 0.0.12
|
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-runewidth) >= 0.0.8
|
||||||
@@ -96,6 +96,9 @@ install -Dpm0644 shell/key-bindings.* %{buildroot}%{_datadir}/fzf/shell/
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 08 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.23.0-1
|
||||||
|
- Update to latest version (#1886203)
|
||||||
|
|
||||||
* Mon Aug 03 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.22.0-1
|
* Mon Aug 03 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.22.0-1
|
||||||
- Update to latest version (#1862819)
|
- Update to latest version (#1862819)
|
||||||
|
|
||||||
|
|||||||
2
sources
2
sources
@@ -1 +1 @@
|
|||||||
SHA512 (fzf-0.22.0.tar.gz) = 003b187c93f0ab2e8a1adbd4eb9586e05e12fb9a86e445ac8ff48ba391ae16f104d60d18934bb46765537d5007035f549c15d6970c901f72813d55001d3bc6e5
|
SHA512 (fzf-0.23.0.tar.gz) = e33b2cb5b734eae2a5dc8e3ab54b026976fcddb7f8eb84501a4be225ddc6b135cfab4e99561ad17993253d92f9cb2ab28ddf97bd18f16dd83bb482cd1d17e25f
|
||||||
|
|||||||
Reference in New Issue
Block a user