Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ktp-send-file for openSUSE:Factory 
checked in at 2022-12-09 16:59:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktp-send-file (Old)
 and      /work/SRC/openSUSE:Factory/.ktp-send-file.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktp-send-file"

Fri Dec  9 16:59:26 2022 rev:45 rq:1041572 version:22.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktp-send-file/ktp-send-file.changes      
2022-11-04 17:40:35.666574957 +0100
+++ /work/SRC/openSUSE:Factory/.ktp-send-file.new.1835/ktp-send-file.changes    
2022-12-09 17:01:03.752785052 +0100
@@ -1,0 +2,20 @@
+Fri Dec  2 12:26:19 UTC 2022 - Christophe Marin <[email protected]>
+
+- Update to 22.12.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.12.0/
+
+-------------------------------------------------------------------
+Sat Nov 26 16:45:56 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 22.11.90
+  * New feature release
+
+-------------------------------------------------------------------
+Sat Nov 12 08:55:04 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 22.11.80
+  * New feature release
+
+-------------------------------------------------------------------

Old:
----
  ktp-send-file-22.08.3.tar.xz
  ktp-send-file-22.08.3.tar.xz.sig

New:
----
  ktp-send-file-22.12.0.tar.xz
  ktp-send-file-22.12.0.tar.xz.sig

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

Other differences:
------------------
++++++ ktp-send-file.spec ++++++
--- /var/tmp/diff_new_pack.0xsoy5/_old  2022-12-09 17:01:04.140786972 +0100
+++ /var/tmp/diff_new_pack.0xsoy5/_new  2022-12-09 17:01:04.148787011 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ktp-send-file
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,11 +20,10 @@
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           ktp-send-file
-Version:        22.08.3
+Version:        22.12.0
 Release:        0
 Summary:        File manager plugin
 License:        LGPL-2.1-or-later
-Group:          Productivity/Networking/Instant Messenger
 URL:            
https://community.kde.org/Real-Time_Communication_and_Collaboration
 Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
 %if %{with released}
@@ -53,22 +52,20 @@
 %autosetup -p1
 
 %build
-  %cmake_kf5 -d build
-  %cmake_build
+%cmake_kf5 -d build
+%cmake_build
 
 %install
-  %kf5_makeinstall -C build
-  %if %{with released}
-    %find_lang %{name} --with-man --all-name
-  %endif
-  %fdupes %{buildroot}
+%kf5_makeinstall -C build
+
+%find_lang %{name} --with-man --all-name
+
+%fdupes %{buildroot}
 
 %files
 %license COPYING*
 %{_kf5_bindir}/ktp-send-file
 
-%if %{with released}
 %files lang -f %{name}.lang
-%endif
 
 %changelog


++++++ ktp-send-file-22.08.3.tar.xz -> ktp-send-file-22.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-send-file-22.08.3/CMakeLists.txt 
new/ktp-send-file-22.12.0/CMakeLists.txt
--- old/ktp-send-file-22.08.3/CMakeLists.txt    2022-10-30 21:42:57.000000000 
+0100
+++ new/ktp-send-file-22.12.0/CMakeLists.txt    2022-11-30 00:40:05.000000000 
+0100
@@ -2,14 +2,14 @@
 
 # KDE Application Version, managed by release script
 set (RELEASE_SERVICE_VERSION_MAJOR "22")
-set (RELEASE_SERVICE_VERSION_MINOR "08")
-set (RELEASE_SERVICE_VERSION_MICRO "3")
+set (RELEASE_SERVICE_VERSION_MINOR "12")
+set (RELEASE_SERVICE_VERSION_MICRO "0")
 set (KTP_SEND_FILE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(ktp-send-file VERSION ${KTP_SEND_FILE_VERSION})
 
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
-set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
+find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
 find_package(Qt5 5.0 REQUIRED COMPONENTS Widgets)
 find_package(KF5 5.0 REQUIRED COMPONENTS KCMUtils KIO I18n)
@@ -38,7 +38,7 @@
   KF5::KIOWidgets
 )
 
-install(TARGETS ktp-send-file ${INSTALL_TARGETS_DEFAULT_ARGS})
+install(TARGETS ktp-send-file ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
 
 ki18n_install(po)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-send-file-22.08.3/po/ka/ktp-send-file.po 
new/ktp-send-file-22.12.0/po/ka/ktp-send-file.po
--- old/ktp-send-file-22.08.3/po/ka/ktp-send-file.po    1970-01-01 
01:00:00.000000000 +0100
+++ new/ktp-send-file-22.12.0/po/ka/ktp-send-file.po    2022-11-30 
00:40:05.000000000 +0100
@@ -0,0 +1,114 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the ktp-send-file package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: ktp-send-file\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2020-01-16 03:16+0100\n"
+"PO-Revision-Date: 2022-09-12 20:30+0200\n"
+"Last-Translator: Temuri Doghonadze <[email protected]>\n"
+"Language-Team: Georgian <[email protected]>\n"
+"Language: ka\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Poedit 3.1.1\n"
+
+#, kde-format
+msgctxt "NAME OF TRANSLATORS"
+msgid "Your names"
+msgstr "Temuri Doghonadze"
+
+#, kde-format
+msgctxt "EMAIL OF TRANSLATORS"
+msgid "Your emails"
+msgstr "[email protected]"
+
+#: main.cpp:36
+#, kde-format
+msgid "Telepathy Send File"
+msgstr "ფაილის ტელეპატიურად 
გაგზავნა"
+
+#: main.cpp:38
+#, kde-format
+msgid "David Edmundson"
+msgstr "დავიდ ედმუნდსონი"
+
+#: main.cpp:38
+#, kde-format
+msgid "Author"
+msgstr "ავტორი"
+
+#: main.cpp:43
+#, kde-format
+msgid "The files to send"
+msgstr "გასაგზავნი ფაილები"
+
+#: main.cpp:43
+#, kde-format
+msgid "[files...]"
+msgstr "[ფაილები...]"
+
+#: main.cpp:52
+#, kde-format
+msgid "Select Files To Send"
+msgstr "აირჩიეთ გასაგზავნი 
ფაილები"
+
+#: mainwindow.cpp:54
+#, kde-format
+msgid "Send file - %1"
+msgstr "ფაილის გაგზავნა - %1"
+
+#: mainwindow.cpp:63
+#, kde-format
+msgid "Send files - %1"
+msgstr "ფაილების გაგზავნა - %1"
+
+#: mainwindow.cpp:65
+#, kde-format
+msgid "You are about to send these files"
+msgstr "აპირებთ ამ ფაილების 
გაგზავნას"
+
+#: mainwindow.cpp:66
+#, kde-format
+msgid "1 file selected"
+msgid_plural "%1 files selected"
+msgstr[0] "არჩეულია 1 ფაილი"
+msgstr[1] "არჩეულია %1 ფაილი"
+
+#: mainwindow.cpp:121
+#, kde-format
+msgid "Search in Contacts..."
+msgstr "კონტაქტებში ძებნა..."
+
+#: mainwindow.cpp:182
+#, kde-format
+msgid "Failed to send file"
+msgstr "ფაილის გაგზავნის შეცდომა"
+
+#: mainwindow.cpp:182
+#, kde-format
+msgid "File Transfer Failed"
+msgstr "ფაილის გადაგზავნა ვერ 
მოხერხდა"
+
+#. i18n: ectx: property (text), widget (QLabel, messageLabel)
+#: mainwindow.ui:33
+#, kde-format
+msgid "You are about to send this file"
+msgstr "აპირებთ ამ ფაილების 
გაგზავნას"
+
+#. i18n: ectx: property (text), widget (QLabel, filesInfoLabel)
+#: mainwindow.ui:84
+#, kde-format
+msgid "Files info"
+msgstr "ინფორმაცია ფალების 
შესახებ"
+
+#. i18n: ectx: property (text), widget (QLabel, label)
+#: mainwindow.ui:134
+#, kde-format
+msgid "Select a recipient"
+msgstr "აირჩიეთ მიმღები"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-send-file-22.08.3/po/sr@ijekavian/ktp-send-file.po 
new/ktp-send-file-22.12.0/po/sr@ijekavian/ktp-send-file.po
--- old/ktp-send-file-22.08.3/po/sr@ijekavian/ktp-send-file.po  1970-01-01 
01:00:00.000000000 +0100
+++ new/ktp-send-file-22.12.0/po/sr@ijekavian/ktp-send-file.po  2022-11-30 
00:40:05.000000000 +0100
@@ -0,0 +1,118 @@
+# Translation of ktp-send-file.po into Serbian.
+# Mladen Pejakovic <[email protected]>, 2012.
+# Chusslove Illich <[email protected]>, 2012, 2013, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: ktp-send-file\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2020-01-16 03:16+0100\n"
+"PO-Revision-Date: 2014-11-15 18:31+0100\n"
+"Last-Translator: Chusslove Illich <[email protected]>\n"
+"Language-Team: Serbian <[email protected]>\n"
+"Language: sr@ijekavian\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
+"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Accelerator-Marker: &\n"
+"X-Text-Markup: kde4\n"
+"X-Environment: kde\n"
+
+#, kde-format
+msgctxt "NAME OF TRANSLATORS"
+msgid "Your names"
+msgstr "Младен Пејаковић"
+
+#, kde-format
+msgctxt "EMAIL OF TRANSLATORS"
+msgid "Your emails"
+msgstr "[email protected]"
+
+#: main.cpp:36
+#, kde-format
+msgid "Telepathy Send File"
+msgstr "Телепатијско слање фајла"
+
+#: main.cpp:38
+#, kde-format
+msgid "David Edmundson"
+msgstr "Дејвид Едмундсон"
+
+#: main.cpp:38
+#, kde-format
+msgid "Author"
+msgstr "Аутор"
+
+#: main.cpp:43
+#, kde-format
+msgid "The files to send"
+msgstr "Фајлови за слање"
+
+#: main.cpp:43
+#, kde-format
+msgid "[files...]"
+msgstr "[фајлови...]"
+
+# >> @title:window
+#: main.cpp:52
+#, kde-format
+msgid "Select Files To Send"
+msgstr "Избор фајлова за слање"
+
+#: mainwindow.cpp:54
+#, kde-format
+msgid "Send file - %1"
+msgstr "Слање фајла — %1"
+
+#: mainwindow.cpp:63
+#, kde-format
+msgid "Send files - %1"
+msgstr "Слање фајлова — %1"
+
+#: mainwindow.cpp:65
+#, kde-format
+msgid "You are about to send these files"
+msgstr "Послаћете ове фајлове"
+
+#: mainwindow.cpp:66
+#, kde-format
+msgid "1 file selected"
+msgid_plural "%1 files selected"
+msgstr[0] "%1 фајл изабран"
+msgstr[1] "%1 фајла изабрана"
+msgstr[2] "%1 фајлова изабрано"
+msgstr[3] "1 фајл изабран"
+
+#: mainwindow.cpp:121
+#, kde-format
+msgid "Search in Contacts..."
+msgstr "Тражи у контактима..."
+
+#: mainwindow.cpp:182
+#, kde-format
+msgid "Failed to send file"
+msgstr "Неуспјех слања фајла"
+
+#: mainwindow.cpp:182
+#, kde-format
+msgid "File Transfer Failed"
+msgstr "Пренос фајла није успио"
+
+#. i18n: ectx: property (text), widget (QLabel, messageLabel)
+#: mainwindow.ui:33
+#, kde-format
+msgid "You are about to send this file"
+msgstr "Послаћете овај фајл"
+
+#. i18n: ectx: property (text), widget (QLabel, filesInfoLabel)
+#: mainwindow.ui:84
+#, kde-format
+msgid "Files info"
+msgstr "Подаци о фајловима"
+
+#. i18n: ectx: property (text), widget (QLabel, label)
+#: mainwindow.ui:134
+#, kde-format
+msgid "Select a recipient"
+msgstr "Изаберите примаоца"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-send-file-22.08.3/po/sr@ijekavianlatin/ktp-send-file.po 
new/ktp-send-file-22.12.0/po/sr@ijekavianlatin/ktp-send-file.po
--- old/ktp-send-file-22.08.3/po/sr@ijekavianlatin/ktp-send-file.po     
1970-01-01 01:00:00.000000000 +0100
+++ new/ktp-send-file-22.12.0/po/sr@ijekavianlatin/ktp-send-file.po     
2022-11-30 00:40:05.000000000 +0100
@@ -0,0 +1,118 @@
+# Translation of ktp-send-file.po into Serbian.
+# Mladen Pejakovic <[email protected]>, 2012.
+# Chusslove Illich <[email protected]>, 2012, 2013, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: ktp-send-file\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2020-01-16 03:16+0100\n"
+"PO-Revision-Date: 2014-11-15 18:31+0100\n"
+"Last-Translator: Chusslove Illich <[email protected]>\n"
+"Language-Team: Serbian <[email protected]>\n"
+"Language: sr@ijekavianlatin\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
+"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Accelerator-Marker: &\n"
+"X-Text-Markup: kde4\n"
+"X-Environment: kde\n"
+
+#, kde-format
+msgctxt "NAME OF TRANSLATORS"
+msgid "Your names"
+msgstr "Mladen Pejaković"
+
+#, kde-format
+msgctxt "EMAIL OF TRANSLATORS"
+msgid "Your emails"
+msgstr "[email protected]"
+
+#: main.cpp:36
+#, kde-format
+msgid "Telepathy Send File"
+msgstr "Telepathy slanje fajla"
+
+#: main.cpp:38
+#, kde-format
+msgid "David Edmundson"
+msgstr "Dejvid Edmundson"
+
+#: main.cpp:38
+#, kde-format
+msgid "Author"
+msgstr "Autor"
+
+#: main.cpp:43
+#, kde-format
+msgid "The files to send"
+msgstr "Fajlovi za slanje"
+
+#: main.cpp:43
+#, kde-format
+msgid "[files...]"
+msgstr "[fajlovi...]"
+
+# >> @title:window
+#: main.cpp:52
+#, kde-format
+msgid "Select Files To Send"
+msgstr "Izbor fajlova za slanje"
+
+#: mainwindow.cpp:54
+#, kde-format
+msgid "Send file - %1"
+msgstr "Slanje fajla — %1"
+
+#: mainwindow.cpp:63
+#, kde-format
+msgid "Send files - %1"
+msgstr "Slanje fajlova — %1"
+
+#: mainwindow.cpp:65
+#, kde-format
+msgid "You are about to send these files"
+msgstr "Poslaćete ove fajlove"
+
+#: mainwindow.cpp:66
+#, kde-format
+msgid "1 file selected"
+msgid_plural "%1 files selected"
+msgstr[0] "%1 fajl izabran"
+msgstr[1] "%1 fajla izabrana"
+msgstr[2] "%1 fajlova izabrano"
+msgstr[3] "1 fajl izabran"
+
+#: mainwindow.cpp:121
+#, kde-format
+msgid "Search in Contacts..."
+msgstr "Traži u kontaktima..."
+
+#: mainwindow.cpp:182
+#, kde-format
+msgid "Failed to send file"
+msgstr "Neuspjeh slanja fajla"
+
+#: mainwindow.cpp:182
+#, kde-format
+msgid "File Transfer Failed"
+msgstr "Prenos fajla nije uspio"
+
+#. i18n: ectx: property (text), widget (QLabel, messageLabel)
+#: mainwindow.ui:33
+#, kde-format
+msgid "You are about to send this file"
+msgstr "Poslaćete ovaj fajl"
+
+#. i18n: ectx: property (text), widget (QLabel, filesInfoLabel)
+#: mainwindow.ui:84
+#, kde-format
+msgid "Files info"
+msgstr "Podaci o fajlovima"
+
+#. i18n: ectx: property (text), widget (QLabel, label)
+#: mainwindow.ui:134
+#, kde-format
+msgid "Select a recipient"
+msgstr "Izaberite primaoca"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-send-file-22.08.3/po/sr@latin/ktp-send-file.po 
new/ktp-send-file-22.12.0/po/sr@latin/ktp-send-file.po
--- old/ktp-send-file-22.08.3/po/sr@latin/ktp-send-file.po      1970-01-01 
01:00:00.000000000 +0100
+++ new/ktp-send-file-22.12.0/po/sr@latin/ktp-send-file.po      2022-11-30 
00:40:05.000000000 +0100
@@ -0,0 +1,118 @@
+# Translation of ktp-send-file.po into Serbian.
+# Mladen Pejakovic <[email protected]>, 2012.
+# Chusslove Illich <[email protected]>, 2012, 2013, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: ktp-send-file\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2020-01-16 03:16+0100\n"
+"PO-Revision-Date: 2014-11-15 18:31+0100\n"
+"Last-Translator: Chusslove Illich <[email protected]>\n"
+"Language-Team: Serbian <[email protected]>\n"
+"Language: sr@latin\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
+"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Accelerator-Marker: &\n"
+"X-Text-Markup: kde4\n"
+"X-Environment: kde\n"
+
+#, kde-format
+msgctxt "NAME OF TRANSLATORS"
+msgid "Your names"
+msgstr "Mladen Pejaković"
+
+#, kde-format
+msgctxt "EMAIL OF TRANSLATORS"
+msgid "Your emails"
+msgstr "[email protected]"
+
+#: main.cpp:36
+#, kde-format
+msgid "Telepathy Send File"
+msgstr "Telepathy slanje fajla"
+
+#: main.cpp:38
+#, kde-format
+msgid "David Edmundson"
+msgstr "Dejvid Edmundson"
+
+#: main.cpp:38
+#, kde-format
+msgid "Author"
+msgstr "Autor"
+
+#: main.cpp:43
+#, kde-format
+msgid "The files to send"
+msgstr "Fajlovi za slanje"
+
+#: main.cpp:43
+#, kde-format
+msgid "[files...]"
+msgstr "[fajlovi...]"
+
+# >> @title:window
+#: main.cpp:52
+#, kde-format
+msgid "Select Files To Send"
+msgstr "Izbor fajlova za slanje"
+
+#: mainwindow.cpp:54
+#, kde-format
+msgid "Send file - %1"
+msgstr "Slanje fajla — %1"
+
+#: mainwindow.cpp:63
+#, kde-format
+msgid "Send files - %1"
+msgstr "Slanje fajlova — %1"
+
+#: mainwindow.cpp:65
+#, kde-format
+msgid "You are about to send these files"
+msgstr "Poslaćete ove fajlove"
+
+#: mainwindow.cpp:66
+#, kde-format
+msgid "1 file selected"
+msgid_plural "%1 files selected"
+msgstr[0] "%1 fajl izabran"
+msgstr[1] "%1 fajla izabrana"
+msgstr[2] "%1 fajlova izabrano"
+msgstr[3] "1 fajl izabran"
+
+#: mainwindow.cpp:121
+#, kde-format
+msgid "Search in Contacts..."
+msgstr "Traži u kontaktima..."
+
+#: mainwindow.cpp:182
+#, kde-format
+msgid "Failed to send file"
+msgstr "Neuspeh slanja fajla"
+
+#: mainwindow.cpp:182
+#, kde-format
+msgid "File Transfer Failed"
+msgstr "Prenos fajla nije uspeo"
+
+#. i18n: ectx: property (text), widget (QLabel, messageLabel)
+#: mainwindow.ui:33
+#, kde-format
+msgid "You are about to send this file"
+msgstr "Poslaćete ovaj fajl"
+
+#. i18n: ectx: property (text), widget (QLabel, filesInfoLabel)
+#: mainwindow.ui:84
+#, kde-format
+msgid "Files info"
+msgstr "Podaci o fajlovima"
+
+#. i18n: ectx: property (text), widget (QLabel, label)
+#: mainwindow.ui:134
+#, kde-format
+msgid "Select a recipient"
+msgstr "Izaberite primaoca"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-send-file-22.08.3/po/zh_CN/ktp-send-file.po 
new/ktp-send-file-22.12.0/po/zh_CN/ktp-send-file.po
--- old/ktp-send-file-22.08.3/po/zh_CN/ktp-send-file.po 2022-11-01 
01:13:26.000000000 +0100
+++ new/ktp-send-file-22.12.0/po/zh_CN/ktp-send-file.po 2022-11-30 
00:40:05.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-01-16 03:16+0100\n"
-"PO-Revision-Date: 2022-10-30 07:51\n"
+"PO-Revision-Date: 2022-11-19 14:51\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to