Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package greybird-theme for openSUSE:Factory 
checked in at 2023-01-18 13:12:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/greybird-theme (Old)
 and      /work/SRC/openSUSE:Factory/.greybird-theme.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "greybird-theme"

Wed Jan 18 13:12:47 2023 rev:19 rq:1059334 version:3.23.2+git0.25f312f

Changes:
--------
--- /work/SRC/openSUSE:Factory/greybird-theme/greybird-theme.changes    
2021-01-12 10:28:15.761164233 +0100
+++ /work/SRC/openSUSE:Factory/.greybird-theme.new.32243/greybird-theme.changes 
2023-01-18 13:13:21.249488939 +0100
@@ -1,0 +2,30 @@
+Mon Jan 16 01:59:06 UTC 2023 - maurizio.ga...@suse.com
+
+- Update to version 3.23.2+git0.25f312f:
+  * Fixes "Hide frame when maximized" ignoring top frame
+  * xfwm4: Also bump tabwin preview size to 128px
+  * xfwm4: Improve tabwin contrast
+  * Bump xfwm4 tabwin preview to 128px (Fixes #324)
+  * Remove dark line below Xfwm4 titlebar introduced by recent change.
+  * Add openbox support
+  * Decrease Gnome Software's headerbar height
+  * Fix installation of a11y and compact themes (Fixes #316) (#318)
+  * Install Greybird/index.theme (#317)
+  * Add initial support for Gtk4 and libhandy
+  * Fix dark xfwm4-a11y install path (Issue #307)
+  * Fix xfwm4-a11y and xfwm4-compact install path (Issue #307)
+  * Removed unnecessary newline
+  * Removed trailing whitespaces
+  * Moved `@extends` to the top of the rule
+  * Fix: GtkLabel: `Backdrop`ped selection color adjusted.
+  * Fix: Backdropped selection: `GtkListBox`es weren't grey
+  * Hotfix: removed background color for non-bg items
+  * Gtk3: Adjusted selected backdrop fg/bg colors: shades of grey.
+  * Changes the xfwm4 border colors
+  * build: refactor meson
+  * Correct gradients for horizontal scrollbars
+
+- Make "*:link:selected" optional to work around too old gtk4 libs
+  Leap 15.4; add link-selected-is-optional.patch
+
+-------------------------------------------------------------------

Old:
----
  Greybird-3.22.13+git2.ede9f55.tar.xz

New:
----
  Greybird-3.23.2+git0.25f312f.tar.xz
  link-selected-is-optional.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ greybird-theme.spec ++++++
--- /var/tmp/diff_new_pack.J1rb0b/_old  2023-01-18 13:13:21.937492639 +0100
+++ /var/tmp/diff_new_pack.J1rb0b/_new  2023-01-18 13:13:21.941492662 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package greybird-theme
 #
-# Copyright (c) 2020 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
@@ -19,13 +19,15 @@
 %define _name Greybird
 
 Name:           greybird-theme
-Version:        3.22.13+git2.ede9f55
+Version:        3.23.2+git0.25f312f
 Release:        0
 URL:            https://github.com/shimmerproject/Greybird
 Summary:        A grey theme for GNOME, XFCE, GTK+ 2 and 3
-License:        GPL-2.0-or-later OR CC-BY-SA-3.0
+License:        CC-BY-SA-3.0 OR GPL-2.0-or-later
 Group:          System/GUI/GNOME
 Source:         %{_name}-%{version}.tar.xz
+# PATCH-FIX-OPENSUSE link-selected-is-optional.patch manfre...@gmx.net -- work 
around too old gtk4 libs on Leap 15.4
+Patch0:         link-selected-is-optional.patch
 BuildRequires:  fdupes
 BuildRequires:  gdk-pixbuf-devel
 BuildRequires:  gdk-pixbuf-loader-rsvg
@@ -61,10 +63,6 @@
 Supplements:    packageand(metatheme-greybird-common:gtk2)
 
 %description -n gtk2-metatheme-greybird
-The Greybird Theme for GTK2/3 and xfwm4/emerald/metacity started out on the
-basis of Bluebird, but aims at reworking the intense blue tone to a more
-neutral grey-ish look.
-
 This package provides the GTK+ 2 support of Greybird.
 
 %package -n gtk3-metatheme-greybird
@@ -74,14 +72,22 @@
 Supplements:    packageand(metatheme-greybird-common:gtk3)
 
 %description -n gtk3-metatheme-greybird
-The Greybird Theme for GTK2/3 and xfwm4/emerald/metacity started out on the
-basis of Bluebird, but aims at reworking the intense blue tone to a more
-neutral grey-ish look.
-
 This package provides the GTK+ 3 support of Greybird.
 
+%package -n gtk4-metatheme-greybird
+Summary:        GTK+ 3 support for the Greybird theme
+Group:          System/GUI/GNOME
+Requires:       metatheme-greybird-common = %{version}
+Supplements:    packageand(metatheme-greybird-common:gtk3)
+
+%description -n gtk4-metatheme-greybird
+This package provides the GTK+ 4 support of Greybird
+
 %prep
 %setup -q -n %{_name}-%{version}
+%if 0%{?sle_version} == 150400 && 0%{?is_opensuse}
+%patch0 -p1
+%endif
 
 %build
 %meson
@@ -115,6 +121,8 @@
 %{_datadir}/themes/%{_name}-bright/xfce-notify-4.0
 %dir %{_datadir}/themes/%{_name}{,-dark}/gnome-shell
 %{_datadir}/themes/%{_name}{,-dark}/gnome-shell/gnome-shell.css
+%dir %{_datadir}/themes/%{_name}{,-dark}/openbox-3
+%{_datadir}/themes/%{_name}{,-dark}/openbox-3/*
 
 %files -n gtk2-metatheme-greybird
 %{_datadir}/themes/%{_name}{,-dark}/gtk-2.0
@@ -124,4 +132,7 @@
 %{_datadir}/themes/%{_name}{,-dark}/gtk-3.0
 %endif
 
+%files -n gtk4-metatheme-greybird
+%{_datadir}/themes/%{_name}{,-dark}/gtk-4.0
+
 %changelog

++++++ Greybird-3.22.13+git2.ede9f55.tar.xz -> 
Greybird-3.23.2+git0.25f312f.tar.xz ++++++
++++ 23749 lines of diff (skipped)

++++++ Greybird.obsinfo ++++++
--- /var/tmp/diff_new_pack.J1rb0b/_old  2023-01-18 13:13:25.581512243 +0100
+++ /var/tmp/diff_new_pack.J1rb0b/_new  2023-01-18 13:13:25.613512415 +0100
@@ -1,6 +1,5 @@
 name: Greybird
-version: 3.22.13+git2.ede9f55
-mtime: 1608247985
-commit: ede9f55e3f2ea64248f01801c394e70e85a8f824
-
+version: 3.23.2+git0.25f312f
+mtime: 1662164379
+commit: 25f312febef2a312a978a855c9acc4b171feac8a
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.J1rb0b/_old  2023-01-18 13:13:25.785513341 +0100
+++ /var/tmp/diff_new_pack.J1rb0b/_new  2023-01-18 13:13:25.793513384 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/shimmerproject/Greybird.git</param>
-              <param 
name="changesrevision">ede9f55e3f2ea64248f01801c394e70e85a8f824</param></service></servicedata>
+              <param 
name="changesrevision">25f312febef2a312a978a855c9acc4b171feac8a</param></service></servicedata>
 (No newline at EOF)
 

++++++ link-selected-is-optional.patch ++++++
diff -rub a/light/gtk-4.0/_common.scss b/light/gtk-4.0/_common.scss
--- a/light/gtk-4.0/_common.scss        2023-01-16 09:59:06.618277289 +0800
+++ b/light/gtk-4.0/_common.scss        2023-01-16 10:06:48.039205675 +0800
@@ -1547,7 +1547,7 @@
       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);

Reply via email to