Hello community,

here is the log from the commit of package knotes for openSUSE:Factory checked 
in at 2020-05-20 18:41:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/knotes (Old)
 and      /work/SRC/openSUSE:Factory/.knotes.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "knotes"

Wed May 20 18:41:45 2020 rev:45 rq:806545 version:20.04.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/knotes/knotes.changes    2020-04-25 
20:24:27.985544706 +0200
+++ /work/SRC/openSUSE:Factory/.knotes.new.2738/knotes.changes  2020-05-20 
18:41:48.560789943 +0200
@@ -1,0 +2,9 @@
+Fri May 15 15:41:45 UTC 2020 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 20.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-05-apps-update
+- No code change since 20.04.0
+
+-------------------------------------------------------------------
@@ -16,2 +24,0 @@
-  * For more details please see:
-  * https://kde.org/announcements/releases/20.04-rc
@@ -26,2 +32,0 @@
-  * For more details please see:
-  * https://kde.org/announcements/releases/20.04-beta
@@ -36 +41 @@
-  * https://www.kde.org/announcements/releases/19.12.3
+  * https://kde.org/announcements/releases/2020-03-apps-update
@@ -50 +55 @@
-  * https://www.kde.org/announcements/releases/19.12.2
+  * https://kde.org/announcements/releases/2020-02-apps-update

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

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

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

Other differences:
------------------
++++++ knotes.spec ++++++
--- /var/tmp/diff_new_pack.O17Uca/_old  2020-05-20 18:41:49.096791147 +0200
+++ /var/tmp/diff_new_pack.O17Uca/_new  2020-05-20 18:41:49.100791156 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           knotes
-Version:        20.04.0
+Version:        20.04.1
 Release:        0
 Summary:        Popup Notes
 License:        GPL-2.0-or-later


++++++ knotes-20.04.0.tar.xz -> knotes-20.04.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-20.04.0/CMakeLists.txt 
new/knotes-20.04.1/CMakeLists.txt
--- old/knotes-20.04.0/CMakeLists.txt   2020-04-17 02:39:25.000000000 +0200
+++ new/knotes-20.04.1/CMakeLists.txt   2020-05-12 03:25:52.000000000 +0200
@@ -1,4 +1,4 @@
-set(KDEPIM_VERSION_NUMBER "5.14.0")
+set(KDEPIM_VERSION_NUMBER "5.14.1")
 cmake_minimum_required(VERSION 3.5)
 project(knotes VERSION ${KDEPIM_VERSION_NUMBER})
 set(RELEASE_SERVICE_VERSION "20.04.0")
@@ -43,16 +43,16 @@
 set(KDEPIM_LIB_SOVERSION "5")
 
 
-set(AKONADINOTES_LIB_VERSION "5.14.0")
-set(AKONADI_VERSION "5.14.0")
-set(CALENDARUTILS_LIB_VERSION "5.14.0")
-set(KDEPIM_APPS_LIB_VERSION "5.14.0")
-set(KONTACTINTERFACE_LIB_VERSION "5.14.0")
-set(KPIMTEXTEDIT_LIB_VERSION "5.14.0")
-set(LIBKDEPIM_LIB_VERSION "5.14.0")
-set(KMIME_LIB_VERSION "5.14.0")
-set(PIMCOMMON_LIB_VERSION "5.14.0")
-set(GRANTLEETHEME_LIB_VERSION "5.14.0")
+set(AKONADINOTES_LIB_VERSION "5.14.1")
+set(AKONADI_VERSION "5.14.1")
+set(CALENDARUTILS_LIB_VERSION "5.14.1")
+set(KDEPIM_APPS_LIB_VERSION "5.14.1")
+set(KONTACTINTERFACE_LIB_VERSION "5.14.1")
+set(KPIMTEXTEDIT_LIB_VERSION "5.14.1")
+set(LIBKDEPIM_LIB_VERSION "5.14.1")
+set(KMIME_LIB_VERSION "5.14.1")
+set(PIMCOMMON_LIB_VERSION "5.14.1")
+set(GRANTLEETHEME_LIB_VERSION "5.14.1")
 
 
 set(QT_REQUIRED_VERSION "5.12.0")
@@ -95,7 +95,7 @@
 find_package(KF5GrantleeTheme ${GRANTLEETHEME_LIB_VERSION} CONFIG REQUIRED)
 
 
-find_package(KF5AkonadiSearch "5.14.0" CONFIG REQUIRED)
+find_package(KF5AkonadiSearch "5.14.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-20.04.0/po/ko/akonadi_notes_agent.po 
new/knotes-20.04.1/po/ko/akonadi_notes_agent.po
--- old/knotes-20.04.0/po/ko/akonadi_notes_agent.po     2020-04-17 
02:39:22.000000000 +0200
+++ new/knotes-20.04.1/po/ko/akonadi_notes_agent.po     2020-05-12 
03:25:50.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-01-02 03:16+0100\n"
-"PO-Revision-Date: 2020-01-29 00:39+0100\n"
+"PO-Revision-Date: 2020-04-21 00:37+0200\n"
 "Last-Translator: Shinjo Park <k...@peremen.name>\n"
 "Language-Team: Korean <kde...@kde.org>\n"
 "Language: ko\n"
@@ -36,7 +36,7 @@
 #: notesagentalarmdialog.cpp:103
 #, kde-format
 msgid "Show Note..."
-msgstr "노트 보이기..."
+msgstr "노트 표시..."
 
 #: notesagentalarmdialog.cpp:105
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-20.04.0/po/ko/knotes.po 
new/knotes-20.04.1/po/ko/knotes.po
--- old/knotes-20.04.0/po/ko/knotes.po  2020-04-17 02:39:22.000000000 +0200
+++ new/knotes-20.04.1/po/ko/knotes.po  2020-05-12 03:25:50.000000000 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: knotes\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-03-25 09:52+0100\n"
-"PO-Revision-Date: 2020-04-05 13:02+0200\n"
+"PO-Revision-Date: 2020-04-21 00:37+0200\n"
 "Last-Translator: Shinjo Park <k...@peremen.name>\n"
 "Language-Team: Korean <kde...@kde.org>\n"
 "Language: ko\n"
@@ -57,7 +57,7 @@
 #: apps/knotesapp.cpp:116
 #, kde-format
 msgid "Show All Notes"
-msgstr "모든 노트 보이기"
+msgstr "모든 노트 표시"
 
 #: apps/knotesapp.cpp:122
 #, kde-format
@@ -313,7 +313,7 @@
 #: configdialog/knoteconfigdialog.cpp:183
 #, kde-format
 msgid "Show number of notes in tray icon"
-msgstr "트레이 아이콘에 노트 수 보이기"
+msgstr "트레이 아이콘에 노트 수 표시"
 
 #: configdialog/knoteconfigdialog.cpp:190
 #, kde-format
@@ -359,7 +359,7 @@
 #: configdialog/knotedisplayconfigwidget.cpp:66
 #, kde-format
 msgid "&Show note in taskbar"
-msgstr "작업 표시줄에 노트 보이기(&S)"
+msgstr "작업 표시줄에 노트 표시(&S)"
 
 #: configdialog/knotedisplayconfigwidget.cpp:70
 #, kde-format
@@ -750,7 +750,7 @@
 #: kontactplugin/knotes_part.cpp:606 kontactplugin/knotes_part.cpp:790
 #, kde-format
 msgid "Show Note..."
-msgstr "노트 보이기..."
+msgstr "노트 표시..."
 
 #: kontactplugin/knotes_part.cpp:742
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-20.04.0/po/ru/akonadi_notes_agent.po 
new/knotes-20.04.1/po/ru/akonadi_notes_agent.po
--- old/knotes-20.04.0/po/ru/akonadi_notes_agent.po     2020-04-17 
02:39:23.000000000 +0200
+++ new/knotes-20.04.1/po/ru/akonadi_notes_agent.po     2020-05-12 
03:25:51.000000000 +0200
@@ -2,13 +2,13 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Alexander Potashev <aspotas...@gmail.com>, 2014, 2015, 2017.
-# Alexander Yavorsky <kekc...@gmail.com>, 2018, 2019.
+# Alexander Yavorsky <kekc...@gmail.com>, 2018, 2019, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-01-02 03:16+0100\n"
-"PO-Revision-Date: 2019-01-15 20:34+0300\n"
+"PO-Revision-Date: 2020-04-22 17:10+0300\n"
 "Last-Translator: Alexander Yavorsky <kekc...@gmail.com>\n"
 "Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
 "Language: ru\n"
@@ -17,14 +17,13 @@
 "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-Generator: Lokalize 18.12.1\n"
+"X-Generator: Lokalize 19.12.3\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
 #: notesagentalarmdialog.cpp:51
-#, fuzzy, kde-format
-#| msgid "Alarm"
+#, kde-format
 msgctxt "@title:window"
 msgid "Alarm"
 msgstr "Напоминание"
@@ -71,8 +70,7 @@
 msgstr "Напоминание"
 
 #: notesagentsettingsdialog.cpp:42
-#, fuzzy, kde-format
-#| msgid "Configure Notes Agent"
+#, kde-format
 msgctxt "@title:window"
 msgid "Configure Notes Agent"
 msgstr "Настройка агента заметок"
@@ -98,10 +96,9 @@
 msgstr "Агент заметок."
 
 #: notesagentsettingsdialog.cpp:74
-#, fuzzy, kde-format
-#| msgid "Copyright (C) 2013-2019 Laurent Montel"
+#, kde-format
 msgid "Copyright (C) 2013-2020 Laurent Montel"
-msgstr "© Laurent Montel, 2013–2019"
+msgstr "© Laurent Montel, 2013–2020"
 
 #: notesagentsettingsdialog.cpp:76
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-20.04.0/po/ru/knotes.po 
new/knotes-20.04.1/po/ru/knotes.po
--- old/knotes-20.04.0/po/ru/knotes.po  2020-04-17 02:39:23.000000000 +0200
+++ new/knotes-20.04.1/po/ru/knotes.po  2020-05-12 03:25:51.000000000 +0200
@@ -8,20 +8,20 @@
 # Andrey Cherepanov <sk...@kde.ru>, 2009.
 # Alexander Potashev <aspotas...@gmail.com>, 2010, 2011, 2014, 2015, 2016, 
2017.
 # Artem Sereda <overmin...@gmail.com>, 2010, 2011.
-# Alexander Yavorsky <kekc...@gmail.com>, 2018.
+# Alexander Yavorsky <kekc...@gmail.com>, 2018, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: knotes\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-03-25 09:52+0100\n"
-"PO-Revision-Date: 2018-10-15 20:52+0300\n"
+"PO-Revision-Date: 2020-04-22 18:06+0300\n"
 "Last-Translator: Alexander Yavorsky <kekc...@gmail.com>\n"
 "Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
 "Language: ru\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 19.12.3\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-Environment: kde\n"
@@ -134,10 +134,9 @@
 msgstr "Заметки KDE"
 
 #: apps/main.cpp:56
-#, fuzzy, kde-format
-#| msgid "Copyright © 1997–2018 KNotes authors"
+#, kde-format
 msgid "Copyright © 1997–2020 KNotes authors"
-msgstr "© Авторы KNotes, 1997–2018"
+msgstr "© Авторы KNotes, 1997–2020"
 
 #: apps/main.cpp:76 kontactplugin/kcmknotessummary.cpp:64
 #, kde-format
@@ -437,23 +436,20 @@
 msgstr "Заметки"
 
 #: dialog/knotedeleteselectednotesdialog.cpp:32
-#, fuzzy, kde-format
-#| msgid "Select notes to delete"
+#, kde-format
 msgctxt "@title:window"
 msgid "Select notes to delete"
 msgstr "Выбор заметок для удаления"
 
 #: dialog/knoteselectednotesdialog.cpp:34
 #: print/knoteprintselectednotesdialog.cpp:41
-#, fuzzy, kde-format
-#| msgid "Select notes"
+#, kde-format
 msgctxt "@title:window"
 msgid "Select notes"
 msgstr "Выбор заметок"
 
 #: dialog/knoteskeydialog.cpp:33
-#, fuzzy, kde-format
-#| msgid "Configure Shortcuts"
+#, kde-format
 msgctxt "@title:window"
 msgid "Configure Shortcuts"
 msgstr "Настройка комбинаций клавиш"
@@ -488,10 +484,9 @@
 msgstr "Ничего не найдено."
 
 #: finddialog/knotefinddialog.cpp:168
-#, fuzzy, kde-format
-#| msgid "Show Note..."
+#, kde-format
 msgid "Show Note"
-msgstr "Просмотреть заметку..."
+msgstr "Просмотр заметки"
 
 #: knoteedit.cpp:56
 #, kde-format
@@ -599,10 +594,9 @@
 msgstr "Модуль настройки дайджеста заметок"
 
 #: kontactplugin/kcmknotessummary.cpp:63
-#, fuzzy, kde-format
-#| msgid "Copyright © 2013-2018 Laurent Montel <mon...@kde.org>"
+#, kde-format
 msgid "Copyright © 2013-2020 Laurent Montel <mon...@kde.org>"
-msgstr "© Laurent Montel <mon...@kde.org>, 2013–2018"
+msgstr "© Laurent Montel <mon...@kde.org>, 2013–2020"
 
 #: kontactplugin/knotes_part.cpp:98
 #, kde-format
@@ -824,12 +818,10 @@
 msgstr "Заметки"
 
 #: kontactplugin/knotes_plugin.cpp:103
-#, fuzzy, kde-kuit-format
-#| msgctxt "@info:credit"
-#| msgid "Copyright © 2003–2018 Kontact authors"
+#, kde-kuit-format
 msgctxt "@info:credit"
 msgid "Copyright © 2003–2020 Kontact authors"
-msgstr "© Авторы Kontact, 2003–2018"
+msgstr "© Авторы Kontact, 2003–2020"
 
 #: kontactplugin/knotes_plugin.cpp:105
 #, kde-kuit-format
@@ -994,8 +986,7 @@
 
 # BUGME: please add @title:window --aspotashev
 #: notes/knote.cpp:511
-#, fuzzy, kde-format
-#| msgid "Save As"
+#, kde-format
 msgctxt "@title:window"
 msgid "Save As"
 msgstr "Сохранение в файл"
@@ -1096,8 +1087,7 @@
 msgstr "Печать"
 
 #: print/knoteprintselectthemedialog.cpp:34
-#, fuzzy, kde-format
-#| msgid "Select theme"
+#, kde-format
 msgctxt "@title:window"
 msgid "Select theme"
 msgstr "Выбор оформления для печати"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-20.04.0/po/ru/libnoteshared.po 
new/knotes-20.04.1/po/ru/libnoteshared.po
--- old/knotes-20.04.0/po/ru/libnoteshared.po   2020-04-17 02:39:23.000000000 
+0200
+++ new/knotes-20.04.1/po/ru/libnoteshared.po   2020-05-12 03:25:51.000000000 
+0200
@@ -2,13 +2,13 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Alexander Potashev <aspotas...@gmail.com>, 2014, 2015.
-# Alexander Yavorsky <kekc...@gmail.com>, 2018.
+# Alexander Yavorsky <kekc...@gmail.com>, 2018, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-03-06 03:40+0100\n"
-"PO-Revision-Date: 2018-08-04 21:49+0300\n"
+"PO-Revision-Date: 2020-04-22 17:06+0300\n"
 "Last-Translator: Alexander Yavorsky <kekc...@gmail.com>\n"
 "Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
 "Language: ru\n"
@@ -17,7 +17,7 @@
 "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-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 19.12.3\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
@@ -104,10 +104,7 @@
 "Во время извлечения произошла ошибка. Выбрать новую коллекцию по умолчанию?"
 
 #: 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?"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-20.04.0/po/zh_CN/akonadi_notes_agent.po 
new/knotes-20.04.1/po/zh_CN/akonadi_notes_agent.po
--- old/knotes-20.04.0/po/zh_CN/akonadi_notes_agent.po  2020-04-17 
02:39:23.000000000 +0200
+++ new/knotes-20.04.1/po/zh_CN/akonadi_notes_agent.po  2020-05-12 
03:25:51.000000000 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-01-02 03:16+0100\n"
-"PO-Revision-Date: 2020-03-25 19:56\n"
+"PO-Revision-Date: 2020-05-09 13:51\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-20.04.0/po/zh_CN/knotes.po 
new/knotes-20.04.1/po/zh_CN/knotes.po
--- old/knotes-20.04.0/po/zh_CN/knotes.po       2020-04-17 02:39:23.000000000 
+0200
+++ new/knotes-20.04.1/po/zh_CN/knotes.po       2020-05-12 03:25:51.000000000 
+0200
@@ -13,7 +13,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-03-25 09:52+0100\n"
-"PO-Revision-Date: 2020-03-25 19:56\n"
+"PO-Revision-Date: 2020-05-09 13:51\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-20.04.0/po/zh_CN/libnoteshared.po 
new/knotes-20.04.1/po/zh_CN/libnoteshared.po
--- old/knotes-20.04.0/po/zh_CN/libnoteshared.po        2020-04-17 
02:39:23.000000000 +0200
+++ new/knotes-20.04.1/po/zh_CN/libnoteshared.po        2020-05-12 
03:25:51.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-03-06 03:40+0100\n"
-"PO-Revision-Date: 2020-03-25 19:56\n"
+"PO-Revision-Date: 2020-05-09 13:51\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-20.04.0/src/data/org.kde.knotes.appdata.xml 
new/knotes-20.04.1/src/data/org.kde.knotes.appdata.xml
--- old/knotes-20.04.0/src/data/org.kde.knotes.appdata.xml      2020-04-15 
11:27:24.000000000 +0200
+++ new/knotes-20.04.1/src/data/org.kde.knotes.appdata.xml      2020-05-11 
23:35:09.000000000 +0200
@@ -299,9 +299,9 @@
     <binary>knotes</binary>
   </provides>
   <releases>
+    <release version="5.14.1" date="2020-05-14"/>
     <release version="5.14.0" date="2020-04-23"/>
     <release version="5.13.3" date="2020-03-05"/>
     <release version="5.13.2" date="2020-02-06"/>
-    <release version="5.13.1" date="2020-01-09"/>
   </releases>
 </component>


Reply via email to