Hello community,

here is the log from the commit of package kolourpaint for openSUSE:Factory 
checked in at 2019-09-11 10:29:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kolourpaint (Old)
 and      /work/SRC/openSUSE:Factory/.kolourpaint.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kolourpaint"

Wed Sep 11 10:29:52 2019 rev:107 rq:728871 version:19.08.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/kolourpaint/kolourpaint.changes  2019-08-16 
15:47:39.189658155 +0200
+++ /work/SRC/openSUSE:Factory/.kolourpaint.new.7948/kolourpaint.changes        
2019-09-11 10:30:14.279386041 +0200
@@ -1,0 +2,10 @@
+Thu Sep  5 14:00:49 UTC 2019 - Luca Beltrame <[email protected]>
+
+- Update to 19.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08.1.php
+- Changes since 19.08.0:
+  * Fix crash when doing open recent
+
+-------------------------------------------------------------------

Old:
----
  kolourpaint-19.08.0.tar.xz
  kolourpaint-19.08.0.tar.xz.sig

New:
----
  kolourpaint-19.08.1.tar.xz
  kolourpaint-19.08.1.tar.xz.sig

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

Other differences:
------------------
++++++ kolourpaint.spec ++++++
--- /var/tmp/diff_new_pack.vEXW02/_old  2019-09-11 10:30:15.611385654 +0200
+++ /var/tmp/diff_new_pack.vEXW02/_new  2019-09-11 10:30:15.615385653 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kolourpaint
-Version:        19.08.0
+Version:        19.08.1
 Release:        0
 # See bnc#717722 for license details
 Summary:        Paint Program


++++++ kolourpaint-19.08.0.tar.xz -> kolourpaint-19.08.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/CMakeLists.txt 
new/kolourpaint-19.08.1/CMakeLists.txt
--- old/kolourpaint-19.08.0/CMakeLists.txt      2019-08-09 02:19:49.000000000 
+0200
+++ new/kolourpaint-19.08.1/CMakeLists.txt      2019-09-03 03:31:10.000000000 
+0200
@@ -53,7 +53,7 @@
 # KDE Application Version, managed by release script
 set(KDE_APPLICATIONS_VERSION_MAJOR "19")
 set(KDE_APPLICATIONS_VERSION_MINOR "08")
-set(KDE_APPLICATIONS_VERSION_MICRO "0")
+set(KDE_APPLICATIONS_VERSION_MICRO "1")
 set(KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
  
  
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/mainWindow/kpMainWindow_File.cpp 
new/kolourpaint-19.08.1/mainWindow/kpMainWindow_File.cpp
--- old/kolourpaint-19.08.0/mainWindow/kpMainWindow_File.cpp    2019-08-09 
02:02:15.000000000 +0200
+++ new/kolourpaint-19.08.1/mainWindow/kpMainWindow_File.cpp    2019-09-01 
05:30:20.000000000 +0200
@@ -193,7 +193,7 @@
     //       To avoid the crash, make a copy of it before calling
     //       loadEntries() and use this copy, instead of the to-be-dangling
     //       ref.
-    const QUrl& url = url_;
+    const QUrl url = url_; // DO NOT MAKE IT A REFERENCE, THE CALL BELOW TO 
loadEntries DESTROYS url_
 
 #if DEBUG_KP_MAIN_WINDOW
     qCDebug(kpLogMainWindow) << "kpMainWindow::addRecentURL(" << url << ")";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/org.kde.kolourpaint.appdata.xml 
new/kolourpaint-19.08.1/org.kde.kolourpaint.appdata.xml
--- old/kolourpaint-19.08.0/org.kde.kolourpaint.appdata.xml     2019-08-09 
02:02:15.000000000 +0200
+++ new/kolourpaint-19.08.1/org.kde.kolourpaint.appdata.xml     2019-09-01 
05:30:20.000000000 +0200
@@ -338,6 +338,7 @@
       <caption>Painting in KolourPaint</caption>
       <caption xml:lang="ca">Pintant al KolourPaint</caption>
       <caption xml:lang="ca-valencia">Pintant al KolourPaint</caption>
+      <caption xml:lang="cs">Malování v KolourPaint</caption>
       <caption xml:lang="de">Malen mit KolourPaint</caption>
       <caption xml:lang="en-GB">Painting in KolourPaint</caption>
       <caption xml:lang="es">Dibujando con KolourPaint</caption>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/ar/kolourpaint.po 
new/kolourpaint-19.08.1/po/ar/kolourpaint.po
--- old/kolourpaint-19.08.0/po/ar/kolourpaint.po        2019-08-09 
02:19:46.000000000 +0200
+++ new/kolourpaint-19.08.1/po/ar/kolourpaint.po        2019-09-03 
03:30:57.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2008-12-21 20:31+0400\n"
 "Last-Translator: zayed <[email protected]>\n"
 "Language-Team: Arabic <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/bg/kolourpaint.po 
new/kolourpaint-19.08.1/po/bg/kolourpaint.po
--- old/kolourpaint-19.08.0/po/bg/kolourpaint.po        2019-08-09 
02:19:46.000000000 +0200
+++ new/kolourpaint-19.08.1/po/bg/kolourpaint.po        2019-09-03 
03:30:57.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2011-07-24 12:42+0300\n"
 "Last-Translator: Yasen Pramatarov <[email protected]>\n"
 "Language-Team: Bulgarian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/bs/kolourpaint.po 
new/kolourpaint-19.08.1/po/bs/kolourpaint.po
--- old/kolourpaint-19.08.0/po/bs/kolourpaint.po        2019-08-09 
02:19:46.000000000 +0200
+++ new/kolourpaint-19.08.1/po/bs/kolourpaint.po        2019-09-03 
03:30:57.000000000 +0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2015-01-06 06:28+0000\n"
 "Last-Translator: Nejra Pašić <[email protected]>\n"
 "Language-Team: <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/ca/kolourpaint.po 
new/kolourpaint-19.08.1/po/ca/kolourpaint.po
--- old/kolourpaint-19.08.0/po/ca/kolourpaint.po        2019-08-09 
02:19:46.000000000 +0200
+++ new/kolourpaint-19.08.1/po/ca/kolourpaint.po        2019-09-03 
03:30:57.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2018-08-04 20:17+0100\n"
 "Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/ca@valencia/kolourpaint.po 
new/kolourpaint-19.08.1/po/ca@valencia/kolourpaint.po
--- old/kolourpaint-19.08.0/po/ca@valencia/kolourpaint.po       2019-08-09 
02:19:46.000000000 +0200
+++ new/kolourpaint-19.08.1/po/ca@valencia/kolourpaint.po       2019-09-03 
03:30:57.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2018-08-04 20:17+0100\n"
 "Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/cs/kolourpaint.po 
new/kolourpaint-19.08.1/po/cs/kolourpaint.po
--- old/kolourpaint-19.08.0/po/cs/kolourpaint.po        2019-08-09 
02:19:46.000000000 +0200
+++ new/kolourpaint-19.08.1/po/cs/kolourpaint.po        2019-09-03 
03:30:57.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2017-09-12 12:24+0100\n"
 "Last-Translator: Vít Pelčák <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/da/kolourpaint.po 
new/kolourpaint-19.08.1/po/da/kolourpaint.po
--- old/kolourpaint-19.08.0/po/da/kolourpaint.po        2019-08-09 
02:19:46.000000000 +0200
+++ new/kolourpaint-19.08.1/po/da/kolourpaint.po        2019-09-03 
03:30:57.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2018-01-10 19:19+0100\n"
 "Last-Translator: Martin Schlander <[email protected]>\n"
 "Language-Team: Danish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/de/kolourpaint.po 
new/kolourpaint-19.08.1/po/de/kolourpaint.po
--- old/kolourpaint-19.08.0/po/de/kolourpaint.po        2019-08-09 
02:19:46.000000000 +0200
+++ new/kolourpaint-19.08.1/po/de/kolourpaint.po        2019-09-03 
03:30:57.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2018-02-17 10:30+0100\n"
 "Last-Translator: Frederik Schwarzer <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/el/kolourpaint.po 
new/kolourpaint-19.08.1/po/el/kolourpaint.po
--- old/kolourpaint-19.08.0/po/el/kolourpaint.po        2019-08-09 
02:19:46.000000000 +0200
+++ new/kolourpaint-19.08.1/po/el/kolourpaint.po        2019-09-03 
03:30:57.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2017-04-22 15:17+0200\n"
 "Last-Translator: Stelios <[email protected]>\n"
 "Language-Team: Greek <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/en_GB/kolourpaint.po 
new/kolourpaint-19.08.1/po/en_GB/kolourpaint.po
--- old/kolourpaint-19.08.0/po/en_GB/kolourpaint.po     2019-08-09 
02:19:46.000000000 +0200
+++ new/kolourpaint-19.08.1/po/en_GB/kolourpaint.po     2019-09-03 
03:30:58.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2017-12-29 17:43+0000\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
 "Language-Team: British English <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/eo/kolourpaint.po 
new/kolourpaint-19.08.1/po/eo/kolourpaint.po
--- old/kolourpaint-19.08.0/po/eo/kolourpaint.po        2019-08-09 
02:19:46.000000000 +0200
+++ new/kolourpaint-19.08.1/po/eo/kolourpaint.po        2019-09-03 
03:30:58.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2007-12-06 18:56+0100\n"
 "Last-Translator: Pierre-Marie Pédrot <[email protected]>\n"
 "Language-Team: esperanto <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/es/kolourpaint.po 
new/kolourpaint-19.08.1/po/es/kolourpaint.po
--- old/kolourpaint-19.08.0/po/es/kolourpaint.po        2019-08-09 
02:19:46.000000000 +0200
+++ new/kolourpaint-19.08.1/po/es/kolourpaint.po        2019-09-03 
03:30:58.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2017-03-03 12:57+0100\n"
 "Last-Translator: Eloy Cuadra <[email protected]>\n"
 "Language-Team: Spanish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/et/kolourpaint.po 
new/kolourpaint-19.08.1/po/et/kolourpaint.po
--- old/kolourpaint-19.08.0/po/et/kolourpaint.po        2019-08-09 
02:19:46.000000000 +0200
+++ new/kolourpaint-19.08.1/po/et/kolourpaint.po        2019-09-03 
03:30:58.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2016-08-19 21:26+0300\n"
 "Last-Translator: Marek Laane <[email protected]>\n"
 "Language-Team: Estonian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/eu/kolourpaint.po 
new/kolourpaint-19.08.1/po/eu/kolourpaint.po
--- old/kolourpaint-19.08.0/po/eu/kolourpaint.po        2019-08-09 
02:19:46.000000000 +0200
+++ new/kolourpaint-19.08.1/po/eu/kolourpaint.po        2019-09-03 
03:30:58.000000000 +0200
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2018-08-04 16:07+0100\n"
 "Last-Translator: Iñigo Salvador Azurmendi <[email protected]>\n"
 "Language-Team: Basque <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/fa/kolourpaint.po 
new/kolourpaint-19.08.1/po/fa/kolourpaint.po
--- old/kolourpaint-19.08.0/po/fa/kolourpaint.po        2019-08-09 
02:19:46.000000000 +0200
+++ new/kolourpaint-19.08.1/po/fa/kolourpaint.po        2019-09-03 
03:30:58.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2012-01-12 17:21+0330\n"
 "Last-Translator: Mohammad Reza Mirdamadi <[email protected]>\n"
 "Language-Team: Farsi (Persian) <>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/fi/kolourpaint.po 
new/kolourpaint-19.08.1/po/fi/kolourpaint.po
--- old/kolourpaint-19.08.0/po/fi/kolourpaint.po        2019-08-09 
02:19:46.000000000 +0200
+++ new/kolourpaint-19.08.1/po/fi/kolourpaint.po        2019-09-03 
03:30:58.000000000 +0200
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2018-01-22 16:38+0200\n"
 "Last-Translator: Tommi Nieminen <[email protected]>\n"
 "Language-Team: Finnish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/fr/kolourpaint.po 
new/kolourpaint-19.08.1/po/fr/kolourpaint.po
--- old/kolourpaint-19.08.0/po/fr/kolourpaint.po        2019-08-09 
02:19:46.000000000 +0200
+++ new/kolourpaint-19.08.1/po/fr/kolourpaint.po        2019-09-03 
03:30:58.000000000 +0200
@@ -16,7 +16,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2018-02-08 23:11+0100\n"
 "Last-Translator: Yoann Laissus <[email protected]>\n"
 "Language-Team: French <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/ga/kolourpaint.po 
new/kolourpaint-19.08.1/po/ga/kolourpaint.po
--- old/kolourpaint-19.08.0/po/ga/kolourpaint.po        2019-08-09 
02:19:46.000000000 +0200
+++ new/kolourpaint-19.08.1/po/ga/kolourpaint.po        2019-09-03 
03:30:58.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kdegraphics/kolourpaint.po\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2004-12-03 14:52-0500\n"
 "Last-Translator: Kevin Scannell <[email protected]>\n"
 "Language-Team: Irish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/gl/kolourpaint.po 
new/kolourpaint-19.08.1/po/gl/kolourpaint.po
--- old/kolourpaint-19.08.0/po/gl/kolourpaint.po        2019-08-09 
02:19:46.000000000 +0200
+++ new/kolourpaint-19.08.1/po/gl/kolourpaint.po        2019-09-03 
03:30:58.000000000 +0200
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2019-04-04 20:28+0200\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n"
 "Language-Team: Galician <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/he/kolourpaint.po 
new/kolourpaint-19.08.1/po/he/kolourpaint.po
--- old/kolourpaint-19.08.0/po/he/kolourpaint.po        2019-08-09 
02:19:46.000000000 +0200
+++ new/kolourpaint-19.08.1/po/he/kolourpaint.po        2019-09-03 
03:30:58.000000000 +0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2017-05-16 07:02-0400\n"
 "Last-Translator: Copied by Zanata <[email protected]>\n"
 "Language-Team: Hebrew <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/hi/kolourpaint.po 
new/kolourpaint-19.08.1/po/hi/kolourpaint.po
--- old/kolourpaint-19.08.0/po/hi/kolourpaint.po        2019-08-09 
02:19:46.000000000 +0200
+++ new/kolourpaint-19.08.1/po/hi/kolourpaint.po        2019-09-03 
03:30:58.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2007-12-27 17:11+0530\n"
 "Last-Translator: Ravishankar Shrivastava <[email protected]>\n"
 "Language-Team: Hindi <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/hr/kolourpaint.po 
new/kolourpaint-19.08.1/po/hr/kolourpaint.po
--- old/kolourpaint-19.08.0/po/hr/kolourpaint.po        2019-08-09 
02:19:46.000000000 +0200
+++ new/kolourpaint-19.08.1/po/hr/kolourpaint.po        2019-09-03 
03:30:58.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2010-04-16 11:33+0200\n"
 "Last-Translator: Andrej Dundovic <[email protected]>\n"
 "Language-Team: Croatian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/hu/kolourpaint.po 
new/kolourpaint-19.08.1/po/hu/kolourpaint.po
--- old/kolourpaint-19.08.0/po/hu/kolourpaint.po        2019-08-09 
02:19:46.000000000 +0200
+++ new/kolourpaint-19.08.1/po/hu/kolourpaint.po        2019-09-03 
03:30:58.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: KDE 4.3\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2012-08-21 09:05+0200\n"
 "Last-Translator: Balázs Úr <[email protected]>\n"
 "Language-Team: Hungarian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/ia/kolourpaint.po 
new/kolourpaint-19.08.1/po/ia/kolourpaint.po
--- old/kolourpaint-19.08.0/po/ia/kolourpaint.po        2019-08-09 
02:19:46.000000000 +0200
+++ new/kolourpaint-19.08.1/po/ia/kolourpaint.po        2019-09-03 
03:30:58.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2017-10-06 23:37+0100\n"
 "Last-Translator: giovanni <[email protected]>\n"
 "Language-Team: Interlingua <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/is/kolourpaint.po 
new/kolourpaint-19.08.1/po/is/kolourpaint.po
--- old/kolourpaint-19.08.0/po/is/kolourpaint.po        2019-08-09 
02:19:46.000000000 +0200
+++ new/kolourpaint-19.08.1/po/is/kolourpaint.po        2019-09-03 
03:30:59.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2017-05-10 08:34+0000\n"
 "Last-Translator: Sveinn í Felli <[email protected]>\n"
 "Language-Team: Icelandic <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/it/kolourpaint.po 
new/kolourpaint-19.08.1/po/it/kolourpaint.po
--- old/kolourpaint-19.08.0/po/it/kolourpaint.po        2019-08-09 
02:19:46.000000000 +0200
+++ new/kolourpaint-19.08.1/po/it/kolourpaint.po        2019-09-03 
03:30:59.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2017-02-26 19:50+0100\n"
 "Last-Translator: Luigi Toscano <[email protected]>\n"
 "Language-Team: Italian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/ja/kolourpaint.po 
new/kolourpaint-19.08.1/po/ja/kolourpaint.po
--- old/kolourpaint-19.08.0/po/ja/kolourpaint.po        2019-08-09 
02:19:46.000000000 +0200
+++ new/kolourpaint-19.08.1/po/ja/kolourpaint.po        2019-09-03 
03:30:59.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2014-09-28 22:50-0700\n"
 "Last-Translator: Fumiaki Okushi <[email protected]>\n"
 "Language-Team: Japanese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/kk/kolourpaint.po 
new/kolourpaint-19.08.1/po/kk/kolourpaint.po
--- old/kolourpaint-19.08.0/po/kk/kolourpaint.po        2019-08-09 
02:19:47.000000000 +0200
+++ new/kolourpaint-19.08.1/po/kk/kolourpaint.po        2019-09-03 
03:30:59.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2013-01-06 04:08+0600\n"
 "Last-Translator: Sairan Kikkarin <[email protected]>\n"
 "Language-Team: Kazakh <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/km/kolourpaint.po 
new/kolourpaint-19.08.1/po/km/kolourpaint.po
--- old/kolourpaint-19.08.0/po/km/kolourpaint.po        2019-08-09 
02:19:47.000000000 +0200
+++ new/kolourpaint-19.08.1/po/km/kolourpaint.po        2019-09-03 
03:30:59.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2012-06-11 14:07+0700\n"
 "Last-Translator: Khoem Sokhem <[email protected]>\n"
 "Language-Team: Khmer\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/ko/kolourpaint.po 
new/kolourpaint-19.08.1/po/ko/kolourpaint.po
--- old/kolourpaint-19.08.0/po/ko/kolourpaint.po        2019-08-09 
02:19:47.000000000 +0200
+++ new/kolourpaint-19.08.1/po/ko/kolourpaint.po        2019-09-03 
03:30:59.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2017-12-03 12:02+0100\n"
 "Last-Translator: Shinjo Park <[email protected]>\n"
 "Language-Team: Korean <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/lt/kolourpaint.po 
new/kolourpaint-19.08.1/po/lt/kolourpaint.po
--- old/kolourpaint-19.08.0/po/lt/kolourpaint.po        2019-08-09 
02:19:47.000000000 +0200
+++ new/kolourpaint-19.08.1/po/lt/kolourpaint.po        2019-09-03 
03:30:59.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2015-07-06 18:07+0300\n"
 "Last-Translator: Danutė <[email protected]>\n"
 "Language-Team: Lithuanian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/lv/kolourpaint.po 
new/kolourpaint-19.08.1/po/lv/kolourpaint.po
--- old/kolourpaint-19.08.0/po/lv/kolourpaint.po        2019-08-09 
02:19:47.000000000 +0200
+++ new/kolourpaint-19.08.1/po/lv/kolourpaint.po        2019-09-03 
03:30:59.000000000 +0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2011-07-27 19:42+0300\n"
 "Last-Translator: Einars Sprugis <[email protected]>\n"
 "Language-Team: Latvian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/ml/kolourpaint.po 
new/kolourpaint-19.08.1/po/ml/kolourpaint.po
--- old/kolourpaint-19.08.0/po/ml/kolourpaint.po        2019-08-09 
02:19:47.000000000 +0200
+++ new/kolourpaint-19.08.1/po/ml/kolourpaint.po        2019-09-03 
03:30:59.000000000 +0200
@@ -7,9 +7,9 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
-"PO-Revision-Date: 2019-05-22 01:57+0530\n"
-"Last-Translator: Subin Siby <[email protected]>\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
+"PO-Revision-Date: 2019-08-11 14:09+0530\n"
+"Last-Translator: Subin Siby <[email protected]>\n"
 "Language-Team: Swathanthra|സ്വതന്ത്ര Malayalam|മലയാളം 
Computing|കമ്പ്യൂട്ടിങ്ങ് <smc."
 "org.in>\n"
 "Language: ml\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/mr/kolourpaint.po 
new/kolourpaint-19.08.1/po/mr/kolourpaint.po
--- old/kolourpaint-19.08.0/po/mr/kolourpaint.po        2019-08-09 
02:19:47.000000000 +0200
+++ new/kolourpaint-19.08.1/po/mr/kolourpaint.po        2019-09-03 
03:30:59.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2013-03-04 11:29+0530\n"
 "Last-Translator: Chetan Khona <[email protected]>\n"
 "Language-Team: Marathi <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/nb/kolourpaint.po 
new/kolourpaint-19.08.1/po/nb/kolourpaint.po
--- old/kolourpaint-19.08.0/po/nb/kolourpaint.po        2019-08-09 
02:19:47.000000000 +0200
+++ new/kolourpaint-19.08.1/po/nb/kolourpaint.po        2019-09-03 
03:30:59.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2012-09-03 14:23+0200\n"
 "Last-Translator: Bjørn Steensrud <[email protected]>\n"
 "Language-Team: Norwegian Bokmål <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/nds/kolourpaint.po 
new/kolourpaint-19.08.1/po/nds/kolourpaint.po
--- old/kolourpaint-19.08.0/po/nds/kolourpaint.po       2019-08-09 
02:19:47.000000000 +0200
+++ new/kolourpaint-19.08.1/po/nds/kolourpaint.po       2019-09-03 
03:30:59.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2014-02-21 15:59+0100\n"
 "Last-Translator: Sönke Dibbern <[email protected]>\n"
 "Language-Team: Low Saxon <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/nl/kolourpaint.po 
new/kolourpaint-19.08.1/po/nl/kolourpaint.po
--- old/kolourpaint-19.08.0/po/nl/kolourpaint.po        2019-08-09 
02:19:47.000000000 +0200
+++ new/kolourpaint-19.08.1/po/nl/kolourpaint.po        2019-09-03 
03:30:59.000000000 +0200
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2017-02-23 18:30+0100\n"
 "Last-Translator: Freek de Kruijf <[email protected]>\n"
 "Language-Team: Dutch <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/nn/kolourpaint.po 
new/kolourpaint-19.08.1/po/nn/kolourpaint.po
--- old/kolourpaint-19.08.0/po/nn/kolourpaint.po        2019-08-09 
02:19:47.000000000 +0200
+++ new/kolourpaint-19.08.1/po/nn/kolourpaint.po        2019-09-03 
03:30:59.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2017-07-29 14:27+0100\n"
 "Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
 "Language-Team: Norwegian Nynorsk <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/pa/kolourpaint.po 
new/kolourpaint-19.08.1/po/pa/kolourpaint.po
--- old/kolourpaint-19.08.0/po/pa/kolourpaint.po        2019-08-09 
02:19:47.000000000 +0200
+++ new/kolourpaint-19.08.1/po/pa/kolourpaint.po        2019-09-03 
03:30:59.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2012-07-05 07:22+0530\n"
 "Last-Translator: A S Alam <[email protected]>\n"
 "Language-Team: Punjabi/Panjabi <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/pl/kolourpaint.po 
new/kolourpaint-19.08.1/po/pl/kolourpaint.po
--- old/kolourpaint-19.08.0/po/pl/kolourpaint.po        2019-08-09 
02:19:47.000000000 +0200
+++ new/kolourpaint-19.08.1/po/pl/kolourpaint.po        2019-09-03 
03:30:59.000000000 +0200
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2019-01-20 07:18+0100\n"
 "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/pt/kolourpaint.po 
new/kolourpaint-19.08.1/po/pt/kolourpaint.po
--- old/kolourpaint-19.08.0/po/pt/kolourpaint.po        2019-08-09 
02:19:47.000000000 +0200
+++ new/kolourpaint-19.08.1/po/pt/kolourpaint.po        2019-09-03 
03:30:59.000000000 +0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2018-07-29 13:01+0100\n"
 "Last-Translator: Pedro Morais <[email protected]>\n"
 "Language-Team: pt <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/pt_BR/kolourpaint.po 
new/kolourpaint-19.08.1/po/pt_BR/kolourpaint.po
--- old/kolourpaint-19.08.0/po/pt_BR/kolourpaint.po     2019-08-09 
02:19:47.000000000 +0200
+++ new/kolourpaint-19.08.1/po/pt_BR/kolourpaint.po     2019-09-03 
03:30:59.000000000 +0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2018-06-02 00:16-0300\n"
 "Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n"
 "Language-Team: Portuguese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/ro/kolourpaint.po 
new/kolourpaint-19.08.1/po/ro/kolourpaint.po
--- old/kolourpaint-19.08.0/po/ro/kolourpaint.po        2019-08-09 
02:19:47.000000000 +0200
+++ new/kolourpaint-19.08.1/po/ro/kolourpaint.po        2019-09-03 
03:30:59.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2012-12-22 11:47+0200\n"
 "Last-Translator: Sergiu Bivol <[email protected]>\n"
 "Language-Team: Romanian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/ru/kolourpaint.po 
new/kolourpaint-19.08.1/po/ru/kolourpaint.po
--- old/kolourpaint-19.08.0/po/ru/kolourpaint.po        2019-08-09 
02:19:47.000000000 +0200
+++ new/kolourpaint-19.08.1/po/ru/kolourpaint.po        2019-09-03 
03:31:06.000000000 +0200
@@ -15,7 +15,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2019-07-14 22:09+0300\n"
 "Last-Translator: Alexander Potashev <[email protected]>\n"
 "Language-Team: Russian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/sk/kolourpaint.po 
new/kolourpaint-19.08.1/po/sk/kolourpaint.po
--- old/kolourpaint-19.08.0/po/sk/kolourpaint.po        2019-08-09 
02:19:47.000000000 +0200
+++ new/kolourpaint-19.08.1/po/sk/kolourpaint.po        2019-09-03 
03:31:06.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2019-08-03 20:09+0200\n"
 "Last-Translator: Matej Mrenica <[email protected]>\n"
 "Language-Team: Slovak <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/sl/kolourpaint.po 
new/kolourpaint-19.08.1/po/sl/kolourpaint.po
--- old/kolourpaint-19.08.0/po/sl/kolourpaint.po        2019-08-09 
02:19:47.000000000 +0200
+++ new/kolourpaint-19.08.1/po/sl/kolourpaint.po        2019-09-03 
03:31:06.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2017-02-26 12:04+0100\n"
 "Last-Translator: Andrej Mernik <[email protected]>\n"
 "Language-Team: Slovenian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/sv/kolourpaint.po 
new/kolourpaint-19.08.1/po/sv/kolourpaint.po
--- old/kolourpaint-19.08.0/po/sv/kolourpaint.po        2019-08-09 
02:19:47.000000000 +0200
+++ new/kolourpaint-19.08.1/po/sv/kolourpaint.po        2019-09-03 
03:31:06.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2017-02-23 18:52+0100\n"
 "Last-Translator: Stefan Asserhäll <[email protected]>\n"
 "Language-Team: Swedish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/tr/kolourpaint.po 
new/kolourpaint-19.08.1/po/tr/kolourpaint.po
--- old/kolourpaint-19.08.0/po/tr/kolourpaint.po        2019-08-09 
02:19:47.000000000 +0200
+++ new/kolourpaint-19.08.1/po/tr/kolourpaint.po        2019-09-03 
03:31:06.000000000 +0200
@@ -17,7 +17,7 @@
 msgstr ""
 "Project-Id-Version: kdegraphics-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2017-08-10 09:11+0000\n"
 "Last-Translator: Kaan <[email protected]>\n"
 "Language-Team: Turkish (http://www.transifex.com/projects/p/kdegraphics-k-tr/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/ug/kolourpaint.po 
new/kolourpaint-19.08.1/po/ug/kolourpaint.po
--- old/kolourpaint-19.08.0/po/ug/kolourpaint.po        2019-08-09 
02:19:47.000000000 +0200
+++ new/kolourpaint-19.08.1/po/ug/kolourpaint.po        2019-09-03 
03:31:06.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2013-09-08 07:05+0900\n"
 "Last-Translator: Gheyret Kenji <[email protected]>\n"
 "Language-Team: Uyghur Computer Science Association <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/uk/kolourpaint.po 
new/kolourpaint-19.08.1/po/uk/kolourpaint.po
--- old/kolourpaint-19.08.0/po/uk/kolourpaint.po        2019-08-09 
02:19:47.000000000 +0200
+++ new/kolourpaint-19.08.1/po/uk/kolourpaint.po        2019-09-03 
03:31:06.000000000 +0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2018-10-14 15:35+0300\n"
 "Last-Translator: Yuri Chornoivan <[email protected]>\n"
 "Language-Team: Ukrainian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/zh_CN/kolourpaint.po 
new/kolourpaint-19.08.1/po/zh_CN/kolourpaint.po
--- old/kolourpaint-19.08.0/po/zh_CN/kolourpaint.po     2019-08-09 
02:19:47.000000000 +0200
+++ new/kolourpaint-19.08.1/po/zh_CN/kolourpaint.po     2019-09-03 
03:31:06.000000000 +0200
@@ -12,8 +12,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
-"PO-Revision-Date: 2019-07-18 15:13\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
+"PO-Revision-Date: 2019-08-16 17:11\n"
 "Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-19.08.0/po/zh_TW/kolourpaint.po 
new/kolourpaint-19.08.1/po/zh_TW/kolourpaint.po
--- old/kolourpaint-19.08.0/po/zh_TW/kolourpaint.po     2019-08-09 
02:19:47.000000000 +0200
+++ new/kolourpaint-19.08.1/po/zh_TW/kolourpaint.po     2019-09-03 
03:31:07.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:07+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2017-03-12 20:41+0800\n"
 "Last-Translator: Jeff Huang <[email protected]>\n"
 "Language-Team: Chinese <[email protected]>\n"


Reply via email to