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 2026-06-18 21:34:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/breeze6-gtk (Old) and /work/SRC/openSUSE:Factory/.breeze6-gtk.new.1981 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "breeze6-gtk" Thu Jun 18 21:34:48 2026 rev:42 rq:1359140 version:6.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/breeze6-gtk/breeze6-gtk.changes 2026-05-13 21:37:28.071078185 +0200 +++ /work/SRC/openSUSE:Factory/.breeze6-gtk.new.1981/breeze6-gtk.changes 2026-06-18 21:34:57.429914670 +0200 @@ -1,0 +2,30 @@ +Fri Jun 12 19:07:07 UTC 2026 - Fabian Vogt <[email protected]> + +- Update to 6.7.0: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.7.0 +- Changes since 6.6.91: + * Update version for new release 6.7.0 + +------------------------------------------------------------------- +Thu May 28 18:43:40 UTC 2026 - Fabian Vogt <[email protected]> + +- Update to 6.6.91: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.6.91 +- Changes since 6.6.90: + * Update version for new release 6.6.91 + * _sidebar: fix color for the sidebar line separator (kde#484383) + +------------------------------------------------------------------- +Sun May 24 11:16:12 UTC 2026 - Fabian Vogt <[email protected]> + +- Update to 6.6.90: + * New feature release + * For more details see https://kde.org/announcements/plasma/6/6.6.90 +- Changes since 6.6.5: + * Update version for new release 6.6.90 + * gtk3,4: follow Breeze KDecoration border radius with new scss variable + * Update version for new release 6.6.80 + +------------------------------------------------------------------- Old: ---- breeze-gtk-6.6.5.tar.xz breeze-gtk-6.6.5.tar.xz.sig New: ---- breeze-gtk-6.7.0.tar.xz breeze-gtk-6.7.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ breeze6-gtk.spec ++++++ --- /var/tmp/diff_new_pack.FEXri5/_old 2026-06-18 21:34:58.289950636 +0200 +++ /var/tmp/diff_new_pack.FEXri5/_new 2026-06-18 21:34:58.293950804 +0200 @@ -16,7 +16,7 @@ # -%define kf6_version 6.18.0 +%define kf6_version 6.26.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.6.5 +Version: 6.7.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.6.5.tar.xz -> breeze-gtk-6.7.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-gtk-6.6.5/CMakeLists.txt new/breeze-gtk-6.7.0/CMakeLists.txt --- old/breeze-gtk-6.6.5/CMakeLists.txt 2026-05-12 12:22:37.000000000 +0200 +++ new/breeze-gtk-6.7.0/CMakeLists.txt 2026-06-11 11:30:59.000000000 +0200 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16) project(breeze-gtk) -set(PROJECT_VERSION "6.6.5") +set(PROJECT_VERSION "6.7.0") find_package(ECM 6.2.0 REQUIRED NO_MODULE) include(FeatureSummary) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-gtk-6.6.5/src/_functions.scss new/breeze-gtk-6.7.0/src/_functions.scss --- old/breeze-gtk-6.6.5/src/_functions.scss 2026-05-12 12:22:37.000000000 +0200 +++ new/breeze-gtk-6.7.0/src/_functions.scss 2026-06-11 11:30:59.000000000 +0200 @@ -260,6 +260,8 @@ $r: 1.25mm; // standard radius +$window-border-radius: 5px; + @function internal_insensitive($c) { @return internal_Color( internal_Intensity( diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-gtk-6.6.5/src/gtk3/widgets/_headerbar.scss new/breeze-gtk-6.7.0/src/gtk3/widgets/_headerbar.scss --- old/breeze-gtk-6.6.5/src/gtk3/widgets/_headerbar.scss 2026-05-12 12:22:37.000000000 +0200 +++ new/breeze-gtk-6.7.0/src/gtk3/widgets/_headerbar.scss 2026-06-11 11:30:59.000000000 +0200 @@ -8,7 +8,7 @@ headerbar { padding: 0px 6px; border-width: 0px 0px 1px 0px; - border-radius: 6px 6px 0px 0px; + border-radius: $window-border-radius $window-border-radius 0px 0px; border-style: solid; border-color: gtk("@borders"); color: gtk("@theme_titlebar_foreground"); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-gtk-6.6.5/src/gtk3/widgets/_libhandy.scss new/breeze-gtk-6.7.0/src/gtk3/widgets/_libhandy.scss --- old/breeze-gtk-6.6.5/src/gtk3/widgets/_libhandy.scss 2026-05-12 12:22:37.000000000 +0200 +++ new/breeze-gtk-6.7.0/src/gtk3/widgets/_libhandy.scss 2026-06-11 11:30:59.000000000 +0200 @@ -178,7 +178,7 @@ } window.unified { - border-radius: 6px; + border-radius: $window-border-radius; &.maximized, &.fullscreen, &.tiled { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-gtk-6.6.5/src/gtk3/widgets/_sidebar.scss new/breeze-gtk-6.7.0/src/gtk3/widgets/_sidebar.scss --- old/breeze-gtk-6.6.5/src/gtk3/widgets/_sidebar.scss 2026-05-12 12:22:37.000000000 +0200 +++ new/breeze-gtk-6.7.0/src/gtk3/widgets/_sidebar.scss 2026-06-11 11:30:59.000000000 +0200 @@ -46,7 +46,7 @@ &.left:dir(rtl) { border-right: 1px solid - gtk("@borders_breeze"); + gtk("@borders"); border-left: none; } @@ -54,7 +54,7 @@ &.right { border-left: 1px solid - gtk("@borders_breeze"); + gtk("@borders"); border-right: none; } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-gtk-6.6.5/src/gtk3/widgets/_window_decorations.scss new/breeze-gtk-6.7.0/src/gtk3/widgets/_window_decorations.scss --- old/breeze-gtk-6.6.5/src/gtk3/widgets/_window_decorations.scss 2026-05-12 12:22:37.000000000 +0200 +++ new/breeze-gtk-6.7.0/src/gtk3/widgets/_window_decorations.scss 2026-06-11 11:30:59.000000000 +0200 @@ -8,7 +8,7 @@ $shadow: rgba(0, 0, 0, 0.5); //border: 1px solid transparent; - border-radius: 6px 6px 0 0; + border-radius: $window-border-radius $window-border-radius 0 0; border-width: 0px; box-shadow: 0px 0px 16px $shadow, 0px 2px 8px scale-color($shadow, $alpha: -40%); @@ -31,7 +31,7 @@ box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1); } .csd & { - border-radius: 6px; + border-radius: $window-border-radius; &.popup { box-shadow: 0px 3px 10px -4px rgba(0, 0, 0, 0.27), 0px 5px 8px -4px rgba(0, 0, 0, 0.17); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-gtk-6.6.5/src/gtk4/widgets/_headerbar.scss new/breeze-gtk-6.7.0/src/gtk4/widgets/_headerbar.scss --- old/breeze-gtk-6.6.5/src/gtk4/widgets/_headerbar.scss 2026-05-12 12:22:37.000000000 +0200 +++ new/breeze-gtk-6.7.0/src/gtk4/widgets/_headerbar.scss 2026-06-11 11:30:59.000000000 +0200 @@ -8,7 +8,7 @@ headerbar { padding: 0px 6px; border-width: 0px 0px 1px 0px; - border-radius: 6px 6px 0px 0px; + border-radius: $window-border-radius $window-border-radius 0px 0px; border-style: solid; border-color: gtk("@borders"); color: gtk("@theme_titlebar_foreground"); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-gtk-6.6.5/src/gtk4/widgets/_libhandy.scss new/breeze-gtk-6.7.0/src/gtk4/widgets/_libhandy.scss --- old/breeze-gtk-6.6.5/src/gtk4/widgets/_libhandy.scss 2026-05-12 12:22:37.000000000 +0200 +++ new/breeze-gtk-6.7.0/src/gtk4/widgets/_libhandy.scss 2026-06-11 11:30:59.000000000 +0200 @@ -65,7 +65,7 @@ } window.unified { - border-radius: 6px; + border-radius: $window-border-radius; &.maximized, &.fullscreen, &.tiled { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-gtk-6.6.5/src/gtk4/widgets/_sidebar.scss new/breeze-gtk-6.7.0/src/gtk4/widgets/_sidebar.scss --- old/breeze-gtk-6.6.5/src/gtk4/widgets/_sidebar.scss 2026-05-12 12:22:37.000000000 +0200 +++ new/breeze-gtk-6.7.0/src/gtk4/widgets/_sidebar.scss 2026-06-11 11:30:59.000000000 +0200 @@ -46,7 +46,7 @@ &.left:dir(rtl) { border-right: 1px solid - gtk("@borders_breeze"); + gtk("@borders"); border-left: none; } @@ -54,7 +54,7 @@ &.right { border-left: 1px solid - gtk("@borders_breeze"); + gtk("@borders"); border-right: none; } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-gtk-6.6.5/src/gtk4/widgets/_window_decorations.scss new/breeze-gtk-6.7.0/src/gtk4/widgets/_window_decorations.scss --- old/breeze-gtk-6.6.5/src/gtk4/widgets/_window_decorations.scss 2026-05-12 12:22:37.000000000 +0200 +++ new/breeze-gtk-6.7.0/src/gtk4/widgets/_window_decorations.scss 2026-06-11 11:30:59.000000000 +0200 @@ -9,7 +9,7 @@ $shadow: rgba(0, 0, 0, 0.5); //border: 1px solid transparent; - border-radius: 0 0 5px 5px; + border-radius: 0 0 $window-border-radius $window-border-radius; border-width: 0px; box-shadow: 0px 0px 16px $shadow, 0px 2px 8px scale-color($shadow, $alpha: -40%); @@ -17,7 +17,7 @@ margin: 0px; &.csd { - border-radius: 5px; + border-radius: $window-border-radius; } &.maximized { @@ -39,7 +39,7 @@ box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1); } .csd & { - border-radius: 6px; + border-radius: $window-border-radius; &.popup { box-shadow: 0px 3px 10px -4px rgba(0, 0, 0, 0.27), 0px 5px 8px -4px rgba(0, 0, 0, 0.17);
