Hello community,

here is the log from the commit of package ksnakeduel for openSUSE:Factory 
checked in at 2019-12-14 12:13:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ksnakeduel (Old)
 and      /work/SRC/openSUSE:Factory/.ksnakeduel.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ksnakeduel"

Sat Dec 14 12:13:53 2019 rev:91 rq:756285 version:19.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ksnakeduel/ksnakeduel.changes    2019-11-13 
13:21:45.103286874 +0100
+++ /work/SRC/openSUSE:Factory/.ksnakeduel.new.4691/ksnakeduel.changes  
2019-12-14 12:17:41.899254911 +0100
@@ -1,0 +2,27 @@
+Tue Dec 10 06:38:55 UTC 2019 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 19.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.0
+- No code change since 19.11.90
+
+-------------------------------------------------------------------
+Sat Nov 30 09:12:14 UTC 2019 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 19.11.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/19.12-rc
+- No code change since 19.11.80
+
+-------------------------------------------------------------------
+Sun Nov 24 13:29:47 UTC 2019 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 19.11.80
+  * New feature release
+- Changes since 19.08.3:
+  * Fix build
+  * Make it compile without kf5 deprecated method
+
+-------------------------------------------------------------------

Old:
----
  ksnakeduel-19.08.3.tar.xz
  ksnakeduel-19.08.3.tar.xz.sig

New:
----
  ksnakeduel-19.12.0.tar.xz
  ksnakeduel-19.12.0.tar.xz.sig

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

Other differences:
------------------
++++++ ksnakeduel.spec ++++++
--- /var/tmp/diff_new_pack.pdVLcj/_old  2019-12-14 12:17:44.779254410 +0100
+++ /var/tmp/diff_new_pack.pdVLcj/_new  2019-12-14 12:17:44.787254409 +0100
@@ -16,38 +16,37 @@
 #
 
 
-%define kf5_version 5.26.0
+%define kf5_version 5.60.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           ksnakeduel
-Version:        19.08.3
+Version:        19.12.0
 Release:        0
 Summary:        Simple snake duel game
 License:        GPL-2.0-or-later
 Group:          Amusements/Games/Board/Puzzle
 URL:            https://www.kde.org
-Source:         
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
+Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
 %if %{with lang}
-Source1:        
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
 Source2:        applications.keyring
 %endif
 BuildRequires:  extra-cmake-modules
-BuildRequires:  kcompletion-devel
-BuildRequires:  kconfig-devel
-BuildRequires:  kconfigwidgets-devel
-BuildRequires:  kcoreaddons-devel
-BuildRequires:  kcrash-devel
-BuildRequires:  kdbusaddons-devel
-BuildRequires:  kdoctools-devel
-BuildRequires:  kguiaddons-devel
-BuildRequires:  ki18n-devel
-BuildRequires:  kwidgetsaddons-devel
-BuildRequires:  kxmlgui-devel
-BuildRequires:  libkdegames-devel
-BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(Qt5Svg)
-BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  cmake(KF5Completion)
+BuildRequires:  cmake(KF5Config)
+BuildRequires:  cmake(KF5ConfigWidgets)
+BuildRequires:  cmake(KF5CoreAddons)
+BuildRequires:  cmake(KF5Crash)
+BuildRequires:  cmake(KF5DBusAddons)
+BuildRequires:  cmake(KF5DocTools)
+BuildRequires:  cmake(KF5GuiAddons)
+BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5WidgetsAddons)
+BuildRequires:  cmake(KF5XmlGui)
+BuildRequires:  cmake(KF5KDEGames)
+BuildRequires:  cmake(Qt5Svg)
+BuildRequires:  cmake(Qt5Widgets)
 Obsoletes:      ksnakeduel5 < %{version}
 Provides:       ksnakeduel5 = %{version}
 %if %{with lang}

++++++ applications.keyring ++++++
Binary files /var/tmp/diff_new_pack.pdVLcj/_old and 
/var/tmp/diff_new_pack.pdVLcj/_new differ

++++++ ksnakeduel-19.08.3.tar.xz -> ksnakeduel-19.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/CMakeLists.txt 
new/ksnakeduel-19.12.0/CMakeLists.txt
--- old/ksnakeduel-19.08.3/CMakeLists.txt       2019-11-05 05:10:25.000000000 
+0100
+++ new/ksnakeduel-19.12.0/CMakeLists.txt       2019-12-06 02:32:26.000000000 
+0100
@@ -36,8 +36,10 @@
         add_definitions(-DQT_NO_FOREACH)
         MESSAGE(STATUS "compile without foreach")
 endif()
-add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000)
-
+if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
+   add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000)
+   add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x060000)
+endif()
 add_subdirectory(pics)
 add_subdirectory(themes)
 if (KF5DocTools_FOUND)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/ktron.cpp 
new/ksnakeduel-19.12.0/ktron.cpp
--- old/ksnakeduel-19.08.3/ktron.cpp    2019-06-13 13:33:08.000000000 +0200
+++ new/ksnakeduel-19.12.0/ktron.cpp    2019-11-04 07:06:11.000000000 +0100
@@ -57,7 +57,7 @@
 /**
  * Constructor
  */
-KTron::KTron(QWidget *parent) : KXmlGuiWindow(parent, KDE_DEFAULT_WINDOWFLAGS) 
{
+KTron::KTron(QWidget *parent) : KXmlGuiWindow(parent, Qt::WindowFlags()) {
        m_tron = new Tron(this);
        connect(m_tron, &Tron::gameEnds, this, &KTron::changeStatus);
        connect(m_tron, &Tron::updatedScore, this, &KTron::updateScore);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/bs/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/bs/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/bs/ksnakeduel.po  2019-11-05 05:10:23.000000000 
+0100
+++ new/ksnakeduel-19.12.0/po/bs/ksnakeduel.po  2019-12-06 02:31:03.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kdegames\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2013-10-18 20:26+0000\n"
 "Last-Translator: Samir Ribić <Unknown>\n"
 "Language-Team: Bosnian <lo...@lugbih.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/ca/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/ca/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/ca/ksnakeduel.po  2019-11-05 05:10:23.000000000 
+0100
+++ new/ksnakeduel-19.12.0/po/ca/ksnakeduel.po  2019-12-06 02:31:06.000000000 
+0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: ksnakeduel\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2016-05-16 12:07+0200\n"
 "Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/ca@valencia/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/ca@valencia/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/ca@valencia/ksnakeduel.po 2019-11-05 
05:10:23.000000000 +0100
+++ new/ksnakeduel-19.12.0/po/ca@valencia/ksnakeduel.po 2019-12-06 
02:31:08.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: ksnakeduel\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2016-05-16 12:07+0200\n"
 "Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/cs/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/cs/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/cs/ksnakeduel.po  2019-11-05 05:10:23.000000000 
+0100
+++ new/ksnakeduel-19.12.0/po/cs/ksnakeduel.po  2019-12-06 02:31:11.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ktron\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2013-04-09 16:49+0200\n"
 "Last-Translator: Vit Pelcak <v...@pelcak.org>\n"
 "Language-Team: Czech <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/da/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/da/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/da/ksnakeduel.po  2019-11-05 05:10:23.000000000 
+0100
+++ new/ksnakeduel-19.12.0/po/da/ksnakeduel.po  2019-12-06 02:31:13.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ktron\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2010-12-04 19:49+0100\n"
 "Last-Translator: Martin Schlander <mschlan...@opensuse.org>\n"
 "Language-Team: Danish <da...@dansk-gruppen.dk>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/de/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/de/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/de/ksnakeduel.po  2019-11-05 05:10:23.000000000 
+0100
+++ new/ksnakeduel-19.12.0/po/de/ksnakeduel.po  2019-12-06 02:31:15.000000000 
+0100
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: ktron\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2010-11-26 18:30+0100\n"
 "Last-Translator: Johannes Obermayr <johannesoberm...@gmx.de>\n"
 "Language-Team: German <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/el/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/el/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/el/ksnakeduel.po  2019-11-05 05:10:23.000000000 
+0100
+++ new/ksnakeduel-19.12.0/po/el/ksnakeduel.po  2019-12-06 02:31:17.000000000 
+0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: ktron\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2013-07-08 06:24+0200\n"
 "Last-Translator: Dimitrios Glentadakis <dgl...@gmail.com>\n"
 "Language-Team: Greek <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/en_GB/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/en_GB/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/en_GB/ksnakeduel.po       2019-11-05 
05:10:23.000000000 +0100
+++ new/ksnakeduel-19.12.0/po/en_GB/ksnakeduel.po       2019-12-06 
02:31:19.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2018-01-01 15:23+0000\n"
 "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n"
 "Language-Team: British English <kde-l10n-en...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/eo/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/eo/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/eo/ksnakeduel.po  2019-11-05 05:10:23.000000000 
+0100
+++ new/ksnakeduel-19.12.0/po/eo/ksnakeduel.po  2019-12-06 02:31:19.000000000 
+0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: ktron\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2009-11-15 12:06+0100\n"
 "Last-Translator: Axel Rousseau <a...@esperanto-jeunes.org>\n"
 "Language-Team: esperanto <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/es/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/es/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/es/ksnakeduel.po  2019-11-05 05:10:23.000000000 
+0100
+++ new/ksnakeduel-19.12.0/po/es/ksnakeduel.po  2019-12-06 02:31:21.000000000 
+0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: ktron\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2010-11-17 13:07+0100\n"
 "Last-Translator: Kira J. Fernandez <kirajf...@gmail.com>\n"
 "Language-Team: Español <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/et/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/et/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/et/ksnakeduel.po  2019-11-05 05:10:23.000000000 
+0100
+++ new/ksnakeduel-19.12.0/po/et/ksnakeduel.po  2019-12-06 02:31:22.000000000 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: ktron\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2010-11-16 04:21+0200\n"
 "Last-Translator: Marek Laane <b...@smail.ee>\n"
 "Language-Team: Estonian <kde...@linux.ee>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/eu/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/eu/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/eu/ksnakeduel.po  2019-11-05 05:10:23.000000000 
+0100
+++ new/ksnakeduel-19.12.0/po/eu/ksnakeduel.po  2019-12-06 02:31:23.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2010-08-26 22:46+0200\n"
 "Last-Translator: Ignigo Salvador Azurmendi <xa...@euskalnet.net>\n"
 "Language-Team: Basque <itzulp...@euskalgnu.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/fi/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/fi/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/fi/ksnakeduel.po  2019-11-05 05:10:23.000000000 
+0100
+++ new/ksnakeduel-19.12.0/po/fi/ksnakeduel.po  2019-12-06 02:31:26.000000000 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: ktron\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2014-11-08 02:34+0200\n"
 "Last-Translator: Lasse Liehu <lasse.li...@gmail.com>\n"
 "Language-Team: Finnish <lokalisoi...@lists.coss.fi>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/fr/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/fr/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/fr/ksnakeduel.po  2019-11-05 05:10:23.000000000 
+0100
+++ new/ksnakeduel-19.12.0/po/fr/ksnakeduel.po  2019-12-06 02:31:27.000000000 
+0100
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: ktron\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2013-06-11 21:45+0200\n"
 "Last-Translator: xavier <xavier.besn...@neuf.fr>\n"
 "Language-Team: French <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/ga/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/ga/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/ga/ksnakeduel.po  2019-11-05 05:10:23.000000000 
+0100
+++ new/ksnakeduel-19.12.0/po/ga/ksnakeduel.po  2019-12-06 02:31:29.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ktron\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2009-02-26 08:28-0500\n"
 "Last-Translator: Kevin Scannell <ksca...@gmail.com>\n"
 "Language-Team: Irish <gaeilge-gnuli...@lists.sourceforge.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/gl/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/gl/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/gl/ksnakeduel.po  2019-11-05 05:10:23.000000000 
+0100
+++ new/ksnakeduel-19.12.0/po/gl/ksnakeduel.po  2019-12-06 02:31:31.000000000 
+0100
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: ktron\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2017-08-12 09:34+0100\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <adr...@chaves.io>\n"
 "Language-Team: Galician <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/hr/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/hr/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/hr/ksnakeduel.po  2019-11-05 05:10:23.000000000 
+0100
+++ new/ksnakeduel-19.12.0/po/hr/ksnakeduel.po  2019-12-06 02:31:33.000000000 
+0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2010-01-24 17:09+0100\n"
 "Last-Translator: Andrej Dundovic <adund...@gmail.com>\n"
 "Language-Team: Croatian <kde-croatia-l...@lists.sourceforge.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/hu/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/hu/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/hu/ksnakeduel.po  2019-11-05 05:10:23.000000000 
+0100
+++ new/ksnakeduel-19.12.0/po/hu/ksnakeduel.po  2019-12-06 02:31:34.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2011-04-17 17:06+0200\n"
 "Last-Translator: Kristóf Kiszel <ulys...@kubuntu.org>\n"
 "Language-Team: Hungarian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/is/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/is/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/is/ksnakeduel.po  2019-11-05 05:10:23.000000000 
+0100
+++ new/ksnakeduel-19.12.0/po/is/ksnakeduel.po  2019-12-06 02:31:37.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ktron\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2015-01-29 09:07+0000\n"
 "Last-Translator: Sveinn í Felli <s...@fellsnet.is>\n"
 "Language-Team: Icelandic <kde-...@molar.is>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/it/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/it/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/it/ksnakeduel.po  2019-11-05 05:10:23.000000000 
+0100
+++ new/ksnakeduel-19.12.0/po/it/ksnakeduel.po  2019-12-06 02:31:38.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ktron\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2011-01-17 11:42+0100\n"
 "Last-Translator: Nicola Ruggero <nic...@nxnt.org>\n"
 "Language-Team: Italian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/ja/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/ja/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/ja/ksnakeduel.po  2019-11-05 05:10:23.000000000 
+0100
+++ new/ksnakeduel-19.12.0/po/ja/ksnakeduel.po  2019-12-06 02:31:40.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ktron\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2010-09-26 12:44-0700\n"
 "Last-Translator: Fumiaki Okushi <oku...@kde.gr.jp>\n"
 "Language-Team: Japanese <kde...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/kk/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/kk/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/kk/ksnakeduel.po  2019-11-05 05:10:23.000000000 
+0100
+++ new/ksnakeduel-19.12.0/po/kk/ksnakeduel.po  2019-12-06 02:31:40.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2012-04-07 04:57+0600\n"
 "Last-Translator: Sairan Kikkarin <sai...@computer.org>\n"
 "Language-Team: Kazakh <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/km/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/km/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/km/ksnakeduel.po  2019-11-05 05:10:23.000000000 
+0100
+++ new/ksnakeduel-19.12.0/po/km/ksnakeduel.po  2019-12-06 02:31:41.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ktron\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2009-10-23 22:04+0700\n"
 "Last-Translator: Morn Met\n"
 "Language-Team: Khmer <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/ko/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/ko/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/ko/ksnakeduel.po  2019-11-05 05:10:23.000000000 
+0100
+++ new/ksnakeduel-19.12.0/po/ko/ksnakeduel.po  2019-12-06 02:31:42.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2013-01-22 02:37+0900\n"
 "Last-Translator: Shinjo Park <k...@peremen.name>\n"
 "Language-Team: Korean <kde...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/lt/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/lt/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/lt/ksnakeduel.po  2019-11-05 05:10:23.000000000 
+0100
+++ new/ksnakeduel-19.12.0/po/lt/ksnakeduel.po  2019-12-06 02:31:44.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ktron\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2011-08-09 23:32+0300\n"
 "Last-Translator: Remigijus Jarmalavičius <remigi...@jarmalavicius.lt>\n"
 "Language-Team: Lithuanian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/lv/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/lv/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/lv/ksnakeduel.po  2019-11-05 05:10:23.000000000 
+0100
+++ new/ksnakeduel-19.12.0/po/lv/ksnakeduel.po  2019-12-06 02:31:44.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: ktron\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2010-03-20 19:59+0200\n"
 "Last-Translator: Maris Nartiss <maris....@gmail.com>\n"
 "Language-Team: Latvian\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/mr/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/mr/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/mr/ksnakeduel.po  2019-11-05 05:10:23.000000000 
+0100
+++ new/ksnakeduel-19.12.0/po/mr/ksnakeduel.po  2019-12-06 02:31:45.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2013-03-13 13:50+0530\n"
 "Last-Translator: Chetan Khona <che...@kompkin.com>\n"
 "Language-Team: Marathi <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/nb/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/nb/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/nb/ksnakeduel.po  2019-11-05 05:10:24.000000000 
+0100
+++ new/ksnakeduel-19.12.0/po/nb/ksnakeduel.po  2019-12-06 02:31:47.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: ktron\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2010-11-15 08:48+0100\n"
 "Last-Translator: Bjørn Steensrud <bjor...@skogkatt.homelinux.org>\n"
 "Language-Team: Norwegian Bokmål <i18n...@lister.ping.uio.no>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/nds/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/nds/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/nds/ksnakeduel.po 2019-11-05 05:10:24.000000000 
+0100
+++ new/ksnakeduel-19.12.0/po/nds/ksnakeduel.po 2019-12-06 02:31:47.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: ktron\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2011-01-23 07:53+0100\n"
 "Last-Translator: Manfred Wiese <m.j.wi...@web.de>\n"
 "Language-Team: Low Saxon <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/nl/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/nl/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/nl/ksnakeduel.po  2019-11-05 05:10:24.000000000 
+0100
+++ new/ksnakeduel-19.12.0/po/nl/ksnakeduel.po  2019-12-06 02:31:49.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ktron\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2010-11-15 21:14+0100\n"
 "Last-Translator: Freek de Kruijf <freekdekru...@kde.nl>\n"
 "Language-Team: Dutch <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/nn/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/nn/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/nn/ksnakeduel.po  2019-11-05 05:10:24.000000000 
+0100
+++ new/ksnakeduel-19.12.0/po/nn/ksnakeduel.po  2019-12-06 02:31:50.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ktron\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2016-01-08 22:10+0100\n"
 "Last-Translator: Karl Ove Hufthammer <k...@huftis.org>\n"
 "Language-Team: Norwegian Nynorsk <i18n...@lister.ping.uio.no>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/pl/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/pl/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/pl/ksnakeduel.po  2019-11-05 05:10:24.000000000 
+0100
+++ new/ksnakeduel-19.12.0/po/pl/ksnakeduel.po  2019-12-06 02:31:52.000000000 
+0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: ktron\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2014-12-29 10:16+0100\n"
 "Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>\n"
 "Language-Team: Polish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/pt/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/pt/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/pt/ksnakeduel.po  2019-11-05 05:10:24.000000000 
+0100
+++ new/ksnakeduel-19.12.0/po/pt/ksnakeduel.po  2019-12-06 02:31:53.000000000 
+0100
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: ktron\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2010-11-12 10:26+0000\n"
 "Last-Translator: José Nuno Coelho Pires <zepi...@gmail.com>\n"
 "Language-Team: Portuguese <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/pt_BR/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/pt_BR/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/pt_BR/ksnakeduel.po       2019-11-05 
05:10:24.000000000 +0100
+++ new/ksnakeduel-19.12.0/po/pt_BR/ksnakeduel.po       2019-12-06 
02:31:55.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: ktron\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2012-07-31 00:31-0300\n"
 "Last-Translator: André Marcelo Alvarenga <alvare...@kde.org>\n"
 "Language-Team: Brazilian Portuguese <kde-i18n-pt...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/ro/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/ro/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/ro/ksnakeduel.po  2019-11-05 05:10:24.000000000 
+0100
+++ new/ksnakeduel-19.12.0/po/ro/ksnakeduel.po  2019-12-06 02:31:56.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2010-01-18 15:27+0200\n"
 "Last-Translator: Sergiu Bivol <sergiu.bi...@jurnaltv.md>\n"
 "Language-Team: Română <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/ru/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/ru/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/ru/ksnakeduel.po  2019-11-05 05:10:24.000000000 
+0100
+++ new/ksnakeduel-19.12.0/po/ru/ksnakeduel.po  2019-12-06 02:31:57.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ktron\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2010-12-05 22:06+0200\n"
 "Last-Translator: Artem Sereda <overmin...@gmail.com>\n"
 "Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/sk/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/sk/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/sk/ksnakeduel.po  2019-11-05 05:10:24.000000000 
+0100
+++ new/ksnakeduel-19.12.0/po/sk/ksnakeduel.po  2019-12-06 02:31:58.000000000 
+0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: ksnakeduel\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2011-01-15 18:10+0100\n"
 "Last-Translator: Michal Sulek <misu...@gmail.com>\n"
 "Language-Team: Slovak <kde...@linux.sk>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/sl/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/sl/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/sl/ksnakeduel.po  2019-11-05 05:10:24.000000000 
+0100
+++ new/ksnakeduel-19.12.0/po/sl/ksnakeduel.po  2019-12-06 02:31:59.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2013-11-26 18:28+0100\n"
 "Last-Translator: Andrej Mernik <andr...@ubuntu.si>\n"
 "Language-Team: Slovenian <lugos-...@lugos.si>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/sv/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/sv/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/sv/ksnakeduel.po  2019-11-05 05:10:24.000000000 
+0100
+++ new/ksnakeduel-19.12.0/po/sv/ksnakeduel.po  2019-12-06 02:32:01.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: ktron\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2010-11-12 23:22+0100\n"
 "Last-Translator: Stefan Asserhall <stefan.asserh...@bredband.net>\n"
 "Language-Team: Swedish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/tr/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/tr/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/tr/ksnakeduel.po  2019-11-05 05:10:24.000000000 
+0100
+++ new/ksnakeduel-19.12.0/po/tr/ksnakeduel.po  2019-12-06 02:32:03.000000000 
+0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kdegames-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2014-06-08 13:55+0000\n"
 "Last-Translator: Volkan Gezer <volkange...@gmail.com>\n"
 "Language-Team: Turkish (http://www.transifex.com/projects/p/kdegames-k-tr/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/ug/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/ug/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/ug/ksnakeduel.po  2019-11-05 05:10:24.000000000 
+0100
+++ new/ksnakeduel-19.12.0/po/ug/ksnakeduel.po  2019-12-06 02:32:03.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ktron\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2013-09-08 07:05+0900\n"
 "Last-Translator: Gheyret Kenji <ghey...@gmail.com>\n"
 "Language-Team: Uyghur Computer Science Association <u...@yahoogroups.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/uk/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/uk/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/uk/ksnakeduel.po  2019-11-05 05:10:24.000000000 
+0100
+++ new/ksnakeduel-19.12.0/po/uk/ksnakeduel.po  2019-12-06 02:32:04.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: ksnakeduel\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2010-11-12 17:53+0200\n"
 "Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n"
 "Language-Team: Ukrainian <translat...@linux.org.ua>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.08.3/po/zh_CN/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/zh_CN/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/zh_CN/ksnakeduel.po       2019-11-05 
05:10:24.000000000 +0100
+++ new/ksnakeduel-19.12.0/po/zh_CN/ksnakeduel.po       2019-12-06 
02:32:06.000000000 +0100
@@ -8,8 +8,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
-"PO-Revision-Date: 2019-10-09 10:08\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
+"PO-Revision-Date: 2019-11-19 23:12\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/ksnakeduel-19.08.3/po/zh_TW/ksnakeduel.po 
new/ksnakeduel-19.12.0/po/zh_TW/ksnakeduel.po
--- old/ksnakeduel-19.08.3/po/zh_TW/ksnakeduel.po       2019-11-05 
05:10:24.000000000 +0100
+++ new/ksnakeduel-19.12.0/po/zh_TW/ksnakeduel.po       2019-12-06 
02:32:07.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ktron\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-05-20 03:06+0200\n"
 "PO-Revision-Date: 2010-11-15 12:49+0800\n"
 "Last-Translator: Franklin Weng <frank...@mail.everfocus.com.tw>\n"
 "Language-Team: Chinese Traditional <zh-l...@linux.org.tw>\n"


Reply via email to