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-02-23 16:28:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/greybird-geeko-theme (Old)
and /work/SRC/openSUSE:Factory/.greybird-geeko-theme.new.1706 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "greybird-geeko-theme"
Thu Feb 23 16:28:01 2023 rev:13 rq:1067048 version:3.23.1+git1.77c0887
Changes:
--------
---
/work/SRC/openSUSE:Factory/greybird-geeko-theme/greybird-geeko-theme.changes
2023-01-17 17:34:55.109043493 +0100
+++
/work/SRC/openSUSE:Factory/.greybird-geeko-theme.new.1706/greybird-geeko-theme.changes
2023-02-23 16:30:02.088945610 +0100
@@ -1,0 +2,6 @@
+Tue Feb 21 13:52:11 UTC 2023 - Manfred Hollstein <[email protected]>
+
+- Make "*:link:selected" optional to work around too old gtk4 libs
+ on Leap 15.5, too.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ greybird-geeko-theme.spec ++++++
--- /var/tmp/diff_new_pack.FkInQN/_old 2023-02-23 16:30:02.600948561 +0100
+++ /var/tmp/diff_new_pack.FkInQN/_new 2023-02-23 16:30:02.604948583 +0100
@@ -30,7 +30,7 @@
Source: %{_name}-%{version}.tar.xz
# PATCH-FIX-OPENSUSE disable-unity_v3.23.1.patch [email protected] --
remove unity desktop
Patch0: disable-unity_v3.23.1.patch
-# PATCH-FIX-OPENSUSE link-selected-is-optional.patch [email protected] -- work
around too old gtk4 libs on Leap 15.4
+# PATCH-FIX-OPENSUSE link-selected-is-optional.patch [email protected] -- work
around too old gtk4 libs on Leap 15.4 and 15.5
Patch1: link-selected-is-optional.patch
BuildRequires: fdupes
BuildRequires: gdk-pixbuf-devel
@@ -91,7 +91,7 @@
%prep
%setup -q -n %{_name}-%{version}
%patch0 -p1
-%if 0%{?sle_version} == 150400 && 0%{?is_opensuse}
+%if 0%{?sle_version} >= 150400 && 0%{?is_opensuse}
%patch1
%endif