Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package breeze-gtk for openSUSE:Factory checked in at 2021-03-19 16:40:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/breeze-gtk (Old) and /work/SRC/openSUSE:Factory/.breeze-gtk.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "breeze-gtk" Fri Mar 19 16:40:51 2021 rev:95 rq:879596 version:5.21.3 Changes: -------- --- /work/SRC/openSUSE:Factory/breeze-gtk/breeze-gtk.changes 2021-03-10 08:52:10.882574748 +0100 +++ /work/SRC/openSUSE:Factory/.breeze-gtk.new.2401/breeze-gtk.changes 2021-03-19 16:40:51.965928565 +0100 @@ -1,0 +2,11 @@ +Tue Mar 16 13:55:22 UTC 2021 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.21.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.21.3 +- Changes since 5.21.2: + * Adjust menu heights to properly match Breeze QStyle, second time (kde#433158) + * gtk3, gtk4: unscrew libhandy's height (kde#430081) + +------------------------------------------------------------------- Old: ---- breeze-gtk-5.21.2.tar.xz breeze-gtk-5.21.2.tar.xz.sig New: ---- breeze-gtk-5.21.3.tar.xz breeze-gtk-5.21.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ breeze-gtk.spec ++++++ --- /var/tmp/diff_new_pack.j8ija9/_old 2021-03-19 16:40:52.505929294 +0100 +++ /var/tmp/diff_new_pack.j8ija9/_new 2021-03-19 16:40:52.509929299 +0100 @@ -19,15 +19,15 @@ %define _name breeze Name: breeze-gtk -Version: 5.21.2 +Version: 5.21.3 Release: 0 Summary: GTK+ theme matching KDE's Breeze License: LGPL-2.1-only Group: System/GUI/KDE URL: https://projects.kde.org/breeze-gtk -Source: breeze-gtk-%{version}.tar.xz +Source: https://download.kde.org/stable/plasma/%{version}/breeze-gtk-%{version}.tar.xz %if %{with lang} -Source1: breeze-gtk-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/%{version}/breeze-gtk-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: breeze5-style ++++++ breeze-gtk-5.21.2.tar.xz -> breeze-gtk-5.21.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-gtk-5.21.2/CMakeLists.txt new/breeze-gtk-5.21.3/CMakeLists.txt --- old/breeze-gtk-5.21.2/CMakeLists.txt 2021-03-02 13:31:01.000000000 +0100 +++ new/breeze-gtk-5.21.3/CMakeLists.txt 2021-03-16 13:15:31.000000000 +0100 @@ -1,5 +1,5 @@ project(breeze-gtk) -set(PROJECT_VERSION "5.21.2") +set(PROJECT_VERSION "5.21.3") set(PROJECT_VERSION_MAJOR 5) cmake_minimum_required(VERSION 2.8.12) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-gtk-5.21.2/src/gtk3/widgets/_menus.scss new/breeze-gtk-5.21.3/src/gtk3/widgets/_menus.scss --- old/breeze-gtk-5.21.2/src/gtk3/widgets/_menus.scss 2021-03-02 13:31:01.000000000 +0100 +++ new/breeze-gtk-5.21.3/src/gtk3/widgets/_menus.scss 2021-03-16 13:15:31.000000000 +0100 @@ -80,7 +80,7 @@ text-shadow: none; min-height: 18px; min-width: 40px; - padding: 6px 10px; + padding: 6px 8px; @if $new-highlight { border: 1px solid transparent; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-gtk-5.21.2/src/gtk3/widgets/_window_decorations.scss new/breeze-gtk-5.21.3/src/gtk3/widgets/_window_decorations.scss --- old/breeze-gtk-5.21.2/src/gtk3/widgets/_window_decorations.scss 2021-03-02 13:31:01.000000000 +0100 +++ new/breeze-gtk-5.21.3/src/gtk3/widgets/_window_decorations.scss 2021-03-16 13:15:31.000000000 +0100 @@ -61,6 +61,9 @@ } window { + headerbar.titlebar { + min-height: 46px; + } headerbar, .titlebar { &.default-decoration button.titlebutton { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-gtk-5.21.2/src/gtk4/widgets/_menus.scss new/breeze-gtk-5.21.3/src/gtk4/widgets/_menus.scss --- old/breeze-gtk-5.21.2/src/gtk4/widgets/_menus.scss 2021-03-02 13:31:01.000000000 +0100 +++ new/breeze-gtk-5.21.3/src/gtk4/widgets/_menus.scss 2021-03-16 13:15:31.000000000 +0100 @@ -84,7 +84,7 @@ text-shadow: none; min-height: 18px; min-width: 40px; - padding: 6px 10px; + padding: 6px 8px; @if $new-highlight { border: 1px solid transparent; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-gtk-5.21.2/src/gtk4/widgets/_window_decorations.scss new/breeze-gtk-5.21.3/src/gtk4/widgets/_window_decorations.scss --- old/breeze-gtk-5.21.2/src/gtk4/widgets/_window_decorations.scss 2021-03-02 13:31:01.000000000 +0100 +++ new/breeze-gtk-5.21.3/src/gtk4/widgets/_window_decorations.scss 2021-03-16 13:15:31.000000000 +0100 @@ -59,6 +59,10 @@ } } +headerbar.titlebar { + min-height: 46px; +} + headerbar, .titlebar { &.default-decoration button.titlebutton {