diff --git a/zutty-0.14.tar.gz b/zutty-0.14.tar.gz deleted file mode 100644 index 2909b21..0000000 --- a/zutty-0.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6de17d6b7a3fe6991df30ba1ca7d6a08e605369cf92247deeb19758379b5af2f -size 351015 diff --git a/zutty-0.15.tar.gz b/zutty-0.15.tar.gz new file mode 100644 index 0000000..2b0addc --- /dev/null +++ b/zutty-0.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a747377c0c083f6d51a6b5b91a0d4d08c188a81c9eb038a0d81dd127370a567c +size 355352 diff --git a/zutty-0.15.tar.gz.asc b/zutty-0.15.tar.gz.asc new file mode 100644 index 0000000..c9f0fe9 --- /dev/null +++ b/zutty-0.15.tar.gz.asc @@ -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----- diff --git a/zutty.changes b/zutty.changes index 25dd51f..74c823e 100644 --- a/zutty.changes +++ b/zutty.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jan 29 13:47:31 UTC 2024 - Andrea Manzini + +- 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 diff --git a/zutty.spec b/zutty.spec index 24acd99..f4239c1 100644 --- a/zutty.spec +++ b/zutty.spec @@ -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