From 8870b1bd05415fd42379dd334951251845fba4c4d1c363b60a4e6e775805f900 Mon Sep 17 00:00:00 2001 From: Scott Bradnick Date: Fri, 26 Jan 2024 15:48:06 +0000 Subject: [PATCH] Accepting request 1141768 from home:sbradnick:branches:X11:terminals - #gh/kovidgoyal/kitty/7026 may have fixed -fcf-protection issue for i586 - Update to 0.32.1: * macOS: Fix a regression in the previous release that broke overriding keyboard shortcuts for actions present in the global menu bar (#7016) * Fix a regression in the previous release that caused multi-key sequences to not abort when pressing an unknown key (#7022) * Fix a regression in the previous release that caused kitten @ launch --cwd=current to fail over SSH (#7028) * Fix a regression in the previous release that caused kitten @ send-text with a match tab parameter to send text twice to the active window (#7027) * Fix a regression in the previous release that caused overriding of existing multi-key mappings to fail (#7044, #7058) * Wayland+NVIDIA: Do not request an sRGB output buffer as a bug in Wayland causes kitty to not start (#7021) OBS-URL: https://build.opensuse.org/request/show/1141768 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=137 --- kitty-0.32.0.tar.gz | 3 --- kitty-0.32.1.tar.gz | 3 +++ kitty.changes | 19 +++++++++++++++++++ kitty.spec | 11 ++++++----- 4 files changed, 28 insertions(+), 8 deletions(-) delete mode 100644 kitty-0.32.0.tar.gz create mode 100644 kitty-0.32.1.tar.gz diff --git a/kitty-0.32.0.tar.gz b/kitty-0.32.0.tar.gz deleted file mode 100644 index c40f1c6..0000000 --- a/kitty-0.32.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e55eb21ae9fa594a71c0d0ae847f5479ab4a8b00f8a76a22f3e16c42a513f9da -size 8005416 diff --git a/kitty-0.32.1.tar.gz b/kitty-0.32.1.tar.gz new file mode 100644 index 0000000..367db3d --- /dev/null +++ b/kitty-0.32.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9988ef58c1c56d70d615afc86acbc55629cee6b4bb00a962b15ade852c98b45 +size 8010887 diff --git a/kitty.changes b/kitty.changes index 81c6a69..838cb59 100644 --- a/kitty.changes +++ b/kitty.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri Jan 26 15:24:52 UTC 2024 - Scott Bradnick + +- #gh/kovidgoyal/kitty/7026 may have fixed -fcf-protection issue for i586 +- Update to 0.32.1: + * macOS: Fix a regression in the previous release that broke overriding + keyboard shortcuts for actions present in the global menu bar (#7016) + * Fix a regression in the previous release that caused multi-key + sequences to not abort when pressing an unknown key (#7022) + * Fix a regression in the previous release that caused + kitten @ launch --cwd=current to fail over SSH (#7028) + * Fix a regression in the previous release that caused + kitten @ send-text with a match tab parameter to send text twice to + the active window (#7027) + * Fix a regression in the previous release that caused overriding of + existing multi-key mappings to fail (#7044, #7058) + * Wayland+NVIDIA: Do not request an sRGB output buffer as a bug in Wayland + causes kitty to not start (#7021) + ------------------------------------------------------------------- Fri Jan 19 17:15:25 UTC 2024 - Scott Bradnick diff --git a/kitty.spec b/kitty.spec index bc1029b..d7bea4f 100644 --- a/kitty.spec +++ b/kitty.spec @@ -19,7 +19,7 @@ # sphinx_copybutton not in Factory %bcond_with docs Name: kitty -Version: 0.32.0 +Version: 0.32.1 Release: 0 Summary: A GPU-based terminal emulator License: GPL-3.0-only @@ -137,10 +137,11 @@ find . -type f -exec sed -i 's@#!/usr/bin/env python$@#!%{_bindir}/python3.9@' { #export CFLAGS="${CFLAGS:-%%optflags} -Wno-error=switch" #export CXXFLAGS="${CXXFLAGS:-%%optflags} -Wno-error=switch" # -%ifarch i586 -export CFLAGS="${CFLAGS:-%optflags} -fcf-protection=none" -%endif -# +### This might have been fixed as part of #gh/kovidgoyal/kitty/7026 +#%%ifarch i586 +#export CFLAGS="${CFLAGS:-%%optflags} -fcf-protection=none" +#%%endif +##### %if 0%{?suse_version} > 1500 python3 \ %else