Accepting request 1182566 from home:sbradnick:branches:X11:terminals
- Update to 0.35.2: * A new option, window_logo_scale to specify how window logos are scaled with respect to the size of the window containing the logo (#7534) * A new option, cursor_shape_unfocused to specify the shape of the text cursor in unfocused OS windows (#7544) * Remote control: Fix empty password not working (#7538) * Wayland: Fix regression in 0.34.0 causing flickering on window resize on NVIDIA drivers (#7493) * Wayland labwc: Fix kitty timing out waiting for compositor to quit messing around with scales on labwc (#7540) * Fix scrollback_indicator_opacity not actually controlling the opacity (#7557) * URL detection: Fix IPv6 hostnames breaking URL detection (#7565) OBS-URL: https://build.opensuse.org/request/show/1182566 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=155
This commit is contained in:
parent
d6e78b49b7
commit
f755275ede
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93937fe9ef9389987ed3de692c86b3bc4fcfef49b613548788675e15c8157ca4
|
||||
size 8114390
|
3
kitty-0.35.2.tar.gz
Normal file
3
kitty-0.35.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35ecf63999a056ff691abab94a6f82328f4e432c8e229a69d02c25466be4398f
|
||||
size 8116620
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 22 06:59:49 UTC 2024 - Scott Bradnick <scott.bradnick@suse.com>
|
||||
|
||||
- Update to 0.35.2:
|
||||
* A new option, window_logo_scale to specify how window logos are scaled
|
||||
with respect to the size of the window containing the logo (#7534)
|
||||
* A new option, cursor_shape_unfocused to specify the shape of the text
|
||||
cursor in unfocused OS windows (#7544)
|
||||
* Remote control: Fix empty password not working (#7538)
|
||||
* Wayland: Fix regression in 0.34.0 causing flickering on window resize
|
||||
on NVIDIA drivers (#7493)
|
||||
* Wayland labwc: Fix kitty timing out waiting for compositor to quit
|
||||
messing around with scales on labwc (#7540)
|
||||
* Fix scrollback_indicator_opacity not actually controlling the
|
||||
opacity (#7557)
|
||||
* URL detection: Fix IPv6 hostnames breaking URL detection (#7565)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 31 14:35:50 UTC 2024 - Scott Bradnick <scott.bradnick@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
# sphinx_copybutton not in Factory
|
||||
%bcond_with docs
|
||||
Name: kitty
|
||||
Version: 0.35.1
|
||||
Version: 0.35.2
|
||||
Release: 0
|
||||
Summary: A GPU-based terminal emulator
|
||||
License: GPL-3.0-only
|
||||
@ -154,7 +154,12 @@ python3.9 -B \
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
setup.py --verbose linux-package --prefix %{buildroot}%{_prefix} --libdir-name %{_lib}
|
||||
setup.py \
|
||||
--verbose \
|
||||
linux-package \
|
||||
--prefix %{buildroot}%{_prefix} \
|
||||
--libdir-name %{_lib} \
|
||||
--extra-include-dirs %{_prefix}/include/libxkbcommon
|
||||
|
||||
%fdupes %{buildroot}%{_libdir}/%{name}
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a93fc526a72e98a3bea601fc822a327e612eecbf38394701bd32544b22b66db6
|
||||
size 2805248
|
||||
oid sha256:98c19562f42eafa275aac7623b36d74b0081c0f1ba6e39d8d3df9f7133ed6125
|
||||
size 2806584
|
||||
|
Loading…
Reference in New Issue
Block a user