Hello community,

here is the log from the commit of package ktp-common-internals for 
openSUSE:Factory checked in at 2020-12-17 16:56:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktp-common-internals (Old)
 and      /work/SRC/openSUSE:Factory/.ktp-common-internals.new.5145 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktp-common-internals"

Thu Dec 17 16:56:19 2020 rev:22 rq:855250 version:20.12.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ktp-common-internals/ktp-common-internals.changes    
    2020-11-10 13:38:06.208634435 +0100
+++ 
/work/SRC/openSUSE:Factory/.ktp-common-internals.new.5145/ktp-common-internals.changes
      2020-12-17 16:56:35.981171238 +0100
@@ -1,0 +2,23 @@
+Sat Dec  5 23:17:23 UTC 2020 - Luca Beltrame <[email protected]>
+
+- Update to 20.12.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-12-apps-update
+- No code change since 20.11.90
+
+-------------------------------------------------------------------
+Fri Nov 27 15:17:37 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 20.11.90
+  * New feature release
+- No code change since 20.11.80
+
+-------------------------------------------------------------------
+Sat Nov 14 00:02:34 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 20.11.80
+  * New feature release
+- No code change since 20.08.3
+
+-------------------------------------------------------------------

Old:
----
  ktp-common-internals-20.08.3.tar.xz
  ktp-common-internals-20.08.3.tar.xz.sig

New:
----
  ktp-common-internals-20.12.0.tar.xz
  ktp-common-internals-20.12.0.tar.xz.sig

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

Other differences:
------------------
++++++ ktp-common-internals.spec ++++++
--- /var/tmp/diff_new_pack.6iGJ4S/_old  2020-12-17 16:56:36.769172084 +0100
+++ /var/tmp/diff_new_pack.6iGJ4S/_new  2020-12-17 16:56:36.769172084 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           ktp-common-internals
-Version:        20.08.3
+Version:        20.12.0
 Release:        0
 Summary:        Telepathy common module
 License:        LGPL-2.1-or-later


++++++ ktp-common-internals-20.08.3.tar.xz -> 
ktp-common-internals-20.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-common-internals-20.08.3/CMakeLists.txt 
new/ktp-common-internals-20.12.0/CMakeLists.txt
--- old/ktp-common-internals-20.08.3/CMakeLists.txt     2020-11-03 
01:43:46.000000000 +0100
+++ new/ktp-common-internals-20.12.0/CMakeLists.txt     2020-12-04 
01:25:10.000000000 +0100
@@ -11,8 +11,8 @@
 
 # KDE Application Version, managed by release script
 set (RELEASE_SERVICE_VERSION_MAJOR "20")
-set (RELEASE_SERVICE_VERSION_MINOR "08")
-set (RELEASE_SERVICE_VERSION_MICRO "3")
+set (RELEASE_SERVICE_VERSION_MINOR "12")
+set (RELEASE_SERVICE_VERSION_MICRO "0")
 
 # Bump for every 0.x release, or whenever BC changes
 set (KTP_SONUMBER 9) # SO 9 is for 15.08 release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-common-internals-20.08.3/KTp/logs-importer-private.cpp 
new/ktp-common-internals-20.12.0/KTp/logs-importer-private.cpp
--- old/ktp-common-internals-20.08.3/KTp/logs-importer-private.cpp      
2020-10-31 17:36:53.000000000 +0100
+++ new/ktp-common-internals-20.12.0/KTp/logs-importer-private.cpp      
2020-12-02 22:53:24.000000000 +0100
@@ -170,7 +170,7 @@
         .arg(m_month, 2, 10, QLatin1Char('0'))
         .arg(m_day, 2, 10, QLatin1Char('0'));
 
-    QString path = 
QStandardPaths::writableLocation(QStandardPaths::DataLocation) + 
QLatin1String("/TpLogger/logs");
+    QString path = 
QStandardPaths::writableLocation(QStandardPaths::AppDataLocation) + 
QLatin1String("/TpLogger/logs");
 
     if (m_isMUCLog) {
         path += QDir::separator() + QLatin1String("chatrooms");
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-common-internals-20.08.3/kaccounts/kaccountsplugin.json 
new/ktp-common-internals-20.12.0/kaccounts/kaccountsplugin.json
--- old/ktp-common-internals-20.08.3/kaccounts/kaccountsplugin.json     
2020-10-31 17:36:53.000000000 +0100
+++ new/ktp-common-internals-20.12.0/kaccounts/kaccountsplugin.json     
2020-12-02 22:53:24.000000000 +0100
@@ -14,12 +14,14 @@
         "Description[fi]": "KTP-KAccounts-integrointi",
         "Description[fr]": "Intégration de KAccounts et KTP",
         "Description[gl]": "Integración de KAccounts con KTP",
+        "Description[ia]": "Integration de KTP KAccounts",
         "Description[it]": "Integrazione KAccounts di KTP",
         "Description[ko]": "KTP KAccounts 통합",
         "Description[nl]": "Integratie van KTP KAccounts",
         "Description[nn]": "KTP KAccounts-integrering",
         "Description[pt]": "Integração do KAccounts do KTP",
         "Description[pt_BR]": "Integração KAccounts do KTP",
+        "Description[sl]": "Integracija KTP Accounts",
         "Description[sv]": "KTP KAccounts integrering",
         "Description[uk]": "Інтеграція облікових записів KTP",
         "Description[x-test]": "xxKTP KAccounts integrationxx",
@@ -43,12 +45,14 @@
         "Name[fi]": "KTP",
         "Name[fr]": "KTP",
         "Name[gl]": "KTP",
+        "Name[ia]": "KTP",
         "Name[it]": "KTP",
         "Name[ko]": "KTP",
         "Name[nl]": "KTP",
         "Name[nn]": "KTP",
         "Name[pt]": "KTP",
         "Name[pt_BR]": "KTP",
+        "Name[sl]": "KTP",
         "Name[sv]": "KTP",
         "Name[uk]": "KTP",
         "Name[x-test]": "xxKTPxx",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-common-internals-20.08.3/po/ca/ktp-common-internals.po 
new/ktp-common-internals-20.12.0/po/ca/ktp-common-internals.po
--- old/ktp-common-internals-20.08.3/po/ca/ktp-common-internals.po      
2020-11-03 01:43:44.000000000 +0100
+++ new/ktp-common-internals-20.12.0/po/ca/ktp-common-internals.po      
2020-12-04 01:25:07.000000000 +0100
@@ -1208,97 +1208,3 @@
 #, kde-format
 msgid "Failed to start a chat with the contact."
 msgstr "L'inici del xat amb el contacte ha fallat."
-
-#~ msgid "KDE Telepathy"
-#~ msgstr "Telepathy del KDE"
-
-#~ msgid "Save"
-#~ msgstr "Desa"
-
-#~ msgid "This room is already in your favorites."
-#~ msgstr "Aquesta sala ja està en els preferits."
-
-#~ msgid "Add room"
-#~ msgstr "Afegeix una sala"
-
-#~ msgid "Name"
-#~ msgstr "Nom"
-
-#~ msgid "Favorites"
-#~ msgstr "Preferits"
-
-#~ msgid "Add Room"
-#~ msgstr "Afegeix una sala"
-
-#~ msgid "Remove Room"
-#~ msgstr "Elimina la sala"
-
-#~ msgid "Recent"
-#~ msgstr "Recent"
-
-#~ msgid "Remove"
-#~ msgstr "Elimina"
-
-#~ msgid "Clear list"
-#~ msgstr "Neteja la llista"
-
-#~ msgid "Open Log Viewer..."
-#~ msgstr "Obre el visor del registre..."
-
-#~ msgid "Instant Messaging Accounts"
-#~ msgstr "Comptes de missatgeria instantània"
-
-#~ msgid "Telepathy KDE Models Test UI"
-#~ msgstr "IU de proves dels models KDE del Telepathy"
-
-#~ msgid "(C) 2011 Collabora Ltd"
-#~ msgstr "(C) 2011 Collabora Ltd"
-
-#~ msgid "Telepathy-KDE Models Testing UI"
-#~ msgstr "IU de proves dels models del Telepathy-KDE"
-
-#~| msgid "KDE Telepathy"
-#~ msgid "KDE Telepathy Debug Tool"
-#~ msgstr "Eina de depuració del Telepathy del KDE"
-
-#~ msgid ""
-#~ "Tool for inspecting logs of the various underlying telepathy components"
-#~ msgstr ""
-#~ "Eina per inspeccionar els registres de diversos components subjacents del "
-#~ "Telepathy"
-
-#~ msgid "Copyright (C) 2011 Collabora Ltd."
-#~ msgstr "Copyright (C) 2011 Collabora Ltd."
-
-#~ msgid "George Kiagiadakis"
-#~ msgstr "George Kiagiadakis"
-
-#~ msgid "Developer"
-#~ msgstr "Desenvolupador"
-
-#~ msgctxt "Short user visible error string"
-#~ msgid "Capability not available"
-#~ msgstr "Capacitat no disponible"
-
-#~ msgid "Ungrouped"
-#~ msgstr "Sense grup"
-
-#~ msgctxt "Verbose user visible error string"
-#~ msgid "Congratulate yourself - you just reached an impossible situation"
-#~ msgstr "Feliciteu-vos - Heu aconseguit una situació impossible"
-
-#~ msgctxt "Verbose user visible error string"
-#~ msgid "You apparently do not exist"
-#~ msgstr "Aparentment vós no existiu"
-
-#~ msgctxt "Short user visible error string"
-#~ msgid "Unknown handle"
-#~ msgstr "Descriptor desconegut"
-
-#~ msgctxt "Short user visible error string"
-#~ msgid "Contact incapable"
-#~ msgstr "Contacte no capaç"
-
-#~ msgctxt "Verbose user visible error string"
-#~ msgid "You apparently do not exist "
-#~ msgstr "Aparentment no existiu "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-common-internals-20.08.3/po/ca@valencia/ktp-debugger.po 
new/ktp-common-internals-20.12.0/po/ca@valencia/ktp-debugger.po
--- old/ktp-common-internals-20.08.3/po/ca@valencia/ktp-debugger.po     
2020-11-03 01:43:44.000000000 +0100
+++ new/ktp-common-internals-20.12.0/po/ca@valencia/ktp-debugger.po     
2020-12-04 01:25:07.000000000 +0100
@@ -74,3 +74,24 @@
 #, kde-format
 msgid "Developer"
 msgstr "Desenvolupador"
+
+#~ msgid "Add Mark"
+#~ msgstr "Afegeix una marca"
+
+#~ msgid "Could not find '%1'"
+#~ msgstr "No s'ha pogut trobar «%1»"
+
+#~ msgid "Mission Control"
+#~ msgstr "Control de missió"
+
+#~ msgid "Gabble"
+#~ msgstr "Gabble"
+
+#~ msgid "Haze"
+#~ msgstr "Haze"
+
+#~ msgid "Salut"
+#~ msgstr "Salut"
+
+#~ msgid "Rakia"
+#~ msgstr "Rakia"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-common-internals-20.08.3/po/ia/ktp-common-internals.po 
new/ktp-common-internals-20.12.0/po/ia/ktp-common-internals.po
--- old/ktp-common-internals-20.08.3/po/ia/ktp-common-internals.po      
2020-11-03 01:43:45.000000000 +0100
+++ new/ktp-common-internals-20.12.0/po/ia/ktp-common-internals.po      
2020-12-04 01:25:08.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-02-18 03:18+0100\n"
-"PO-Revision-Date: 2020-10-28 23:26+0100\n"
+"PO-Revision-Date: 2020-11-14 19:27+0100\n"
 "Last-Translator: Giovanni Sora <[email protected]>\n"
 "Language-Team: Interlingua <[email protected]>\n"
 "Language: ia\n"
@@ -33,7 +33,7 @@
 "Context menu action; means 'Bring your account online and then start a chat "
 "using %1 account'"
 msgid "Connect and Start Chat Using %1..."
-msgstr "Connecte e initia conversation in directo per usar %1..."
+msgstr "Connecte e Initia conversation in directo per usar %1..."
 
 #: kpeople/actionsplugin/kpeople-actions-plugin.cpp:203
 #, kde-format
@@ -61,9 +61,9 @@
 msgstr "Collaborativemente modifica un documento per usar %1..."
 
 #: kpeople/actionsplugin/kpeople-actions-plugin.cpp:255
-#, fuzzy, kde-format
+#, kde-format
 msgid "Previous Conversations..."
-msgstr "&Previe conversationes"
+msgstr "Previe conversationes..."
 
 #: kpeople/actionsplugin/kpeople-actions-plugin.cpp:284
 #, kde-format
@@ -78,7 +78,7 @@
 #: kpeople/uiplugins/chatplugin/kpeople_chat_plugin.cpp:58
 #, kde-format
 msgid "Chat for current contact is not supported"
-msgstr "Conversation per contacto currente non es supportate"
+msgstr "Conversation in directo per  contacto currente  non ha supporto"
 
 #: kpeople/uiplugins/chatplugin/kpeople_chat_plugin.cpp:158
 #, kde-format
@@ -842,14 +842,14 @@
 msgstr "Sala non ponite in le marcatores de libro"
 
 #: KTp/OTR/utils.cpp:78
-#, fuzzy, kde-format
+#, kde-format
 msgid "OTR error: %1"
-msgstr "Error de OTR"
+msgstr "Error de OTR: %1"
 
 #: KTp/OTR/utils.cpp:84
 #, kde-format
 msgid "Received unencrypted message: [%1]"
-msgstr ""
+msgstr "Message non cryptate recepite:[%1]"
 
 #: KTp/presence.cpp:115
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-common-internals-20.08.3/po/sk/ktp-common-internals.po 
new/ktp-common-internals-20.12.0/po/sk/ktp-common-internals.po
--- old/ktp-common-internals-20.08.3/po/sk/ktp-common-internals.po      
2020-11-03 01:43:45.000000000 +0100
+++ new/ktp-common-internals-20.12.0/po/sk/ktp-common-internals.po      
2020-12-04 01:25:09.000000000 +0100
@@ -1,18 +1,19 @@
 # translation of ktp-common-internals.po to Slovak
 # Roman Paholik <[email protected]>, 2012, 2013, 2014, 2015.
+# Matej Mrenica <[email protected]>, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: ktp-common-internals\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-02-18 03:18+0100\n"
-"PO-Revision-Date: 2015-04-05 14:23+0100\n"
-"Last-Translator: Roman Paholik <[email protected]>\n"
-"Language-Team: Slovak <[email protected]>\n"
+"PO-Revision-Date: 2020-09-08 19:07+0200\n"
+"Last-Translator: Matej Mrenica <[email protected]>\n"
+"Language-Team: Slovak <[email protected]>\n"
 "Language: sk\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 20.08.1\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
 #, kde-format
@@ -728,7 +729,7 @@
 #, kde-format
 msgctxt "Short user visible error string"
 msgid "Software upgrade required"
-msgstr "Je vyžadovaná aktualizácia softvéru"
+msgstr "Je vyžadovaná inovácia softvéru"
 
 #: KTp/error-dictionary.cpp:236
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-common-internals-20.08.3/po/zh_CN/ktp-common-internals.po 
new/ktp-common-internals-20.12.0/po/zh_CN/ktp-common-internals.po
--- old/ktp-common-internals-20.08.3/po/zh_CN/ktp-common-internals.po   
2020-11-03 01:43:46.000000000 +0100
+++ new/ktp-common-internals-20.12.0/po/zh_CN/ktp-common-internals.po   
2020-12-04 01:25:10.000000000 +0100
@@ -10,7 +10,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-02-18 03:18+0100\n"
-"PO-Revision-Date: 2020-10-08 19:23\n"
+"PO-Revision-Date: 2020-11-10 15:04\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-common-internals-20.08.3/po/zh_CN/ktp-debugger.po 
new/ktp-common-internals-20.12.0/po/zh_CN/ktp-debugger.po
--- old/ktp-common-internals-20.08.3/po/zh_CN/ktp-debugger.po   2020-11-03 
01:43:46.000000000 +0100
+++ new/ktp-common-internals-20.12.0/po/zh_CN/ktp-debugger.po   2020-12-04 
01:25:10.000000000 +0100
@@ -8,7 +8,7 @@
 "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: 2020-10-08 19:23\n"
+"PO-Revision-Date: 2020-11-10 15:04\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to