Accepting request 1142361 from home:amanzini:branches:X11:terminals

- Update to 0.15:
  * Implement DECSCUSR (w/o blinking): block, bar & underline cursors
  * Add XTQMODKEYS (partial, only for supporting modifyOtherKeys)

OBS-URL: https://build.opensuse.org/request/show/1142361
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/zutty?expand=0&rev=9
This commit is contained in:
Marcus Meissner 2024-01-31 10:50:59 +00:00 committed by Git OBS Bridge
parent 67f820bdce
commit a0c716b7ef
5 changed files with 32 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6de17d6b7a3fe6991df30ba1ca7d6a08e605369cf92247deeb19758379b5af2f
size 351015

3
zutty-0.15.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a747377c0c083f6d51a6b5b91a0d4d08c188a81c9eb038a0d81dd127370a567c
size 355352

17
zutty-0.15.tar.gz.asc Normal file
View File

@ -0,0 +1,17 @@
Zutty 0.15
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEtxSivUbXxZ/Sqe0Kc6id0Tk1kS0FAmWq1o8ACgkQc6id0Tk1
kS2HdA//cxUI673EPrr+mkLWXNbxNF9TpLTHd7ZtYLgffnM/34mYLDYOy9gdmzCX
0+euzVhWO/nnvM9UFEL0aL8zK5yW2jiLSlgCo7eNEGHSsX5DbChM1vZUzEeMSvCj
qC70HRzna/iPG3ZtTvzD0Wyt8uo6OEynVANbdEQKT8qFjp/Z9cae/lxKray/242z
+QabZTV/FaeHDDGZKQVJvNsRusZJF/BhwIYXkLECm8yqs5zQX9ufMF1pMAuRWiK5
PKyPEGnnV+ngQuu2HNojJGqVA7D5dD7w36+B63omOG4ABUqxJYIluXau+LqRY2Vz
E1zSVE8+Lus+S4/njZEwIEuwrhvZSvZZQYtdtBk0ekZR+73FxvUKJHJKzwCJrzJk
oo14XM/HMxKqFU28/U3jOjudeL+KWmFZVD9ahf3q/ZmQUzrXJ4GdvU4cEvgQqZwJ
SZJcfDx5tQb4epydzIsjx3fg0oVtOrWzEoBHW7BoLQHa427+hHq1b22Y6hpe865M
Gme3JEhQbiGcJWfD1G2cbLMO79H4whrhHaAUKbd4Xa7KDDTseeTEZXvQzJ6wgykU
fqmRgn3/fdsuX8e3/Re3h3+RWU7UOM23hYTrjbKViJ+c6Tl1qWkylx0F5sL1uZ5X
RC3LOY0jSN2LoqtwgtuasGdeQDjX9DlqTK1s1EExssKcsrEZX4g=
=fmdz
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jan 29 13:47:31 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
- Update to 0.15:
* Implement DECSCUSR (w/o blinking): block, bar & underline cursors
* Add XTQMODKEYS (partial, only for supporting modifyOtherKeys)
-------------------------------------------------------------------
Mon Mar 20 19:09:06 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package zutty
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: zutty
Version: 0.14
Version: 0.15
Release: 0
Summary: Terminal program with GLES renderer and low latency
License: GPL-3.0-or-later
@ -25,7 +25,8 @@ Group: System/X11/Terminals
URL: https://tomscii.sig7.se/zutty/
#Git-Clone: https://github.com/tomscii/zutty
#Git-Clone: https://github.com/tomscii/zutty.wiki
Source: https://github.com/tomscii/zutty/archive/refs/tags/%{version}.tar.gz#/zutty-%version.tar.gz
Source: zutty-0.15.tar.gz
Source1: zutty-0.15.tar.gz.asc
Source3: FAQ.md
# Note: Tumbleweed contains waf, but Leap does not (yet), so we use python3 and add waf to the sources.
BuildRequires: Mesa-libEGL-devel
@ -44,7 +45,7 @@ It uses FreeType, but does not support fontconfig, thus won't find
fonts by their usual names. (See FAQ for details.)
%prep
%autosetup
%autosetup -n %{name}-%{version}
cp -a "%{_sourcedir}/FAQ.md" .
%build