Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ksudoku for openSUSE:Factory checked 
in at 2023-04-23 22:46:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ksudoku (Old)
 and      /work/SRC/openSUSE:Factory/.ksudoku.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ksudoku"

Sun Apr 23 22:46:47 2023 rev:130 rq:1080682 version:23.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ksudoku/ksudoku.changes  2023-03-03 
22:30:03.223684939 +0100
+++ /work/SRC/openSUSE:Factory/.ksudoku.new.1533/ksudoku.changes        
2023-04-23 22:49:40.927463574 +0200
@@ -1,0 +2,20 @@
+Sat Apr 15 08:46:18 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.04.0/
+
+-------------------------------------------------------------------
+Fri Mar 31 16:42:26 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.03.90
+  * New feature release
+
+-------------------------------------------------------------------
+Fri Mar 17 20:44:06 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.03.80
+  * New feature release
+
+-------------------------------------------------------------------

Old:
----
  ksudoku-22.12.3.tar.xz
  ksudoku-22.12.3.tar.xz.sig

New:
----
  ksudoku-23.04.0.tar.xz
  ksudoku-23.04.0.tar.xz.sig

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

Other differences:
------------------
++++++ ksudoku.spec ++++++
--- /var/tmp/diff_new_pack.LGku1r/_old  2023-04-23 22:49:41.451466535 +0200
+++ /var/tmp/diff_new_pack.LGku1r/_new  2023-04-23 22:49:41.455466557 +0200
@@ -16,11 +16,9 @@
 #
 
 
-# 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 released
 Name:           ksudoku
-Version:        22.12.3
+Version:        23.04.0
 Release:        0
 Summary:        Program to generate and solve Sudoku puzzles in 2D or 3D
 License:        GPL-2.0-or-later


++++++ ksudoku-22.12.3.tar.xz -> ksudoku-23.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksudoku-22.12.3/.kde-ci.yml 
new/ksudoku-23.04.0/.kde-ci.yml
--- old/ksudoku-22.12.3/.kde-ci.yml     2023-02-25 06:14:36.000000000 +0100
+++ new/ksudoku-23.04.0/.kde-ci.yml     2023-04-12 18:39:28.000000000 +0200
@@ -20,4 +20,4 @@
     'frameworks/kwidgetsaddons': '@stable'
     'frameworks/kxmlgui': '@stable'
 Options:
-  require-passing-tests-on: [ 'Linux', 'FreeBSD']
+  require-passing-tests-on: [ 'Linux', 'FreeBSD', 'Windows']
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksudoku-22.12.3/CMakeLists.txt 
new/ksudoku-23.04.0/CMakeLists.txt
--- old/ksudoku-22.12.3/CMakeLists.txt  2023-02-25 06:14:36.000000000 +0100
+++ new/ksudoku-23.04.0/CMakeLists.txt  2023-04-12 18:39:28.000000000 +0200
@@ -1,17 +1,17 @@
 cmake_minimum_required (VERSION 3.16 FATAL_ERROR)
 
-set (RELEASE_SERVICE_VERSION_MAJOR "22")
-set (RELEASE_SERVICE_VERSION_MINOR "12")
-set (RELEASE_SERVICE_VERSION_MICRO "3")
+set (RELEASE_SERVICE_VERSION_MAJOR "23")
+set (RELEASE_SERVICE_VERSION_MINOR "04")
+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(ksudoku VERSION "1.4.${RELEASE_SERVICE_COMPACT_VERSION}")
 
 set (QT_MIN_VERSION "5.15.0")
-set (KF5_MIN_VERSION "5.90.0")
+set (KF_MIN_VERSION "5.92.0")
 
-find_package(ECM ${KF5_MIN_VERSION} REQUIRED CONFIG)
+find_package(ECM ${KF_MIN_VERSION} REQUIRED CONFIG)
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} )
 
 include(KDEInstallDirs)
@@ -23,6 +23,7 @@
 include(ECMQtDeclareLoggingCategory)
 include(ECMInstallIcons)
 include(ECMSetupVersion)
+include(ECMDeprecationSettings)
 
 find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} REQUIRED NO_MODULE 
COMPONENTS
     Widgets
@@ -30,7 +31,7 @@
     Svg
 )
 
-find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
+find_package(KF5 ${KF_MIN_VERSION} REQUIRED COMPONENTS
     Archive
     Config
     ConfigWidgets
@@ -52,9 +53,8 @@
 set_package_properties(OpenGL PROPERTIES DESCRIPTION "API for developing 
portable, interactive 2D and 3Dgraphics applications" TYPE OPTIONAL PURPOSE 
"KSudoku will not have Roxdoku support without OpenGL.")
 
 
-add_definitions(
-    -DQT_DEPRECATED_WARNINGS_SINCE=0x060000
-    -DKF_DEPRECATED_WARNINGS_SINCE=0x060000
+ecm_set_disabled_deprecation_versions(QT 5.13.2
+    KF 5.98
 )
 if (Qt${QT_MAJOR_VERSION}OpenGL_FOUND AND OPENGL_FOUND AND OPENGL_GLU_FOUND)
     set(OPENGL_SUPPORT true)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksudoku-22.12.3/po/ca/ksudoku.po 
new/ksudoku-23.04.0/po/ca/ksudoku.po
--- old/ksudoku-22.12.3/po/ca/ksudoku.po        2023-02-25 06:14:36.000000000 
+0100
+++ new/ksudoku-23.04.0/po/ca/ksudoku.po        2023-04-12 18:39:28.000000000 
+0200
@@ -1180,3 +1180,159 @@
 #, kde-format
 msgid "Document to open"
 msgstr "Document a obrir"
+
+#~ msgid "&OK"
+#~ msgstr "D'ac&ord"
+
+#~ msgid "Delete"
+#~ msgstr "Suprimeix"
+
+#~ msgid "Home Page"
+#~ msgstr "Pàgina d'inici"
+
+#~ msgid "KSudoku - Sudoku games and more"
+#~ msgstr "KSudoku - jocs de Sudoku i més"
+
+#~ msgid "Sorry, no solutions have been found."
+#~ msgstr "Ho sento, no s'ha trobat cap solució."
+
+#~ msgid "The Puzzle you entered has only one solution."
+#~ msgstr "El trencaclosques que heu introduït només té una solució."
+
+#~ msgid "A0"
+#~ msgstr "A0"
+
+#~ msgid "A1"
+#~ msgstr "A1"
+
+#~ msgid "A2"
+#~ msgstr "A2"
+
+#~ msgid "A3"
+#~ msgstr "A3"
+
+#~ msgid "A4"
+#~ msgstr "A4"
+
+#~ msgid "A5"
+#~ msgstr "A5"
+
+#~ msgid "A6"
+#~ msgstr "A6"
+
+#~ msgid "A7"
+#~ msgstr "A7"
+
+#~ msgid "A8"
+#~ msgstr "A8"
+
+#~ msgid "A9"
+#~ msgstr "A9"
+
+#~ msgid "B0"
+#~ msgstr "B0"
+
+#~ msgid "B1"
+#~ msgstr "B1"
+
+#~ msgid "B10"
+#~ msgstr "B10"
+
+#~ msgid "B2"
+#~ msgstr "B2"
+
+#~ msgid "B3"
+#~ msgstr "B3"
+
+#~ msgid "B4"
+#~ msgstr "B4"
+
+#~ msgid "B5"
+#~ msgstr "B5"
+
+#~ msgid "B6"
+#~ msgstr "B6"
+
+#~ msgid "B7"
+#~ msgstr "B7"
+
+#~ msgid "B8"
+#~ msgstr "B8"
+
+#~ msgid "B9"
+#~ msgstr "B9"
+
+#~ msgid "C5E"
+#~ msgstr "C5E"
+
+#~ msgid "Comm10E"
+#~ msgstr "Comm10E"
+
+#~ msgid "DLE"
+#~ msgstr "DLE"
+
+#~ msgid "Folio"
+#~ msgstr "Foli"
+
+#~ msgid "Ledger"
+#~ msgstr "Llibre major"
+
+#~ msgid "Legal"
+#~ msgstr "Legal"
+
+#~ msgid "Letter"
+#~ msgstr "Carta"
+
+#~ msgid "Tabloid"
+#~ msgstr "Tabloide"
+
+#~ msgid "Custom"
+#~ msgstr "Personalitzat"
+
+#~ msgid "Sorry. I am not able to export this puzzle type (yet)"
+#~ msgstr "Ho sento. Encara no es pot exportar aquest tipus de trencaclosques"
+
+#~ msgid "Export Ksudoku"
+#~ msgstr "Exporta Ksudoku"
+
+#~ msgid ""
+#~ "A document with this name already exists.\n"
+#~ "Do you want to overwrite it?"
+#~ msgstr ""
+#~ "Ja existeix un document amb aquest nom.\n"
+#~ "Voleu sobreescriure'l?"
+
+#~ msgid "1 puzzle available"
+#~ msgid_plural "%1 puzzles available"
+#~ msgstr[0] "Hi ha 1 trencaclosques disponible"
+#~ msgstr[1] "Hi ha %1 trencaclosques disponibles"
+
+#~ msgid "generating puzzle %1 of %2"
+#~ msgstr "s'està generant el trencaclosques %1 de %2"
+
+#~ msgid "KSudoku options"
+#~ msgstr "Opcions de KSudoku"
+
+#~ msgid "Ksudoku Export"
+#~ msgstr "Exportació de Ksudoku"
+
+#~ msgid "Game Count"
+#~ msgstr "Nombre de jocs"
+
+#~ msgid "Spacing"
+#~ msgstr "Espaiat"
+
+#~ msgid "Output Size (Save only)"
+#~ msgstr "Mida de la sortida (només desat)"
+
+#~ msgid "Custom Size (mm)"
+#~ msgstr "Mida personalitzada (mm)"
+
+#~ msgid "Lock"
+#~ msgstr "Bloqueja"
+
+#~ msgid "View (and generate) game data"
+#~ msgstr "Vista (i generació) de dades del joc"
+
+#~ msgid "Use current game"
+#~ msgstr "Utilitza la partida actual"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksudoku-22.12.3/po/ka/ksudoku.po 
new/ksudoku-23.04.0/po/ka/ksudoku.po
--- old/ksudoku-22.12.3/po/ka/ksudoku.po        2023-02-25 06:14:36.000000000 
+0100
+++ new/ksudoku-23.04.0/po/ka/ksudoku.po        2023-04-12 18:39:28.000000000 
+0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: ksudoku\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-06-23 00:41+0000\n"
-"PO-Revision-Date: 2023-01-25 07:27+0100\n"
+"PO-Revision-Date: 2023-01-22 06:48+0100\n"
 "Last-Translator: Temuri Doghonadze <[email protected]>\n"
 "Language-Team: Georgian <[email protected]>\n"
 "Language: ka\n"
@@ -1017,7 +1017,7 @@
 #: src/main.cpp:61
 #, kde-format
 msgid "Thanks to NeHe for OpenGL tutorials"
-msgstr "მადლობა NeHe-ს OpenGL-ის 
გაკვეთილებისთვის"
+msgstr ""
 
 #: src/main.cpp:62
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksudoku-22.12.3/po/sl/ksudoku.po 
new/ksudoku-23.04.0/po/sl/ksudoku.po
--- old/ksudoku-22.12.3/po/sl/ksudoku.po        2023-02-25 06:14:36.000000000 
+0100
+++ new/ksudoku-23.04.0/po/sl/ksudoku.po        2023-04-12 18:39:28.000000000 
+0200
@@ -11,17 +11,17 @@
 "Project-Id-Version: ksudoku\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-06-23 00:41+0000\n"
-"PO-Revision-Date: 2022-11-18 11:23+0100\n"
+"PO-Revision-Date: 2020-12-10 22:01+0100\n"
 "Last-Translator: Matjaž Jeran <[email protected]>\n"
 "Language-Team: Slovenian <[email protected]>\n"
 "Language: sl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Translator: Andrej Mernik <[email protected]>\n"
 "Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n"
 "%100==4 ? 3 : 0);\n"
-"Translator: Andrej Mernik <[email protected]>\n"
-"X-Generator: Poedit 3.1.1\n"
+"X-Generator: Poedit 2.4.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksudoku-22.12.3/po/tr/ksudoku.po 
new/ksudoku-23.04.0/po/tr/ksudoku.po
--- old/ksudoku-22.12.3/po/tr/ksudoku.po        2023-02-25 06:14:36.000000000 
+0100
+++ new/ksudoku-23.04.0/po/tr/ksudoku.po        2023-04-12 18:39:28.000000000 
+0200
@@ -5,13 +5,13 @@
 # Muhammet Kara <[email protected]>, 2008.
 # obsoleteman <[email protected]>, 2008-2009.
 # Volkan Gezer <[email protected]>, 2013.
-# Emir SARI <[email protected]>, 2022.
+# Emir SARI <[email protected]>, 2022, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdegames-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-06-23 00:41+0000\n"
-"PO-Revision-Date: 2022-04-26 10:54+0300\n"
+"PO-Revision-Date: 2023-01-19 22:30+0300\n"
 "Last-Translator: Emir SARI <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\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 21.12.3\n"
+"X-Generator: Lokalize 22.12.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -96,7 +96,7 @@
 "The internal difficulty rating is %1. There are %2 clues at the start and %3 "
 "moves to go."
 msgstr ""
-"Üretilen bir bulmacayı sadece mantıkla çözmek olanaklıdır. Tahmin "
+"Üretilen bir bulmacayı yalnızca mantıkla çözmek olanaklıdır. Tahmin "
 "gerekmeyecektir.\n"
 "\n"
 "Dahili zorluk derecesi %1. Başlangıçta %2 ipucu ve sürdürmek için %3 
hareket "
@@ -189,7 +189,7 @@
 #: src/gui/configgame.ui:167
 #, kde-format
 msgid "Settings for 3-D Puzzles Only"
-msgstr "Sadece 3B Bulmacalar için Ayarlar"
+msgstr "Yalnızca 3B Bulmacalar için Ayarlar"
 
 #. i18n: ectx: property (toolTip), widget (QSlider, kcfg_OverallSize3D)
 #. i18n: ectx: property (whatsThis), widget (QSlider, kcfg_OverallSize3D)
@@ -520,7 +520,7 @@
 msgstr ""
 "Mathdoku ve Öldürücü Sudoku bulmacaları her seferde bir kafes üstünde "
 "çalışılarak girilmelidir. Kafese başlamak için, kullanılmayan bir 
hücreye "
-"sol tıklayın, veya imlecin altındaki hücreye bir sayı veya + - / x 
girin. O "
+"sol tıklayın veya imlecin altındaki hücreye bir sayı veya + - / x girin. 
O "
 "hücrede ufak bir kafes etiketi görünecektir. Kafesi herhangi bir yönde "
 "genişletmek için komşu hücreye sol tıklayın veya imleci oraya getirip 
boşluk "
 "tuşuna basın.\n"
@@ -759,7 +759,7 @@
 "Please also note that the generation of this type of puzzle might take much "
 "longer than other ones. During this time KSudoku will not respond."
 msgstr ""
-"Uyarı: Sınırsız zorluk seviyesi bulmacayı çözmek için tahmin 
sayısında veya "
+"Uyarı: Sınırsız zorluk düzeyi bulmacayı çözmek için tahmin 
sayısında veya "
 "dal noktalarında sınır yoktur ve tahminler için gerekli olan daha az bir "
 "zaman sınırı yoktur.\n"
 "\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksudoku-22.12.3/po/zh_CN/ksudoku.po 
new/ksudoku-23.04.0/po/zh_CN/ksudoku.po
--- old/ksudoku-22.12.3/po/zh_CN/ksudoku.po     2023-02-25 06:14:36.000000000 
+0100
+++ new/ksudoku-23.04.0/po/zh_CN/ksudoku.po     2023-04-12 18:39:28.000000000 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-06-23 00:41+0000\n"
-"PO-Revision-Date: 2023-02-24 12:58\n"
+"PO-Revision-Date: 2023-04-10 14:13\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksudoku-22.12.3/po/zh_TW/ksudoku.po 
new/ksudoku-23.04.0/po/zh_TW/ksudoku.po
--- old/ksudoku-22.12.3/po/zh_TW/ksudoku.po     2023-02-25 06:14:36.000000000 
+0100
+++ new/ksudoku-23.04.0/po/zh_TW/ksudoku.po     2023-04-12 18:39:28.000000000 
+0200
@@ -7,21 +7,22 @@
 # pan93412 <[email protected]>, 2018, 2019.
 # Franklin Weng <franklin at goodhorse dot idv dot tw>, 2007.
 # Frank Weng (a.k.a. Franklin) <franklin at goodhorse dot idv dot tw>, 2008, 
2009.
+# Kisaragi Hiu <[email protected]>, 2022.
 msgid ""
 msgstr ""
 "Project-Id-Version: ksudoku\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-06-23 00:41+0000\n"
-"PO-Revision-Date: 2019-03-23 12:12+0800\n"
-"Last-Translator: pan93412 <[email protected]>\n"
-"Language-Team: Chinese <[email protected]>\n"
+"PO-Revision-Date: 2022-12-30 18:59+0900\n"
+"Last-Translator: Kisaragi Hiu <[email protected]>\n"
+"Language-Team: Traditional Chinese <[email protected]>\n"
 "Language: zh_TW\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "dot tw>\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 18.12.3\n"
+"X-Generator: Lokalize 22.12.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -585,18 +586,16 @@
 msgstr "不限制"
 
 #: src/gui/ksudoku.cpp:516
-#, fuzzy, kde-format
-#| msgid "Difficulty"
+#, kde-format
 msgctxt "@option drop down box"
 msgid "Difficulty:"
-msgstr "困難度"
+msgstr "困難度:"
 
 #: src/gui/ksudoku.cpp:520
-#, fuzzy, kde-format
-#| msgid "Symmetry"
+#, kde-format
 msgctxt "@option drop down box"
 msgid "Symmetry:"
-msgstr "對稱性"
+msgstr "對稱性:"
 
 #: src/gui/ksudoku.cpp:524
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksudoku-22.12.3/src/gui/ksudoku_client.cpp 
new/ksudoku-23.04.0/src/gui/ksudoku_client.cpp
--- old/ksudoku-22.12.3/src/gui/ksudoku_client.cpp      2023-02-25 
06:14:36.000000000 +0100
+++ new/ksudoku-23.04.0/src/gui/ksudoku_client.cpp      1970-01-01 
01:00:00.000000000 +0100
@@ -1,44 +0,0 @@
-/***************************************************************************
- *   Copyright 2005-2007 Francesco Rossi <[email protected]>                  *
- *                                                                         *
- *   This program is free software; you can redistribute it and/or modify  *
- *   it under the terms of the GNU General Public License as published by  *
- *   the Free Software Foundation; either version 2 of the License, or     *
- *   (at your option) any later version.                                   *
- *                                                                         *
- *   This program is distributed in the hope that it will be useful,       *
- *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
- *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
- *   GNU General Public License for more details.                          *
- *                                                                         *
- *   You should have received a copy of the GNU General Public License     *
- *   along with this program; if not, write to the                         *
- *   Free Software Foundation, Inc.,                                       *
- *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.         *
- ***************************************************************************/
-
-
-#include <QApplication>
-#include <QDataStream>
-#include <QString>
-
-
-int main(int argc, char **argv)
-{
-    QApplication app(argc, argv);
-
-    // get our DCOP client and attach so that we may use it
-    DCOPClient *client = app.dcopClient();
-    client->attach();
-
-    // do a 'send' for now
-    BoardContents data;
-    QDataStream ds(data, QIODevice::WriteOnly);
-    if (argc > 1)
-        ds << QString(argv[1]);
-    else
-        ds << QString("https://www.kde.org";);
-    client->send("ksudoku", "ksudokuIface", "openURL(QString)", data);
-
-    return app.exec();
-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksudoku-22.12.3/src/gui/org.kde.ksudoku.appdata.xml 
new/ksudoku-23.04.0/src/gui/org.kde.ksudoku.appdata.xml
--- old/ksudoku-22.12.3/src/gui/org.kde.ksudoku.appdata.xml     2023-02-25 
06:14:36.000000000 +0100
+++ new/ksudoku-23.04.0/src/gui/org.kde.ksudoku.appdata.xml     2023-04-12 
18:39:28.000000000 +0200
@@ -89,7 +89,7 @@
       The game is to fill a nine by nine grid with the numbers from one to 
nine filling
       the rows, columns and three by three squares without repeating a value 
on them.
     </p>
-    <p xml:lang="ar">ك​سودوكو هي نسخة مجانية من 
لعبة المنطق الشهيرة سودوكو طورها مجتمع كدي. 
اللعبة هي ملء شبكة تسعة في تسعة بالأرقام من 
واحد إلى تسعة لملء الصفوف والأعمدة و مربعات 
ثلاثة في ثلاثة  دون تكرار أي رقم عليها.</p>
+    <p xml:lang="ar">ك​سودوكو هي نسخة مجانية من 
لعبة المنطق الشهيرة سودوكو طورها مجتمع 
كِيدِي. اللعبة هي ملء شبكة تسعة في تسعة 
بالأرقام من واحد إلى تسعة لملء الصفوف 
والأعمدة و مربعات ثلاثة في ثلاثة  دون تكرار 
أي رقم عليها.</p>
     <p xml:lang="ca">El KSudoku és una versió lliure del popular joc de 
lògica Sudoku desenvolupat per la comunitat KDE. El joc consisteix a emplenar 
una quadrícula de nou per nou amb els nombres des de l'u fins al nou a les 
files, columnes i els quadrats de tres per tres sense repetir cap valor.</p>
     <p xml:lang="ca-valencia">KSudoku és una versió lliure del popular joc 
de lògica Sudoku desenvolupat per la comunitat KDE. El joc consistix a 
emplenar una quadrícula de nou per nou amb els nombres des de l'u fins al nou 
en les files, columnes i els quadrats de tres per tres sense repetir cap 
valor.</p>
     <p xml:lang="de">KSudoku ist eine freie Version des populären Logikspiels 
Sudoku entwickelt von der KDE-Gemeinschaft. Ziel des Spiels ist es, ein Gitter 
mit neun mal neun Feldern mit Zahlen von eins bis neun zu füllen, so dass jede 
Zahl in den Reihen, Spalten und Quadraten mit drei mal drei Feldern nur einmal 
vorkommt.</p>
@@ -137,9 +137,9 @@
     <binary>ksudoku</binary>
   </provides>
   <releases>
+    <release version="1.4.23040" date="2023-04-20"/>
     <release version="1.4.22123" date="2023-03-02"/>
     <release version="1.4.22122" date="2023-02-02"/>
     <release version="1.4.22121" date="2023-01-05"/>
-    <release version="1.4.22120" date="2022-12-08"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksudoku-22.12.3/src/gui/org.kde.ksudoku.desktop 
new/ksudoku-23.04.0/src/gui/org.kde.ksudoku.desktop
--- old/ksudoku-22.12.3/src/gui/org.kde.ksudoku.desktop 2023-02-25 
06:14:36.000000000 +0100
+++ new/ksudoku-23.04.0/src/gui/org.kde.ksudoku.desktop 2023-04-12 
18:39:28.000000000 +0200
@@ -113,7 +113,7 @@
 GenericName[zh_CN]=数独游戏
 GenericName[zh_TW]=Sudoku 數獨遊戲
 Comment=KSudoku, Sudoku game & more by KDE
-Comment[ar]=كسودوكو، لعبة سودوكو وأكثر من كدي
+Comment[ar]=كسودوكو، لعبة سودوكو وأكثر من كِيدِي
 Comment[ca]=KSudoku, joc de Sudoku i més, creat per la comunitat KDE
 Comment[ca@valencia]=KSudoku, joc de Sudoku i més, creat per la comunitat KDE
 Comment[cs]=KSudoku, Sudoku hra od KDE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksudoku-22.12.3/src/themes/ksudoku_scrible.desktop 
new/ksudoku-23.04.0/src/themes/ksudoku_scrible.desktop
--- old/ksudoku-22.12.3/src/themes/ksudoku_scrible.desktop      2023-02-25 
06:14:36.000000000 +0100
+++ new/ksudoku-23.04.0/src/themes/ksudoku_scrible.desktop      2023-04-12 
18:39:28.000000000 +0200
@@ -55,7 +55,7 @@
 Name[zh_CN]=涂鸦
 Name[zh_TW]=Scribble
 Description=KSudoku Scribble theme for KDE 4
-Description[ar]=سمة خربشة لكسودوكو لكدي ٤
+Description[ar]=سمة خربشة لكسودوكو لكِيدِي ٤
 Description[bs]=KSudoku Piskaranje tema za KDE 4
 Description[ca]=Tema Scribble per al KSudoku per al KDE 4
 Description[ca@valencia]=Tema Scribble per a KSudoku per a KDE 4

Reply via email to