Hello community, here is the log from the commit of package ksquares for openSUSE:Factory checked in at 2019-12-14 12:14:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ksquares (Old) and /work/SRC/openSUSE:Factory/.ksquares.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ksquares" Sat Dec 14 12:14:02 2019 rev:92 rq:756287 version:19.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ksquares/ksquares.changes 2019-11-13 13:21:50.159292137 +0100 +++ /work/SRC/openSUSE:Factory/.ksquares.new.4691/ksquares.changes 2019-12-14 12:18:00.135251745 +0100 @@ -1,0 +2,27 @@ +Tue Dec 10 06:38:55 UTC 2019 - Luca Beltrame <[email protected]> + +- 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:15 UTC 2019 - Luca Beltrame <[email protected]> + +- 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:48 UTC 2019 - Luca Beltrame <[email protected]> + +- Update to 19.11.80 + * New feature release +- Changes since 19.08.3: + * Make it compile without kf5 deprecated method + * It compiles fine without deprecated method + +------------------------------------------------------------------- Old: ---- ksquares-19.08.3.tar.xz ksquares-19.08.3.tar.xz.sig New: ---- ksquares-19.12.0.tar.xz ksquares-19.12.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ksquares.spec ++++++ --- /var/tmp/diff_new_pack.l6cyel/_old 2019-12-14 12:18:01.943251431 +0100 +++ /var/tmp/diff_new_pack.l6cyel/_new 2019-12-14 12:18:01.991251424 +0100 @@ -16,45 +16,44 @@ # -%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: ksquares -Version: 19.08.3 +Version: 19.12.0 Release: 0 Summary: "Dots and boxes" board game License: GPL-2.0-or-later Group: Amusements/Games/Action/Arcade 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: kconfig-devel -BuildRequires: kcoreaddons-devel -BuildRequires: kdeclarative-devel -BuildRequires: kdelibs4support-devel -BuildRequires: kdnssd-framework-devel -BuildRequires: knewstuff-devel -BuildRequires: knotifyconfig-devel -BuildRequires: kxmlgui-devel -BuildRequires: libkdegames-devel -BuildRequires: libkmahjongg-devel -BuildRequires: phonon4qt5-devel -BuildRequires: pkgconfig +BuildRequires: cmake(KF5Config) +BuildRequires: cmake(KF5CoreAddons) +BuildRequires: cmake(KF5Declarative) +BuildRequires: cmake(KF5KDELibs4Support) +BuildRequires: cmake(KF5DNSSD) +BuildRequires: cmake(KF5NewStuff) +BuildRequires: cmake(KF5NotifyConfig) +BuildRequires: cmake(KF5XmlGui) +BuildRequires: cmake(KF5KDEGames) +BuildRequires: cmake(KF5KMahjongglib) +BuildRequires: cmake(Phonon4Qt5) BuildRequires: update-desktop-files BuildRequires: xz -BuildRequires: pkgconfig(Qt5Concurrent) -BuildRequires: pkgconfig(Qt5Core) -BuildRequires: pkgconfig(Qt5Qml) -BuildRequires: pkgconfig(Qt5Quick) -BuildRequires: pkgconfig(Qt5QuickWidgets) -BuildRequires: pkgconfig(Qt5Svg) -BuildRequires: pkgconfig(Qt5Test) -BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: cmake(Qt5Concurrent) +BuildRequires: cmake(Qt5Core) +BuildRequires: cmake(Qt5Qml) +BuildRequires: cmake(Qt5Quick) +BuildRequires: cmake(Qt5QuickWidgets) +BuildRequires: cmake(Qt5Svg) +BuildRequires: cmake(Qt5Test) +BuildRequires: cmake(Qt5Widgets) Obsoletes: %{name}5 < %{version} Provides: %{name}5 = %{version} Recommends: %{name}-lang ++++++ applications.keyring ++++++ Binary files /var/tmp/diff_new_pack.l6cyel/_old and /var/tmp/diff_new_pack.l6cyel/_new differ ++++++ ksquares-19.08.3.tar.xz -> ksquares-19.12.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksquares-19.08.3/CMakeLists.txt new/ksquares-19.12.0/CMakeLists.txt --- old/ksquares-19.08.3/CMakeLists.txt 2019-11-05 05:10:32.000000000 +0100 +++ new/ksquares-19.12.0/CMakeLists.txt 2019-12-06 02:36:59.000000000 +0100 @@ -33,6 +33,10 @@ add_definitions(-DQT_NO_FOREACH) MESSAGE(STATUS "compile without foreach") endif() +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(src) add_subdirectory(doc) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksquares-19.08.3/po/ar/ksquares.po new/ksquares-19.12.0/po/ar/ksquares.po --- old/ksquares-19.08.3/po/ar/ksquares.po 2019-11-05 05:10:29.000000000 +0100 +++ new/ksquares-19.12.0/po/ar/ksquares.po 2019-12-06 02:35:38.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: ksquares\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-02-12 21:25+0200\n" "Last-Translator: Abdalrahim Fakhouri <[email protected]>\n" "Language-Team: Arabic <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksquares-19.08.3/po/bs/ksquares.po new/ksquares-19.12.0/po/bs/ksquares.po --- old/ksquares-19.08.3/po/bs/ksquares.po 2019-11-05 05:10:29.000000000 +0100 +++ new/ksquares-19.12.0/po/bs/ksquares.po 2019-12-06 02:35:42.000000000 +0100 @@ -7,7 +7,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-23 13:29+0000\n" "Last-Translator: Samir Ribić <Unknown>\n" "Language-Team: Bosnian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksquares-19.08.3/po/ca/ksquares.po new/ksquares-19.12.0/po/ca/ksquares.po --- old/ksquares-19.08.3/po/ca/ksquares.po 2019-11-05 05:10:29.000000000 +0100 +++ new/ksquares-19.12.0/po/ca/ksquares.po 2019-12-06 02:35:45.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: ksquares\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-12-25 22:06+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/ksquares-19.08.3/po/ca@valencia/ksquares.po new/ksquares-19.12.0/po/ca@valencia/ksquares.po --- old/ksquares-19.08.3/po/ca@valencia/ksquares.po 2019-11-05 05:10:29.000000000 +0100 +++ new/ksquares-19.12.0/po/ca@valencia/ksquares.po 2019-12-06 02:35:47.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: ksquares\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-12-25 22:06+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/ksquares-19.08.3/po/cs/ksquares.po new/ksquares-19.12.0/po/cs/ksquares.po --- old/ksquares-19.08.3/po/cs/ksquares.po 2019-11-05 05:10:29.000000000 +0100 +++ new/ksquares-19.12.0/po/cs/ksquares.po 2019-12-06 02:35:49.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: ksquares\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: 2019-10-01 17:13+0200\n" "Last-Translator: Vit Pelcak <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksquares-19.08.3/po/da/ksquares.po new/ksquares-19.12.0/po/da/ksquares.po --- old/ksquares-19.08.3/po/da/ksquares.po 2019-11-05 05:10:29.000000000 +0100 +++ new/ksquares-19.12.0/po/da/ksquares.po 2019-12-06 02:35:50.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: ksquares\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-06 19:27+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/ksquares-19.08.3/po/de/ksquares.po new/ksquares-19.12.0/po/de/ksquares.po --- old/ksquares-19.08.3/po/de/ksquares.po 2019-11-05 05:10:29.000000000 +0100 +++ new/ksquares-19.12.0/po/de/ksquares.po 2019-12-06 02:35:53.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: ksquares\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-17 11:07+0200\n" "Last-Translator: Burkhard Lück <[email protected]>\n" "Language-Team: German <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksquares-19.08.3/po/el/ksquares.po new/ksquares-19.12.0/po/el/ksquares.po --- old/ksquares-19.08.3/po/el/ksquares.po 2019-11-05 05:10:29.000000000 +0100 +++ new/ksquares-19.12.0/po/el/ksquares.po 2019-12-06 02:35:56.000000000 +0100 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: ksquares\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-28 16:10+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/ksquares-19.08.3/po/en_GB/ksquares.po new/ksquares-19.12.0/po/en_GB/ksquares.po --- old/ksquares-19.08.3/po/en_GB/ksquares.po 2019-11-05 05:10:29.000000000 +0100 +++ new/ksquares-19.12.0/po/en_GB/ksquares.po 2019-12-06 02:35:58.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: 2014-06-29 12:11+0100\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/ksquares-19.08.3/po/eo/ksquares.po new/ksquares-19.12.0/po/eo/ksquares.po --- old/ksquares-19.08.3/po/eo/ksquares.po 2019-11-05 05:10:29.000000000 +0100 +++ new/ksquares-19.12.0/po/eo/ksquares.po 2019-12-06 02:35:59.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: ksquares\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 <[email protected]>\n" "Language-Team: esperanto <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksquares-19.08.3/po/es/ksquares.po new/ksquares-19.12.0/po/es/ksquares.po --- old/ksquares-19.08.3/po/es/ksquares.po 2019-11-05 05:10:29.000000000 +0100 +++ new/ksquares-19.12.0/po/es/ksquares.po 2019-12-06 02:36:01.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: ksquares\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-25 17:58+0200\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/ksquares-19.08.3/po/et/ksquares.po new/ksquares-19.12.0/po/et/ksquares.po --- old/ksquares-19.08.3/po/et/ksquares.po 2019-11-05 05:10:29.000000000 +0100 +++ new/ksquares-19.12.0/po/et/ksquares.po 2019-12-06 02:36:04.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: ksquares\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-10 17:53+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/ksquares-19.08.3/po/eu/ksquares.po new/ksquares-19.12.0/po/eu/ksquares.po --- old/ksquares-19.08.3/po/eu/ksquares.po 2019-11-05 05:10:29.000000000 +0100 +++ new/ksquares-19.12.0/po/eu/ksquares.po 2019-12-06 02:36:06.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:13+0200\n" "Last-Translator: Ignigo Salvador Azurmendi <[email protected]>\n" "Language-Team: Basque <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksquares-19.08.3/po/fi/ksquares.po new/ksquares-19.12.0/po/fi/ksquares.po --- old/ksquares-19.08.3/po/fi/ksquares.po 2019-11-05 05:10:30.000000000 +0100 +++ new/ksquares-19.12.0/po/fi/ksquares.po 2019-12-06 02:36:08.000000000 +0100 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: ksquares\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:35+0200\n" "Last-Translator: Lasse Liehu <[email protected]>\n" "Language-Team: Finnish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksquares-19.08.3/po/fr/ksquares.po new/ksquares-19.12.0/po/fr/ksquares.po --- old/ksquares-19.08.3/po/fr/ksquares.po 2019-11-05 05:10:30.000000000 +0100 +++ new/ksquares-19.12.0/po/fr/ksquares.po 2019-12-06 02:36:10.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: ksquares\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-18 13:05+0100\n" "Last-Translator: Vincent PINON <[email protected]>\n" "Language-Team: French <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksquares-19.08.3/po/ga/ksquares.po new/ksquares-19.12.0/po/ga/ksquares.po --- old/ksquares-19.08.3/po/ga/ksquares.po 2019-11-05 05:10:30.000000000 +0100 +++ new/ksquares-19.12.0/po/ga/ksquares.po 2019-12-06 02:36:11.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: ksquares\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: 2007-04-15 19:05-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/ksquares-19.08.3/po/gl/ksquares.po new/ksquares-19.12.0/po/gl/ksquares.po --- old/ksquares-19.08.3/po/gl/ksquares.po 2019-11-05 05:10:30.000000000 +0100 +++ new/ksquares-19.12.0/po/gl/ksquares.po 2019-12-06 02:36:13.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: ksquares\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-03-15 21:43+0100\n" "Last-Translator: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail." "com>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksquares-19.08.3/po/hi/ksquares.po new/ksquares-19.12.0/po/hi/ksquares.po --- old/ksquares-19.08.3/po/hi/ksquares.po 2019-11-05 05:10:30.000000000 +0100 +++ new/ksquares-19.12.0/po/hi/ksquares.po 2019-12-06 02:36:15.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: ksquares\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: 2007-12-24 13:21+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/ksquares-19.08.3/po/hr/ksquares.po new/ksquares-19.12.0/po/hr/ksquares.po --- old/ksquares-19.08.3/po/hr/ksquares.po 2019-11-05 05:10:30.000000000 +0100 +++ new/ksquares-19.12.0/po/hr/ksquares.po 2019-12-06 02:36:15.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 <[email protected]>\n" "Language-Team: Croatian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksquares-19.08.3/po/hu/ksquares.po new/ksquares-19.12.0/po/hu/ksquares.po --- old/ksquares-19.08.3/po/hu/ksquares.po 2019-11-05 05:10:30.000000000 +0100 +++ new/ksquares-19.12.0/po/hu/ksquares.po 2019-12-06 02:36:16.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: KDE 4.2\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-23 12:46+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/ksquares-19.08.3/po/is/ksquares.po new/ksquares-19.12.0/po/is/ksquares.po --- old/ksquares-19.08.3/po/is/ksquares.po 2019-11-05 05:10:30.000000000 +0100 +++ new/ksquares-19.12.0/po/is/ksquares.po 2019-12-06 02:36:20.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: ksquares\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 <[email protected]>\n" "Language-Team: Icelandic <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksquares-19.08.3/po/it/ksquares.po new/ksquares-19.12.0/po/it/ksquares.po --- old/ksquares-19.08.3/po/it/ksquares.po 2019-11-05 05:10:30.000000000 +0100 +++ new/ksquares-19.12.0/po/it/ksquares.po 2019-12-06 02:36:21.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: ksquares\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-12-04 16:28+0100\n" "Last-Translator: Marcello Anni <[email protected]>\n" "Language-Team: Italian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksquares-19.08.3/po/ja/ksquares.po new/ksquares-19.12.0/po/ja/ksquares.po --- old/ksquares-19.08.3/po/ja/ksquares.po 2019-11-05 05:10:30.000000000 +0100 +++ new/ksquares-19.12.0/po/ja/ksquares.po 2019-12-06 02:36:22.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: ksquares\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: 2008-12-14 22:05+0900\n" "Last-Translator: Yukiko Bando <[email protected]>\n" "Language-Team: Japanese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksquares-19.08.3/po/kk/ksquares.po new/ksquares-19.12.0/po/kk/ksquares.po --- old/ksquares-19.08.3/po/kk/ksquares.po 2019-11-05 05:10:30.000000000 +0100 +++ new/ksquares-19.12.0/po/kk/ksquares.po 2019-12-06 02:36: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: 2013-10-20 04:06+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/ksquares-19.08.3/po/km/ksquares.po new/ksquares-19.12.0/po/km/ksquares.po --- old/ksquares-19.08.3/po/km/ksquares.po 2019-11-05 05:10:30.000000000 +0100 +++ new/ksquares-19.12.0/po/km/ksquares.po 2019-12-06 02:36:24.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: ksquares\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 21:40+0700\n" "Last-Translator: Morn Met\n" "Language-Team: Khmer <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksquares-19.08.3/po/ko/ksquares.po new/ksquares-19.12.0/po/ko/ksquares.po --- old/ksquares-19.08.3/po/ko/ksquares.po 2019-11-05 05:10:30.000000000 +0100 +++ new/ksquares-19.12.0/po/ko/ksquares.po 2019-12-06 02:36:26.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: ksquares\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: 2019-05-30 14:01+0200\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/ksquares-19.08.3/po/lt/ksquares.po new/ksquares-19.12.0/po/lt/ksquares.po --- old/ksquares-19.08.3/po/lt/ksquares.po 2019-11-05 05:10:30.000000000 +0100 +++ new/ksquares-19.12.0/po/lt/ksquares.po 2019-12-06 02:36:26.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: ksquares\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:31+0300\n" "Last-Translator: Remigijus Jarmalavičius <[email protected]>\n" "Language-Team: Lithuanian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksquares-19.08.3/po/lv/ksquares.po new/ksquares-19.12.0/po/lv/ksquares.po --- old/ksquares-19.08.3/po/lv/ksquares.po 2019-11-05 05:10:30.000000000 +0100 +++ new/ksquares-19.12.0/po/lv/ksquares.po 2019-12-06 02:36:27.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: ksquares\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: 2008-12-27 20:28+0200\n" "Last-Translator: \n" "Language-Team: Latvian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksquares-19.08.3/po/mr/ksquares.po new/ksquares-19.12.0/po/mr/ksquares.po --- old/ksquares-19.08.3/po/mr/ksquares.po 2019-11-05 05:10:31.000000000 +0100 +++ new/ksquares-19.12.0/po/mr/ksquares.po 2019-12-06 02:36:28.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:02+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/ksquares-19.08.3/po/nb/ksquares.po new/ksquares-19.12.0/po/nb/ksquares.po --- old/ksquares-19.08.3/po/nb/ksquares.po 2019-11-05 05:10:31.000000000 +0100 +++ new/ksquares-19.12.0/po/nb/ksquares.po 2019-12-06 02:36:29.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: ksquares\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-01-07 14:23+0100\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/ksquares-19.08.3/po/nds/ksquares.po new/ksquares-19.12.0/po/nds/ksquares.po --- old/ksquares-19.08.3/po/nds/ksquares.po 2019-11-05 05:10:31.000000000 +0100 +++ new/ksquares-19.12.0/po/nds/ksquares.po 2019-12-06 02:36:30.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: ksquares\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-11 23:40+0200\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/ksquares-19.08.3/po/nl/ksquares.po new/ksquares-19.12.0/po/nl/ksquares.po --- old/ksquares-19.08.3/po/nl/ksquares.po 2019-11-05 05:10:31.000000000 +0100 +++ new/ksquares-19.12.0/po/nl/ksquares.po 2019-12-06 02:36:31.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: ksquares\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-17 11:09+0200\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/ksquares-19.08.3/po/nn/ksquares.po new/ksquares-19.12.0/po/nn/ksquares.po --- old/ksquares-19.08.3/po/nn/ksquares.po 2019-11-05 05:10:31.000000000 +0100 +++ new/ksquares-19.12.0/po/nn/ksquares.po 2019-12-06 02:36:32.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: ksquares\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-11 21:03+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/ksquares-19.08.3/po/pl/ksquares.po new/ksquares-19.12.0/po/pl/ksquares.po --- old/ksquares-19.08.3/po/pl/ksquares.po 2019-11-05 05:10:31.000000000 +0100 +++ new/ksquares-19.12.0/po/pl/ksquares.po 2019-12-06 02:36:34.000000000 +0100 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: ksquares\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-12-04 10:01+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/ksquares-19.08.3/po/pt/ksquares.po new/ksquares-19.12.0/po/pt/ksquares.po --- old/ksquares-19.08.3/po/pt/ksquares.po 2019-11-05 05:10:31.000000000 +0100 +++ new/ksquares-19.12.0/po/pt/ksquares.po 2019-12-06 02:36:36.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: ksquares\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-17 09:53+0100\n" "Last-Translator: José Nuno Coelho Pires <[email protected]>\n" "Language-Team: pt <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksquares-19.08.3/po/pt_BR/ksquares.po new/ksquares-19.12.0/po/pt_BR/ksquares.po --- old/ksquares-19.08.3/po/pt_BR/ksquares.po 2019-11-05 05:10:31.000000000 +0100 +++ new/ksquares-19.12.0/po/pt_BR/ksquares.po 2019-12-06 02:36:37.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: ksquares\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-17 08:46-0300\n" "Last-Translator: André Marcelo Alvarenga <[email protected]>\n" "Language-Team: Brazilian Portuguese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksquares-19.08.3/po/ro/ksquares.po new/ksquares-19.12.0/po/ro/ksquares.po --- old/ksquares-19.08.3/po/ro/ksquares.po 2019-11-05 05:10:31.000000000 +0100 +++ new/ksquares-19.12.0/po/ro/ksquares.po 2019-12-06 02:36:37.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: ksquares\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-05-27 23:02+0300\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/ksquares-19.08.3/po/ru/ksquares.po new/ksquares-19.12.0/po/ru/ksquares.po --- old/ksquares-19.08.3/po/ru/ksquares.po 2019-11-05 05:10:31.000000000 +0100 +++ new/ksquares-19.12.0/po/ru/ksquares.po 2019-12-06 02:36:38.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: ksquares\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-03-01 18:43+0400\n" "Last-Translator: Alexander Lakhin <[email protected]>\n" "Language-Team: Russian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksquares-19.08.3/po/sk/ksquares.po new/ksquares-19.12.0/po/sk/ksquares.po --- old/ksquares-19.08.3/po/sk/ksquares.po 2019-11-05 05:10:31.000000000 +0100 +++ new/ksquares-19.12.0/po/sk/ksquares.po 2019-12-06 02:36:39.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: ksquares\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-17 23:08+0200\n" "Last-Translator: Roman Paholík <[email protected]>\n" "Language-Team: Slovak <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksquares-19.08.3/po/sl/ksquares.po new/ksquares-19.12.0/po/sl/ksquares.po --- old/ksquares-19.08.3/po/sl/ksquares.po 2019-11-05 05:10:31.000000000 +0100 +++ new/ksquares-19.12.0/po/sl/ksquares.po 2019-12-06 02:36:41.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: ksquares\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-17 17:13+0200\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/ksquares-19.08.3/po/sv/ksquares.po new/ksquares-19.12.0/po/sv/ksquares.po --- old/ksquares-19.08.3/po/sv/ksquares.po 2019-11-05 05:10:31.000000000 +0100 +++ new/ksquares-19.12.0/po/sv/ksquares.po 2019-12-06 02:36:43.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: ksquares\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-17 17:23+0200\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/ksquares-19.08.3/po/tr/ksquares.po new/ksquares-19.12.0/po/tr/ksquares.po --- old/ksquares-19.08.3/po/tr/ksquares.po 2019-11-05 05:10:31.000000000 +0100 +++ new/ksquares-19.12.0/po/tr/ksquares.po 2019-12-06 02:36:44.000000000 +0100 @@ -10,7 +10,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 <[email protected]>\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/kdegames-k-tr/" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksquares-19.08.3/po/ug/ksquares.po new/ksquares-19.12.0/po/ug/ksquares.po --- old/ksquares-19.08.3/po/ug/ksquares.po 2019-11-05 05:10:31.000000000 +0100 +++ new/ksquares-19.12.0/po/ug/ksquares.po 2019-12-06 02:36:45.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: ksquares\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 <[email protected]>\n" "Language-Team: Uyghur Computer Science Association <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksquares-19.08.3/po/uk/ksquares.po new/ksquares-19.12.0/po/uk/ksquares.po --- old/ksquares-19.08.3/po/uk/ksquares.po 2019-11-05 05:10:31.000000000 +0100 +++ new/ksquares-19.12.0/po/uk/ksquares.po 2019-12-06 02:36:46.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: ksquares\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-17 07:29+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/ksquares-19.08.3/po/zh_CN/ksquares.po new/ksquares-19.12.0/po/zh_CN/ksquares.po --- old/ksquares-19.08.3/po/zh_CN/ksquares.po 2019-11-05 05:10:31.000000000 +0100 +++ new/ksquares-19.12.0/po/zh_CN/ksquares.po 2019-12-06 02:36:48.000000000 +0100 @@ -3,8 +3,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/ksquares-19.08.3/po/zh_TW/ksquares.po new/ksquares-19.12.0/po/zh_TW/ksquares.po --- old/ksquares-19.08.3/po/zh_TW/ksquares.po 2019-11-05 05:10:31.000000000 +0100 +++ new/ksquares-19.12.0/po/zh_TW/ksquares.po 2019-12-06 02:36:49.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: ksquares\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-21 13:59+0800\n" "Last-Translator: Franklin Weng <franklin at goodhorse dot idv dot tw>\n" "Language-Team: Chinese Traditional <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksquares-19.08.3/src/ksquaresplayer.h new/ksquares-19.12.0/src/ksquaresplayer.h --- old/ksquares-19.08.3/src/ksquaresplayer.h 2019-09-07 07:39:33.000000000 +0200 +++ new/ksquares-19.12.0/src/ksquaresplayer.h 2019-10-22 13:56:13.000000000 +0200 @@ -116,6 +116,10 @@ { return score() < player.score(); } + bool operator>(const KSquaresPlayer &player) const + { + return score() > player.score(); + } protected: /// Is the player a human diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksquares-19.08.3/src/ksquareswindow.cpp new/ksquares-19.12.0/src/ksquareswindow.cpp --- old/ksquares-19.08.3/src/ksquareswindow.cpp 2019-09-07 07:39:33.000000000 +0200 +++ new/ksquares-19.12.0/src/ksquareswindow.cpp 2019-10-22 13:56:13.000000000 +0200 @@ -197,7 +197,7 @@ void KSquaresWindow::gameOver(const QVector<KSquaresPlayer> &_playerList) { QVector<KSquaresPlayer> playerList = _playerList; - std::sort(playerList.begin(), playerList.end(), qGreater<KSquaresPlayer>()); + std::sort(playerList.begin(), playerList.end(), std::greater<KSquaresPlayer>()); //m_scene->displayScoreTable(playerList); ScoresDialog scoresDialog(this); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksquares-19.08.3/src/main.cpp new/ksquares-19.12.0/src/main.cpp --- old/ksquares-19.08.3/src/main.cpp 2019-09-07 07:39:33.000000000 +0200 +++ new/ksquares-19.12.0/src/main.cpp 2019-10-22 13:56:13.000000000 +0200 @@ -35,7 +35,7 @@ migrate.setUiFiles(QStringList() << QStringLiteral("ksquaresui.rc")); migrate.migrate(); KLocalizedString::setApplicationDomain("ksquares"); - KAboutData about(QStringLiteral("ksquares"), i18n("KSquares"), QLatin1Literal(version), i18n(description), + KAboutData about(QStringLiteral("ksquares"), i18n("KSquares"), QLatin1String(version), i18n(description), KAboutLicense::GPL, i18n("(C) 2006-2007 Matt Williams")); about.addAuthor(i18n("Matt Williams"), i18n("Original creator and maintainer"), QStringLiteral("[email protected]"), QStringLiteral("http://milliams.com")); about.addCredit(i18n("Fela Winkelmolen"), i18n("Many patches and bugfixes"));
