11
0

consoleet-utils 1.9

This commit is contained in:
2025-03-09 14:14:44 +01:00
parent f2fe0681dd
commit e630e99934
6 changed files with 22 additions and 19 deletions

View File

@@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQQr2lY+nd5Gr3HMFx2utpQaL5yZRAUCZzTUkwAKCRCutpQaL5yZ
RIHGAQD0b07kk1s7JZHOaKl3kiFESk4aiYDi7VpTm9tWmujavwD/SMwQd/YJWRbl
li7yqlmng7CCSXb6cpmJj3y6clXRHAs=
=I3ku
-----END PGP SIGNATURE-----

BIN
consoleet-utils-1.8.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,11 @@
-------------------------------------------------------------------
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> Wed Nov 13 16:56:50 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.8 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