Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package aurorae6 for openSUSE:Factory checked in at 2026-02-27 16:58:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aurorae6 (Old) and /work/SRC/openSUSE:Factory/.aurorae6.new.29461 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aurorae6" Fri Feb 27 16:58:53 2026 rev:14 rq:1334930 version:6.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/aurorae6/aurorae6.changes 2026-02-16 13:08:04.782939033 +0100 +++ /work/SRC/openSUSE:Factory/.aurorae6.new.29461/aurorae6.changes 2026-02-27 16:58:55.520745214 +0100 @@ -1,0 +2,10 @@ +Tue Feb 24 17:19:29 UTC 2026 - Fabian Vogt <[email protected]> + +- Update to 6.6.1: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.6.1 +- Changes since 6.6.0: + * Update version for new release 6.6.1 + * v2: Make decoration-maximized-inactive fallback to decoration-maximized (kde#516189) + +------------------------------------------------------------------- Old: ---- aurorae-6.6.0.tar.xz aurorae-6.6.0.tar.xz.sig New: ---- aurorae-6.6.1.tar.xz aurorae-6.6.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aurorae6.spec ++++++ --- /var/tmp/diff_new_pack.hDcAAw/_old 2026-02-27 16:58:56.900802351 +0100 +++ /var/tmp/diff_new_pack.hDcAAw/_new 2026-02-27 16:58:56.900802351 +0100 @@ -26,14 +26,14 @@ %{!?_plasma6_version: %define _plasma6_version %(echo %{_plasma6_bugfix} | awk -F. '{print $1"."$2}')} %bcond_without released Name: aurorae6 -Version: 6.6.0 +Version: 6.6.1 Release: 0 Summary: Themeable window decoration for KWin License: GPL-2.0-or-later URL: https://www.kde.org/ -Source0: %{rname}-%{version}.tar.xz +Source0: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz %if %{with released} -Source1: %{rname}-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: kf6-extra-cmake-modules >= %{kf6_version} ++++++ aurorae-6.6.0.tar.xz -> aurorae-6.6.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aurorae-6.6.0/CMakeLists.txt new/aurorae-6.6.1/CMakeLists.txt --- old/aurorae-6.6.0/CMakeLists.txt 2026-02-12 11:00:36.000000000 +0100 +++ new/aurorae-6.6.1/CMakeLists.txt 2026-02-24 10:35:41.000000000 +0100 @@ -1,13 +1,13 @@ cmake_minimum_required(VERSION 3.16) -set(PROJECT_VERSION "6.6.0") # Handled by release scripts +set(PROJECT_VERSION "6.6.1") # Handled by release scripts project(aurorae VERSION ${PROJECT_VERSION}) set(CMAKE_C_STANDARD 99) set(CMAKE_CXX_STANDARD 23) set(CMAKE_CXX_STANDARD_REQUIRED ON) -set(PROJECT_DEP_VERSION "6.6.0") +set(PROJECT_DEP_VERSION "6.6.1") set(QT_MIN_VERSION "6.10.0") set(KF6_MIN_VERSION "6.22.0") set(KDE_COMPILERSETTINGS_LEVEL "5.82") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aurorae-6.6.0/v2/decoration.cpp new/aurorae-6.6.1/v2/decoration.cpp --- old/aurorae-6.6.0/v2/decoration.cpp 2026-02-12 11:00:36.000000000 +0100 +++ new/aurorae-6.6.1/v2/decoration.cpp 2026-02-24 10:35:41.000000000 +0100 @@ -88,7 +88,7 @@ m_decorationMaximizedInactive = std::make_unique<KSvg::FrameSvg>(); m_decorationMaximizedInactive->setImagePath(m_theme->decorationPath()); - m_decorationMaximizedInactive->setElementPrefix(m_decorationInactive->hasElementPrefix(QStringLiteral("decoration-maximized-inactive")) ? QStringLiteral("decoration-maximized-inactive") : m_decorationInactive->prefix()); + m_decorationMaximizedInactive->setElementPrefix(m_decorationInactive->hasElementPrefix(QStringLiteral("decoration-maximized-inactive")) ? QStringLiteral("decoration-maximized-inactive") : m_decorationMaximized->prefix()); m_decorationMaximizedInactive->setEnabledBorders(KSvg::FrameSvg::NoBorder); m_decorationMaximizedInactive->setDevicePixelRatio(devicePixelRatio);
