Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package klickety for openSUSE:Factory 
checked in at 2021-12-13 20:43:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/klickety (Old)
 and      /work/SRC/openSUSE:Factory/.klickety.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "klickety"

Mon Dec 13 20:43:19 2021 rev:116 rq:937964 version:21.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/klickety/klickety.changes        2021-11-06 
18:20:11.716952716 +0100
+++ /work/SRC/openSUSE:Factory/.klickety.new.2520/klickety.changes      
2021-12-13 20:48:33.484564358 +0100
@@ -1,0 +2,27 @@
+Fri Dec  3 19:22:11 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.12.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.12.0/
+- No code change since 21.11.90
+
+-------------------------------------------------------------------
+Sat Nov 27 10:11:05 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.11.90
+  * New feature release
+- No code change since 21.11.80
+
+-------------------------------------------------------------------
+Sat Nov 13 17:55:26 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.11.80
+  * New feature release
+- Changes since 21.08.3:
+  * kde-ci: use @same so that stable builds use stable libkdegames
+  * CI: Fix repo path for libkdegames
+  * Remove double content rating
+  * Add content rating
+
+-------------------------------------------------------------------

Old:
----
  klickety-21.08.3.tar.xz
  klickety-21.08.3.tar.xz.sig

New:
----
  klickety-21.12.0.tar.xz
  klickety-21.12.0.tar.xz.sig

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

Other differences:
------------------
++++++ klickety.spec ++++++
--- /var/tmp/diff_new_pack.Zmdg14/_old  2021-12-13 20:48:34.068564732 +0100
+++ /var/tmp/diff_new_pack.Zmdg14/_new  2021-12-13 20:48:34.072564735 +0100
@@ -16,12 +16,11 @@
 #
 
 
-%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:           klickety
-Version:        21.08.3
+Version:        21.12.0
 Release:        0
 Summary:        Strategic board game
 License:        GPL-2.0-or-later


++++++ klickety-21.08.3.tar.xz -> klickety-21.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klickety-21.08.3/.gitlab-ci.yml 
new/klickety-21.12.0/.gitlab-ci.yml
--- old/klickety-21.08.3/.gitlab-ci.yml 1970-01-01 01:00:00.000000000 +0100
+++ new/klickety-21.12.0/.gitlab-ci.yml 2021-12-02 22:30:32.000000000 +0100
@@ -0,0 +1,6 @@
+# SPDX-FileCopyrightText: None
+# SPDX-License-Identifier: CC0-1.0
+
+include:
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klickety-21.08.3/.kde-ci.yml 
new/klickety-21.12.0/.kde-ci.yml
--- old/klickety-21.08.3/.kde-ci.yml    1970-01-01 01:00:00.000000000 +0100
+++ new/klickety-21.12.0/.kde-ci.yml    2021-12-02 22:30:32.000000000 +0100
@@ -0,0 +1,18 @@
+# SPDX-FileCopyrightText: None
+# SPDX-License-Identifier: CC0-1.0
+
+Dependencies:
+- 'on': ['@all']
+  'require':
+    'frameworks/extra-cmake-modules': '@stable'
+    'games/libkdegames': '@same'
+    'frameworks/kcoreaddons': '@stable'
+    'frameworks/kconfig': '@stable'
+    'frameworks/kcrash': '@stable'
+    'frameworks/kwidgetsaddons': '@stable'
+    'frameworks/ki18n': '@stable'
+    'frameworks/kconfigwidgets': '@stable'
+    'frameworks/kxmlgui': '@stable'
+    'frameworks/kio': '@stable'
+    'frameworks/kdoctools': '@stable'
+    'frameworks/kdbusaddons': '@stable'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klickety-21.08.3/CMakeLists.txt 
new/klickety-21.12.0/CMakeLists.txt
--- old/klickety-21.08.3/CMakeLists.txt 2021-10-31 11:26:11.000000000 +0100
+++ new/klickety-21.12.0/CMakeLists.txt 2021-12-02 22:30:32.000000000 +0100
@@ -1,19 +1,28 @@
 cmake_minimum_required (VERSION 3.16 FATAL_ERROR)
 
 set (RELEASE_SERVICE_VERSION_MAJOR "21")
-set (RELEASE_SERVICE_VERSION_MINOR "08")
-set (RELEASE_SERVICE_VERSION_MICRO "3")
+set (RELEASE_SERVICE_VERSION_MINOR "12")
+set (RELEASE_SERVICE_VERSION_MICRO "0")
 set (RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 set (RELEASE_SERVICE_COMPACT_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}${RELEASE_SERVICE_VERSION_MINOR}${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(klickety VERSION "2.1.${RELEASE_SERVICE_COMPACT_VERSION}")
 
 set (QT_MIN_VERSION "5.15.0")
-set (KF5_MIN_VERSION "5.83.0")
+set (KF5_MIN_VERSION "5.85.0")
 
 find_package(ECM ${KF5_MIN_VERSION} REQUIRED CONFIG)
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH})
 
+include(KDEInstallDirs)
+include(KDECMakeSettings)
+include(KDECompilerSettings NO_POLICY_SCOPE)
+
+include(ECMAddAppIcon)
+include(ECMInstallIcons)
+include(ECMSetupVersion)
+include(FeatureSummary)
+
 find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Widgets )
 find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
     CoreAddons
@@ -30,29 +39,11 @@
 
 find_package(KF5KDEGames 7.3.0 REQUIRED)
 
-include(KDEInstallDirs)
-include(KDECMakeSettings)
-include(KDECompilerSettings NO_POLICY_SCOPE)
-
-include(FeatureSummary)
-include(ECMAddAppIcon)
-include(ECMInstallIcons)
-include(ECMSetupVersion)
-
 add_definitions(
-    -DQT_NO_CAST_FROM_ASCII
-    -DQT_NO_CAST_TO_ASCII
-    -DQT_NO_CAST_FROM_BYTEARRAY
-    -DQT_NO_URL_CAST_FROM_STRING
-    -DQT_USE_QSTRINGBUILDER
-    -DQT_STRICT_ITERATORS
-    -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT
     -DQT_DISABLE_DEPRECATED_BEFORE=0x050F00
     -DQT_DEPRECATED_WARNINGS_SINCE=0x060000
-    -DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055200
+    -DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055600
     -DKF_DEPRECATED_WARNINGS_SINCE=0x060000
-    -DQT_NO_KEYWORDS
-    -DQT_NO_FOREACH
 )
 
 add_subdirectory(sounds)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klickety-21.08.3/po/ca@valencia/klickety.po 
new/klickety-21.12.0/po/ca@valencia/klickety.po
--- old/klickety-21.08.3/po/ca@valencia/klickety.po     2021-11-02 
01:11:51.000000000 +0100
+++ new/klickety-21.12.0/po/ca@valencia/klickety.po     2021-12-03 
01:12:09.000000000 +0100
@@ -4,15 +4,15 @@
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # Manuel Tortosa Moreno <[email protected]>, 2010.
-# Josep M. Ferrer <[email protected]>, 2013, 2015, 2016, 2020.
+# Josep M. Ferrer <[email protected]>, 2013, 2015, 2016, 2020, 2021.
 # Antoni Bella P??rez <[email protected]>, 2020, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: klickety\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-07-08 00:15+0000\n"
-"PO-Revision-Date: 2021-07-09 00:09+0200\n"
-"Last-Translator: Antoni Bella P??rez <[email protected]>\n"
+"PO-Revision-Date: 2021-10-31 22:52+0100\n"
+"Last-Translator: Josep M. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
 "Language: ca@valencia\n"
 "MIME-Version: 1.0\n"
@@ -20,7 +20,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
-"X-Generator: Lokalize 21.04.2\n"
+"X-Generator: Lokalize 20.12.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -212,7 +212,7 @@
 #: main.cpp:65
 #, kde-format
 msgid "Rewrite for KDE4. Current maintainer"
-msgstr "Reescriptura per al KDE 4, mantenidor actual."
+msgstr "Reescriptura per al KDE 4, mantenidor actual"
 
 #: main.cpp:66
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klickety-21.08.3/po/de/docs/klickety/index.docbook 
new/klickety-21.12.0/po/de/docs/klickety/index.docbook
--- old/klickety-21.08.3/po/de/docs/klickety/index.docbook      2021-11-02 
01:11:52.000000000 +0100
+++ new/klickety-21.12.0/po/de/docs/klickety/index.docbook      2021-12-03 
01:12:09.000000000 +0100
@@ -69,9 +69,9 @@
 >&FDLNotice;</legalnotice>
 
 <date
->2016-05-09</date>
+>2021-07-08</date>
 <releaseinfo
->2.1+ (Applications 16.04)</releaseinfo>
+>2.1 (KDE Gear 21.04)</releaseinfo>
 
 <abstract>
 <para
@@ -126,7 +126,11 @@
 >Einer</para
 ></note>
 <para
->&klickety; is an adaptation of the Clickomania game. The rules are similar to 
those of the Same game: your goal is to clear the board by clicking on groups 
to destroy them. The overall aim is to get the lowest score possible. It will 
provide entertainment for all abilities, but a challenge in logical thought if 
you want to get a really low score. </para>
+>&klickety; ist eine angepasste Version des Spiels <application
+>Clickomania</application
+>. Die Spielregeln sind mit denen des Spiels <literal
+>Same</literal
+> vergleichbar: Das Spielfeld muss durch Anklicken von gruppierten St??cken 
geleert werden. Das grunds??tzliche Ziel besteht im Erreichen einer m??glichst 
niedrigen Punktzahl. Es bietet Unterhaltung f??r alle F??higkeiten und eine 
Herausforderung hinsichtlich des logischen Denkverm??gens sofern eine 
m??glichst niedrige Punktzahl erreicht werden soll. </para>
 </chapter>
 
 <chapter id="how-to-play">
@@ -205,7 +209,11 @@
 >[St??ckanzahl - 2]??</emphasis
 >). </para>
 <para
->As an example, if you erase 7 balls, then you get 25 points (7 minus 2 = 5. 5 
squared is 25 points).If you erase 8 balls, then you get 36 points (8 minus 2 = 
6. 6 squared is 36 points. </para>
+>Beispielsweise werden beim Entfernen von 7 St??cken 25 Punkte erreicht 
(<emphasis
+>[7-2]?? = 5?? = 25</emphasis
+>). Beim Entfernen von 8 St??cken ergeben sich folglich 36 Punkte (<emphasis
+>[8-2]?? = 6?? =36</emphasis
+>). </para>
 <para
 >Versuchen Sie, soviele zusammenh??ngende Kugeln wie m??glich zu erhalten und 
 >sie mit einem Klick zu entfernen. Auf diese Weise erhalten Sie eine h??here 
 >Punktzahl. Das Spiel ist beendet, wenn Sie keine Kugeln mehr entfernen 
 >k??nnen. </para>
 <para
@@ -331,7 +339,7 @@
 </row>
 <row>
 <entry
->Help</entry>
+>Das Handbuch zu &klickety;</entry>
 <entry
 ><keycap
 >F1</keycap
@@ -339,7 +347,9 @@
 </row>
 <row>
 <entry
->What's this?</entry>
+><quote
+>Was ist das?</quote
+>-Hilfe</entry>
 <entry
 ><keycombo action="simul"
 >&Shift;<keycap
@@ -382,18 +392,18 @@
 <varlistentry>
 <term
 ><menuchoice
-> <shortcut
+><shortcut
 ><keycombo action="simul"
 >&Ctrl;<keycap
 >O</keycap
 ></keycombo
 ></shortcut
-> <guimenu
->Game</guimenu
+><guimenu
+>Spiel</guimenu
 > <guimenuitem
->Load...</guimenuitem
-> </menuchoice
-> (not in KSameMode) </term>
+>Laden ...</guimenuitem
+></menuchoice
+> (nicht im KSame-Modus) </term>
 <listitem
 ><para
 >L??dt ein vorher gespeichertes Spiel.</para
@@ -451,18 +461,18 @@
 <varlistentry>
 <term
 ><menuchoice
-> <shortcut
+><shortcut
 ><keycombo action="simul"
 >&Ctrl;<keycap
 >S</keycap
 ></keycombo
 ></shortcut
-> <guimenu
->Game</guimenu
+><guimenu
+>Spiel</guimenu
 > <guimenuitem
->Save</guimenuitem
-> </menuchoice
-> (not in KSameMode)</term>
+>Speichern</guimenuitem
+></menuchoice
+> (nicht im KSame-Modus)</term>
 <listitem
 ><para
 >Speichert den aktuellen Spielstand auf die Festplatte.</para
@@ -673,11 +683,11 @@
 >Benutzerdefinierte</guimenuitem
 > Schwierigkeitsgrade.</para>
 <para
->If you select <guimenuitem
->Custom</guimenuitem
->, then the settings you have configured in the <guimenuitem
->Configure &klickety;</guimenuitem
-> dialog will be used.</para>
+>Falls Sie <guimenuitem
+>Benutzerdefiniert</guimenuitem
+> ausw??hlen, werden die im Dialog <guimenuitem
+>Einrichten - &klickety;</guimenuitem
+> eingestellten Werte verwendet.</para>
 </listitem>
 </varlistentry>
 
@@ -895,13 +905,13 @@
 <title
 >Benutzerdefinierte Spieleinstellungen</title>
 <para
->You can set the <guilabel
->Height</guilabel
-> and <guilabel
->Width</guilabel
-> of the board and the <guilabel
->Color count</guilabel
-> used in your custom level. </para>
+>Hier kann die <guilabel
+>H??he</guilabel
+> und <guilabel
+>Breite</guilabel
+> des Spielfelds sowie die <guilabel
+>Anzahl an Farben</guilabel
+> des benutzerdefinierten Spiels eingestellt werden. </para>
 <screenshot>
 <screeninfo
 >Benutzerdefinierte Spieleinstellungen</screeninfo>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klickety-21.08.3/po/en_GB/klickety.po 
new/klickety-21.12.0/po/en_GB/klickety.po
--- old/klickety-21.08.3/po/en_GB/klickety.po   2021-11-02 01:11:51.000000000 
+0100
+++ new/klickety-21.12.0/po/en_GB/klickety.po   2021-12-03 01:12:09.000000000 
+0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-07-08 00:15+0000\n"
-"PO-Revision-Date: 2021-07-11 11:22+0100\n"
+"PO-Revision-Date: 2021-07-11 11:17+0100\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
 "Language-Team: British English <[email protected]>\n"
 "Language: en_GB\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klickety-21.08.3/po/es/docs/klickety/index.docbook 
new/klickety-21.12.0/po/es/docs/klickety/index.docbook
--- old/klickety-21.08.3/po/es/docs/klickety/index.docbook      2021-11-02 
01:11:52.000000000 +0100
+++ new/klickety-21.12.0/po/es/docs/klickety/index.docbook      2021-12-03 
01:12:09.000000000 +0100
@@ -83,9 +83,9 @@
 >&FDLNotice;</legalnotice>
 
 <date
->2016-05-09</date>
+>2021-07-08</date>
 <releaseinfo
->2.1+ (Applications 16.04)</releaseinfo>
+>2.1 (KDE Gear 21.04)</releaseinfo>
 
 <abstract>
 <para
@@ -140,7 +140,11 @@
 >Uno</para
 ></note>
 <para
->&klickety; is an adaptation of the Clickomania game. The rules are similar to 
those of the Same game: your goal is to clear the board by clicking on groups 
to destroy them. The overall aim is to get the lowest score possible. It will 
provide entertainment for all abilities, but a challenge in logical thought if 
you want to get a really low score. </para>
+>&klickety; es una adaptaci??n del juego <application
+>Clickomania</application
+>. Las reglas son similares a las del juego <literal
+>Same</literal
+>: su objetivo es limpiar el tablero haciendo clic en grupos para destruirlos. 
La meta global es obtener la puntuaci??n m??s baja posible. Proporcionar?? 
entretenimiento para todas las habilidades, pero ser?? un desaf??o para el 
pensamiento l??gico si lo que quiere es conseguir una puntuaci??n realmente 
baja. </para>
 </chapter>
 
 <chapter id="how-to-play">
@@ -215,7 +219,7 @@
 <para
 >Se sustrae 2 del n??mero de piezas eliminadas y se eleva al cuadrado el 
 >resultado. </para>
 <para
->As an example, if you erase 7 balls, then you get 25 points (7 minus 2 = 5. 5 
squared is 25 points).If you erase 8 balls, then you get 36 points (8 minus 2 = 
6. 6 squared is 36 points. </para>
+>Por ejemplo, si elimina 7 bolas, entonces obtiene 25 puntos (7 menos 2 = 5. 5 
al cuadrado es 25 puntos). Si elimina 8 bolas, entonces obtiene 36 puntos (8 
menos 2 = 6, 6 al cuadrado es 36 puntos). </para>
 <para
 >Consiga tantas piezas iguales como pueda, y despu??s elim??nelas con un solo 
 >clic. De esta forma obtendr?? una puntuaci??n m??s alta. El juego termina 
 >cuando no hay piezas que se puedan eliminar. </para>
 <para
@@ -341,7 +345,7 @@
 </row>
 <row>
 <entry
->Help</entry>
+>Manual de &klickety;</entry>
 <entry
 ><keycap
 >F1</keycap
@@ -349,7 +353,7 @@
 </row>
 <row>
 <entry
->What's this?</entry>
+>Ayuda ??Qu?? es esto?</entry>
 <entry
 ><keycombo action="simul"
 >&Shift;<keycap
@@ -399,11 +403,11 @@
 ></keycombo
 ></shortcut
 > <guimenu
->Game</guimenu
+>Juego</guimenu
 > <guimenuitem
->Load...</guimenuitem
+>Cargar...</guimenuitem
 > </menuchoice
-> (not in KSameMode) </term>
+> (no en el modo KSame) </term>
 <listitem
 ><para
 >Carga un juego guardado previamente.</para
@@ -468,11 +472,11 @@
 ></keycombo
 ></shortcut
 > <guimenu
->Game</guimenu
+>Juego</guimenu
 > <guimenuitem
->Save</guimenuitem
+>Guardar</guimenuitem
 > </menuchoice
-> (not in KSameMode)</term>
+> (no en el modo KSame)</term>
 <listitem
 ><para
 >Guarda el estado actual del juego al disco.</para
@@ -683,11 +687,11 @@
 >personalizados</guimenuitem
 >.</para>
 <para
->If you select <guimenuitem
->Custom</guimenuitem
->, then the settings you have configured in the <guimenuitem
->Configure &klickety;</guimenuitem
-> dialog will be used.</para>
+>Si selecciona <guimenuitem
+>Personalizado</guimenuitem
+>, se usar??n las preferencias que haya configurado en el di??logo <guimenuitem
+>Configurar - &klickety;</guimenuitem
+>.</para>
 </listitem>
 </varlistentry>
 
@@ -907,13 +911,13 @@
 <title
 >Opciones de juego personalizadas</title>
 <para
->You can set the <guilabel
->Height</guilabel
-> and <guilabel
->Width</guilabel
-> of the board and the <guilabel
->Color count</guilabel
-> used in your custom level. </para>
+>Puede establecer la <guilabel
+>Altura:</guilabel
+> y la <guilabel
+>Anchura:</guilabel
+> del tablero y el <guilabel
+>N??mero de colores:</guilabel
+> usados en su nivel personalizado. </para>
 <screenshot>
 <screeninfo
 >Opciones de juego personalizadas</screeninfo>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klickety-21.08.3/po/pt/klickety.po 
new/klickety-21.12.0/po/pt/klickety.po
--- old/klickety-21.08.3/po/pt/klickety.po      2021-11-02 01:11:51.000000000 
+0100
+++ new/klickety-21.12.0/po/pt/klickety.po      2021-12-03 01:12:09.000000000 
+0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: klickety\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-07-08 00:15+0000\n"
-"PO-Revision-Date: 2016-02-09 10:26+0000\n"
+"PO-Revision-Date: 2021-07-11 23:37+0100\n"
 "Last-Translator: Pedro Morais <[email protected]>\n"
 "Language-Team: pt <[email protected]>\n"
 "Language: pt\n"
@@ -261,11 +261,10 @@
 msgstr "Jogo Personalizado"
 
 #: mainwindow.cpp:172
-#, fuzzy, kde-format
-#| msgid "Select Board"
+#, kde-format
 msgctxt "@title:window"
 msgid "Select Board"
-msgstr "Seleccione o Tabuleiro"
+msgstr "Seleccionar o Tabuleiro"
 
 #: mainwindow.cpp:173
 #, kde-format
@@ -353,9 +352,3 @@
 #, kde-format
 msgid "Custom"
 msgstr "Personalizado"
-
-#~ msgid "Ima&ge"
-#~ msgstr "Ima&gem"
-
-#~ msgid "The background type to be used."
-#~ msgstr "O tipo de fundo a usar."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klickety-21.08.3/po/sk/klickety.po 
new/klickety-21.12.0/po/sk/klickety.po
--- old/klickety-21.08.3/po/sk/klickety.po      2021-11-02 01:11:51.000000000 
+0100
+++ new/klickety-21.12.0/po/sk/klickety.po      2021-12-03 01:12:09.000000000 
+0100
@@ -1,19 +1,19 @@
 # translation of klickety.po to Slovak
 # Richard Fric <[email protected]>, 2010.
-# Roman Pahol??k <[email protected]>, 2012, 2015, 2016.
+# Roman Pahol??k <[email protected]>, 2012, 2015, 2016, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: klickety\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-07-08 00:15+0000\n"
-"PO-Revision-Date: 2016-03-02 19:54+0100\n"
+"PO-Revision-Date: 2021-11-14 12:32+0100\n"
 "Last-Translator: Roman Paholik <[email protected]>\n"
 "Language-Team: Slovak <[email protected]>\n"
 "Language: sk\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 21.08.3\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
 #, kde-format
@@ -261,8 +261,7 @@
 msgstr "Vlastn?? hra"
 
 #: mainwindow.cpp:172
-#, fuzzy, kde-format
-#| msgid "Select Board"
+#, kde-format
 msgctxt "@title:window"
 msgid "Select Board"
 msgstr "Vyberte dosku"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klickety-21.08.3/po/uk/klickety.po 
new/klickety-21.12.0/po/uk/klickety.po
--- old/klickety-21.08.3/po/uk/klickety.po      2021-11-02 01:11:51.000000000 
+0100
+++ new/klickety-21.12.0/po/uk/klickety.po      2021-12-03 01:12:09.000000000 
+0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: klickety\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-07-08 00:15+0000\n"
-"PO-Revision-Date: 2021-07-11 17:03+0300\n"
+"PO-Revision-Date: 2021-07-11 09:39+0300\n"
 "Last-Translator: Yuri Chornoivan <[email protected]>\n"
 "Language-Team: Ukrainian <[email protected]>\n"
 "Language: uk\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klickety-21.08.3/po/zh_CN/klickety.po 
new/klickety-21.12.0/po/zh_CN/klickety.po
--- old/klickety-21.08.3/po/zh_CN/klickety.po   2021-11-02 01:11:52.000000000 
+0100
+++ new/klickety-21.12.0/po/zh_CN/klickety.po   2021-12-03 01:12:09.000000000 
+0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-07-08 00:15+0000\n"
-"PO-Revision-Date: 2021-10-29 13:28\n"
+"PO-Revision-Date: 2021-11-30 15:24\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klickety-21.08.3/src/gamescene.cpp 
new/klickety-21.12.0/src/gamescene.cpp
--- old/klickety-21.08.3/src/gamescene.cpp      2021-10-31 11:26:11.000000000 
+0100
+++ new/klickety-21.12.0/src/gamescene.cpp      2021-12-02 22:30:32.000000000 
+0100
@@ -84,7 +84,7 @@
     m_isFinished = false;
     m_undoStack.clear();
 
-    for (auto & piece : qAsConst(m_pieces)) {
+    for (auto & piece : std::as_const(m_pieces)) {
         removeItem( piece );
     }
     qDeleteAll( m_pieces );
@@ -607,7 +607,7 @@
 int GameScene::currentMarkedCount() const
 {
     int marked = 0;
-    for ( const Piece* p : qAsConst(m_pieces) ) {
+    for ( const Piece* p : std::as_const(m_pieces) ) {
         if ( p->m_highlighter->isVisible() ) {
             ++marked;
         }
@@ -618,7 +618,7 @@
 int GameScene::currentRemainCount() const
 {
     int remain = 0;
-    for ( const Piece* p : qAsConst(m_pieces) ) {
+    for ( const Piece* p : std::as_const(m_pieces) ) {
         if ( p->isEnabled() ) {
             ++remain;
         }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klickety-21.08.3/src/gamescene.h 
new/klickety-21.12.0/src/gamescene.h
--- old/klickety-21.08.3/src/gamescene.h        2021-10-31 11:26:11.000000000 
+0100
+++ new/klickety-21.12.0/src/gamescene.h        2021-12-02 22:30:32.000000000 
+0100
@@ -26,7 +26,7 @@
     Q_OBJECT
     public:
         explicit GameScene( QObject* parent = nullptr );
-        ~GameScene();
+        ~GameScene() override;
         /** Start a new game with custom size, color count and game id */
         void startNewGame( int pwc, int phc, int colorCount, int gameId );
         /** Load a game from config */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klickety-21.08.3/src/mainwindow.h 
new/klickety-21.12.0/src/mainwindow.h
--- old/klickety-21.08.3/src/mainwindow.h       2021-10-31 11:26:11.000000000 
+0100
+++ new/klickety-21.12.0/src/mainwindow.h       2021-12-02 22:30:32.000000000 
+0100
@@ -20,7 +20,7 @@
     Q_OBJECT
     public:
         explicit MainWindow( bool kSameMode = false, QWidget* parent = nullptr 
);
-        ~MainWindow();
+        ~MainWindow() override;
     private Q_SLOTS:
         void configureSettings();
         void loadSettings();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klickety-21.08.3/src/piece.h 
new/klickety-21.12.0/src/piece.h
--- old/klickety-21.08.3/src/piece.h    2021-10-31 11:26:11.000000000 +0100
+++ new/klickety-21.12.0/src/piece.h    2021-12-02 22:30:32.000000000 +0100
@@ -22,7 +22,7 @@
         /** Constructor */
         explicit Piece( KGameRenderer* renderer, int x, int y, int color, 
QGraphicsItem* parent = nullptr );
         /** Destructor */
-        ~Piece();
+        ~Piece() override;
         /** Reimplemented for using bounding rect for detecting hovering and 
mouse clicking */
         QPainterPath shape() const override;
         /** The current column in the game scene, from left to right, starts 
from 0 */

Reply via email to