Hello community,

here is the log from the commit of package knotes for openSUSE:Factory checked 
in at 2020-01-11 14:40:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/knotes (Old)
 and      /work/SRC/openSUSE:Factory/.knotes.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "knotes"

Sat Jan 11 14:40:50 2020 rev:40 rq:762392 version:19.12.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/knotes/knotes.changes    2019-12-13 
12:03:47.345415441 +0100
+++ /work/SRC/openSUSE:Factory/.knotes.new.6675/knotes.changes  2020-01-11 
14:42:22.521240217 +0100
@@ -1,0 +2,10 @@
+Tue Jan  7 10:00:53 UTC 2020 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 19.12.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.1
+- Changes since 19.12.0:
+  * Update Appstream for new release
+
+-------------------------------------------------------------------
@@ -7 +17 @@
-  * https://www.kde.org/announcements/releases/19.12.0
+  * https://www.kde.org/announcements/releases/19.12

Old:
----
  knotes-19.12.0.tar.xz
  knotes-19.12.0.tar.xz.sig

New:
----
  knotes-19.12.1.tar.xz
  knotes-19.12.1.tar.xz.sig

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

Other differences:
------------------
++++++ knotes.spec ++++++
--- /var/tmp/diff_new_pack.6ASiVT/_old  2020-01-11 14:42:22.901240367 +0100
+++ /var/tmp/diff_new_pack.6ASiVT/_new  2020-01-11 14:42:22.905240368 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package knotes
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           knotes
-Version:        19.12.0
+Version:        19.12.1
 Release:        0
 Summary:        Popup Notes
 License:        GPL-2.0-or-later


++++++ knotes-19.12.0.tar.xz -> knotes-19.12.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-19.12.0/CMakeLists.txt 
new/knotes-19.12.1/CMakeLists.txt
--- old/knotes-19.12.0/CMakeLists.txt   2019-12-06 02:53:39.000000000 +0100
+++ new/knotes-19.12.1/CMakeLists.txt   2020-01-07 03:30:34.000000000 +0100
@@ -1,7 +1,7 @@
-set(KDEPIM_VERSION_NUMBER "5.13.0")
+set(KDEPIM_VERSION_NUMBER "5.13.1")
 cmake_minimum_required(VERSION 3.5)
 project(knotes VERSION ${KDEPIM_VERSION_NUMBER})
-set(KDE_APPLICATIONS_VERSION "19.12.0")
+set(KDE_APPLICATIONS_VERSION "19.12.1")
 
 
 set(KF5_MIN_VERSION "5.63.0")
@@ -43,16 +43,16 @@
 set(KDEPIM_LIB_SOVERSION "5")
 
 
-set(AKONADINOTES_LIB_VERSION "5.13.0")
-set(AKONADI_VERSION "5.13.0")
-set(CALENDARUTILS_LIB_VERSION "5.13.0")
-set(KDEPIM_APPS_LIB_VERSION "5.13.0")
-set(KONTACTINTERFACE_LIB_VERSION "5.13.0")
-set(KPIMTEXTEDIT_LIB_VERSION "5.13.0")
-set(LIBKDEPIM_LIB_VERSION "5.13.0")
-set(KMIME_LIB_VERSION "5.13.0")
-set(PIMCOMMON_LIB_VERSION "5.13.0")
-set(GRANTLEETHEME_LIB_VERSION "5.13.0")
+set(AKONADINOTES_LIB_VERSION "5.13.1")
+set(AKONADI_VERSION "5.13.1")
+set(CALENDARUTILS_LIB_VERSION "5.13.1")
+set(KDEPIM_APPS_LIB_VERSION "5.13.1")
+set(KONTACTINTERFACE_LIB_VERSION "5.13.1")
+set(KPIMTEXTEDIT_LIB_VERSION "5.13.1")
+set(LIBKDEPIM_LIB_VERSION "5.13.1")
+set(KMIME_LIB_VERSION "5.13.1")
+set(PIMCOMMON_LIB_VERSION "5.13.1")
+set(GRANTLEETHEME_LIB_VERSION "5.13.1")
 
 
 set(QT_REQUIRED_VERSION "5.11.0")
@@ -96,7 +96,7 @@
 find_package(KF5GrantleeTheme ${GRANTLEETHEME_LIB_VERSION} CONFIG REQUIRED)
 
 
-find_package(KF5AkonadiSearch "5.13.0" CONFIG REQUIRED)
+find_package(KF5AkonadiSearch "5.13.1" CONFIG REQUIRED)
 set_package_properties(KF5AkonadiSearch PROPERTIES DESCRIPTION "The Akonadi 
Search libraries" URL "https://kde.org/"; TYPE REQUIRED PURPOSE "Provides search 
capabilities in KMail and Akonadi")
 
 if (NOT APPLE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-19.12.0/po/ca/docs/knotes/index.docbook 
new/knotes-19.12.1/po/ca/docs/knotes/index.docbook
--- old/knotes-19.12.0/po/ca/docs/knotes/index.docbook  2019-12-06 
02:53:38.000000000 +0100
+++ new/knotes-19.12.1/po/ca/docs/knotes/index.docbook  2020-01-07 
03:30:33.000000000 +0100
@@ -298,7 +298,7 @@
 >F3</keycap
 > </shortcut
 ><guimenuitem
->Cerca següent</guimenuitem
+>Cerca la següent</guimenuitem
 ></menuchoice
 ></para
 ></listitem>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-19.12.0/po/ca/knotes.po 
new/knotes-19.12.1/po/ca/knotes.po
--- old/knotes-19.12.0/po/ca/knotes.po  2019-12-06 02:53:30.000000000 +0100
+++ new/knotes-19.12.1/po/ca/knotes.po  2020-01-07 03:30:29.000000000 +0100
@@ -1073,55 +1073,3 @@
 #, kde-format
 msgid "Themes:"
 msgstr "Temes:"
-
-#~ msgid ""
-#~ "<b>Thanks for using KNotes!</b><p>KNotes uses a new storage technology "
-#~ "that requires migration of your current KNotes data and configuration.</"
-#~ "p>\n"
-#~ "<p>The conversion process can take a lot of time (depending on the amount "
-#~ "of notes you have) and it <em>must not be interrupted</em>.</p>\n"
-#~ "<p>You can:</p><ul><li>Migrate now (be prepared to wait)</li><li>Skip the "
-#~ "migration and start with fresh data and configuration</li><li>Cancel and "
-#~ "exit KNotes.</li></ul><p><a href=\"http://userbase.kde.org/Akonadi\";>More "
-#~ "Information...</a></p>"
-#~ msgstr ""
-#~ "<b>Gràcies per usar el KNotes!</b><p>El KNotes usa una nova tecnologia "
-#~ "d'emmagatzematge que requereix la migració de les vostres dades i de la "
-#~ "configuració actual del KNotes.</p>\n"
-#~ "<p>El procés de conversió pot trigar molt temps (depenent de la quantitat "
-#~ "de correus que tingueu) i <em>no s'ha d'interrompre</em>.</p>\n"
-#~ "<p>Podeu:</p><ul><li>Migrar ara (prepareu-vos per esperar)</li><li>Ometre "
-#~ "la migració i iniciar amb dades i configuració noves</li><li>Cancel·lar i "
-#~ "sortir del KNotes</li></ul><p><a href=\"http://userbase.kde.org/Akonadi/ca";
-#~ "\">Més informació...</a></p>"
-
-#~ msgid "KNotes Migration"
-#~ msgstr "Migració del KNotes"
-
-#~ msgid "Migrate Now"
-#~ msgstr "Migra ara"
-
-#~ msgid "Skip Migration"
-#~ msgstr "Omet la migració"
-
-#~ msgid ""
-#~ "Migration to KNotes failed. In case you want to try again, run 'knotes-"
-#~ "migrator --interactive' manually."
-#~ msgstr ""
-#~ "Ha fallat la migració al KNotes. En el cas que vulgueu tornar-ho a "
-#~ "intentar, executeu «knotes-migrator --interactive» manualment."
-
-#~ msgid "Migration Failed"
-#~ msgstr "Ha fallat la migració"
-
-#~ msgid "Uppercase"
-#~ msgstr "Majúscules"
-
-#~ msgid "Sentence case"
-#~ msgstr "Caixa de la frase"
-
-#~ msgid "Lowercase"
-#~ msgstr "Minúscules"
-
-#~ msgid "Change case..."
-#~ msgstr "Canvia la caixa..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-19.12.0/po/ca/libnoteshared.po 
new/knotes-19.12.1/po/ca/libnoteshared.po
--- old/knotes-19.12.0/po/ca/libnoteshared.po   2019-12-06 02:53:30.000000000 
+0100
+++ new/knotes-19.12.1/po/ca/libnoteshared.po   2020-01-07 03:30:29.000000000 
+0100
@@ -172,10 +172,3 @@
 #, kde-format
 msgid "The port will listen on and send notes to."
 msgstr "El port pel qual escoltarà i enviarà les notes."
-
-#~ msgid ""
-#~ "An error occures during fetching. Do you want select an new default "
-#~ "collection?"
-#~ msgstr ""
-#~ "Ha succeït un error durant la recuperació. Voleu seleccionar una nova "
-#~ "col·lecció per omissió?"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-19.12.0/po/fr/akonadi_notes_agent.po 
new/knotes-19.12.1/po/fr/akonadi_notes_agent.po
--- old/knotes-19.12.0/po/fr/akonadi_notes_agent.po     2019-12-06 
02:53:32.000000000 +0100
+++ new/knotes-19.12.1/po/fr/akonadi_notes_agent.po     2020-01-07 
03:30:30.000000000 +0100
@@ -18,7 +18,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 19.03.70\n"
+"X-Generator: Lokalize 20.03.70\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-19.12.0/po/fr/knotes.po 
new/knotes-19.12.1/po/fr/knotes.po
--- old/knotes-19.12.0/po/fr/knotes.po  2019-12-06 02:53:32.000000000 +0100
+++ new/knotes-19.12.1/po/fr/knotes.po  2020-01-07 03:30:30.000000000 +0100
@@ -30,7 +30,7 @@
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
-"X-Generator: Lokalize 19.03.70\n"
+"X-Generator: Lokalize 20.03.70\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-19.12.0/po/fr/libnoteshared.po 
new/knotes-19.12.1/po/fr/libnoteshared.po
--- old/knotes-19.12.0/po/fr/libnoteshared.po   2019-12-06 02:53:32.000000000 
+0100
+++ new/knotes-19.12.1/po/fr/libnoteshared.po   2020-01-07 03:30:30.000000000 
+0100
@@ -2,21 +2,22 @@
 # This file is distributed under the same license as the PACKAGE package.
 # Vincent Pinon <vincent.pi...@laposte.net>, 2013, 2014, 2017.
 # Vincent PINON <vincent.pi...@st.com>, 2013, 2014.
+# Simon Depiets <sdepi...@gmail.com>, 2019.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-11-16 08:00+0100\n"
-"PO-Revision-Date: 2017-06-14 09:18+0100\n"
-"Last-Translator: Vincent Pinon <vpi...@kde.org>\n"
+"PO-Revision-Date: 2019-11-11 07:36+0800\n"
+"Last-Translator: Simon Depiets <sdepi...@gmail.com>\n"
 "Language-Team: French <kde-francoph...@kde.org>\n"
 "Language: fr\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: Lokalize 2.0\n"
+"X-Generator: Lokalize 19.07.70\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
@@ -103,16 +104,13 @@
 "nouvelle collection par défaut ?"
 
 #: job/createnewnotejob.cpp:144
-#, fuzzy, kde-format
-#| msgid ""
-#| "Collection is hidden. New note will stored but not displaying. Do you "
-#| "want to show collection?"
+#, kde-format
 msgid ""
 "Collection is hidden. New note will be stored but not displayed. Do you want "
 "to show collection?"
 msgstr ""
-"La collection est cachée. La nouvelle note sera mémorisée mais ne "
-"s'affichera pas. Voulez-vous afficher la collection ?"
+"La collection est cachée. La nouvelle note sera mémorisée mais ne sera pas "
+"affichée. Voulez-vous afficher la collection ?"
 
 #: job/createnewnotejob.cpp:198
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-19.12.0/po/it/akonadi_notes_agent.po 
new/knotes-19.12.1/po/it/akonadi_notes_agent.po
--- old/knotes-19.12.0/po/it/akonadi_notes_agent.po     2019-12-06 
02:53:33.000000000 +0100
+++ new/knotes-19.12.1/po/it/akonadi_notes_agent.po     2020-01-07 
03:30:31.000000000 +0100
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 19.08.1\n"
 
 #: notesagentalarmdialog.cpp:51 notesagentalarmdialog.cpp:220
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-19.12.0/po/it/knotes.po 
new/knotes-19.12.1/po/it/knotes.po
--- old/knotes-19.12.0/po/it/knotes.po  2019-12-06 02:53:33.000000000 +0100
+++ new/knotes-19.12.1/po/it/knotes.po  2020-01-07 03:30:31.000000000 +0100
@@ -19,7 +19,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 18.12.1\n"
+"X-Generator: Lokalize 19.12.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-19.12.0/po/pt_BR/akonadi_notes_agent.po 
new/knotes-19.12.1/po/pt_BR/akonadi_notes_agent.po
--- old/knotes-19.12.0/po/pt_BR/akonadi_notes_agent.po  2019-12-06 
02:53:35.000000000 +0100
+++ new/knotes-19.12.1/po/pt_BR/akonadi_notes_agent.po  2020-01-07 
03:30:32.000000000 +0100
@@ -3,20 +3,21 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # André Marcelo Alvarenga <alvare...@kde.org>, 2013, 2014, 2015, 2016, 2018, 
2019.
+# Luiz Fernando Ranghetti <elchev...@opensuse.org>, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: akonadi_notes_agent\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-06-19 03:21+0200\n"
-"PO-Revision-Date: 2019-01-05 23:45-0200\n"
-"Last-Translator: André Marcelo Alvarenga <alvare...@kde.org>\n"
-"Language-Team: Brazilian Portuguese <kde-i18n-pt...@kde.org>\n"
+"PO-Revision-Date: 2019-12-20 11:12-0300\n"
+"Last-Translator: Luiz Fernando Ranghetti <elchev...@opensuse.org>\n"
+"Language-Team: Portuguese <kde-i18n-pt...@kde.org>\n"
 "Language: pt_BR\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: Lokalize 18.12.0\n"
+"X-Generator: Lokalize 19.08.2\n"
 
 #: notesagentalarmdialog.cpp:51 notesagentalarmdialog.cpp:220
 #, kde-format
@@ -77,12 +78,12 @@
 #: notesagentsettingsdialog.cpp:70
 #, kde-format
 msgid "Notes Agent"
-msgstr "Agente de Notas"
+msgstr "Agente de notas"
 
 #: notesagentsettingsdialog.cpp:72
 #, kde-format
 msgid "Notes Agent."
-msgstr "Agente de Notas."
+msgstr "Agente de notas."
 
 #: notesagentsettingsdialog.cpp:74
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/knotes-19.12.0/po/sv/docs/akonadi_notes_agent/index.docbook 
new/knotes-19.12.1/po/sv/docs/akonadi_notes_agent/index.docbook
--- old/knotes-19.12.0/po/sv/docs/akonadi_notes_agent/index.docbook     
2019-12-06 02:53:39.000000000 +0100
+++ new/knotes-19.12.1/po/sv/docs/akonadi_notes_agent/index.docbook     
2020-01-07 03:30:34.000000000 +0100
@@ -76,8 +76,7 @@
 >Översättning Stefan Asserhäll <email
 >stefan.asserh...@bredband.net</email
 ></para
-> 
-&underFDL; &underGPL; </sect2>
+> &underFDL; &underGPL; </sect2>
 
 </sect1>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-19.12.0/po/sv/docs/knotes/index.docbook 
new/knotes-19.12.1/po/sv/docs/knotes/index.docbook
--- old/knotes-19.12.0/po/sv/docs/knotes/index.docbook  2019-12-06 
02:53:39.000000000 +0100
+++ new/knotes-19.12.1/po/sv/docs/knotes/index.docbook  2020-01-07 
03:30:34.000000000 +0100
@@ -903,8 +903,7 @@
 >Översättning Stefan Asserhäll <email
 >stefan.asserh...@bredband.net</email
 ></para
-> 
-&underFDL; &underGPL; </chapter>
+> &underFDL; &underGPL; </chapter>
 
 &documentation.index; 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-19.12.0/po/zh_CN/akonadi_notes_agent.po 
new/knotes-19.12.1/po/zh_CN/akonadi_notes_agent.po
--- old/knotes-19.12.0/po/zh_CN/akonadi_notes_agent.po  2019-12-06 
02:53:37.000000000 +0100
+++ new/knotes-19.12.1/po/zh_CN/akonadi_notes_agent.po  2020-01-07 
03:30:33.000000000 +0100
@@ -8,15 +8,14 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-06-19 03:21+0200\n"
-"PO-Revision-Date: 2019-11-19 23:10\n"
-"Last-Translator: Guo Yunhe (guoyunhe)\n"
+"PO-Revision-Date: 2020-01-04 21:48\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: crowdin.com\n"
 "X-Crowdin-Project: kdeorg\n"
 "X-Crowdin-Language: zh-CN\n"
 "X-Crowdin-File: /kf5-stable/messages/pim/akonadi_notes_agent.pot\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-19.12.0/po/zh_CN/knotes.po 
new/knotes-19.12.1/po/zh_CN/knotes.po
--- old/knotes-19.12.0/po/zh_CN/knotes.po       2019-12-06 02:53:37.000000000 
+0100
+++ new/knotes-19.12.1/po/zh_CN/knotes.po       2020-01-07 03:30:33.000000000 
+0100
@@ -13,15 +13,14 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-10-24 03:24+0200\n"
-"PO-Revision-Date: 2019-11-19 23:10\n"
-"Last-Translator: Guo Yunhe (guoyunhe)\n"
+"PO-Revision-Date: 2020-01-04 21:48\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: crowdin.com\n"
 "X-Crowdin-Project: kdeorg\n"
 "X-Crowdin-Language: zh-CN\n"
 "X-Crowdin-File: /kf5-stable/messages/pim/knotes.pot\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-19.12.0/po/zh_CN/libnoteshared.po 
new/knotes-19.12.1/po/zh_CN/libnoteshared.po
--- old/knotes-19.12.0/po/zh_CN/libnoteshared.po        2019-12-06 
02:53:37.000000000 +0100
+++ new/knotes-19.12.1/po/zh_CN/libnoteshared.po        2020-01-07 
03:30:33.000000000 +0100
@@ -7,15 +7,14 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-11-16 08:00+0100\n"
-"PO-Revision-Date: 2019-11-19 23:11\n"
-"Last-Translator: Guo Yunhe (guoyunhe)\n"
+"PO-Revision-Date: 2020-01-04 21:48\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: crowdin.com\n"
 "X-Crowdin-Project: kdeorg\n"
 "X-Crowdin-Language: zh-CN\n"
 "X-Crowdin-File: /kf5-stable/messages/pim/libnoteshared.pot\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-19.12.0/po/zh_TW/akonadi_notes_agent.po 
new/knotes-19.12.1/po/zh_TW/akonadi_notes_agent.po
--- old/knotes-19.12.0/po/zh_TW/akonadi_notes_agent.po  2019-12-06 
02:53:37.000000000 +0100
+++ new/knotes-19.12.1/po/zh_TW/akonadi_notes_agent.po  2020-01-07 
03:30:33.000000000 +0100
@@ -10,7 +10,7 @@
 "POT-Creation-Date: 2019-06-19 03:21+0200\n"
 "PO-Revision-Date: 2019-01-19 19:35+0800\n"
 "Last-Translator: pan93412 <pan93...@gmail.com>\n"
-"Language-Team: Chinese <zh-l...@linux.org.tw>\n"
+"Language-Team: Chinese <zh-l...@lists.linux.org.tw>\n"
 "Language: zh_TW\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-19.12.0/po/zh_TW/knotes.po 
new/knotes-19.12.1/po/zh_TW/knotes.po
--- old/knotes-19.12.0/po/zh_TW/knotes.po       2019-12-06 02:53:37.000000000 
+0100
+++ new/knotes-19.12.1/po/zh_TW/knotes.po       2020-01-07 03:30:33.000000000 
+0100
@@ -16,7 +16,7 @@
 "POT-Creation-Date: 2019-10-24 03:24+0200\n"
 "PO-Revision-Date: 2019-01-19 19:51+0800\n"
 "Last-Translator: pan93412 <pan93...@gmail.com>\n"
-"Language-Team: Chinese <zh-l...@linux.org.tw>\n"
+"Language-Team: Chinese <zh-l...@lists.linux.org.tw>\n"
 "Language: zh_TW\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-19.12.0/po/zh_TW/libnoteshared.po 
new/knotes-19.12.1/po/zh_TW/libnoteshared.po
--- old/knotes-19.12.0/po/zh_TW/libnoteshared.po        2019-12-06 
02:53:37.000000000 +0100
+++ new/knotes-19.12.1/po/zh_TW/libnoteshared.po        2020-01-07 
03:30:33.000000000 +0100
@@ -10,7 +10,7 @@
 "POT-Creation-Date: 2019-11-16 08:00+0100\n"
 "PO-Revision-Date: 2018-12-21 19:37+0800\n"
 "Last-Translator: pan93412 <pan93...@gmail.com>\n"
-"Language-Team: Chinese <zh-l...@linux.org.tw>\n"
+"Language-Team: Chinese <zh-l...@lists.linux.org.tw>\n"
 "Language: zh_TW\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-19.12.0/src/data/knotes_printing_theme.knsrc 
new/knotes-19.12.1/src/data/knotes_printing_theme.knsrc
--- old/knotes-19.12.0/src/data/knotes_printing_theme.knsrc     2019-12-05 
22:22:19.000000000 +0100
+++ new/knotes-19.12.1/src/data/knotes_printing_theme.knsrc     2020-01-06 
15:12:40.000000000 +0100
@@ -19,6 +19,7 @@
 Name[sv]=Utskriftstema för anteckningslappar
 Name[uk]=Тема для друку даних KNotes
 Name[x-test]=xxKNotes Printing Themexx
+Name[zh_CN]=KNotes 打印主题
 Name[zh_TW]=KNotes 列印主題
 ProvidersUrl=https://autoconfig.kde.org/ocs/providers.xml
 Categories=KNotes Printing Theme
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-19.12.0/src/data/org.kde.knotes.appdata.xml 
new/knotes-19.12.1/src/data/org.kde.knotes.appdata.xml
--- old/knotes-19.12.0/src/data/org.kde.knotes.appdata.xml      2019-12-05 
22:22:19.000000000 +0100
+++ new/knotes-19.12.1/src/data/org.kde.knotes.appdata.xml      2020-01-06 
15:12:40.000000000 +0100
@@ -297,6 +297,7 @@
     <binary>knotes</binary>
   </provides>
   <releases>
+    <release version="5.13.1" date="2020-01-09"/>
     <release version="5.13.0" date="2019-12-12"/>
   </releases>
 </component>


Reply via email to