Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package consoleet-utils for openSUSE:Factory
checked in at 2023-07-25 11:50:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/consoleet-utils (Old)
and /work/SRC/openSUSE:Factory/.consoleet-utils.new.1467 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "consoleet-utils"
Tue Jul 25 11:50:45 2023 rev:2 rq:1100182 version:1.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/consoleet-utils/consoleet-utils.changes
2022-12-01 19:20:44.226227793 +0100
+++
/work/SRC/openSUSE:Factory/.consoleet-utils.new.1467/consoleet-utils.changes
2023-07-25 11:52:21.925895895 +0200
@@ -1,0 +2,13 @@
+Sun Jul 23 15:48:04 UTC 2023 - Jan Engelhardt <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
consoleet-utils-1.1.tar.asc
consoleet-utils-1.1.tar.zst
libhx.patch
New:
----
consoleet-utils-1.2.tar.asc
consoleet-utils-1.2.tar.zst
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ consoleet-utils.spec ++++++
--- /var/tmp/diff_new_pack.OkNO7Q/_old 2023-07-25 11:52:22.697900415 +0200
+++ /var/tmp/diff_new_pack.OkNO7Q/_new 2023-07-25 11:52:22.697900415 +0200
@@ -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
@@ -51,7 +50,6 @@
%if 0%{?suse_version} < 1550
%setup -Tcq
pushd .. && tar --use=zstd -xf %{S:0} && popd
-%patch -P 1 -p1
%else
%autosetup -p1
%endif