Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package breeze6-gtk for openSUSE:Factory checked in at 2024-06-22 13:21:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/breeze6-gtk (Old) and /work/SRC/openSUSE:Factory/.breeze6-gtk.new.18349 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "breeze6-gtk" Sat Jun 22 13:21:42 2024 rev:6 rq:1181104 version:6.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/breeze6-gtk/breeze6-gtk.changes 2024-05-27 11:47:23.827193083 +0200 +++ /work/SRC/openSUSE:Factory/.breeze6-gtk.new.18349/breeze6-gtk.changes 2024-06-22 13:21:43.698948068 +0200 @@ -1,0 +2,24 @@ +Thu Jun 13 10:58:21 UTC 2024 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 6.1.0: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.1.0 +- Changes since 6.0.90: + * update version for new release + +------------------------------------------------------------------- +Sat May 25 11:17:47 UTC 2024 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 6.0.90: + * New feature release + * For more details see https://kde.org/announcements/plasma/6/6.0.90 +- Changes since 6.0.5: + * ecm set to framewrosk 6.2 + * update version for new release + * Change radius from 0.75 (3px) to 1.25 (5px) + * Set radiobutton and checkbox use button bg color + * fix ecm version number + * gtk3,gtk4: Remove visible scrollbar trough (aka groove) + * Use 0.2 instead of varied values for outline contrasts + +------------------------------------------------------------------- Old: ---- breeze-gtk-6.0.5.tar.xz breeze-gtk-6.0.5.tar.xz.sig New: ---- breeze-gtk-6.1.0.tar.xz breeze-gtk-6.1.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ breeze6-gtk.spec ++++++ --- /var/tmp/diff_new_pack.VX4o6s/_old 2024-06-22 13:21:45.847026612 +0200 +++ /var/tmp/diff_new_pack.VX4o6s/_new 2024-06-22 13:21:45.855026905 +0200 @@ -16,7 +16,7 @@ # -%define kf6_version 6.0.0 +%define kf6_version 6.2.0 # Full Plasma 6 version (e.g. 6.0.0) %{!?_plasma6_bugfix: %define _plasma6_bugfix %{version}} @@ -31,14 +31,14 @@ %bcond_without released Name: breeze6-gtk -Version: 6.0.5 +Version: 6.1.0 Release: 0 Summary: GTK+ theme matching KDE's Breeze License: LGPL-2.1-only URL: https://www.kde.org -Source: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz +Source: %{rname}-%{version}.tar.xz %if %{with released} -Source1: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig +Source1: %{rname}-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: %{python_module pycairo} ++++++ breeze-gtk-6.0.5.tar.xz -> breeze-gtk-6.1.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-gtk-6.0.5/CMakeLists.txt new/breeze-gtk-6.1.0/CMakeLists.txt --- old/breeze-gtk-6.0.5/CMakeLists.txt 2024-05-21 18:48:06.000000000 +0200 +++ new/breeze-gtk-6.1.0/CMakeLists.txt 2024-06-13 12:34:58.000000000 +0200 @@ -1,10 +1,10 @@ cmake_minimum_required(VERSION 3.16) project(breeze-gtk) -set(PROJECT_VERSION "6.0.5") +set(PROJECT_VERSION "6.1.0") set(PROJECT_VERSION_MAJOR 6) -find_package(ECM 6.0.5 REQUIRED NO_MODULE) +find_package(ECM 6.2.0 REQUIRED NO_MODULE) include(FeatureSummary) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-gtk-6.0.5/src/_functions.scss new/breeze-gtk-6.1.0/src/_functions.scss --- old/breeze-gtk-6.0.5/src/_functions.scss 2024-05-21 18:48:06.000000000 +0200 +++ new/breeze-gtk-6.1.0/src/_functions.scss 2024-06-13 12:34:58.000000000 +0200 @@ -258,7 +258,7 @@ Inactive: $InactiveIntensityEffect, ); -$r: 0.75mm; // standard radius +$r: 1.25mm; // standard radius @function internal_insensitive($c) { @return internal_Color( diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-gtk-6.0.5/src/gtk3/widgets/_checkboxes.scss new/breeze-gtk-6.1.0/src/gtk3/widgets/_checkboxes.scss --- old/breeze-gtk-6.0.5/src/gtk3/widgets/_checkboxes.scss 2024-05-21 18:48:06.000000000 +0200 +++ new/breeze-gtk-6.1.0/src/gtk3/widgets/_checkboxes.scss 2024-06-13 12:34:58.000000000 +0200 @@ -33,7 +33,7 @@ min-width: 14px; //border: none; animation-timing-function: $ease-out-quad; - background-color: gtk("@theme_base_color"); + background-color: gtk("@theme_button_background_normal"); border: 1px solid gtkalpha( gtk("@theme_button_foreground_normal"), 0.33 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-gtk-6.0.5/src/gtk3/widgets/_scrollbar.scss new/breeze-gtk-6.1.0/src/gtk3/widgets/_scrollbar.scss --- old/breeze-gtk-6.0.5/src/gtk3/widgets/_scrollbar.scss 2024-05-21 18:48:06.000000000 +0200 +++ new/breeze-gtk-6.1.0/src/gtk3/widgets/_scrollbar.scss 2024-06-13 12:34:58.000000000 +0200 @@ -116,20 +116,13 @@ } trough { - margin: -1px; - transition-duration: 0.1s; min-width: 6px; min-height: 14px; - border-radius: 8px; background-color: transparent; - border: 1px solid transparent; } &:hover { trough { - background-color: gtkalpha(gtk("@theme_button_foreground_normal"), 0.2*0.5); - border: 1px solid gtkalpha(gtk("@theme_button_foreground_normal"), 0.2); - slider { background-image: gtkoverlay(gtk("@theme_bg_color"), gtkalpha(gtk("@theme_button_foreground_normal"), 0.5*0.5)); box-shadow: 0 0 0 1px gtkalpha(gtk("@theme_button_foreground_normal"), 0.5*0.9) inset; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-gtk-6.0.5/src/gtk4/widgets/_checkboxes.scss new/breeze-gtk-6.1.0/src/gtk4/widgets/_checkboxes.scss --- old/breeze-gtk-6.0.5/src/gtk4/widgets/_checkboxes.scss 2024-05-21 18:48:06.000000000 +0200 +++ new/breeze-gtk-6.1.0/src/gtk4/widgets/_checkboxes.scss 2024-06-13 12:34:58.000000000 +0200 @@ -33,7 +33,7 @@ min-width: 14px; //border: none; animation-timing-function: $ease-out-quad; - background-color: gtk("@theme_base_color"); + background-color: gtk("@theme_button_background_normal"); border: 1px solid gtkalpha( gtk("@theme_button_foreground_normal"), 0.33 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-gtk-6.0.5/src/gtk4/widgets/_scrollbar.scss new/breeze-gtk-6.1.0/src/gtk4/widgets/_scrollbar.scss --- old/breeze-gtk-6.0.5/src/gtk4/widgets/_scrollbar.scss 2024-05-21 18:48:06.000000000 +0200 +++ new/breeze-gtk-6.1.0/src/gtk4/widgets/_scrollbar.scss 2024-06-13 12:34:58.000000000 +0200 @@ -109,20 +109,13 @@ } trough { - margin: -1px; - transition-duration: 0.1s; min-width: 6px; min-height: 14px; - border-radius: 8px; background-color: transparent; - border: 1px solid transparent; } &:hover { trough { - background-color: gtkalpha(gtk("@theme_button_foreground_normal"), 0.2*0.5); - border: 1px solid gtkalpha(gtk("@theme_button_foreground_normal"), 0.2); - slider { background-image: gtkoverlay(gtk("@theme_bg_color"), gtkalpha(gtk("@theme_button_foreground_normal"), 0.5*0.5)); box-shadow: 0 0 0 1px gtkalpha(gtk("@theme_button_foreground_normal"), 0.5*0.9) inset; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-gtk-6.0.5/src/render_assets.py new/breeze-gtk-6.1.0/src/render_assets.py --- old/breeze-gtk-6.0.5/src/render_assets.py 2024-05-21 18:48:06.000000000 +0200 +++ new/breeze-gtk-6.1.0/src/render_assets.py 2024-06-13 12:34:58.000000000 +0200 @@ -742,14 +742,14 @@ tooltip_fg = Color(_colors, 'TooltipForegroundNormal') tooltip_bg = Color(_colors, 'TooltipBackgroundNormal') -check_items(check_color.rgb, window_bg.rgb, '') -check_items(button_hover.rgb, window_bg.rgb, '-hover') -check_items(button_active.rgb, window_bg.rgb, '-active') -check_items(check_color.insensitive, window_bg.rgb, +check_items(check_color.rgb, button_bg.rgb, '') +check_items(button_hover.rgb, button_bg.rgb, '-hover') +check_items(button_active.rgb, button_bg.rgb, '-active') +check_items(check_color.insensitive, button_bg.rgb, '-insensitive', border_color.insensitive_alpha) -check_items(check_color.inactive, window_bg.rgb, +check_items(check_color.inactive, button_bg.rgb, '-backdrop', border_color.inactive_alpha) -check_items(check_color.inactive_insensitive, window_bg.rgb, +check_items(check_color.inactive_insensitive, button_bg.rgb, '-backdrop-insensitive', border_color.inactive_insensitive_alpha) buttons(window_bg.rgb, border_color.rgb, button_bg.gradient(), '')