Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package console for openSUSE:Factory checked in at 2023-01-24 19:43:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/console (Old) and /work/SRC/openSUSE:Factory/.console.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "console" Tue Jan 24 19:43:01 2023 rev:5 rq:1060500 version:43.0 Changes: -------- --- /work/SRC/openSUSE:Factory/console/console.changes 2022-09-29 18:12:47.507188982 +0200 +++ /work/SRC/openSUSE:Factory/.console.new.32243/console.changes 2023-01-24 20:18:32.523934908 +0100 @@ -1,0 +2,5 @@ +Thu Jan 19 10:34:23 UTC 2023 - Bjørn Lie <[email protected]> + +- Add 66b225e.patch: style: Use accent_fg_color properly. + +------------------------------------------------------------------- New: ---- 66b225e.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ console.spec ++++++ --- /var/tmp/diff_new_pack.Zpe23o/_old 2023-01-24 20:18:33.011937426 +0100 +++ /var/tmp/diff_new_pack.Zpe23o/_new 2023-01-24 20:18:33.015937447 +0100 @@ -1,7 +1,7 @@ # # spec file for package console # -# 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 @@ -23,6 +23,8 @@ License: GPL-3.0-only URL: https://gitlab.gnome.org/GNOME/console Source: %{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM 66b225e.patch -- style: Use accent_fg_color properly +Patch: https://gitlab.gnome.org/GNOME/console/-/commit/66b225e.patch BuildRequires: appstream-glib BuildRequires: c++_compiler ++++++ 66b225e.patch ++++++ >From 66b225ecf44e1a9a1524ee7f5cd5256c68d6aa1a Mon Sep 17 00:00:00 2001 From: Alexander Mikhaylenko <[email protected]> Date: Sun, 4 Sep 2022 21:09:08 +0400 Subject: [PATCH] style: Use accent_fg_color properly --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index debdd16..f417125 100644 --- a/src/style.css +++ b/src/style.css @@ -158,7 +158,7 @@ themeswitcher { themeswitcher .check { background: @accent_bg_color; - color: white; + color: @accent_fg_color; padding: 2px; border-radius: 17px; margin: 3px; -- GitLab
