Accepting request 890909 from X11:terminals
- Update to 0.20.3: * A new show_key kitten to easily see the bytes generated by the terminal for key presses in the various keyboard modes (#3556) * Linux: Fix keyboard layout change keys defined via compose rules not being ignored * Fix tab activity symbol not appearing if no other changes happen in tab bar even when there is activity in a tab (#3571) * Fix focus changes not being sent to windows when focused window changes because of the previously focused window being closed (#3571) OBS-URL: https://build.opensuse.org/request/show/890909 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kitty?expand=0&rev=4
This commit is contained in:
commit
5a4e85fd39
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:531c4f5112c24189da9291ea7e2be4a60fdec63281866f4d17597d7e2ad3b293
|
||||
size 4237974
|
3
kitty-0.20.3.tar.gz
Normal file
3
kitty-0.20.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7048cc0e6c17fe5ef3fbac18125dbd5f05d6c628838f004b8e2ad3546fb77d85
|
||||
size 4229573
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 6 07:44:39 UTC 2021 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.20.3:
|
||||
* A new show_key kitten to easily see the bytes generated by the
|
||||
terminal for key presses in the various keyboard modes (#3556)
|
||||
* Linux: Fix keyboard layout change keys defined via compose
|
||||
rules not being ignored
|
||||
* Fix tab activity symbol not appearing if no other changes happen
|
||||
in tab bar even when there is activity in a tab (#3571)
|
||||
* Fix focus changes not being sent to windows when focused window
|
||||
changes because of the previously focused window being
|
||||
closed (#3571)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 28 13:29:58 UTC 2021 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: kitty
|
||||
Version: 0.20.2
|
||||
Version: 0.20.3
|
||||
Release: 0
|
||||
Summary: A GPU-based terminal emulator
|
||||
License: GPL-3.0-only
|
||||
@ -90,7 +90,7 @@ python3 setup.py --verbose linux-package --prefix %{buildroot}%{_prefix}
|
||||
%if 0%{?sle_version} > 150100 || 0%{?suse_version} >= 1550
|
||||
%{_mandir}/man1/%{name}.1%{?ext_man}
|
||||
%{_datadir}/doc/%{name}
|
||||
%{_mandir}/man1/kitty.conf.5%{?ext_man}
|
||||
%{_mandir}/man5/kitty.conf.5%{?ext_man}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user