Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ksquares for openSUSE:Factory 
checked in at 2023-08-31 13:45:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ksquares (Old)
 and      /work/SRC/openSUSE:Factory/.ksquares.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ksquares"

Thu Aug 31 13:45:02 2023 rev:136 rq:1105768 version:23.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ksquares/ksquares.changes        2023-07-07 
15:51:49.273804694 +0200
+++ /work/SRC/openSUSE:Factory/.ksquares.new.1766/ksquares.changes      
2023-08-31 13:49:50.509067009 +0200
@@ -1,0 +2,24 @@
+Sun Aug 20 14:00:03 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 23.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.08.0/
+- No code change since 23.07.90
+
+-------------------------------------------------------------------
+Mon Aug 14 08:03:20 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 23.07.90
+  * New feature release
+- No code change since 23.07.80
+
+-------------------------------------------------------------------
+Tue Aug  1 10:14:18 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 23.07.80
+  * New feature release
+- Changes since 23.04.3:
+  * Add explicit moc includes to sources for moc-covered headers
+
+-------------------------------------------------------------------

Old:
----
  ksquares-23.04.3.tar.xz
  ksquares-23.04.3.tar.xz.sig

New:
----
  ksquares-23.08.0.tar.xz
  ksquares-23.08.0.tar.xz.sig

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

Other differences:
------------------
++++++ ksquares.spec ++++++
--- /var/tmp/diff_new_pack.mzqk4T/_old  2023-08-31 13:49:51.645107614 +0200
+++ /var/tmp/diff_new_pack.mzqk4T/_new  2023-08-31 13:49:51.649107757 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:           ksquares
-Version:        23.04.3
+Version:        23.08.0
 Release:        0
 Summary:        "Dots and boxes" board game
 License:        GPL-2.0-or-later


++++++ ksquares-23.04.3.tar.xz -> ksquares-23.08.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-23.04.3/CMakeLists.txt 
new/ksquares-23.08.0/CMakeLists.txt
--- old/ksquares-23.04.3/CMakeLists.txt 2023-07-04 06:56:33.000000000 +0200
+++ new/ksquares-23.08.0/CMakeLists.txt 2023-08-16 23:11:15.000000000 +0200
@@ -1,8 +1,8 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 
 set (RELEASE_SERVICE_VERSION_MAJOR "23")
-set (RELEASE_SERVICE_VERSION_MINOR "04")
-set (RELEASE_SERVICE_VERSION_MICRO "3")
+set (RELEASE_SERVICE_VERSION_MINOR "08")
+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}")
 
@@ -49,7 +49,11 @@
     "Tools to generate documentation"
     TYPE OPTIONAL
 )
-find_package(KF5KDEGames 7.3.0 REQUIRED)
+if (QT_MAJOR_VERSION STREQUAL "6")
+    find_package(KDEGames6 7.5.0 REQUIRED)
+else()
+    find_package(KF5KDEGames 7.3.0 REQUIRED)
+endif()
 
 ecm_set_disabled_deprecation_versions(
     QT 6.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-23.04.3/po/ca/ksquares.po 
new/ksquares-23.08.0/po/ca/ksquares.po
--- old/ksquares-23.04.3/po/ca/ksquares.po      2023-07-04 06:56:33.000000000 
+0200
+++ new/ksquares-23.08.0/po/ca/ksquares.po      2023-08-16 23:11:15.000000000 
+0200
@@ -499,27 +499,3 @@
 #, kde-format
 msgid "Scoreboard"
 msgstr "Taula de puntuacions"
-
-#~ msgid "Online rankings"
-#~ msgstr "Classificació en línia"
-
-#~ msgid "List of seats"
-#~ msgstr "Llista de llocs"
-
-#~ msgid "Request to start a new game with the current settings"
-#~ msgstr "Sol·licita iniciar una nova partida amb l'arranjament actual"
-
-#~ msgid "The game has finished"
-#~ msgstr "La partida ha acabat"
-
-#~ msgid "It is your turn"
-#~ msgstr "És el vostre torn"
-
-#~ msgid "Waiting for opponent..."
-#~ msgstr "S'està esperant un contrincant..."
-
-#~ msgid "Waiting for move result..."
-#~ msgstr "S'està esperant el resultat de la jugada..."
-
-#~ msgid "Online game"
-#~ msgstr "Joc en línia"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-23.04.3/po/eo/ksquares.po 
new/ksquares-23.08.0/po/eo/ksquares.po
--- old/ksquares-23.04.3/po/eo/ksquares.po      2023-07-04 06:56:33.000000000 
+0200
+++ new/ksquares-23.08.0/po/eo/ksquares.po      2023-08-16 23:11:15.000000000 
+0200
@@ -6,8 +6,8 @@
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-09-26 00:42+0000\n"
-"PO-Revision-Date: 2009-11-15 12:06+0100\n"
-"Last-Translator: Axel Rousseau <a...@esperanto-jeunes.org>\n"
+"PO-Revision-Date: 2023-03-25 16:19+0100\n"
+"Last-Translator: Oliver Kellogg <okell...@users.sourceforge.net>\n"
 "Language-Team: esperanto <kde-i18n...@kde.org>\n"
 "Language: eo\n"
 "MIME-Version: 1.0\n"
@@ -28,16 +28,15 @@
 
 #. i18n: ectx: label, entry (NumOfPlayers), group (Game Settings)
 #: ksquares.kcfg:10
-#, fuzzy, kde-format
-#| msgid "Number of players:"
+#, kde-format
 msgid "Number of Players"
-msgstr "Nombro da ludantoj:"
+msgstr ""
 
 #. i18n: ectx: label, entry (PlayerNames), group (Game Settings)
 #: ksquares.kcfg:14
-#, fuzzy, kde-format
+#, kde-format
 msgid "Player Names"
-msgstr "Ludantonomoj"
+msgstr ""
 
 #. i18n: ectx: label, entry (HumanList), group (Game Settings)
 #: ksquares.kcfg:17
@@ -53,10 +52,9 @@
 
 #. i18n: ectx: label, entry (BoardHeight), group (Game Settings)
 #: ksquares.kcfg:25
-#, fuzzy, kde-format
-#| msgid "Highlight Color"
+#, kde-format
 msgid "Height of board"
-msgstr "Emfaziga koloro"
+msgstr ""
 
 #. i18n: ectx: label, entry (QuickStart), group (Game Settings)
 #: ksquares.kcfg:29
@@ -84,10 +82,9 @@
 
 #. i18n: ectx: label, entry (IndicatorLineColor), group (Display)
 #: ksquares.kcfg:47
-#, fuzzy, kde-format
-#| msgid "Line Color"
+#, kde-format
 msgid "Indicator Line Color"
-msgstr "Linia Koloro"
+msgstr ""
 
 #. i18n: ectx: label, entry (HighlightColor), group (Display)
 #: ksquares.kcfg:52
@@ -133,8 +130,7 @@
 msgstr ""
 
 #: ksquareswindow.cpp:201
-#, fuzzy, kde-format
-#| msgid "Scores"
+#, kde-format
 msgctxt "@title:window"
 msgid "Scores"
 msgstr "Poentoj"
@@ -223,8 +219,7 @@
 msgstr ""
 
 #: newgamedialog.cpp:28
-#, fuzzy, kde-format
-#| msgid "New Game"
+#, kde-format
 msgctxt "@title:window"
 msgid "New Game"
 msgstr "Nova ludo"
@@ -301,9 +296,9 @@
 
 #. i18n: ectx: property (text), widget (QLabel, labelPlayer2Name)
 #: newgamewidget.ui:134
-#, fuzzy, kde-format
+#, kde-format
 msgid "Player 2:"
-msgstr "Ludanto 2"
+msgstr ""
 
 #. i18n: ectx: property (text), widget (QCheckBox, playerOneHuman)
 #: newgamewidget.ui:169
@@ -339,9 +334,9 @@
 
 #. i18n: ectx: property (text), widget (QLabel, labelPlayer1Name)
 #: newgamewidget.ui:201
-#, fuzzy, kde-format
+#, kde-format
 msgid "Player 1:"
-msgstr "Ludanto 1"
+msgstr ""
 
 #. i18n: ectx: property (text), widget (QCheckBox, playerTwoHuman)
 #: newgamewidget.ui:217
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-23.04.3/po/nl/ksquares.po 
new/ksquares-23.08.0/po/nl/ksquares.po
--- old/ksquares-23.04.3/po/nl/ksquares.po      2023-07-04 06:56:33.000000000 
+0200
+++ new/ksquares-23.08.0/po/nl/ksquares.po      2023-08-16 23:11:15.000000000 
+0200
@@ -10,7 +10,7 @@
 "Project-Id-Version: ksquares\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-09-26 00:42+0000\n"
-"PO-Revision-Date: 2023-06-22 10:01+0200\n"
+"PO-Revision-Date: 2023-06-22 10:00+0200\n"
 "Last-Translator: Freek de Kruijf <freekdekru...@kde.nl>\n"
 "Language-Team: \n"
 "Language: nl\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-23.04.3/po/tr/ksquares.po 
new/ksquares-23.08.0/po/tr/ksquares.po
--- old/ksquares-23.04.3/po/tr/ksquares.po      2023-07-04 06:56:33.000000000 
+0200
+++ new/ksquares-23.08.0/po/tr/ksquares.po      2023-08-16 23:11:15.000000000 
+0200
@@ -5,13 +5,13 @@
 # Fethican Coşkuner <fethic...@gmail.com>, 2007-2008.
 # obsoleteman <tulli...@gmail.com>, 2008-2009.
 # Volkan Gezer <volkange...@gmail.com>, 2013.
-# Emir SARI <emir_s...@icloud.com>, 2022.
+# Emir SARI <emir_s...@icloud.com>, 2022, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdegames-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-09-26 00:42+0000\n"
-"PO-Revision-Date: 2022-06-24 05:08+0300\n"
+"PO-Revision-Date: 2023-05-08 11:34+0300\n"
 "Last-Translator: Emir SARI <emir_s...@icloud.com>\n"
 "Language-Team: Turkish <kde-l10n...@kde.org>\n"
 "Language: tr\n"
@@ -19,7 +19,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 22.04.2\n"
+"X-Generator: Lokalize 23.03.70\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -168,7 +168,7 @@
 #: main.cpp:39
 #, kde-format
 msgid "KSquares"
-msgstr "KSquares"
+msgstr "K Kareler"
 
 #: main.cpp:41
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-23.04.3/po/zh_CN/ksquares.po 
new/ksquares-23.08.0/po/zh_CN/ksquares.po
--- old/ksquares-23.04.3/po/zh_CN/ksquares.po   2023-07-04 06:56:33.000000000 
+0200
+++ new/ksquares-23.08.0/po/zh_CN/ksquares.po   2023-08-16 23:11:15.000000000 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-09-26 00:42+0000\n"
-"PO-Revision-Date: 2023-07-03 11:40\n"
+"PO-Revision-Date: 2023-08-02 12:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-23.04.3/src/CMakeLists.txt 
new/ksquares-23.08.0/src/CMakeLists.txt
--- old/ksquares-23.04.3/src/CMakeLists.txt     2023-07-04 06:56:33.000000000 
+0200
+++ new/ksquares-23.08.0/src/CMakeLists.txt     2023-08-16 23:11:15.000000000 
+0200
@@ -44,8 +44,13 @@
 file(GLOB ICONS_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/*-apps-ksquares.png")
 ecm_add_app_icon(ksquares ICONS ${ICONS_SRCS})
 
+if (QT_MAJOR_VERSION STREQUAL "6")
+    target_link_libraries(ksquares KDEGames6)
+else()
+    target_link_libraries(ksquares KF5KDEGames)
+endif()
+
 target_link_libraries(ksquares
-    KF5KDEGames
     KF${KF_MAJOR_VERSION}::CoreAddons
     KF${KF_MAJOR_VERSION}::Completion
     KF${KF_MAJOR_VERSION}::Crash
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-23.04.3/src/gameboardscene.cpp 
new/ksquares-23.08.0/src/gameboardscene.cpp
--- old/ksquares-23.04.3/src/gameboardscene.cpp 2023-07-04 06:56:33.000000000 
+0200
+++ new/ksquares-23.08.0/src/gameboardscene.cpp 2023-08-16 23:11:15.000000000 
+0200
@@ -263,3 +263,4 @@
     QGraphicsScene::mouseMoveEvent(mouseEvent);
 }
 
+#include "moc_gameboardscene.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-23.04.3/src/gameboardview.cpp 
new/ksquares-23.08.0/src/gameboardview.cpp
--- old/ksquares-23.04.3/src/gameboardview.cpp  2023-07-04 06:56:33.000000000 
+0200
+++ new/ksquares-23.08.0/src/gameboardview.cpp  2023-08-16 23:11:15.000000000 
+0200
@@ -18,3 +18,4 @@
     }
 }
 
+#include "moc_gameboardview.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-23.04.3/src/highlightanimation.cpp 
new/ksquares-23.08.0/src/highlightanimation.cpp
--- old/ksquares-23.04.3/src/highlightanimation.cpp     2023-07-04 
06:56:33.000000000 +0200
+++ new/ksquares-23.08.0/src/highlightanimation.cpp     2023-08-16 
23:11:15.000000000 +0200
@@ -28,3 +28,4 @@
     connect(animGroup, &QSequentialAnimationGroup::finished, this, 
&HighlightAnimation::deleteLater);
 }
 
+#include "moc_highlightanimation.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-23.04.3/src/ksquaresdemowindow.cpp 
new/ksquares-23.08.0/src/ksquaresdemowindow.cpp
--- old/ksquares-23.04.3/src/ksquaresdemowindow.cpp     2023-07-04 
06:56:33.000000000 +0200
+++ new/ksquares-23.08.0/src/ksquaresdemowindow.cpp     2023-08-16 
23:11:15.000000000 +0200
@@ -102,3 +102,4 @@
     QTimer::singleShot(1000, this, &KSquaresDemoWindow::gameNew);
 }
 
+#include "moc_ksquaresdemowindow.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-23.04.3/src/ksquaresgame.cpp 
new/ksquares-23.08.0/src/ksquaresgame.cpp
--- old/ksquares-23.04.3/src/ksquaresgame.cpp   2023-07-04 06:56:33.000000000 
+0200
+++ new/ksquares-23.08.0/src/ksquaresgame.cpp   2023-08-16 23:11:15.000000000 
+0200
@@ -155,3 +155,4 @@
     tryEndGo();
 }
 
+#include "moc_ksquaresgame.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-23.04.3/src/ksquareswindow.cpp 
new/ksquares-23.08.0/src/ksquareswindow.cpp
--- old/ksquares-23.04.3/src/ksquareswindow.cpp 2023-07-04 06:56:33.000000000 
+0200
+++ new/ksquares-23.08.0/src/ksquareswindow.cpp 2023-08-16 23:11:15.000000000 
+0200
@@ -319,3 +319,4 @@
   dialog->show();
 }
 
+#include "moc_ksquareswindow.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-23.04.3/src/newgamedialog.cpp 
new/ksquares-23.08.0/src/newgamedialog.cpp
--- old/ksquares-23.04.3/src/newgamedialog.cpp  2023-07-04 06:56:33.000000000 
+0200
+++ new/ksquares-23.08.0/src/newgamedialog.cpp  2023-08-16 23:11:15.000000000 
+0200
@@ -68,3 +68,4 @@
     }
 }
 
+#include "moc_newgamedialog.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-23.04.3/src/org.kde.ksquares.appdata.xml 
new/ksquares-23.08.0/src/org.kde.ksquares.appdata.xml
--- old/ksquares-23.04.3/src/org.kde.ksquares.appdata.xml       2023-07-04 
06:56:33.000000000 +0200
+++ new/ksquares-23.08.0/src/org.kde.ksquares.appdata.xml       2023-08-16 
23:11:15.000000000 +0200
@@ -12,6 +12,7 @@
   <name xml:lang="de">KSquares</name>
   <name xml:lang="el">KSquares</name>
   <name xml:lang="en-GB">KSquares</name>
+  <name xml:lang="eo">KSquares</name>
   <name xml:lang="es">KSquares</name>
   <name xml:lang="et">KSquares</name>
   <name xml:lang="eu">KSquares</name>
@@ -35,7 +36,7 @@
   <name xml:lang="sr-ijekavian">К‑квадрати</name>
   <name xml:lang="sr-ijekavianlatin">K‑kvadrati</name>
   <name xml:lang="sv">Fyrkanter</name>
-  <name xml:lang="tr">KSquares</name>
+  <name xml:lang="tr">K Kareler</name>
   <name xml:lang="uk">KSquares</name>
   <name xml:lang="x-test">xxKSquaresxx</name>
   <name xml:lang="zh-CN">KSquares</name>
@@ -48,6 +49,7 @@
   <summary xml:lang="de">Käsekästchen-Spiel</summary>
   <summary xml:lang="el">Συνδέστε τις τελείες για να 
σχηματίσετε τετράγωνα</summary>
   <summary xml:lang="en-GB">Connect the dots to create squares</summary>
+  <summary xml:lang="eo">Konektu la punktojn por krei kvadratojn</summary>
   <summary xml:lang="es">Conecte los puntos para crear cuadrados</summary>
   <summary xml:lang="et">Punktide ühendamine ruutude loomiseks</summary>
   <summary xml:lang="eu">Konektatu puntuak karratuak sortzeko</summary>
@@ -84,6 +86,7 @@
     <p xml:lang="de">KSquares ist ein Spiel, das an das bekannte „Papier und 
Stift“-Spiel Käsekästchen angelehnt ist. Jeder Spieler muss der Reihe nach 
einen Strich zwischen zwei benachbarten Punkten zeichnen. Ziel des Spiels ist 
es, mehr Kästchen als der Gegner zu malen.</p>
     <p xml:lang="el">Το KSquares είναι ένα παιχνίδι με 
βάση το πολύ γνωστό παιχνίδι Ενώνω τις 
τελίτσες που παίζεται με στιλό και χαρτί. Ο 
κάθε παίκτης με τη σειρά του σχηματίζει μια 
γραμμή ανάμεσα σε δύο γειτονικές κουκίδες 
στον πίνακα. Ο σκοπός είναι να συμπληρώσετε 
περισότερα τετράγωνα από τον αντίπαλό 
σας.</p>
     <p xml:lang="en-GB">KSquares is a game modelled after the well known pen 
and paper based game of Dots and Boxes. Each player takes it in turns to draw a 
line between two adjacent dots on the board. The objective is to complete more 
squares than your opponents.</p>
+    <p xml:lang="eo">KSquares estas ludo formita laÅ­ la konata plumo kaj 
papera ludo de Punktoj kaj Kestoj. Ĉiu ludanto laŭvice desegnas linion inter 
du apudaj punktoj sur la tabulo. La celo estas kompletigi pli da kvadratoj ol 
viaj kontraÅ­uloj.</p>
     <p xml:lang="es">KSquares es un juego basado en el conocido juego de papel 
y lápiz de puntos y cuadrados. Cada jugador dispone de su turno para dibujar 
una línea entre dos puntos adyacentes del tablero. El objetivo es completar 
más cuadrados que el oponente.</p>
     <p xml:lang="et">KSquares võttis eeskujuks tuntud paberil mängitava 
mängu Dots and Boxes (Eestis on analoogne mäng tuntud Maamängu nime all). 
Mängijad tõmbavad kordamööda jooni kahe kõrvutise punkti vahele. Siht on 
valmis saada rohkem ruute kui vastane.</p>
     <p xml:lang="eu">KSquares, papera eta bolaluma erabiliz jokatzen den 
Puntuak eta Laukiak joko ezagunari jarraituz modelatutako joko bat da. Jokalari 
bakoitzak, txandaka, taulan aldamenean dauden bi punturen artean lerro bat 
marraztu behar du. Helburua aurkariek baino karratu gehiago osatzea da.</p>
@@ -107,7 +110,7 @@
     <p xml:lang="sr-ijekavian">К‑квадрати је игра 
замишљена према добро познатој игри на 
папиру затварање квадрата. Сваки играч у 
свом потезу уцртава једну дуж између две 
суседне тачке на табли. Циљ је затворити 
више квадрата од противника.</p>
     <p xml:lang="sr-ijekavianlatin">K‑kvadrati je igra zamišljena prema 
dobro poznatoj igri na papiru zatvaranje kvadrata. Svaki igrač u svom potezu 
ucrtava jednu duž između dve susedne tačke na tabli. Cilj je zatvoriti više 
kvadrata od protivnika.</p>
     <p xml:lang="sv">Fyrkanter är ett spel modellerat efter det välkända 
penn- och pappersbaserade spelet "Ringar och rutor". Varje spelare ritar i tur 
och ordning en linje mellan två intilliggande punkter på spelbrädet. Målet 
är att göra färdigt fler fyrkanter än motspelarna.</p>
-    <p xml:lang="tr">KSquares, Nokta ve Kutular adlı tanınmış kalem ve 
kağıt tabanlı oyun sonrasında modellenmiş bir oyundur. Her oyuncu 
sırayla, tahtada bitişik iki nokta arasında çizgi çizer. Amaç, 
rakibinizden daha fazla kareyi tamamlamaktır.</p>
+    <p xml:lang="tr">K Kareler, Nokta ve Kutular adlı tanınmış kalem ve 
kağıt tabanlı oyun sonrasında modellenmiş bir oyundur. Her oyuncu 
sırayla, tahtada bitişik iki nokta arasında çizgi çizer. Amaç, 
rakibinizden daha fazla kareyi tamamlamaktır.</p>
     <p xml:lang="uk">KSquares — гра, яку створено на 
основі добре відомої гри на папері, яка має 
назву «Палички» або «Квадрати». Гравці 
послідовно малюють лінії на папері, 
з’єднуючи сусідні крапки на дошці. Метою є 
заволодіння більшою за суперника 
кількістю квадратів.</p>
     <p xml:lang="x-test">xxKSquares is a game modeled after the well known pen 
and paper based game of Dots and Boxes. Each player takes it in turns to draw a 
line between two adjacent dots on the board. The objective is to complete more 
squares than your opponents.xx</p>
     <p xml:lang="zh-CN">KSquares 是一款模仿知名纸笔游戏——点æ 
¼æ£‹çš„游戏。每位玩家轮流在棋盘两个相邻点间画线,目æ 
‡æ˜¯æ¯”对手画出更多正方形。</p>
@@ -126,6 +129,7 @@
       <caption xml:lang="de">Eine typische Spielposition in KSquares</caption>
       <caption xml:lang="el">Η τυπική θέση του πίνακα 
στο KSquares</caption>
       <caption xml:lang="en-GB">The typical board position in 
KSquares</caption>
+      <caption xml:lang="eo">La tipa bretpozicio en KSquares</caption>
       <caption xml:lang="es">La posición de tablero típica de 
KSquares</caption>
       <caption xml:lang="et">KSquaresi tüüpiline mänguväljak</caption>
       <caption xml:lang="eu">KSquares-en taulako joko-egoera tipikoa</caption>
@@ -145,7 +149,7 @@
       <caption xml:lang="sk">Typická pozícia dosky v KSquares</caption>
       <caption xml:lang="sl">Tipična postavitev v KSquares</caption>
       <caption xml:lang="sv">Den typiska brädpositionen i Fyrkanter</caption>
-      <caption xml:lang="tr">KSquares'teki tipik tahta konumu</caption>
+      <caption xml:lang="tr">K Kareler'deki tipik tahta konumu</caption>
       <caption xml:lang="uk">Типова позиція у KSquares</caption>
       <caption xml:lang="x-test">xxThe typical board position in 
KSquaresxx</caption>
       <caption xml:lang="zh-CN">KSquares 中的典型棋盘位</caption>
@@ -161,6 +165,7 @@
       <caption xml:lang="de">Die gefüllten Kästchen in KSquares</caption>
       <caption xml:lang="el">Τα συμπληρωμένα τετράγωνα 
στο KSquares</caption>
       <caption xml:lang="en-GB">The completed squares in KSquares</caption>
+      <caption xml:lang="eo">La kompletigitaj kvadratoj en KSquares</caption>
       <caption xml:lang="es">Los cuadros completados de KSquares</caption>
       <caption xml:lang="et">KSquaresi valmisruutudega mänguväljak</caption>
       <caption xml:lang="eu">KSquares-en osatutako karratuak</caption>
@@ -180,7 +185,7 @@
       <caption xml:lang="sk">Vyplnené štvorce v KSquares</caption>
       <caption xml:lang="sl">Zaključeni kvadrati v KSquares</caption>
       <caption xml:lang="sv">De färdiga fyrkanterna i Fyrkanter</caption>
-      <caption xml:lang="tr">KSquares'teki tamamlanmış kareler</caption>
+      <caption xml:lang="tr">K Kareler'deki tamamlanmış kareler</caption>
       <caption xml:lang="uk">Заповнені квадратики у 
KSquares</caption>
       <caption xml:lang="x-test">xxThe completed squares in 
KSquaresxx</caption>
       <caption xml:lang="zh-CN">KSquares 中画出的完整正方形</caption>
@@ -195,6 +200,7 @@
       <caption xml:lang="de">Spielbeginn in KSquares</caption>
       <caption xml:lang="el">Ο αρχικός πίνακας στο 
KSquares</caption>
       <caption xml:lang="en-GB">An initial board in KSquares</caption>
+      <caption xml:lang="eo">Komenca breto en KSquares</caption>
       <caption xml:lang="es">Un tablero inicial de KSquares</caption>
       <caption xml:lang="et">KSquaresi algne mänguväljak</caption>
       <caption xml:lang="eu">KSquares-en hasierako taula</caption>
@@ -214,7 +220,7 @@
       <caption xml:lang="sk">Počiatočná doska v KSquares</caption>
       <caption xml:lang="sl">Začetna postavitev v KSquares</caption>
       <caption xml:lang="sv">Ett inledande bräde i Fyrkanter</caption>
-      <caption xml:lang="tr">KSquares başlangıç görünümü</caption>
+      <caption xml:lang="tr">K Kareler başlangıç görünümü</caption>
       <caption xml:lang="uk">Початкове ігрове поле у 
KSquares</caption>
       <caption xml:lang="x-test">xxAn initial board in KSquaresxx</caption>
       <caption xml:lang="zh-CN">KSquares 中的初始棋盘</caption>
@@ -229,9 +235,9 @@
   <project_group>KDE</project_group>
   <content_rating type="oars-1.1"/>
   <releases>
+    <release version="0.6.23080" date="2023-08-24"/>
     <release version="0.6.23043" date="2023-07-06"/>
     <release version="0.6.23042" date="2023-06-08"/>
     <release version="0.6.23041" date="2023-05-11"/>
-    <release version="0.6.23040" date="2023-04-20"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-23.04.3/src/org.kde.ksquares.desktop 
new/ksquares-23.08.0/src/org.kde.ksquares.desktop
--- old/ksquares-23.04.3/src/org.kde.ksquares.desktop   2023-07-04 
06:56:33.000000000 +0200
+++ new/ksquares-23.08.0/src/org.kde.ksquares.desktop   2023-08-16 
23:11:15.000000000 +0200
@@ -48,7 +48,7 @@
 Name[sr@ijekavianlatin]=K‑kvadrati
 Name[sr@latin]=K‑kvadrati
 Name[sv]=Fyrkanter
-Name[tr]=KSquares
+Name[tr]=K Kareler
 Name[ug]=KSquares
 Name[uk]=KSquares
 Name[wa]=KCwårés
@@ -122,6 +122,7 @@
 Comment[de]=Käsekästchen-Spiel
 Comment[el]=Συνδέστε τις τελείες για να 
σχηματίσετε τετράγωνα
 Comment[en_GB]=Connect the dots to create squares
+Comment[eo]=Konektu la punktojn por krei kvadratojn
 Comment[es]=Conecta los puntos para crear cuadrados
 Comment[et]=Punktikeste ühendamine ruutude loomiseks
 Comment[eu]=Konektatu puntuak karratuak sortzeko

Reply via email to