Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package systemsettings5 for openSUSE:Factory
checked in at 2022-10-20 11:10:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old)
and /work/SRC/openSUSE:Factory/.systemsettings5.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "systemsettings5"
Thu Oct 20 11:10:56 2022 rev:146 rq:1029986 version:5.26.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes
2022-10-11 18:03:42.585906334 +0200
+++
/work/SRC/openSUSE:Factory/.systemsettings5.new.2275/systemsettings5.changes
2022-10-20 11:11:12.423958348 +0200
@@ -1,0 +2,16 @@
+Wed Oct 19 11:53:19 UTC 2022 - Fabian Vogt <[email protected]>
+
+- Add patch to fix starting YaST from systemsettings:
+ * 0001-Recognize-SystemSettingsExternalApp-again.patch
+
+-------------------------------------------------------------------
+Tue Oct 18 11:27:37 UTC 2022 - Fabian Vogt <[email protected]>
+
+- Update to 5.26.1
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.26.1
+- Changes since 5.26.0:
+ * [runner] Fix desktop file name (kde#459213)
+
+-------------------------------------------------------------------
Old:
----
systemsettings-5.26.0.tar.xz
systemsettings-5.26.0.tar.xz.sig
New:
----
0001-Recognize-SystemSettingsExternalApp-again.patch
systemsettings-5.26.1.tar.xz
systemsettings-5.26.1.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ systemsettings5.spec ++++++
--- /var/tmp/diff_new_pack.zhHTx8/_old 2022-10-20 11:11:12.975959466 +0200
+++ /var/tmp/diff_new_pack.zhHTx8/_new 2022-10-20 11:11:12.979959474 +0200
@@ -18,17 +18,19 @@
%bcond_without released
Name: systemsettings5
-Version: 5.26.0
+Version: 5.26.1
Release: 0
Summary: KDE's control center
License: GPL-2.0-or-later
Group: System/GUI/KDE
URL: http://www.kde.org/
-Source: systemsettings-%{version}.tar.xz
+Source:
https://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz
%if %{with released}
-Source1: systemsettings-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
+# PATCH-FIX-UPSTREAM
+Patch1: 0001-Recognize-SystemSettingsExternalApp-again.patch
BuildRequires: extra-cmake-modules >= 1.2.0
BuildRequires: kf5-filesystem
BuildRequires: update-desktop-files
++++++ 0001-Recognize-SystemSettingsExternalApp-again.patch ++++++
>From 75293d6a8835d63a280eda6283d001eac8edd165 Mon Sep 17 00:00:00 2001
From: Fabian Vogt <[email protected]>
Date: Wed, 19 Oct 2022 10:22:39 +0200
Subject: [PATCH] Recognize SystemSettingsExternalApp again
Many .desktop files still use X-KDE-ServiceTypes=SystemSettingsExternalApp,
there's no good reason to drop support for that. Just look at the ServiceType
again.
(cherry picked from commit 7fe2abd92285d0fa3c0082c6563feb3d17169abe)
---
core/MenuItem.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/MenuItem.cpp b/core/MenuItem.cpp
index b1da9f18..e288efbe 100644
--- a/core/MenuItem.cpp
+++ b/core/MenuItem.cpp
@@ -191,7 +191,7 @@ void MenuItem::setMetaData(const KPluginMetaData &data)
d->comment = data.description();
d->iconName = data.iconName();
d->systemsettingsCategoryModule =
data.value(QStringLiteral("X-KDE-System-Settings-Category-Module"));
- d->isExternalAppModule = data.value(QStringLiteral("IsExternalApp"),
false);
+ d->isExternalAppModule = data.value(QStringLiteral("IsExternalApp"),
false) ||
data.serviceTypes().contains(QStringLiteral("SystemSettingsExternalApp"));
}
KPluginMetaData MenuItem::metaData()
--
2.38.0
++++++ systemsettings-5.26.0.tar.xz -> systemsettings-5.26.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/systemsettings-5.26.0/CMakeLists.txt
new/systemsettings-5.26.1/CMakeLists.txt
--- old/systemsettings-5.26.0/CMakeLists.txt 2022-10-06 14:46:24.000000000
+0200
+++ new/systemsettings-5.26.1/CMakeLists.txt 2022-10-18 12:51:45.000000000
+0200
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.16)
-set(PROJECT_VERSION "5.26.0")
+set(PROJECT_VERSION "5.26.1")
project(systemsettings VERSION ${PROJECT_VERSION})
set(QT_MIN_VERSION "5.15.2")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/systemsettings-5.26.0/app/org.kde.systemsettings.metainfo.xml
new/systemsettings-5.26.1/app/org.kde.systemsettings.metainfo.xml
--- old/systemsettings-5.26.0/app/org.kde.systemsettings.metainfo.xml
2022-10-06 14:45:41.000000000 +0200
+++ new/systemsettings-5.26.1/app/org.kde.systemsettings.metainfo.xml
2022-10-18 12:51:12.000000000 +0200
@@ -167,9 +167,9 @@
<url type="homepage">https://kde.org/plasma-desktop</url>
<url
type="donation">https://www.kde.org/donate.php?app=org.kde.systemsettings</url>
<releases>
+ <release version="5.26.1" date="2022-10-18"/>
<release version="5.26.0" date="2022-10-11"/>
<release version="5.25.5" date="2022-09-06"/>
<release version="5.25.4" date="2022-08-08"/>
- <release version="5.25.3" date="2022-07-12"/>
</releases>
</component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/systemsettings-5.26.0/po/ca@valencia/systemsettings.po
new/systemsettings-5.26.1/po/ca@valencia/systemsettings.po
--- old/systemsettings-5.26.0/po/ca@valencia/systemsettings.po 2022-10-06
14:45:45.000000000 +0200
+++ new/systemsettings-5.26.1/po/ca@valencia/systemsettings.po 2022-10-18
12:51:16.000000000 +0200
@@ -95,7 +95,7 @@
#: app/main.cpp:98 app/main.cpp:161
#, kde-format
msgid "Configuration module to open"
-msgstr "M??dul de configuraci?? que s'obrir??"
+msgstr "M??dul de configuraci?? que s'ha d'obrir"
#: app/main.cpp:99 app/main.cpp:162
#, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/systemsettings-5.26.0/po/fi/systemsettings.po
new/systemsettings-5.26.1/po/fi/systemsettings.po
--- old/systemsettings-5.26.0/po/fi/systemsettings.po 2022-10-06
14:45:50.000000000 +0200
+++ new/systemsettings-5.26.1/po/fi/systemsettings.po 2022-10-18
12:51:20.000000000 +0200
@@ -5,7 +5,7 @@
# Teemu Rytilahti <[email protected]>, 2008.
# Tommi Nieminen <[email protected]>, 2009, 2017, 2018, 2019, 2020, 2021.
# Jorma Karvonen <[email protected]>, 2009.
-# Lasse Liehu <[email protected]>, 2010, 2011, 2014, 2015, 2018.
+# Lasse Liehu <[email protected]>, 2010, 2011, 2014, 2015, 2018, 2022.
#
# KDE Finnish translation sprint participants:
# Teemu Rytilahti, 2007.
@@ -14,8 +14,8 @@
"Project-Id-Version: systemsettings\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2022-09-22 02:14+0000\n"
-"PO-Revision-Date: 2021-11-05 20:30+0200\n"
-"Last-Translator: Tommi Nieminen <[email protected]>\n"
+"PO-Revision-Date: 2022-10-17 00:26+0300\n"
+"Last-Translator: Lasse Liehu <[email protected]>\n"
"Language-Team: Finnish <[email protected]>\n"
"Language: fi\n"
"MIME-Version: 1.0\n"
@@ -23,7 +23,7 @@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-POT-Import-Date: 2012-12-01 22:22:39+0000\n"
-"X-Generator: Lokalize 20.04.2\n"
+"X-Generator: Lokalize 22.08.2\n"
#, kde-format
msgctxt "NAME OF TRANSLATORS"
@@ -127,8 +127,6 @@
msgid "Search"
msgstr "Etsi"
-# pmap: =:elat=Kuvaken??kym??st??:
-# pmap: =:yleisnimi=kyll??:
#: app/SettingsBase.cpp:153
#, kde-format
msgid "Switch to Icon View"
@@ -255,9 +253,6 @@
msgid "Finds system settings modules whose names or descriptions match :q:"
msgstr "Etsii j??rjestelm??asetusosiota, jonka nimess?? tai kuvauksessa on :q:"
-# pmap: =:gen=J??rjestelm??asetusten:
-# pmap: =:elat=J??rjestelm??asetuksista:
-# pmap: =:yleisnimi=kyll??:
#: runner/systemsettingsrunner.cpp:183
#, kde-format
msgid "System Information"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/systemsettings-5.26.0/po/it/systemsettings.po
new/systemsettings-5.26.1/po/it/systemsettings.po
--- old/systemsettings-5.26.0/po/it/systemsettings.po 2022-10-06
14:45:55.000000000 +0200
+++ new/systemsettings-5.26.1/po/it/systemsettings.po 2022-10-18
12:51:24.000000000 +0200
@@ -4,7 +4,7 @@
# Luca Bellonda <[email protected]>, 2007, 2008.
# Nicola Ruggero <[email protected]>, 2009, 2010.
# Federico Zenith <[email protected]>, 2015.
-# Paolo Zamponi <[email protected]>, 2017, 2018, 2019, 2020, 2021.
+# Paolo Zamponi <[email protected]>, 2017, 2018, 2019, 2020, 2021, 2022.
#
msgid ""
msgstr ""
@@ -19,7 +19,7 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 21.08.1\n"
+"X-Generator: Lokalize 22.08.1\n"
#, kde-format
msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/systemsettings-5.26.0/runner/systemsettingsrunner.cpp
new/systemsettings-5.26.1/runner/systemsettingsrunner.cpp
--- old/systemsettings-5.26.0/runner/systemsettingsrunner.cpp 2022-10-06
14:45:41.000000000 +0200
+++ new/systemsettings-5.26.1/runner/systemsettingsrunner.cpp 2022-10-18
12:51:12.000000000 +0200
@@ -69,7 +69,7 @@
job->setDesktopName(QStringLiteral("org.kde.kinfocenter"));
} else if
(!data.value(QStringLiteral("X-KDE-System-Settings-Parent-Category")).isEmpty())
{
job = new KIO::CommandLauncherJob(QStringLiteral("systemsettings"),
{data.pluginId()});
- job->setDesktopName(QStringLiteral("org.kde.systemsettings"));
+ job->setDesktopName(QStringLiteral("systemsettings"));
} else {
// If we have created the KPluginMetaData from a desktop file KCMShell
needs the pluginId, otherwise we can give
// it the absolute path to the plugin. That works in any case, see
commit 866d730fd098775f6b16cc8ba15974af80700d12 in kde-cli-tools