Update to latest version.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@
|
||||
/tcell-2.2.1.tar.gz
|
||||
/tcell-2.3.1.tar.gz
|
||||
/tcell-2.3.3.tar.gz
|
||||
/tcell-2.3.11.tar.gz
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# https://github.com/gdamore/tcell
|
||||
%global goipath github.com/gdamore/tcell/v2
|
||||
%global forgeurl https://github.com/gdamore/tcell
|
||||
Version: 2.3.3
|
||||
Version: 2.3.11
|
||||
|
||||
%gometa
|
||||
|
||||
@@ -51,9 +51,12 @@ BuildRequires: rxvt-unicode
|
||||
|
||||
%prep
|
||||
%goprep
|
||||
# We have no source for xterm-termite as it isn't packaged, so use the
|
||||
# pre-generated version.
|
||||
find terminfo/?/ \! -path '*xterm_termite/term.go' -type f -delete
|
||||
# Use existing sources for:
|
||||
# * foot, as we have no source since it isn't packaged
|
||||
# * sun, which is hand-coded, not generated
|
||||
# * xterm-direct, which is hand-coded, not generated
|
||||
# * xterm-termite, as we have no source since it isn't packaged
|
||||
find terminfo/?/ \! -path '*foot/foot.go' -a \! -path '*sun/term.go' -a \! -path '*xterm/direct.go' -a \! -path '*xterm_termite/term.go' -type f -delete
|
||||
sed -i 's/go run mkinfo.go/$1/g' terminfo/gen.sh
|
||||
|
||||
%build
|
||||
@@ -81,6 +84,9 @@ install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/
|
||||
%gopkgfiles
|
||||
|
||||
%changelog
|
||||
* Sat Jun 12 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.3.11-1
|
||||
- Update to latest version (#1966473)
|
||||
|
||||
* Thu May 20 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.3.3-1
|
||||
- Update to latest version (#1962134)
|
||||
|
||||
|
||||
2
sources
2
sources
@@ -1 +1 @@
|
||||
SHA512 (tcell-2.3.3.tar.gz) = 3034cfe2c0cf8567d862a8a06080c702cfa4da36cbc256b5b733d705619046970de72b0dfc2bd902c5230293377a9f11c125d1e323f893d4cc3e3c9eaaba777d
|
||||
SHA512 (tcell-2.3.11.tar.gz) = ba009dc9e0a76a33dac1b02e922c5473935a0c172681d138c2a5bbc36f2b57b2d363ec4791543ca9150aafcb352ce14e7cf2ebc658b54e6ce0477234f9b2d223
|
||||
|
||||
Reference in New Issue
Block a user