diff --git a/zutty-0.13.tar.gz b/zutty-0.13.tar.gz deleted file mode 100644 index 850546a..0000000 --- a/zutty-0.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62cfd2d85d276ed7ac29d94a517612640f24a39e6159e279b78e85a7c8c00e6b -size 348348 diff --git a/zutty-0.14.tar.gz b/zutty-0.14.tar.gz new file mode 100644 index 0000000..2909b21 --- /dev/null +++ b/zutty-0.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de17d6b7a3fe6991df30ba1ca7d6a08e605369cf92247deeb19758379b5af2f +size 351015 diff --git a/zutty.changes b/zutty.changes index 39d24e6..25dd51f 100644 --- a/zutty.changes +++ b/zutty.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Mar 20 19:09:06 UTC 2023 - Avindra Goolcharan + +- Update to 0.14: + * Update repo urls (846c013) + * Correct modifyOtherKeys=2 behaviour for certain Shift-modified keys (5331995) + * Upgrade WAF to version 2.0.25 (8db89ee) + * Add mouse protocol encoding for buttons 6-7 (wheel left/right) and 8-11 (310d913) + * Ignore several more esoteric keysyms (db2f40a) + * Ignore, but do not prematurely cancel sequence on bad parameter value (bc6e089) +- lint spec with spec-cleaner + ------------------------------------------------------------------- Sun Nov 6 09:45:57 UTC 2022 - Jan Engelhardt diff --git a/zutty.spec b/zutty.spec index 03a5176..24acd99 100644 --- a/zutty.spec +++ b/zutty.spec @@ -1,7 +1,7 @@ # # spec file for package zutty # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,16 +17,15 @@ Name: zutty -Version: 0.13 +Version: 0.14 Release: 0 Summary: Terminal program with GLES renderer and low latency License: GPL-3.0-or-later 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: https://github.com/tomscii/zutty/archive/refs/tags/%{version}.tar.gz#/zutty-%version.tar.gz 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 @@ -34,7 +33,7 @@ BuildRequires: Mesa-libGLESv3-devel BuildRequires: freetype2-devel BuildRequires: gcc-c++ BuildRequires: libXmu-devel -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: python3 %description @@ -46,10 +45,10 @@ fonts by their usual names. (See FAQ for details.) %prep %autosetup -cp -a "%_sourcedir/FAQ.md" . +cp -a "%{_sourcedir}/FAQ.md" . %build -CXXFLAGS="%{?optflags}" LDFLAGS="%{?build_ldflags}" ./waf configure --prefix="%_prefix" --no-werror +CXXFLAGS="%{?optflags}" LDFLAGS="%{?build_ldflags}" ./waf configure --prefix="%{_prefix}" --no-werror ./waf %install