17
0

4 Commits

Author SHA256 Message Date
1b97c1150b consoleet-utils 1.11 2025-11-02 09:37:45 +01:00
d7996aa0fa consoleet-utils 1.10 2025-10-11 14:06:43 +02:00
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
6 changed files with 45 additions and 20 deletions

View File

@@ -0,0 +1,8 @@
-----BEGIN PGP SIGNATURE-----
iJEEABYKADkWIQQr2lY+nd5Gr3HMFx2utpQaL5yZRAUCaQcVNBsUgAAAAAAEAA5t
YW51MiwyLjUrMS4xMSwyLDIACgkQrraUGi+cmUQ3gQEA1lVK4KwDp/t6IbF+iGsF
PXzW5m9S0BbVGc0kQ5uqsZ8A/3jOuk6OzspKFNTGet4MR6ZWSw41Oy9CIXa7ixvF
OdIL
=5zCq
-----END PGP SIGNATURE-----

BIN
consoleet-utils-1.11.tar.zst LFS Normal file

Binary file not shown.

View File

@@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQQr2lY+nd5Gr3HMFx2utpQaL5yZRAUCZvvmdgAKCRCutpQaL5yZ
RCcVAQDjVSykgPAUWJwXSq3S+nFf62NO90UdqBjjLXLmkj0b9wD/fGhSBtRVaKnk
DdXFJ40Crl+1LpXQxIA472qO38pREQ4=
=Zn1c
-----END PGP SIGNATURE-----

Binary file not shown.

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Sun Nov 2 08:37:29 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.11
* vfontas had failed to recognize commands with a leading dash,
which was fixed
-------------------------------------------------------------------
Sat Oct 11 12:05:20 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.10
* Support for building with libHX 5.0
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package consoleet-utils
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,22 +17,22 @@
Name: consoleet-utils
Version: 1.7
Version: 1.11
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
BuildRequires: zstd
BuildRequires: pkgconfig(babl-0.1)
BuildRequires: pkgconfig(eigen3)
BuildRequires: pkgconfig(libHX) >= 4.15
BuildRequires: pkgconfig(libHX) >= 4.28
Conflicts: hxtools < 20200310
Obsoletes: vfontas < 20221121
Provides: vfontas = 20221121
@@ -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