From bdb0c2df5506c80b1ecde78dba1e7002609422c1 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Thu, 6 May 2021 07:50:48 +0000 Subject: [PATCH] - 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/package/show/X11:terminals/kitty?expand=0&rev=77 --- kitty-0.20.2.tar.gz | 3 --- kitty-0.20.3.tar.gz | 3 +++ kitty.changes | 14 ++++++++++++++ kitty.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 kitty-0.20.2.tar.gz create mode 100644 kitty-0.20.3.tar.gz diff --git a/kitty-0.20.2.tar.gz b/kitty-0.20.2.tar.gz deleted file mode 100644 index 75288fc..0000000 --- a/kitty-0.20.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:531c4f5112c24189da9291ea7e2be4a60fdec63281866f4d17597d7e2ad3b293 -size 4237974 diff --git a/kitty-0.20.3.tar.gz b/kitty-0.20.3.tar.gz new file mode 100644 index 0000000..a4b8b2f --- /dev/null +++ b/kitty-0.20.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7048cc0e6c17fe5ef3fbac18125dbd5f05d6c628838f004b8e2ad3546fb77d85 +size 4229573 diff --git a/kitty.changes b/kitty.changes index 19be7f6..f55cc8d 100644 --- a/kitty.changes +++ b/kitty.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu May 6 07:44:39 UTC 2021 - Michael Vetter + +- 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 diff --git a/kitty.spec b/kitty.spec index 1a0ad97..3ab0c63 100644 --- a/kitty.spec +++ b/kitty.spec @@ -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