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
This commit is contained in:
parent
356d18e8cb
commit
8870b1bd05
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e55eb21ae9fa594a71c0d0ae847f5479ab4a8b00f8a76a22f3e16c42a513f9da
|
|
||||||
size 8005416
|
|
3
kitty-0.32.1.tar.gz
Normal file
3
kitty-0.32.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a9988ef58c1c56d70d615afc86acbc55629cee6b4bb00a962b15ade852c98b45
|
||||||
|
size 8010887
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 26 15:24:52 UTC 2024 - Scott Bradnick <scott.bradnick@suse.com>
|
||||||
|
|
||||||
|
- #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 <scott.bradnick@suse.com>
|
Fri Jan 19 17:15:25 UTC 2024 - Scott Bradnick <scott.bradnick@suse.com>
|
||||||
|
|
||||||
|
11
kitty.spec
11
kitty.spec
@ -19,7 +19,7 @@
|
|||||||
# sphinx_copybutton not in Factory
|
# sphinx_copybutton not in Factory
|
||||||
%bcond_with docs
|
%bcond_with docs
|
||||||
Name: kitty
|
Name: kitty
|
||||||
Version: 0.32.0
|
Version: 0.32.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A GPU-based terminal emulator
|
Summary: A GPU-based terminal emulator
|
||||||
License: GPL-3.0-only
|
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 CFLAGS="${CFLAGS:-%%optflags} -Wno-error=switch"
|
||||||
#export CXXFLAGS="${CXXFLAGS:-%%optflags} -Wno-error=switch"
|
#export CXXFLAGS="${CXXFLAGS:-%%optflags} -Wno-error=switch"
|
||||||
#
|
#
|
||||||
%ifarch i586
|
### This might have been fixed as part of #gh/kovidgoyal/kitty/7026
|
||||||
export CFLAGS="${CFLAGS:-%optflags} -fcf-protection=none"
|
#%%ifarch i586
|
||||||
%endif
|
#export CFLAGS="${CFLAGS:-%%optflags} -fcf-protection=none"
|
||||||
#
|
#%%endif
|
||||||
|
#####
|
||||||
%if 0%{?suse_version} > 1500
|
%if 0%{?suse_version} > 1500
|
||||||
python3 \
|
python3 \
|
||||||
%else
|
%else
|
||||||
|
Loading…
Reference in New Issue
Block a user