Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package krunner for openSUSE:Factory checked in at 2023-03-12 16:23:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/krunner (Old) and /work/SRC/openSUSE:Factory/.krunner.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "krunner" Sun Mar 12 16:23:35 2023 rev:110 rq:1070913 version:5.104.0 Changes: -------- --- /work/SRC/openSUSE:Factory/krunner/krunner.changes 2023-02-13 16:40:50.063317812 +0100 +++ /work/SRC/openSUSE:Factory/.krunner.new.31432/krunner.changes 2023-03-12 16:25:31.421102387 +0100 @@ -1,0 +2,10 @@ +Mon Mar 6 09:08:02 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 5.104.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.104.0 +- Changes since 5.103.0: + * KF5KRunnerMacros: Add compat code and warning for in KF6 renamed configure_krunner_test macro + +------------------------------------------------------------------- Old: ---- krunner-5.103.0.tar.xz krunner-5.103.0.tar.xz.sig New: ---- krunner-5.104.0.tar.xz krunner-5.104.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ krunner.spec ++++++ --- /var/tmp/diff_new_pack.utiQY8/_old 2023-03-12 16:25:32.041105118 +0100 +++ /var/tmp/diff_new_pack.utiQY8/_new 2023-03-12 16:25:32.053105171 +0100 @@ -17,7 +17,7 @@ %define lname libKF5Runner5 -%define _tar_path 5.103 +%define _tar_path 5.104 # 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.103.0 +Version: 5.104.0 Release: 0 Summary: KDE Framework for providing different actions given a string query License: LGPL-2.1-or-later ++++++ krunner-5.103.0.tar.xz -> krunner-5.104.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.103.0/CMakeLists.txt new/krunner-5.104.0/CMakeLists.txt --- old/krunner-5.103.0/CMakeLists.txt 2023-02-05 10:25:58.000000000 +0100 +++ new/krunner-5.104.0/CMakeLists.txt 2023-03-04 11:07:53.000000000 +0100 @@ -3,13 +3,13 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.103.0") # handled by release scripts -set(KF_DEP_VERSION "5.103.0") # handled by release scripts +set(KF_VERSION "5.104.0") # handled by release scripts +set(KF_DEP_VERSION "5.104.0") # handled by release scripts project(KRunner VERSION ${KF_VERSION}) # ECM setup include(FeatureSummary) -find_package(ECM 5.103.0 NO_MODULE) +find_package(ECM 5.104.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.103.0/KF5KRunnerMacros.cmake new/krunner-5.104.0/KF5KRunnerMacros.cmake --- old/krunner-5.103.0/KF5KRunnerMacros.cmake 2023-02-05 10:25:58.000000000 +0100 +++ new/krunner-5.104.0/KF5KRunnerMacros.cmake 2023-03-04 11:07:53.000000000 +0100 @@ -2,15 +2,15 @@ # KF5KRunnerMacros # --------------------------- # -# This module provides the ``configure_krunner_test`` function which takes the test- and runner target as a parameter. +# This module provides the ``krunner_configure_test`` function which takes the test- and runner target as a parameter. # This will add the compile definitions for the AbstractRunnerTest header. # In case of DBus runners the DESKTOP_FILE parameter must be set. This is required for loading the runner from the # metadata file. -# Since 5.80.0 +# Since 5.104.0 # SPDX-FileCopyrightText: 2020 Alexander Lohnau <[email protected]> # SPDX-License-Identifier: BSD-2-Clause -function(configure_krunner_test TEST_TARGET RUNNER_TARGET) +function(krunner_configure_test TEST_TARGET RUNNER_TARGET) include(CMakeParseArguments) set(options) set(oneValueArgs DESKTOP_FILE) @@ -37,3 +37,10 @@ endif() add_dependencies(${TEST_TARGET} ${RUNNER_TARGET}) endfunction() + + +# Since 5.80.0 +function(configure_krunner_test TEST_TARGET RUNNER_TARGET) + message(WARNING "From KF 5.104 onwards, you should call \"krunner_configure_test\" instead. This is semantically equivalent") + krunner_configure_test(${TEST_TARGET} ${RUNNER_TARGET} ${ARGN}) +endfunction() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.103.0/autotests/CMakeLists.txt new/krunner-5.104.0/autotests/CMakeLists.txt --- old/krunner-5.103.0/autotests/CMakeLists.txt 2023-02-05 10:25:58.000000000 +0100 +++ new/krunner-5.104.0/autotests/CMakeLists.txt 2023-03-04 11:07:53.000000000 +0100 @@ -59,6 +59,6 @@ ) include(../KF5KRunnerMacros.cmake) -configure_krunner_test(dbusrunnertest testremoterunner DESKTOP_FILE "${CMAKE_CURRENT_SOURCE_DIR}/dbusrunnertest.desktop") -configure_krunner_test(runnermanagersinglerunnermodetest testremoterunner DESKTOP_FILE "${CMAKE_CURRENT_SOURCE_DIR}/dbusrunnertest.desktop") -configure_krunner_test(runnermanagertest testremoterunner DESKTOP_FILE "${CMAKE_CURRENT_SOURCE_DIR}/dbusrunnertest.desktop") +krunner_configure_test(dbusrunnertest testremoterunner DESKTOP_FILE "${CMAKE_CURRENT_SOURCE_DIR}/dbusrunnertest.desktop") +krunner_configure_test(runnermanagersinglerunnermodetest testremoterunner DESKTOP_FILE "${CMAKE_CURRENT_SOURCE_DIR}/dbusrunnertest.desktop") +krunner_configure_test(runnermanagertest testremoterunner DESKTOP_FILE "${CMAKE_CURRENT_SOURCE_DIR}/dbusrunnertest.desktop") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.103.0/src/data/servicetypes/plasma-runner.desktop new/krunner-5.104.0/src/data/servicetypes/plasma-runner.desktop --- old/krunner-5.103.0/src/data/servicetypes/plasma-runner.desktop 2023-02-05 10:25:58.000000000 +0100 +++ new/krunner-5.104.0/src/data/servicetypes/plasma-runner.desktop 2023-03-04 11:07:53.000000000 +0100 @@ -8,6 +8,7 @@ Comment=KRunner plugin Comment[ar]=Ù ÙØÙØ© «٠شغÙÙÙ» Comment[az]=KRunner uzantısı +Comment[be]=УбÑдова KRunner Comment[bg]=ÐÑиÑÑавка KRunner Comment[bs]=PrikljuÄak za KRunner Comment[ca]=Connector del KRunner diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.103.0/templates/runner/runner.kdevtemplate new/krunner-5.104.0/templates/runner/runner.kdevtemplate --- old/krunner-5.103.0/templates/runner/runner.kdevtemplate 2023-02-05 10:25:58.000000000 +0100 +++ new/krunner-5.104.0/templates/runner/runner.kdevtemplate 2023-03-04 11:07:53.000000000 +0100 @@ -3,6 +3,7 @@ Name=C++ Name[ar]=سÙ++ Name[az]=C++ +Name[be]=C++ Name[bg]=C++ Name[ca]=C++ Name[ca@valencia]=C++ @@ -50,6 +51,7 @@ Comment=Plasma Runner Template. A plasma runner template Comment[ar]=ÙØ§Ùب «٠شغÙÙ Ø¨ÙØ§Ø²Ù ا». ÙØ§Ùب ÙÙâ«٠شغÙÙ Ø¨ÙØ§Ø²Ù ا» Comment[az]=Plasma baÅlatma sÉtri üçün uzantıların Åablonu +Comment[be]=Шаблон Plasma Runner. Шаблон plasma runner Comment[bg]=Plasma Runner Ñаблон Comment[ca]=Plantilla de Runner del Plasma. Una plantilla de «Runner» per al Plasma Comment[ca@valencia]=Plantilla de Runner de Plasma. Una plantilla de «Runner» per a Plasma @@ -91,7 +93,7 @@ Comment[uk]=Шаблон заÑÐ¾Ð±Ñ Ð·Ð°Ð¿ÑÑÐºÑ Ðлазми Comment[vi]=Bản mẫu trình chạy Plasma. Má»t bản mẫu trình chạy Plasma Comment[x-test]=xxPlasma Runner Template. A plasma runner templatexx -Comment[zh_CN]=Plasma è¿è¡å¨æ¨¡æ¿ãä¸ä¸ª plasma è¿è¡å¨æ¨¡æ¿ +Comment[zh_CN]=Plasma Runner 模æ¿ãä¸ä¸ª Plasma Runner æ¨¡æ¿ Comment[zh_TW]=Plasma Runner ç¯æ¬ãä¸å plasma runner çç¯æ¬ Category=Plasma/KRunner Icon=runner.png diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.103.0/templates/runnerpython/runnerpy.kdevtemplate new/krunner-5.104.0/templates/runnerpython/runnerpy.kdevtemplate --- old/krunner-5.103.0/templates/runnerpython/runnerpy.kdevtemplate 2023-02-05 10:25:58.000000000 +0100 +++ new/krunner-5.104.0/templates/runnerpython/runnerpy.kdevtemplate 2023-03-04 11:07:53.000000000 +0100 @@ -2,6 +2,7 @@ Name=Python KRunner Plugin Name[ar]=Ù ÙØÙØ© ٠شغÙÙÙ ÙØ¨Ø§ÙØ«ÙÙ Name[az]=Python KRunner qoÅması +Name[be]=УбÑдова KRunner на Python Name[bg]=ÐÑиÑÑавка на Python KRunner Name[ca]=Connector Python del KRunner Name[ca@valencia]=Connector Python de KRunner @@ -42,6 +43,7 @@ Comment=Template for a KRunner Python Plugin using D-Bus Comment[ar]=ÙØ§Ùب ÙÙ ÙØÙ Ø¨Ø§ÙØ«ÙÙ Ù٠شغÙ٠باستخدا٠D-Bus Comment[az]=D-Bus ilÉ istifadÉ olunan KRunner Python QoÅması üçün nümunÉ +Comment[be]=Шаблон Ð´Ð»Ñ ÑбÑÐ´Ð¾Ð²Ñ KRunner на Python, ÑÐºÐ°Ñ Ð²ÑкаÑÑÑÑоÑвае D-Bus Comment[bg]=Шаблон за KRunner Python Plugin Ð¸Ð·Ð¿Ð¾Ð»Ð·Ð²Ð°Ñ D-Bus Comment[ca]=Plantilla per a un connector Python del KRunner usant D-Bus Comment[ca@valencia]=Plantilla per a un connector Python de KRunner utilitzant D-Bus
