From 4092209cf96e11ce8905ae7676d25c808b1b6ab553a86733b3eaa597eeecd127 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 23 Jul 2023 15:49:20 +0000 Subject: [PATCH] - Update to release 1.2 OBS-URL: https://build.opensuse.org/package/show/utilities/consoleet-utils?expand=0&rev=6 --- consoleet-utils-1.1.tar.asc | 7 ------- consoleet-utils-1.1.tar.zst | 3 --- consoleet-utils-1.2.tar.asc | 7 +++++++ consoleet-utils-1.2.tar.zst | 3 +++ consoleet-utils.changes | 13 +++++++++++++ consoleet-utils.spec | 11 +++++------ libhx.patch | 25 ------------------------- 7 files changed, 28 insertions(+), 41 deletions(-) delete mode 100644 consoleet-utils-1.1.tar.asc delete mode 100644 consoleet-utils-1.1.tar.zst create mode 100644 consoleet-utils-1.2.tar.asc create mode 100644 consoleet-utils-1.2.tar.zst delete mode 100644 libhx.patch diff --git a/consoleet-utils-1.1.tar.asc b/consoleet-utils-1.1.tar.asc deleted file mode 100644 index 67c7ebc..0000000 --- a/consoleet-utils-1.1.tar.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCY3tcigAKCRD3bv5dDCI6 -jxDjAQDaHyqjc3qpymYBc2tdqsE6nH4J8tKiAWCK2oqJvOkUGwEAk2JpylZe9xf3 -NyWGnQWF8D+OD6u5RDtfVk5tbmpPYQc= -=CjFG ------END PGP SIGNATURE----- diff --git a/consoleet-utils-1.1.tar.zst b/consoleet-utils-1.1.tar.zst deleted file mode 100644 index 38be331..0000000 --- a/consoleet-utils-1.1.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34db5f397615a88dc385b0aff8870c073ee3ced74e5633e635b1ffa6cc7fdd90 -size 104991 diff --git a/consoleet-utils-1.2.tar.asc b/consoleet-utils-1.2.tar.asc new file mode 100644 index 0000000..3cbbb37 --- /dev/null +++ b/consoleet-utils-1.2.tar.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCZL1KfQAKCRD3bv5dDCI6 +jwGoAP4vvIE048+ThqZCIsSIWf9KqEKDBwFbZOqgpJKZlqizcgEAmfML17cF9hr7 +xE0AN4wtLAx+vq9qM3JJ59p51TT9uQ4= +=JhTp +-----END PGP SIGNATURE----- diff --git a/consoleet-utils-1.2.tar.zst b/consoleet-utils-1.2.tar.zst new file mode 100644 index 0000000..6809466 --- /dev/null +++ b/consoleet-utils-1.2.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7aef88ecc95a72e5da3b5a5499bdec51f06e758a8e96538da74d6efa177017e +size 107573 diff --git a/consoleet-utils.changes b/consoleet-utils.changes index 1e5a1a0..8db655b 100644 --- a/consoleet-utils.changes +++ b/consoleet-utils.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Jul 23 15:48:04 UTC 2023 - Jan Engelhardt + +- Update to release 1.2 + * palcomp: support for tint via new "hsltint", "lchtint" or + "hueset" subcommands (this allows for generating Amber/Green + CRT looks and then some) + * palcomp: brightness manipulatino support with "litadd", + "litmul", "litset" + * palcomp: auxiliary helper commands: "b0", "fg", "bg", "stat" + * palcomp: new starting palette "win" +- Drop libhx.patch + ------------------------------------------------------------------- Thu Dec 1 10:51:10 UTC 2022 - Jan Engelhardt diff --git a/consoleet-utils.spec b/consoleet-utils.spec index 0d2aaa4..6aa087e 100644 --- a/consoleet-utils.spec +++ b/consoleet-utils.spec @@ -1,7 +1,7 @@ # # spec file for package consoleet-utils # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,26 +12,25 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: consoleet-utils -Version: 1.1 +Version: 1.2 Release: 0 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 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 Source3: %name.keyring -Patch1: libhx.patch BuildRequires: automake BuildRequires: gcc-c++ -BuildRequires: zstd BuildRequires: pkgconfig >= 0.21 +BuildRequires: zstd BuildRequires: pkgconfig(libHX) >= 3.22 Conflicts: hxtools < 20200310 Obsoletes: vfontas < 20221121 diff --git a/libhx.patch b/libhx.patch deleted file mode 100644 index 6653fff..0000000 --- a/libhx.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- - configure.ac | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -Index: consoleet-utils-1.1/configure.ac -=================================================================== ---- consoleet-utils-1.1.orig/configure.ac -+++ consoleet-utils-1.1/configure.ac -@@ -2,7 +2,7 @@ AC_INIT([consoleet-utils], [1.1]) - AC_CONFIG_AUX_DIR([build-aux]) - AC_CONFIG_HEADERS([config.h]) - AC_PROG_INSTALL --AM_INIT_AUTOMAKE([-Wall foreign subdir-objects tar-pax no-dist-gzip dist-zstd]) -+AM_INIT_AUTOMAKE([-Wall foreign subdir-objects tar-pax]) - m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) - AC_PROG_CXX - -@@ -15,6 +15,6 @@ AC_SUBST([regular_CPPFLAGS]) - AC_SUBST([regular_CFLAGS]) - AC_SUBST([regular_CXXFLAGS]) - --PKG_CHECK_MODULES([libHX], [libHX >= 4.2]) -+PKG_CHECK_MODULES([libHX], [libHX >= 2.0]) - AC_CONFIG_FILES([Makefile]) - AC_OUTPUT