Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ktp-kded-module for openSUSE:Factory 
checked in at 2022-04-24 00:19:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktp-kded-module (Old)
 and      /work/SRC/openSUSE:Factory/.ktp-kded-module.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktp-kded-module"

Sun Apr 24 00:19:44 2022 rev:37 rq:971560 version:22.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktp-kded-module/ktp-kded-module.changes  
2022-03-04 20:16:33.952789707 +0100
+++ 
/work/SRC/openSUSE:Factory/.ktp-kded-module.new.1538/ktp-kded-module.changes    
    2022-04-24 00:20:13.980290823 +0200
@@ -1,0 +2,23 @@
+Mon Apr 18 07:52:27 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- 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:08 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 22.03.90
+  * New feature release
+
+-------------------------------------------------------------------
+Wed Mar 23 08:14:51 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 22.03.80
+  * New feature release
+- Changes since 21.12.3:
+  * build: Pass the version to project()
+  * Add CI
+
+-------------------------------------------------------------------

Old:
----
  ktp-kded-module-21.12.3.tar.xz
  ktp-kded-module-21.12.3.tar.xz.sig

New:
----
  ktp-kded-module-22.04.0.tar.xz
  ktp-kded-module-22.04.0.tar.xz.sig

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

Other differences:
------------------
++++++ ktp-kded-module.spec ++++++
--- /var/tmp/diff_new_pack.Db3PuQ/_old  2022-04-24 00:20:14.580291276 +0200
+++ /var/tmp/diff_new_pack.Db3PuQ/_new  2022-04-24 00:20:14.584291279 +0200
@@ -20,7 +20,7 @@
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           ktp-kded-module
-Version:        21.12.3
+Version:        22.04.0
 Release:        0
 Summary:        KDED module that manages the telepathy interactions with the 
KDE Desktop
 License:        LGPL-2.1-or-later


++++++ ktp-kded-module-21.12.3.tar.xz -> ktp-kded-module-22.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-kded-module-21.12.3/.gitlab-ci.yml 
new/ktp-kded-module-22.04.0/.gitlab-ci.yml
--- old/ktp-kded-module-21.12.3/.gitlab-ci.yml  1970-01-01 01:00:00.000000000 
+0100
+++ new/ktp-kded-module-22.04.0/.gitlab-ci.yml  2022-04-12 23:11:19.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-kded-module-21.12.3/.kde-ci.yml 
new/ktp-kded-module-22.04.0/.kde-ci.yml
--- old/ktp-kded-module-21.12.3/.kde-ci.yml     1970-01-01 01:00:00.000000000 
+0100
+++ new/ktp-kded-module-22.04.0/.kde-ci.yml     2022-04-12 23:11:19.000000000 
+0200
@@ -0,0 +1,18 @@
+# SPDX-FileCopyrightText: None
+# SPDX-License-Identifier: CC0-1.0
+
+Dependencies:
+- 'on': ['@all']
+  'require':
+    'frameworks/extra-cmake-modules': '@stable'
+    'frameworks/kconfig': '@stable'
+    'frameworks/kconfigwidgets': '@stable'
+    'frameworks/kdbusaddons': '@stable'
+    'frameworks/kwidgetaddons': '@stable'
+    'frameworks/ki18n': '@stable'
+    'frameworks/kio': '@stable'
+    'frameworks/knotifications': '@stable'
+    'frameworks/kidletime': '@stable'
+    'frameworks/kcmutils': '@stable'
+    'frameworks/kactivities': '@stable'
+    'network/ktp-common-internals': '@same'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-kded-module-21.12.3/CMakeLists.txt 
new/ktp-kded-module-22.04.0/CMakeLists.txt
--- old/ktp-kded-module-21.12.3/CMakeLists.txt  2022-03-01 01:15:24.000000000 
+0100
+++ new/ktp-kded-module-22.04.0/CMakeLists.txt  2022-04-15 02:19:59.000000000 
+0200
@@ -1,16 +1,12 @@
-project(ktp-kded-integration-module)
-
-cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
+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_KDED_MODULE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
-cmake_policy(SET CMP0002 OLD)
-
-set(IS_KTP_INTERNAL_MODULE TRUE)
+project(ktp-kded-integration-module VERSION ${KTP_KDED_MODULE_VERSION})
 
 find_package(ECM 1.3.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_MODULE_PATH})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-21.12.3/cmake/modules/COPYING-CMAKE-SCRIPTS 
new/ktp-kded-module-22.04.0/cmake/modules/COPYING-CMAKE-SCRIPTS
--- old/ktp-kded-module-21.12.3/cmake/modules/COPYING-CMAKE-SCRIPTS     
2022-02-27 18:52:51.000000000 +0100
+++ new/ktp-kded-module-22.04.0/cmake/modules/COPYING-CMAKE-SCRIPTS     
1970-01-01 01:00:00.000000000 +0100
@@ -1,22 +0,0 @@
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-
-1. Redistributions of source code must retain the copyright
-   notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the copyright
-   notice, this list of conditions and the following disclaimer in the
-   documentation and/or other materials provided with the distribution.
-3. The name of the author may not be used to endorse or promote products 
-   derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-kded-module-21.12.3/cmake/modules/FindKTp.cmake 
new/ktp-kded-module-22.04.0/cmake/modules/FindKTp.cmake
--- old/ktp-kded-module-21.12.3/cmake/modules/FindKTp.cmake     2022-02-27 
18:52:51.000000000 +0100
+++ new/ktp-kded-module-22.04.0/cmake/modules/FindKTp.cmake     1970-01-01 
01:00:00.000000000 +0100
@@ -1,38 +0,0 @@
-# Try to find the KTp library
-# KTP_FOUND
-# KTP_INCLUDE_DIR
-# KTP_LIBRARIES
-# KTP_MODELS_LIBRARIES
-# KTP_WIDGETS_LIBRARIES
-
-# Copyright (c) 2011, Dario Freddi <d...@kde.org>
-#
-# Redistribution and use is allowed according to the terms of the BSD license.
-# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
-
-if (NOT IS_KTP_INTERNAL_MODULE)
-   message (FATAL_ERROR "KTp can be used just from internal components at this 
time")
-endif (NOT IS_KTP_INTERNAL_MODULE)
-
-SET (KTP_FIND_REQUIRED ${KTp_FIND_REQUIRED})
-if (KTP_INCLUDE_DIRS AND KTP_LIBRARIES)
-  # Already in cache, be silent
-  set(KTP_FIND_QUIETLY TRUE)
-endif (KTP_INCLUDE_DIRS AND KTP_LIBRARIES)
-
-find_path(KTP_INCLUDE_DIR
-  NAMES KTp/presence.h
-  PATHS ${KDE4_INCLUDE_DIR}
-)
-
-find_library(KTP_LIBRARIES NAMES ktpcommoninternalsprivate )
-find_library(KTP_MODELS_LIBRARIES NAMES ktpmodelsprivate )
-find_library(KTP_WIDGETS_LIBRARIES NAMES ktpwidgetsprivate )
-
-include(FindPackageHandleStandardArgs)
-FIND_PACKAGE_HANDLE_STANDARD_ARGS(KTp DEFAULT_MSG
-                                  KTP_LIBRARIES
-                                  KTP_MODELS_LIBRARIES
-                                  KTP_INCLUDE_DIR)
-
-mark_as_advanced(KTP_INCLUDE_DIRS KTP_LIBRARIES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-21.12.3/config/kcm_ktp_integration_module.desktop 
new/ktp-kded-module-22.04.0/config/kcm_ktp_integration_module.desktop
--- old/ktp-kded-module-21.12.3/config/kcm_ktp_integration_module.desktop       
2022-02-27 18:52:51.000000000 +0100
+++ new/ktp-kded-module-22.04.0/config/kcm_ktp_integration_module.desktop       
2022-04-12 23:11:19.000000000 +0200
@@ -65,7 +65,7 @@
 Comment=General settings for Instant Messaging and VoIP
 Comment[bs]=Op??te postavke za instant poruke i  VoIP
 Comment[ca]=Arranjament general per a la missatgeria instant??nia i VoIP
-Comment[ca@valencia]=Arranjament general per a la missatgeria instant??nia i 
VoIP
+Comment[ca@valencia]=Configuraci?? general per a la missatgeria instant??nia i 
VoIP
 Comment[cs]=Obecn?? nastaven?? pro IM a VOIP
 Comment[da]=Generelle indstillinger for instant messaging og VoIP
 Comment[de]=Allgemeine Einstellungen f??r Instant Messaging und VoIP
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-21.12.3/ktp_integration_module.desktop 
new/ktp-kded-module-22.04.0/ktp_integration_module.desktop
--- old/ktp-kded-module-21.12.3/ktp_integration_module.desktop  2022-02-27 
18:52:51.000000000 +0100
+++ new/ktp-kded-module-22.04.0/ktp_integration_module.desktop  2022-04-12 
23:11:19.000000000 +0200
@@ -56,7 +56,7 @@
 Comment=Module providing deeper integration of Instant Messaging with KDE.
 Comment[bs]=Modul koji daje dublju integraciju instant poruka s KDE.
 Comment[ca]=M??dul que proporciona una integraci?? m??s gran de la missatgeria 
instant??nia amb el KDE.
-Comment[ca@valencia]=M??dul que proporciona una integraci?? m??s gran de la 
missatgeria instant??nia amb el KDE.
+Comment[ca@valencia]=M??dul que proporciona una integraci?? m??s gran de la 
missatgeria instant??nia amb KDE.
 Comment[cs]=Modul poskytuj??c?? hlub???? integraci komunik??toru s KDE.
 Comment[da]=Modul som giver dybere integration af instant messaging i KDE
 Comment[de]=Modul, das eine tiefergehende Integration von Instant Messaging in 
KDE bietet.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-21.12.3/po/ca@valencia/kded_ktp_integration_module.po 
new/ktp-kded-module-22.04.0/po/ca@valencia/kded_ktp_integration_module.po
--- old/ktp-kded-module-21.12.3/po/ca@valencia/kded_ktp_integration_module.po   
2022-03-01 01:15:24.000000000 +0100
+++ new/ktp-kded-module-22.04.0/po/ca@valencia/kded_ktp_integration_module.po   
2022-04-15 02:19:59.000000000 +0200
@@ -33,10 +33,10 @@
 #: config/telepathy-kded-config.cpp:40
 #, kde-format
 msgid ""
-"<p><strong>%tr+&lt;val&gt;</strong>: Countdown to 0 from <strong>&lt;val&gt;"
-"</strong> minutes. e.g. %tr+30</p>"
+"<p><strong>%tr+&lt;val&gt;</strong>: Countdown to 0 from 
<strong>&lt;val&gt;</"
+"strong> minutes. e.g. %tr+30</p>"
 msgstr ""
-"<p><strong>%tr+&lt;val&gt;</strong>: Compte arrere fins a 0 des de "
+"<p><strong>%tr+&lt;val&gt;</strong>: Compte enrere fins a 0 des de "
 "<strong>&lt;val&gt;</strong> minuts. P. ex. %tr+30</p>"
 
 #: config/telepathy-kded-config.cpp:41
@@ -66,12 +66,12 @@
 #, kde-format
 msgid ""
 "<p><strong>%te+[&lt;val&gt;]</strong>: Time elapsed from message activation. "
-"Append an initial elapsed time &quot;&lt;val&gt;&quot; in minutes. e.g. %te"
-"+5</p>"
+"Append an initial elapsed time &quot;&lt;val&gt;&quot; in minutes. e.g. "
+"%te+5</p>"
 msgstr ""
-"<p><strong>%te+[&lt;val&gt;]</strong>: Temps transcorregut des de "
-"l'activaci?? del missatge. Afig un temps transcorregut inicial &quot;&lt;"
-"val&gt;&quot; en minuts. P. ex. %te+5</p>"
+"<p><strong>%te+[&lt;val&gt;]</strong>: Temps transcorregut des de 
l'activaci?? "
+"del missatge. Afig un temps transcorregut inicial &quot;&lt;val&gt;&quot; en "
+"minuts. P. ex. %te+5</p>"
 
 #: config/telepathy-kded-config.cpp:44
 #, kde-format
@@ -82,8 +82,8 @@
 #, kde-format
 msgid "<p><strong>%artist</strong>: Now Playing track or album artist.</p>"
 msgstr ""
-"<p><strong>%artist</strong>: Artista de la pe??a o de l'??lbum en 
reproducci??."
-"</p>"
+"<p><strong>%artist</strong>: Artista de la pe??a o de l'??lbum en 
reproducci??.</"
+"p>"
 
 #: config/telepathy-kded-config.cpp:46
 #, kde-format
@@ -135,36 +135,35 @@
 msgstr ""
 "<p><strong>%tx+&lt;val&gt;</strong>: Ven?? el missatge d'estat despr??s de "
 "<strong>&lt;val&gt;</strong> minuts, o quan el reproductor actiu de pe??a en "
-"reproducci?? s'atura (<strong>val = np</strong>). p. ex. %tx+20, %tx+np</p>"
+"reproducci?? s'para (<strong>val = np</strong>). p. ex. %tx+20, %tx+np</p>"
 
 #: config/telepathy-kded-config.cpp:51
 #, kde-format
 msgid ""
 "<p><strong>%xm+&quot;&lt;val&gt;&quot;</strong>: Specify a message to follow "
-"%tr, %time, %utc, and %tx token expiry. e.g. %xm+&quot;Back %time. %tx+3 %xm"
-"+&quot;Running late&quot;&quot;</p>"
+"%tr, %time, %utc, and %tx token expiry. e.g. %xm+&quot;Back %time. %tx+3 "
+"%xm+&quot;Running late&quot;&quot;</p>"
 msgstr ""
 "<p><strong>%xm+&quot;&lt;val&gt;&quot;</strong>: Especifica un missatge que "
-"segu??sca el venciment dels s??mbols %tr, %time, %utc, i %tx. p. ex. 
%xm+&quot;"
+"seguisca el venciment dels s??mbols %tr, %time, %utc, i %tx. p. ex. 
%xm+&quot;"
 "Tornar?? %time. %tx+3 %xm+&quot;Faig tard&quot;&quot;</p>"
 
 #: config/telepathy-kded-config.cpp:52
 #, kde-format
 msgid ""
-"<p><strong>%tf+&quot;&lt;val&gt;&quot;</strong>: Specify the format for "
-"local time using QDateTime::toString() expressions. e.g. %tf+&quot;h:mm AP "
-"t&quot;</p>"
+"<p><strong>%tf+&quot;&lt;val&gt;&quot;</strong>: Specify the format for local 
"
+"time using QDateTime::toString() expressions. e.g. %tf+&quot;h:mm AP 
t&quot;</"
+"p>"
 msgstr ""
 "<p><strong>%tf+&quot;&lt;val&gt;&quot;</strong>: Especifica el format per a "
-"l'hora local usant les expressions de QDateTime::toString(). P. ex. %tf"
-"+&quot;h:mm AP t&quot;</p>"
+"l'hora local usant les expressions de QDateTime::toString(). P. ex. 
%tf+&quot;"
+"h:mm AP t&quot;</p>"
 
 #: config/telepathy-kded-config.cpp:53
 #, kde-format
 msgid ""
 "<p><strong>%uf+&quot;&lt;val&gt;&quot;</strong>: Specify the format for UTC "
-"time using QDateTime::toString() expressions. e.g. %uf+&quot;hh:mm t&quot;</"
-"p>"
+"time using QDateTime::toString() expressions. e.g. %uf+&quot;hh:mm 
t&quot;</p>"
 msgstr ""
 "<p><strong>%uf+&lt;val&gt;</strong>: Especifica el format per a l'hora UTC "
 "usant les expressions de QDateTime::toString(). P. ex. %uf+&quot;h:mm AP "
@@ -185,9 +184,9 @@
 "<p>Using tokens requires the Telepathy KDED module to be loaded. Tokens can "
 "be escaped by prepending a backslash character, e.g. &#92;%sp</p>"
 msgstr ""
-"<p>L'??s de s??mbols requereix carregar el m??dul KDED del Telepathy. Els "
-"s??mbols es poden escapar precedint-los per un car??cter de barra inversa. P. 
"
-"ex. &#92;%sp</p>"
+"<p>L'??s de s??mbols requereix carregar el m??dul KDED de Telepathy. Els 
s??mbols "
+"es poden escapar precedint-los per un car??cter de barra inversa. P. ex. 
&#92;"
+"%sp</p>"
 
 #: config/telepathy-kded-config.cpp:74 config/telepathy-kded-config.cpp:77
 #, kde-format
@@ -213,7 +212,7 @@
 #: config/telepathy-kded-config.ui:44
 #, kde-format
 msgid "Restore last presence on login"
-msgstr "Restaura la darrera pres??ncia en connectar"
+msgstr "Restaura la ??ltima pres??ncia en connectar"
 
 #. i18n: ectx: property (text), widget (QCheckBox, m_autoOfflineCheckBox)
 #: config/telepathy-kded-config.ui:51
@@ -306,7 +305,7 @@
 #: config/telepathy-kded-config.ui:367 config/telepathy-kded-config.ui:370
 #, kde-format
 msgid "This is the folder where received files will be saved."
-msgstr "Aquesta ??s la carpeta a on es guardaran els fitxers rebuts."
+msgstr "Esta ??s la carpeta a on es guardaran els fitxers rebuts."
 
 #. i18n: ectx: property (text), widget (QCheckBox, m_autoAcceptCheckBox)
 #: config/telepathy-kded-config.ui:379
@@ -327,7 +326,7 @@
 #: contact-request-handler.cpp:198
 #, kde-format
 msgid "Error adding contact"
-msgstr "Error en afegir el contacte"
+msgstr "S'ha produ??t un error en afegir el contacte"
 
 #: contact-request-handler.cpp:199
 #, kde-format
@@ -341,7 +340,7 @@
 #: contact-request-handler.cpp:285
 #, kde-format
 msgid "Error granting contact authorization"
-msgstr "Error en atorgar l'autoritzaci?? al contacte"
+msgstr "S'ha produ??t un error en atorgar l'autoritzaci?? al contacte"
 
 #: contact-request-handler.cpp:286
 #, kde-format
@@ -361,7 +360,7 @@
 #: contact-request-handler.cpp:364
 #, kde-format
 msgid "Error denying contact request"
-msgstr "Error en denegar la sol??licitud de contacte"
+msgstr "S'ha produ??t un error en denegar la sol??licitud de contacte"
 
 #: contact-request-handler.cpp:365
 #, kde-format
@@ -428,8 +427,7 @@
 msgctxt "%1 is the account name"
 msgid "Could not connect %1. There was a network error, check your connection"
 msgstr ""
-"No s'ha pogut connectar amb %1. Hi ha un error de xarxa, comproveu la "
-"connexi??"
+"No s'ha pogut connectar amb %1. Hi ha un error de xarxa, comproveu la 
connexi??"
 
 #: error-handler.cpp:148 error-handler.cpp:150
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-21.12.3/po/ia/kded_ktp_integration_module.po 
new/ktp-kded-module-22.04.0/po/ia/kded_ktp_integration_module.po
--- old/ktp-kded-module-21.12.3/po/ia/kded_ktp_integration_module.po    
2022-03-01 01:15:24.000000000 +0100
+++ new/ktp-kded-module-22.04.0/po/ia/kded_ktp_integration_module.po    
2022-04-15 02:19:59.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 03:11+0200\n"
-"PO-Revision-Date: 2021-12-25 18:45+0100\n"
+"PO-Revision-Date: 2021-12-24 23:43+0100\n"
 "Last-Translator: giovanni <g.s...@tiscali.it>\n"
 "Language-Team: Interlingua <kde-i18n-...@kde.org>\n"
 "Language: ia\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-21.12.3/po/zh_CN/kded_ktp_integration_module.po 
new/ktp-kded-module-22.04.0/po/zh_CN/kded_ktp_integration_module.po
--- old/ktp-kded-module-21.12.3/po/zh_CN/kded_ktp_integration_module.po 
2022-03-01 01:15:24.000000000 +0100
+++ new/ktp-kded-module-22.04.0/po/zh_CN/kded_ktp_integration_module.po 
2022-04-15 02:19:59.000000000 +0200
@@ -8,8 +8,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:11+0200\n"
-"PO-Revision-Date: 2022-02-26 05:18\n"
+"POT-Creation-Date: 2019-08-30 07:46+0200\n"
+"PO-Revision-Date: 2022-04-14 15:36\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to