Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package plasma5-integration for openSUSE:Factory checked in at 2022-02-17 23:39:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plasma5-integration (Old) and /work/SRC/openSUSE:Factory/.plasma5-integration.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma5-integration" Thu Feb 17 23:39:44 2022 rev:110 rq:955257 version:5.24.1 Changes: -------- --- /work/SRC/openSUSE:Factory/plasma5-integration/plasma5-integration.changes 2022-02-07 23:37:35.862644625 +0100 +++ /work/SRC/openSUSE:Factory/.plasma5-integration.new.1958/plasma5-integration.changes 2022-02-17 23:40:13.143701068 +0100 @@ -1,0 +2,10 @@ +Tue Feb 15 19:18:18 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.24.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.24.1 +- Changes since 5.24.0: + * Gracefully handle invalid color scheme setting (kde#449613) + +------------------------------------------------------------------- Old: ---- plasma-integration-5.24.0.tar.xz plasma-integration-5.24.0.tar.xz.sig New: ---- plasma-integration-5.24.1.tar.xz plasma-integration-5.24.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plasma5-integration.spec ++++++ --- /var/tmp/diff_new_pack.7taoOz/_old 2022-02-17 23:40:13.731701063 +0100 +++ /var/tmp/diff_new_pack.7taoOz/_new 2022-02-17 23:40:13.735701063 +0100 @@ -18,7 +18,7 @@ %bcond_without released Name: plasma5-integration -Version: 5.24.0 +Version: 5.24.1 Release: 0 # Full Plasma 5 version (e.g. 5.8.95) %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}} @@ -28,9 +28,9 @@ License: GPL-2.0+ Group: System/GUI/KDE Url: http://www.kde.org -Source: plasma-integration-%{version}.tar.xz +Source: https://download.kde.org/stable/plasma/%{version}/plasma-integration-%{version}.tar.xz %if %{with released} -Source1: plasma-integration-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/%{version}/plasma-integration-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: extra-cmake-modules >= 5.17.0 ++++++ plasma-integration-5.24.0.tar.xz -> plasma-integration-5.24.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-integration-5.24.0/CMakeLists.txt new/plasma-integration-5.24.1/CMakeLists.txt --- old/plasma-integration-5.24.0/CMakeLists.txt 2022-02-03 15:40:09.000000000 +0100 +++ new/plasma-integration-5.24.1/CMakeLists.txt 2022-02-15 13:37:21.000000000 +0100 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16) project(PlasmaIntegration) -set(PROJECT_VERSION "5.24.0") +set(PROJECT_VERSION "5.24.1") set(PROJECT_VERSION_MAJOR 5) set(QT_MIN_VERSION "5.15.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-integration-5.24.0/po/zh_CN/plasmaintegration5.po new/plasma-integration-5.24.1/po/zh_CN/plasmaintegration5.po --- old/plasma-integration-5.24.0/po/zh_CN/plasmaintegration5.po 2022-02-03 15:40:27.000000000 +0100 +++ new/plasma-integration-5.24.1/po/zh_CN/plasmaintegration5.po 2022-02-15 13:37:40.000000000 +0100 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-09-03 00:18+0000\n" -"PO-Revision-Date: 2022-01-08 15:23\n" +"PO-Revision-Date: 2022-02-15 12:07\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -18,9 +18,9 @@ "X-Crowdin-Project: kdeorg\n" "X-Crowdin-Project-ID: 269464\n" "X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /kf5-trunk/messages/plasma-integration/plasmaintegration5." +"X-Crowdin-File: /kf5-stable/messages/plasma-integration/plasmaintegration5." "pot\n" -"X-Crowdin-File-ID: 4168\n" +"X-Crowdin-File-ID: 2364\n" #: platformtheme/kdeplatformfiledialoghelper.cpp:279 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-integration-5.24.0/src/platformtheme/khintssettings.cpp new/plasma-integration-5.24.1/src/platformtheme/khintssettings.cpp --- old/plasma-integration-5.24.0/src/platformtheme/khintssettings.cpp 2022-02-03 15:40:09.000000000 +0100 +++ new/plasma-integration-5.24.1/src/platformtheme/khintssettings.cpp 2022-02-15 13:37:21.000000000 +0100 @@ -434,9 +434,12 @@ const QString scheme = readConfigValue(QStringLiteral("General"), QStringLiteral("ColorScheme"), QStringLiteral("BreezeLight")).toString(); path = QStandardPaths::locate(QStandardPaths::GenericDataLocation, QStringLiteral("color-schemes/") + scheme + QStringLiteral(".colors")); - if (!path.isEmpty()) { - m_palettes[QPlatformTheme::SystemPalette] = new QPalette(KColorScheme::createApplicationPalette(KSharedConfig::openConfig(path))); + if (path.isEmpty()) { + qWarning() << "Could not find color scheme" << scheme << "falling back to BreezeLight"; + path = QStandardPaths::locate(QStandardPaths::GenericDataLocation, QStringLiteral("color-schemes/BreezeLight.colors")); } + + m_palettes[QPlatformTheme::SystemPalette] = new QPalette(KColorScheme::createApplicationPalette(KSharedConfig::openConfig(path))); } }