Compare commits

...

3 Commits

Author SHA256 Message Date
e630e99934 consoleet-utils 1.9 2025-03-09 14:14:44 +01:00
f2fe0681dd consoleet-utils 1.8 2024-11-13 17:57:12 +01:00
01df7ac6ff consoleet-utils 1.7 2024-10-01 14:17:25 +02:00
6 changed files with 36 additions and 19 deletions

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQQr2lY+nd5Gr3HMFx2utpQaL5yZRAUCZn2iCAAKCRCutpQaL5yZ
RCxUAQCYZVRuT9bjoNFpAo/xJL7xjyvbk447ZujixmyTJvHYRQD+OYeborupVmr6
+J+WspldCk1O2QLiRKmSr24u0h6jZQw=
=xyAi
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQQr2lY+nd5Gr3HMFx2utpQaL5yZRAUCZ82TQQAKCRCutpQaL5yZ
RJ3pAQC8yTji+CgoNPFkmFu7WOx0u2IkFLgLMsh8mXOEnQLGXwD9FIfcRCyK2pB7
EJqO0TERH6X7Wa6IGrHDcbLeZGFHSA4=
=XJTQ
-----END PGP SIGNATURE-----

BIN
consoleet-utils-1.9.tar.zst (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sun Mar 9 13:13:12 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.9
* palcomp: the eval command can now be limited to specific
palette entries
* palcomp: add "bd" command
-------------------------------------------------------------------
Wed Nov 13 16:56:50 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.8
* palcomp: add "eval" command
* palcomp: retire "litadd", "litmul", "litset", "satadd",
"satmul", "satset", "hueadd", "hueset"
-------------------------------------------------------------------
Tue Oct 1 12:17:12 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.7
* palcomp: add "blend", "loadreg", "savereg" commands
-------------------------------------------------------------------
Thu Jun 27 17:32:19 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package consoleet-utils
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,15 +17,15 @@
Name: consoleet-utils
Version: 1.6
Version: 1.9
Release: 0
Summary: Utilities for manipulating terminal fonts and colors
License: GPL-3.0-or-later AND MIT
Group: Productivity/Other
URL: https://inai.de/projects/consoleet/
#Git-Clone: https://codeberg.org/consoleet/consoleet-utils
Source: https://inai.de/files/consoleet/%name-%version.tar.zst
Source2: https://inai.de/files/consoleet/%name-%version.tar.asc
Source: https://codeberg.org/consoleet/consoleet-utils/releases/download/v%version/consoleet-utils-%version.tar.zst
Source2: https://codeberg.org/consoleet/consoleet-utils/releases/download/v%version/consoleet-utils-%version.tar.asc
Source3: %name.keyring
BuildRequires: c++_compiler
BuildRequires: pkg-config >= 0.21
@ -48,12 +48,7 @@ high-quality mode that upscales based on outline rather than pixel
blocks, setting it apart from scalers like xBRZ or potrace.
%prep
%if 0%{?suse_version} < 1550
%setup -Tcq
pushd .. && tar --use=zstd -xf %{S:0} && popd
%else
%autosetup -p1
%endif
%build
%configure