11
0

2 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
6 changed files with 30 additions and 19 deletions

View File

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

BIN
consoleet-utils-1.7.tar.zst (Stored with Git LFS)

Binary file not shown.

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,19 @@
-------------------------------------------------------------------
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> 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 # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,15 @@
Name: consoleet-utils Name: consoleet-utils
Version: 1.7 Version: 1.9
Release: 0 Release: 0
Summary: Utilities for manipulating terminal fonts and colors Summary: Utilities for manipulating terminal fonts and colors
License: GPL-3.0-or-later AND MIT License: GPL-3.0-or-later AND MIT
Group: Productivity/Other Group: Productivity/Other
URL: https://inai.de/projects/consoleet/ URL: https://inai.de/projects/consoleet/
#Git-Clone: https://codeberg.org/consoleet/consoleet-utils #Git-Clone: https://codeberg.org/consoleet/consoleet-utils
Source: https://inai.de/files/consoleet/%name-%version.tar.zst Source: https://codeberg.org/consoleet/consoleet-utils/releases/download/v%version/consoleet-utils-%version.tar.zst
Source2: https://inai.de/files/consoleet/%name-%version.tar.asc Source2: https://codeberg.org/consoleet/consoleet-utils/releases/download/v%version/consoleet-utils-%version.tar.asc
Source3: %name.keyring Source3: %name.keyring
BuildRequires: c++_compiler BuildRequires: c++_compiler
BuildRequires: pkg-config >= 0.21 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. blocks, setting it apart from scalers like xBRZ or potrace.
%prep %prep
%if 0%{?suse_version} < 1550
%setup -Tcq
pushd .. && tar --use=zstd -xf %{S:0} && popd
%else
%autosetup -p1 %autosetup -p1
%endif
%build %build
%configure %configure