Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2020-08-12 12:25:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktextwidgets (Old)
 and      /work/SRC/openSUSE:Factory/.ktextwidgets.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktextwidgets"

Wed Aug 12 12:25:18 2020 rev:82 rq:825107 version:5.73.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes        
2020-07-14 07:55:49.933117951 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new.3399/ktextwidgets.changes      
2020-08-12 12:29:16.252176252 +0200
@@ -1,0 +2,10 @@
+Sun Aug  2 07:13:48 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.73.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.73.0
+- Changes since 5.72.0:
+  * Use camelcase include. (scripted)
+
+-------------------------------------------------------------------

Old:
----
  ktextwidgets-5.72.0.tar.xz
  ktextwidgets-5.72.0.tar.xz.sig

New:
----
  ktextwidgets-5.73.0.tar.xz
  ktextwidgets-5.73.0.tar.xz.sig

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

Other differences:
------------------
++++++ ktextwidgets.spec ++++++
--- /var/tmp/diff_new_pack.afVUre/_old  2020-08-12 12:29:16.732176237 +0200
+++ /var/tmp/diff_new_pack.afVUre/_new  2020-08-12 12:29:16.736176237 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.72
+%define _tar_path 5.73
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:           ktextwidgets
-Version:        5.72.0
+Version:        5.73.0
 Release:        0
 Summary:        KDE Text editing widgets
 License:        LGPL-2.1-or-later

++++++ ktextwidgets-5.72.0.tar.xz -> ktextwidgets-5.73.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.72.0/CMakeLists.txt 
new/ktextwidgets-5.73.0/CMakeLists.txt
--- old/ktextwidgets-5.72.0/CMakeLists.txt      2020-07-04 15:22:15.000000000 
+0200
+++ new/ktextwidgets-5.73.0/CMakeLists.txt      2020-08-01 21:55:39.000000000 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.72.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.72.0") # handled by release scripts
+set(KF5_VERSION "5.73.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.73.0") # handled by release scripts
 project(KTextWidgets VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.72.0  NO_MODULE)
+find_package(ECM 5.73.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.72.0/autotests/krichtextedittest.cpp 
new/ktextwidgets-5.73.0/autotests/krichtextedittest.cpp
--- old/ktextwidgets-5.72.0/autotests/krichtextedittest.cpp     2020-07-04 
15:22:15.000000000 +0200
+++ new/ktextwidgets-5.73.0/autotests/krichtextedittest.cpp     2020-08-01 
21:55:39.000000000 +0200
@@ -20,7 +20,7 @@
 #include "krichtextedittest.h"
 
 #include <krichtextedit.h>
-#include <kcolorscheme.h>
+#include <KColorScheme>
 
 #include <QRegularExpression>
 #include <QTest>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.72.0/po/ca/ktextwidgets5.po 
new/ktextwidgets-5.73.0/po/ca/ktextwidgets5.po
--- old/ktextwidgets-5.72.0/po/ca/ktextwidgets5.po      2020-07-04 
15:22:15.000000000 +0200
+++ new/ktextwidgets-5.73.0/po/ca/ktextwidgets5.po      2020-08-01 
21:55:39.000000000 +0200
@@ -4,7 +4,7 @@
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # Sebastià Pla i Sanz <[email protected]>, 1998, 1999, 2000, 2001, 2002, 2003, 
2004, 2005, 2006, 2007.
-# Antoni Bella Pérez <[email protected]>, 2003, 2006, 2011, 2012, 2013, 
2014, 2015, 2019.
+# Antoni Bella Pérez <[email protected]>, 2003, 2006, 2011, 2012, 2013, 
2014, 2015, 2019, 2020.
 # Albert Astals Cid <[email protected]>, 2004, 2005, 2007.
 # Josep Ma. Ferrer <[email protected]>, 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014, 2015, 2017, 2018, 2020.
 # Robert Millan <[email protected]>, 2009.
@@ -14,14 +14,14 @@
 "Project-Id-Version: ktextwidgets5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-05-11 03:07+0200\n"
-"PO-Revision-Date: 2020-04-20 12:49+0100\n"
-"Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
+"PO-Revision-Date: 2020-07-26 16:12+0200\n"
+"Last-Translator: Antoni Bella Pérez <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
 "Language: ca\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.04.3\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
 
@@ -116,7 +116,7 @@
 #: findreplace/kfinddialog.cpp:99
 #, kde-format
 msgid "Replace With"
-msgstr "Substitueix per"
+msgstr "Substitueix amb"
 
 #: findreplace/kfinddialog.cpp:102
 #, kde-format
@@ -224,7 +224,7 @@
 #: findreplace/kfinddialog.cpp:216
 #, kde-format
 msgid "Click here to edit your regular expression using a graphical editor."
-msgstr "Cliqueu aquí per editar l'expressió regular usant un editor gràfic."
+msgstr "Cliqueu aquí per a editar l'expressió regular usant un editor gràfic."
 
 #: findreplace/kfinddialog.cpp:218
 #, kde-format
@@ -244,7 +244,7 @@
 msgstr ""
 "<qt>Si està habilitat, qualsevol ocurrència de <code><b>\\N</b></code>, on "
 "<code><b>N</b></code> és un nombre enter, se substituirà amb la captura "
-"corresponent («subcadena amb parèntesis») del patró.<p>Per incloure un "
+"corresponent («subcadena amb parèntesis») del patró.<p>Per a incloure un "
 "literal <code><b>\\N</b></code> a la vostra substitució, poseu-hi una barra "
 "inversa extra al davant com ara <code><b>\\\\N</b></code>.</p></qt>"
 
@@ -445,7 +445,7 @@
 #: findreplace/kreplacedialog.cpp:153
 #, kde-format
 msgid "but your pattern defines no captures."
-msgstr "però el patró no defineix captures."
+msgstr "però el patró no defineix cap captura."
 
 #: findreplace/kreplacedialog.cpp:154
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.72.0/po/da/ktextwidgets5.po 
new/ktextwidgets-5.73.0/po/da/ktextwidgets5.po
--- old/ktextwidgets-5.72.0/po/da/ktextwidgets5.po      2020-07-04 
15:22:15.000000000 +0200
+++ new/ktextwidgets-5.73.0/po/da/ktextwidgets5.po      2020-08-01 
21:55:39.000000000 +0200
@@ -2,14 +2,14 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Martin Schlander <[email protected]>, 2008, 2009, 2010, 2011, 2012, 
2013, 2015.
+# Martin Schlander <[email protected]>, 2008, 2009, 2010, 2011, 2012, 
2013, 2015, 2020.
 # Keld Simonsen <[email protected]>, 2010.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-05-11 03:07+0200\n"
-"PO-Revision-Date: 2015-11-22 22:39+0100\n"
+"PO-Revision-Date: 2020-07-27 18:21+0200\n"
 "Last-Translator: Martin Schlander <[email protected]>\n"
 "Language-Team: Danish <[email protected]>\n"
 "Language: da\n"
@@ -17,7 +17,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 20.04.2\n"
 
 #: dialogs/klinkdialog.cpp:52
 #, kde-format
@@ -362,7 +362,7 @@
 #: findreplace/kfinddialog.cpp:567
 #, kde-format
 msgid "Invalid PCRE pattern syntax."
-msgstr ""
+msgstr "Ugyldig PCRE-mønstersyntaks."
 
 #: findreplace/kreplace.cpp:61 findreplace/kreplace.cpp:73
 #, kde-format
@@ -681,62 +681,52 @@
 msgstr "Hævet skrift"
 
 #: widgets/krichtextwidget.cpp:498
-#, fuzzy, kde-format
-#| msgid "Loading Preview"
+#, kde-format
 msgctxt "@title:menu"
 msgid "Heading Level"
-msgstr "Indlæser forhåndsvisning"
+msgstr "Overskriftsniveau"
 
 #: widgets/krichtextwidget.cpp:499
-#, fuzzy, kde-format
-#| msgctxt "KCharselect unicode block name"
-#| msgid "Basic Latin"
+#, kde-format
 msgctxt "@item:inmenu no heading"
 msgid "Basic text"
-msgstr "Latin"
+msgstr "Basal tekst"
 
 #: widgets/krichtextwidget.cpp:500
-#, fuzzy, kde-format
-#| msgctxt "Title of the notified event"
-#| msgid "Title"
+#, kde-format
 msgctxt "@item:inmenu heading level 1 (largest)"
 msgid "Title"
-msgstr "Titel"
+msgstr "Title"
 
 #: widgets/krichtextwidget.cpp:501
-#, fuzzy, kde-format
-#| msgid "Untitled"
+#, kde-format
 msgctxt "@item:inmenu heading level 2"
 msgid "Subtitle"
-msgstr "Unavngivet"
+msgstr "Underoverskrift"
 
 #: widgets/krichtextwidget.cpp:502
-#, fuzzy, kde-format
-#| msgid "Action"
+#, kde-format
 msgctxt "@item:inmenu heading level 3"
 msgid "Section"
-msgstr "Handling"
+msgstr "Sektion"
 
 #: widgets/krichtextwidget.cpp:503
-#, fuzzy, kde-format
-#| msgid "Question"
+#, kde-format
 msgctxt "@item:inmenu heading level 4"
 msgid "Subsection"
-msgstr "Spørgsmål"
+msgstr "Undersektion"
 
 #: widgets/krichtextwidget.cpp:504
-#, fuzzy, kde-format
-#| msgid "Separator, Paragraph"
+#, kde-format
 msgctxt "@item:inmenu heading level 5"
 msgid "Paragraph"
-msgstr "Adskillelse, afsnit"
+msgstr "Afsnit"
 
 #: widgets/krichtextwidget.cpp:505
-#, fuzzy, kde-format
-#| msgid "Separator, Paragraph"
+#, kde-format
 msgctxt "@item:inmenu heading level 6 (smallest)"
 msgid "Subparagraph"
-msgstr "Adskillelse, afsnit"
+msgstr "Underafsnit"
 
 #: widgets/ktextedit.cpp:161
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.72.0/po/zh_CN/ktextwidgets5.po 
new/ktextwidgets-5.73.0/po/zh_CN/ktextwidgets5.po
--- old/ktextwidgets-5.72.0/po/zh_CN/ktextwidgets5.po   2020-07-04 
15:22:15.000000000 +0200
+++ new/ktextwidgets-5.73.0/po/zh_CN/ktextwidgets5.po   2020-08-01 
21:55:39.000000000 +0200
@@ -15,7 +15,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-05-11 03:07+0200\n"
-"PO-Revision-Date: 2020-06-24 08:01\n"
+"PO-Revision-Date: 2020-07-31 15:01\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.72.0/src/dialogs/klinkdialog.cpp 
new/ktextwidgets-5.73.0/src/dialogs/klinkdialog.cpp
--- old/ktextwidgets-5.72.0/src/dialogs/klinkdialog.cpp 2020-07-04 
15:22:15.000000000 +0200
+++ new/ktextwidgets-5.73.0/src/dialogs/klinkdialog.cpp 2020-08-01 
21:55:39.000000000 +0200
@@ -21,7 +21,7 @@
 
 #include "klinkdialog_p.h"
 
-#include <klocalizedstring.h>
+#include <KLocalizedString>
 
 #include <QDialogButtonBox>
 #include <QLabel>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.72.0/src/findreplace/kfind.cpp 
new/ktextwidgets-5.73.0/src/findreplace/kfind.cpp
--- old/ktextwidgets-5.72.0/src/findreplace/kfind.cpp   2020-07-04 
15:22:15.000000000 +0200
+++ new/ktextwidgets-5.73.0/src/findreplace/kfind.cpp   2020-08-01 
21:55:39.000000000 +0200
@@ -24,9 +24,9 @@
 
 #include "kfinddialog.h"
 
-#include <klocalizedstring.h>
-#include <kmessagebox.h>
-#include <kguiitem.h>
+#include <KLocalizedString>
+#include <KMessageBox>
+#include <KGuiItem>
 
 #include <QDialog>
 #include <QDialogButtonBox>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.72.0/src/findreplace/kfinddialog.cpp 
new/ktextwidgets-5.73.0/src/findreplace/kfinddialog.cpp
--- old/ktextwidgets-5.72.0/src/findreplace/kfinddialog.cpp     2020-07-04 
15:22:15.000000000 +0200
+++ new/ktextwidgets-5.73.0/src/findreplace/kfinddialog.cpp     2020-08-01 
21:55:39.000000000 +0200
@@ -33,10 +33,10 @@
 #include <QRegularExpression>
 #include <QGridLayout>
 
-#include <klocalizedstring.h>
-#include <kmessagebox.h>
-#include <kguiitem.h>
-#include <khistorycombobox.h>
+#include <KLocalizedString>
+#include <KMessageBox>
+#include <KGuiItem>
+#include <KHistoryComboBox>
 
 #include <assert.h>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.72.0/src/findreplace/kreplace.cpp 
new/ktextwidgets-5.73.0/src/findreplace/kreplace.cpp
--- old/ktextwidgets-5.72.0/src/findreplace/kreplace.cpp        2020-07-04 
15:22:15.000000000 +0200
+++ new/ktextwidgets-5.73.0/src/findreplace/kreplace.cpp        2020-08-01 
21:55:39.000000000 +0200
@@ -30,8 +30,8 @@
 #include <QRegExp>
 #include <QRegularExpression>
 
-#include <klocalizedstring.h>
-#include <kmessagebox.h>
+#include <KLocalizedString>
+#include <KMessageBox>
 
 //#define DEBUG_REPLACE
 #define INDEX_NOMATCH -1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktextwidgets-5.72.0/src/findreplace/kreplacedialog.cpp 
new/ktextwidgets-5.73.0/src/findreplace/kreplacedialog.cpp
--- old/ktextwidgets-5.72.0/src/findreplace/kreplacedialog.cpp  2020-07-04 
15:22:15.000000000 +0200
+++ new/ktextwidgets-5.73.0/src/findreplace/kreplacedialog.cpp  2020-08-01 
21:55:39.000000000 +0200
@@ -27,9 +27,9 @@
 #include <QGridLayout>
 #include <QGroupBox>
 
-#include <khistorycombobox.h>
-#include <klocalizedstring.h>
-#include <kmessagebox.h>
+#include <KHistoryComboBox>
+#include <KLocalizedString>
+#include <KMessageBox>
 
 /**
  * we need to insert the strings after the dialog is set
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.72.0/src/widgets/krichtextedit.cpp 
new/ktextwidgets-5.73.0/src/widgets/krichtextedit.cpp
--- old/ktextwidgets-5.72.0/src/widgets/krichtextedit.cpp       2020-07-04 
15:22:15.000000000 +0200
+++ new/ktextwidgets-5.73.0/src/widgets/krichtextedit.cpp       2020-08-01 
21:55:39.000000000 +0200
@@ -28,8 +28,8 @@
 #include "klinkdialog_p.h"
 
 // kdelibs includes
-#include <kcursor.h>
-#include <kcolorscheme.h>
+#include <KCursor>
+#include <KColorScheme>
 
 // Qt includes
 #include <QRegularExpression>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.72.0/src/widgets/krichtextwidget.cpp 
new/ktextwidgets-5.73.0/src/widgets/krichtextwidget.cpp
--- old/ktextwidgets-5.72.0/src/widgets/krichtextwidget.cpp     2020-07-04 
15:22:15.000000000 +0200
+++ new/ktextwidgets-5.73.0/src/widgets/krichtextwidget.cpp     2020-08-01 
21:55:39.000000000 +0200
@@ -21,10 +21,10 @@
 #include "krichtextwidget.h"
 
 // KDE includes
-#include <kcolorscheme.h>
-#include <kfontaction.h>
-#include <kfontsizeaction.h>
-#include <klocalizedstring.h>
+#include <KColorScheme>
+#include <KFontAction>
+#include <KFontSizeAction>
+#include <KLocalizedString>
 #include <ktoggleaction.h>
 
 // Qt includes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.72.0/src/widgets/ktextedit.cpp 
new/ktextwidgets-5.73.0/src/widgets/ktextedit.cpp
--- old/ktextwidgets-5.72.0/src/widgets/ktextedit.cpp   2020-07-04 
15:22:15.000000000 +0200
+++ new/ktextwidgets-5.73.0/src/widgets/ktextedit.cpp   2020-08-01 
21:55:39.000000000 +0200
@@ -39,11 +39,11 @@
 #include <sonnet/dialog.h>
 #include <sonnet/backgroundchecker.h>
 #include <sonnet/spellcheckdecorator.h>
-#include <kcursor.h>
-#include <kstandardaction.h>
-#include <kstandardshortcut.h>
-#include <klocalizedstring.h>
-#include <kmessagebox.h>
+#include <KCursor>
+#include <KStandardAction>
+#include <KStandardShortcut>
+#include <KLocalizedString>
+#include <KMessageBox>
 
 #include "kreplacedialog.h"
 #include "kfinddialog.h"

++++++ ktextwidgets-5.72.0.tar.xz.sig -> ktextwidgets-5.73.0.tar.xz.sig ++++++
--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets-5.72.0.tar.xz.sig      
2020-07-14 07:55:49.053115102 +0200
+++ 
/work/SRC/openSUSE:Factory/.ktextwidgets.new.3399/ktextwidgets-5.73.0.tar.xz.sig
    2020-08-12 12:29:16.228176252 +0200
@@ -1,11 +1,11 @@
 -----BEGIN PGP SIGNATURE-----
 
-iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8AusUACgkQWNDuZIpI
-s7tE5ggAu72kbO3wczi1wJnGH8OdbqrLEg8hUbEitssxMlsYIt/udYheK32NM/BJ
-Y3jsIux0V34aq8wUL3jZZfkP9beOev8ivUNKiq5SiOCTuK8e++dHh7TLA7KBfTnP
-/VyEIyPo7poR4jIBhRPAnwfXydzFOM/g9jXHhPZjIpqMNrsorGi9yDbAdCm/JtRE
-EFmWmQlwQtcYPhV/A6kjn4FghpuAWcN/fEJwI49TLrlVbG8htweZDAbpaARyDWhU
-kHxsslT98gB2KAvoiNORKtjxvkZVtcS+RvwfaEfaD33Vu54+usitP4eNUsU1xZw8
-vt076vPYORcldN1X9Npq/fuvbK0t8g==
-=UuSm
+iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8lzyUACgkQWNDuZIpI
+s7vYbgf9EVPvAPFdFbceFdmpXX3rOhVNuJa9QYfI/Ote6nxpgkHBHVoCA+DX9BUL
+amXoXSYd9OqRIkia6PfImamQmTinQBlTl5WySJ3YXCSiiWe8fbgE7sH3e0hB0YZQ
+ocEZNgKUZMjlkGeYl5s2z8bsaJKPhZjRv8Ops3g3XQGSXnzaZw3iW+fk1gsCSgFv
+CuvAKzv3TVqik9wvWbRHw8BfGjJoi5aUGioxrb24/uUbm72L0O038Akcu7GrvFGc
+NXYC0jR5rs9diodoNEvhzaZGumyS5TBECz143kbUWe0ep8XCkpR1eTz+GAAbn61C
+Mv3xB7QSTa/eTUZyJtGzUajB4Zru/Q==
+=O0Y3
 -----END PGP SIGNATURE-----


Reply via email to