Update to latest version.

This commit is contained in:
Elliott Sales de Andrade
2021-06-12 20:23:14 -04:00
parent 51a636dbd9
commit c5be953a73
3 changed files with 12 additions and 5 deletions

View File

@@ -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)