Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
e630e99934 | |||
f2fe0681dd |
@@ -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)
BIN
consoleet-utils-1.7.tar.zst
(Stored with Git LFS)
Binary file not shown.
7
consoleet-utils-1.9.tar.asc
Normal file
7
consoleet-utils-1.9.tar.asc
Normal 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
BIN
consoleet-utils-1.9.tar.zst
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
|
@@ -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.7
|
||||
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
|
||||
|
Reference in New Issue
Block a user