Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ktp-contact-runner for openSUSE:Factory checked in at 2022-04-23 19:46:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ktp-contact-runner (Old) and /work/SRC/openSUSE:Factory/.ktp-contact-runner.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ktp-contact-runner" Sat Apr 23 19:46:32 2022 rev:37 rq:971557 version:22.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ktp-contact-runner/ktp-contact-runner.changes 2022-03-04 20:19:59.996724170 +0100 +++ /work/SRC/openSUSE:Factory/.ktp-contact-runner.new.1538/ktp-contact-runner.changes 2022-04-23 19:48:03.307132339 +0200 @@ -1,0 +2,23 @@ +Mon Apr 18 07:52:25 UTC 2022 - Christophe Giboudeaux <[email protected]> + +- Update to 22.04.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/22.04.0/ + +------------------------------------------------------------------- +Fri Apr 8 18:21:04 UTC 2022 - Christophe Giboudeaux <[email protected]> + +- Update to 22.03.90 + * New feature release + +------------------------------------------------------------------- +Wed Mar 23 08:14:49 UTC 2022 - Christophe Giboudeaux <[email protected]> + +- Update to 22.03.80 + * New feature release +- Changes since 21.12.3: + * build: Pass the version to project() + * Add CI + +------------------------------------------------------------------- Old: ---- ktp-contact-runner-21.12.3.tar.xz ktp-contact-runner-21.12.3.tar.xz.sig New: ---- ktp-contact-runner-22.04.0.tar.xz ktp-contact-runner-22.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ktp-contact-runner.spec ++++++ --- /var/tmp/diff_new_pack.E9HK6n/_old 2022-04-23 19:48:03.895133038 +0200 +++ /var/tmp/diff_new_pack.E9HK6n/_new 2022-04-23 19:48:03.899133043 +0200 @@ -20,7 +20,7 @@ %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: ktp-contact-runner -Version: 21.12.3 +Version: 22.04.0 Release: 0 Summary: Telepathy Krunner plugin License: LGPL-2.1-or-later ++++++ ktp-contact-runner-21.12.3.tar.xz -> ktp-contact-runner-22.04.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktp-contact-runner-21.12.3/.gitlab-ci.yml new/ktp-contact-runner-22.04.0/.gitlab-ci.yml --- old/ktp-contact-runner-21.12.3/.gitlab-ci.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/ktp-contact-runner-22.04.0/.gitlab-ci.yml 2022-04-12 23:11:17.000000000 +0200 @@ -0,0 +1,6 @@ +# SPDX-FileCopyrightText: None +# SPDX-License-Identifier: CC0-1.0 + +include: + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktp-contact-runner-21.12.3/.kde-ci.yml new/ktp-contact-runner-22.04.0/.kde-ci.yml --- old/ktp-contact-runner-21.12.3/.kde-ci.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/ktp-contact-runner-22.04.0/.kde-ci.yml 2022-04-12 23:11:17.000000000 +0200 @@ -0,0 +1,10 @@ +# SPDX-FileCopyrightText: None +# SPDX-License-Identifier: CC0-1.0 + +Dependencies: +- 'on': ['@all'] + 'require': + 'frameworks/ki18n': '@stable' + 'frameworks/kservice': '@stable' + 'frameworks/krunner': '@stable' + 'network/ktp-common-internals': '@same' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktp-contact-runner-21.12.3/CMakeLists.txt new/ktp-contact-runner-22.04.0/CMakeLists.txt --- old/ktp-contact-runner-21.12.3/CMakeLists.txt 2022-03-01 01:15:17.000000000 +0100 +++ new/ktp-contact-runner-22.04.0/CMakeLists.txt 2022-04-15 02:19:52.000000000 +0200 @@ -1,21 +1,17 @@ -project(KTPContactRunner) - -cmake_minimum_required(VERSION 2.8.12) - -include(FeatureSummary) +cmake_minimum_required(VERSION 3.16) # KDE Application Version, managed by release script -set(RELEASE_SERVICE_VERSION_MAJOR "21") -set(RELEASE_SERVICE_VERSION_MINOR "12") -set(RELEASE_SERVICE_VERSION_MICRO "3") +set(RELEASE_SERVICE_VERSION_MAJOR "22") +set(RELEASE_SERVICE_VERSION_MINOR "04") +set(RELEASE_SERVICE_VERSION_MICRO "0") set(KTP_CONTACT_RUNNER_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") -set(IS_KTP_INTERNAL_MODULE TRUE) + +project(KTPContactRunner VERSION ${KTP_CONTACT_RUNNER_VERSION}) find_package(ECM 1.0.0 REQUIRED NO_MODULE) set (CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} ${CMAKE_MODULE_PATH} ) -cmake_policy(SET CMP0002 OLD) # Find the required Libaries find_package (Qt5 REQUIRED CONFIG COMPONENTS Widgets Core DBus Network) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktp-contact-runner-21.12.3/po/ca@valencia/plasma_runner_ktp_contacts.po new/ktp-contact-runner-22.04.0/po/ca@valencia/plasma_runner_ktp_contacts.po --- old/ktp-contact-runner-21.12.3/po/ca@valencia/plasma_runner_ktp_contacts.po 2022-03-01 01:15:17.000000000 +0100 +++ new/ktp-contact-runner-22.04.0/po/ca@valencia/plasma_runner_ktp_contacts.po 2022-04-15 02:19:52.000000000 +0200 @@ -24,7 +24,7 @@ #: src/contactrunner.cpp:68 #, kde-format msgid "Finds all IM contacts matching :q:." -msgstr "Cerca tots els contactes de MI que coincidisquen amb :q:." +msgstr "Busca tots els contactes de MI que coincidisquen amb :q:." #: src/contactrunner.cpp:69 #, kde-format @@ -32,34 +32,34 @@ "Finds all contacts matching :q: that are capable of text chats (default " "behavior)" msgstr "" -"Cerca tots els contactes que coincidisquen amb :q: que puguen fer xats de " +"Busca tots els contactes que coincidisquen amb :q: que puguen fer xats de " "text (comportament per defecte)" #: src/contactrunner.cpp:70 #, kde-format msgid "" -"Finds all contacts matching :q: that are capable of audio call and uses " -"audio calls as default action." +"Finds all contacts matching :q: that are capable of audio call and uses audio " +"calls as default action." msgstr "" -"Cerca tots els contactes que coincidisquen amb :q: que puguen fer xats " -"d'??udio i usin les trucades d'??udio com a acci?? per defecte." +"Busca tots els contactes que coincidisquen amb :q: que puguen fer xats " +"d'??udio i utilitzen les trucades d'??udio com a acci?? per defecte." #: src/contactrunner.cpp:71 #, kde-format msgid "" -"Finds all contacts matching :q: that are capable of video call and uses " -"video calls as default action." +"Finds all contacts matching :q: that are capable of video call and uses video " +"calls as default action." msgstr "" -"Cerca tots els contactes que coincidisquen amb :q: que puguen fer xats de " -"v??deo i usin les trucades de v??deo com a acci?? per defecte." +"Busca tots els contactes que coincidisquen amb :q: que puguen fer xats de " +"v??deo i utilitzen les trucades de v??deo com a acci?? per defecte." #: src/contactrunner.cpp:72 #, kde-format msgid "" -"Finds all contacts matching :q: that are capable of receiving files and " -"sends file as default action." +"Finds all contacts matching :q: that are capable of receiving files and sends " +"file as default action." msgstr "" -"Cerca tots els contactes que coincidisquen amb :q: que puguen rebre/enviar " +"Busca tots els contactes que coincidisquen amb :q: que puguen rebre/enviar " "fitxers com a acci?? per defecte." #: src/contactrunner.cpp:73 @@ -68,7 +68,7 @@ "Finds all contacts matching :q: that are capable of sharing desktop and sets " "desktop sharing as default action." msgstr "" -"Cerca tots els contactes que coincidisquen amb :q: que puguen compartir " +"Busca tots els contactes que coincidisquen amb :q: que puguen compartir " "l'escriptori i establisquen la compartici?? d'escriptori com a acci?? per " "defecte." @@ -151,7 +151,7 @@ #: src/contactrunner.cpp:100 #, kde-format msgid "Send file(s)" -msgstr "Envia fitxer/s" +msgstr "Envia fitxers" #: src/contactrunner.cpp:101 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktp-contact-runner-21.12.3/po/zh_CN/plasma_runner_ktp_contacts.po new/ktp-contact-runner-22.04.0/po/zh_CN/plasma_runner_ktp_contacts.po --- old/ktp-contact-runner-21.12.3/po/zh_CN/plasma_runner_ktp_contacts.po 2022-03-01 01:15:17.000000000 +0100 +++ new/ktp-contact-runner-22.04.0/po/zh_CN/plasma_runner_ktp_contacts.po 2022-04-15 02:19:52.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-10-11 02:24+0200\n" -"PO-Revision-Date: 2022-02-26 05:19\n" +"PO-Revision-Date: 2022-04-14 15:37\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"
