Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package krunner for openSUSE:Factory checked 
in at 2022-09-13 15:09:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/krunner (Old)
 and      /work/SRC/openSUSE:Factory/.krunner.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "krunner"

Tue Sep 13 15:09:03 2022 rev:104 rq:1002853 version:5.98.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/krunner/krunner.changes  2022-08-15 
19:59:42.773309836 +0200
+++ /work/SRC/openSUSE:Factory/.krunner.new.2083/krunner.changes        
2022-09-13 15:10:36.624848908 +0200
@@ -1,0 +2,11 @@
+Tue Sep  6 07:17:18 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.98.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.98.0
+- Changes since 5.97.0:
+  * Add FreeBSD Qt6 CI support
+  * Fix renaming of plugin ID when converting DBus runner metadata files 
(kde#456562)
+
+-------------------------------------------------------------------

Old:
----
  krunner-5.97.0.tar.xz
  krunner-5.97.0.tar.xz.sig

New:
----
  krunner-5.98.0.tar.xz
  krunner-5.98.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ krunner.spec ++++++
--- /var/tmp/diff_new_pack.b8Cgu4/_old  2022-09-13 15:10:37.076850181 +0200
+++ /var/tmp/diff_new_pack.b8Cgu4/_new  2022-09-13 15:10:37.080850192 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Runner5
-%define _tar_path 5.97
+%define _tar_path 5.98
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without released
 Name:           krunner
-Version:        5.97.0
+Version:        5.98.0
 Release:        0
 Summary:        KDE Framework for providing different actions given a string 
query
 License:        LGPL-2.1-or-later


++++++ krunner-5.97.0.tar.xz -> krunner-5.98.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/krunner-5.97.0/.gitlab-ci.yml 
new/krunner-5.98.0/.gitlab-ci.yml
--- old/krunner-5.97.0/.gitlab-ci.yml   2022-08-07 14:22:14.000000000 +0200
+++ new/krunner-5.98.0/.gitlab-ci.yml   2022-09-05 11:30:23.000000000 +0200
@@ -6,3 +6,4 @@
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/reuse-lint.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/krunner-5.97.0/CMakeLists.txt 
new/krunner-5.98.0/CMakeLists.txt
--- old/krunner-5.97.0/CMakeLists.txt   2022-08-07 14:22:14.000000000 +0200
+++ new/krunner-5.98.0/CMakeLists.txt   2022-09-05 11:30:23.000000000 +0200
@@ -3,13 +3,13 @@
 
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.97.0") # handled by release scripts
-set(KF_DEP_VERSION "5.97.0") # handled by release scripts
+set(KF_VERSION "5.98.0") # handled by release scripts
+set(KF_DEP_VERSION "5.98.0") # handled by release scripts
 project(KRunner VERSION ${KF_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.97.0  NO_MODULE)
+find_package(ECM 5.98.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/krunner-5.97.0/autotests/CMakeLists.txt 
new/krunner-5.98.0/autotests/CMakeLists.txt
--- old/krunner-5.97.0/autotests/CMakeLists.txt 2022-08-07 14:22:14.000000000 
+0200
+++ new/krunner-5.98.0/autotests/CMakeLists.txt 2022-09-05 11:30:23.000000000 
+0200
@@ -43,6 +43,10 @@
     runnermanagertest.cpp
     LINK_LIBRARIES Qt${QT_MAJOR_VERSION}::Test KF5Runner 
Qt${QT_MAJOR_VERSION}::Widgets Qt${QT_MAJOR_VERSION}::DBus KF5::ConfigCore
 )
+ecm_add_tests(
+    testmetadataconversion.cpp
+    LINK_LIBRARIES Qt${QT_MAJOR_VERSION}::Test KF5Runner 
Qt${QT_MAJOR_VERSION}::Widgets Qt${QT_MAJOR_VERSION}::DBus KF5::ConfigCore
+)
 
 add_executable(testremoterunner)
 qt_add_dbus_adaptor(demoapp_dbus_adaptor_SRCS 
"../src/data/org.kde.krunner1.xml" testremoterunner.h TestRemoteRunner)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/krunner-5.97.0/autotests/plasma-runner-dbusrunnertest.desktop 
new/krunner-5.98.0/autotests/plasma-runner-dbusrunnertest.desktop
--- old/krunner-5.97.0/autotests/plasma-runner-dbusrunnertest.desktop   
1970-01-01 01:00:00.000000000 +0100
+++ new/krunner-5.98.0/autotests/plasma-runner-dbusrunnertest.desktop   
2022-09-05 11:30:23.000000000 +0200
@@ -0,0 +1,21 @@
+[Desktop Entry]
+Name=DBus runner test
+Comment=DBus runner test
+X-KDE-ServiceTypes=Plasma/Runner
+Type=Service
+Icon=internet-web-browser
+X-KDE-PluginInfo-Author=Some Developer
+X-KDE-PluginInfo-Email=k...@example.com
+X-KDE-PluginInfo-Name=dbusrunnertest
+X-KDE-PluginInfo-Version=1.0
+X-KDE-PluginInfo-License=LGPL
+X-KDE-PluginInfo-EnabledByDefault=true
+X-Plasma-AdvertiseSingleRunnerQueryMode=true
+X-Plasma-API=DBus
+X-Plasma-DBusRunner-Service=net.krunnertests.dave
+X-Plasma-DBusRunner-Path=/dave
+X-Plasma-Request-Actions-Once=true
+X-Plasma-Runner-Min-Letter-Count=3
+X-Plasma-Runner-Match-Regex=^fo
+X-Plasma-Runner-Syntaxes=syntax1,syntax2
+X-Plasma-Runner-Syntax-Descriptions=description1,description2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/krunner-5.97.0/autotests/plasma-runner-testconversionfile.desktop 
new/krunner-5.98.0/autotests/plasma-runner-testconversionfile.desktop
--- old/krunner-5.97.0/autotests/plasma-runner-testconversionfile.desktop       
1970-01-01 01:00:00.000000000 +0100
+++ new/krunner-5.98.0/autotests/plasma-runner-testconversionfile.desktop       
2022-09-05 11:30:23.000000000 +0200
@@ -0,0 +1,5 @@
+[Desktop Entry]
+Type=Service
+Name=DBus runner test
+Comment=Some Comment
+X-KDE-PluginInfo-Name=testconversionfile
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/krunner-5.97.0/autotests/testmetadataconversion.cpp 
new/krunner-5.98.0/autotests/testmetadataconversion.cpp
--- old/krunner-5.97.0/autotests/testmetadataconversion.cpp     1970-01-01 
01:00:00.000000000 +0100
+++ new/krunner-5.98.0/autotests/testmetadataconversion.cpp     2022-09-05 
11:30:23.000000000 +0200
@@ -0,0 +1,26 @@
+/*
+    SPDX-FileCopyrightText: 2021 Alexander Lohnau <alexander.loh...@gmx.de>
+    SPDX-License-Identifier: LGPL-2.1-or-later
+*/
+
+#include "kpluginmetadata_utils_p.h"
+#include <QTest>
+
+class TestMetaDataConversion : public QObject
+{
+    Q_OBJECT
+
+private Q_SLOTS:
+    void testMetaDataConversion()
+    {
+        const KPluginMetaData data = 
parseMetaDataFromDesktopFile(QFINDTESTDATA("plasma-runner-testconversionfile.desktop"));
+        QVERIFY(data.isValid());
+        QCOMPARE(data.pluginId(), "testconversionfile");
+        QCOMPARE(data.name(), "DBus runner test");
+        QCOMPARE(data.description(), "Some Comment");
+    }
+};
+
+QTEST_MAIN(TestMetaDataConversion)
+
+#include "testmetadataconversion.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/krunner-5.97.0/src/kpluginmetadata_utils_p.h 
new/krunner-5.98.0/src/kpluginmetadata_utils_p.h
--- old/krunner-5.97.0/src/kpluginmetadata_utils_p.h    2022-08-07 
14:22:14.000000000 +0200
+++ new/krunner-5.98.0/src/kpluginmetadata_utils_p.h    2022-09-05 
11:30:23.000000000 +0200
@@ -33,9 +33,9 @@
     QJsonObject kplugin;
     copyIfExists(grp, kplugin, "Name");
     copyIfExists(grp, kplugin, "Icon");
-    copyIfExists(grp, kplugin, "X-KDE-PluginInfo-Name", "Id");
+    copyAndRenameIfExists(grp, kplugin, "X-KDE-PluginInfo-Name", "Id", 
QString());
     copyIfExists(grp, kplugin, "Description");
-    copyIfExists(grp, kplugin, "Comment", "Description");
+    copyAndRenameIfExists(grp, kplugin, "Comment", "Description", QString());
     copyAndRenameIfExists(grp, kplugin, "X-KDE-PluginInfo-EnabledByDefault", 
"EnabledByDefault", false);
     QJsonObject root;
     root.insert(QLatin1String("KPlugin"), kplugin);

Reply via email to