Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package greybird-geeko-theme for openSUSE:Factory checked in at 2023-01-17 17:34:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/greybird-geeko-theme (Old) and /work/SRC/openSUSE:Factory/.greybird-geeko-theme.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "greybird-geeko-theme" Tue Jan 17 17:34:43 2023 rev:12 rq:1058608 version:3.23.1+git1.77c0887 Changes: -------- --- /work/SRC/openSUSE:Factory/greybird-geeko-theme/greybird-geeko-theme.changes 2022-06-29 16:01:48.576658751 +0200 +++ /work/SRC/openSUSE:Factory/.greybird-geeko-theme.new.32243/greybird-geeko-theme.changes 2023-01-17 17:34:55.109043493 +0100 @@ -1,0 +2,6 @@ +Sat Jan 14 11:46:17 UTC 2023 - Manfred Hollstein <manfre...@gmx.net> + +- Make "*:link:selected" optional to work around too old gtk4 libs + on Leap 15.4; add link-selected-is-optional.patch + +------------------------------------------------------------------- New: ---- link-selected-is-optional.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ greybird-geeko-theme.spec ++++++ --- /var/tmp/diff_new_pack.GlEoeu/_old 2023-01-17 17:34:55.941048319 +0100 +++ /var/tmp/diff_new_pack.GlEoeu/_new 2023-01-17 17:34:55.945048342 +0100 @@ -1,7 +1,7 @@ # # spec file for package greybird-geeko-theme # -# 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 @@ -30,6 +30,8 @@ Source: %{_name}-%{version}.tar.xz # PATCH-FIX-OPENSUSE disable-unity_v3.23.1.patch maurizio.ga...@gmail.com -- remove unity desktop Patch0: disable-unity_v3.23.1.patch +# PATCH-FIX-OPENSUSE link-selected-is-optional.patch manfre...@gmx.net -- work around too old gtk4 libs on Leap 15.4 +Patch1: link-selected-is-optional.patch BuildRequires: fdupes BuildRequires: gdk-pixbuf-devel BuildRequires: gdk-pixbuf-loader-rsvg @@ -89,6 +91,9 @@ %prep %setup -q -n %{_name}-%{version} %patch0 -p1 +%if 0%{?sle_version} == 150400 && 0%{?is_opensuse} +%patch1 +%endif %build %meson ++++++ link-selected-is-optional.patch ++++++ --- light/gtk-4.0/_common.scss.orig 2022-06-27 17:19:46.000000000 +0200 +++ light/gtk-4.0/_common.scss 2023-01-14 12:43:50.146007431 +0100 @@ -1547,7 +1547,7 @@ headerbar { box-shadow: inset 0 1px mix($top_hilight, $selected_bg_color, 60%); } - .subtitle:link { @extend *:link:selected; } + .subtitle:link { @extend *:link:selected !optional; } button { @include button(normal, $selected_bg_color, $selected_fg_color);