Script 'mail_helper' called by obssrc
Hello community,

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

Package is "killbots"

Sun Apr 23 22:46:15 2023 rev:132 rq:1080610 version:23.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/killbots/killbots.changes        2023-03-03 
22:29:08.563456462 +0100
+++ /work/SRC/openSUSE:Factory/.killbots.new.1533/killbots.changes      
2023-04-23 22:48:50.919181017 +0200
@@ -1,0 +2,20 @@
+Sat Apr 15 08:45:50 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:03 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.03.90
+  * New feature release
+
+-------------------------------------------------------------------
+Fri Mar 17 20:43:34 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.03.80
+  * New feature release
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ killbots.spec ++++++
--- /var/tmp/diff_new_pack.8tZz02/_old  2023-04-23 22:48:51.471184135 +0200
+++ /var/tmp/diff_new_pack.8tZz02/_new  2023-04-23 22:48:51.475184158 +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:           killbots
-Version:        22.12.3
+Version:        23.04.0
 Release:        0
 Summary:        Robots-like game by KDE
 License:        GPL-2.0-or-later


++++++ killbots-22.12.3.tar.xz -> killbots-23.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/killbots-22.12.3/.gitlab-ci.yml 
new/killbots-23.04.0/.gitlab-ci.yml
--- old/killbots-22.12.3/.gitlab-ci.yml 2023-02-25 06:04:52.000000000 +0100
+++ new/killbots-23.04.0/.gitlab-ci.yml 2023-04-12 18:29:26.000000000 +0200
@@ -7,4 +7,4 @@
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml
-  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows-qt6-dummy.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows-qt6.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/killbots-22.12.3/.kde-ci.yml 
new/killbots-23.04.0/.kde-ci.yml
--- old/killbots-22.12.3/.kde-ci.yml    2023-02-25 06:04:52.000000000 +0100
+++ new/killbots-23.04.0/.kde-ci.yml    2023-04-12 18:29:26.000000000 +0200
@@ -2,7 +2,7 @@
 # SPDX-License-Identifier: CC0-1.0
 
 Dependencies:
-- 'on': ['@all']
+- 'on': ['Linux/Qt5', 'FreeBSD/Qt5', 'Windows/Qt5', 'Android/Qt5']
   'require':
     'frameworks/extra-cmake-modules': '@stable'
     'games/libkdegames': '@same'
@@ -17,5 +17,22 @@
     'frameworks/kcompletion': '@stable'
     'frameworks/kdoctools': '@stable'
     'frameworks/kdbusaddons': '@stable'
+
+- 'on': ['Linux/Qt6', 'FreeBSD/Qt6', 'Windows/Qt6', 'Android/Qt6']
+  'require':
+    'frameworks/extra-cmake-modules': '@latest-kf6'
+    'games/libkdegames': '@latest-kf6'
+    'frameworks/kcoreaddons': '@latest-kf6'
+    'frameworks/kconfig': '@latest-kf6'
+    'frameworks/kcrash': '@latest-kf6'
+    'frameworks/kwidgetsaddons': '@latest-kf6'
+    'frameworks/kconfig': '@latest-kf6'
+    'frameworks/ki18n': '@latest-kf6'
+    'frameworks/kconfigwidgets': '@latest-kf6'
+    'frameworks/kxmlgui': '@latest-kf6'
+    'frameworks/kcompletion': '@latest-kf6'
+    'frameworks/kdoctools': '@latest-kf6'
+    'frameworks/kdbusaddons': '@latest-kf6'
+
 Options:
   require-passing-tests-on: [ 'Linux', 'FreeBSD']
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/killbots-22.12.3/CMakeLists.txt 
new/killbots-23.04.0/CMakeLists.txt
--- old/killbots-22.12.3/CMakeLists.txt 2023-02-25 06:04:52.000000000 +0100
+++ new/killbots-23.04.0/CMakeLists.txt 2023-04-12 18:29:26.000000000 +0200
@@ -1,15 +1,15 @@
 cmake_minimum_required (VERSION 3.16 FATAL_ERROR)
 
 # KDE Application Version, managed by release script
-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}")
 
 project(killbots VERSION ${RELEASE_SERVICE_VERSION})
 
 set (QT_MIN_VERSION "5.15.2")
-set (KF_MIN_VERSION "5.90.0")
+set (KF_MIN_VERSION "5.91.0")
 
 find_package(ECM ${KF_MIN_VERSION} REQUIRED CONFIG)
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH})
@@ -23,11 +23,19 @@
 include(ECMAddTests)
 include(ECMSetupVersion)
 include(ECMQtDeclareLoggingCategory)
+include(ECMDeprecationSettings)
+if (QT_MAJOR_VERSION STREQUAL "6")
+    set(QT_REQUIRED_VERSION "6.4.0")
+    set(KF_MIN_VERSION "5.240.0")
+    set(KF_MAJOR_VERSION "6")
+else()
+    set(KF_MAJOR_VERSION "5")
+endif()
 include(FeatureSummary)
 
 find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} REQUIRED NO_MODULE 
COMPONENTS Widgets)
 
-find_package(KF5 ${KF_MIN_VERSION} REQUIRED COMPONENTS
+find_package(KF${KF_MAJOR_VERSION} ${KF_MIN_VERSION} REQUIRED COMPONENTS
     CoreAddons
     Config
     Crash
@@ -43,11 +51,10 @@
 
 find_package(KF5KDEGames 7.3.0 REQUIRED)
 
-add_definitions(
-    -DQT_DISABLE_DEPRECATED_BEFORE=0x050F00
-    -DQT_DEPRECATED_WARNINGS_SINCE=0x060000
-    -DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055900
-    -DKF_DEPRECATED_WARNINGS_SINCE=0x060000
+ecm_set_disabled_deprecation_versions(
+    QT 6.4
+    KF 5.103
+    KDEGAMES 7.3
 )
 
 ###### Switching to Subdirectories ######
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/killbots-22.12.3/po/ca/docs/killbots/index.docbook 
new/killbots-23.04.0/po/ca/docs/killbots/index.docbook
--- old/killbots-22.12.3/po/ca/docs/killbots/index.docbook      2023-02-25 
06:04:52.000000000 +0100
+++ new/killbots-23.04.0/po/ca/docs/killbots/index.docbook      2023-04-12 
18:29:26.000000000 +0200
@@ -651,7 +651,7 @@
       <para
 >Els primers quatre paràmetres contenen metadades sobre el tema i són força 
 >senzills. Per als temes del &killbots;, el paràmetre <varname
 >Type</varname
-> sempre s'haurà d'establir en els &SVG;. Els dos últims paràmetres 
contenen els noms de fitxer dels altres dos fitxers del tema. Si bé no és 
estrictament necessari, es recomana encaridament que, en nom de la coherència, 
els tres fitxers comparteixin el mateix nom base del fitxer.</para>
+> sempre s'haurà d'establir en els &SVG;. Els dos últims paràmetres 
contenen els noms de fitxer dels altres dos fitxers del tema. Si bé no és 
estrictament necessari, es recomana fermament que, en nom de la coherència, 
els tres fitxers comparteixin el mateix nom base del fitxer.</para>
     </sect2>
 
     <sect2>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/killbots-22.12.3/po/ka/killbots.po 
new/killbots-23.04.0/po/ka/killbots.po
--- old/killbots-22.12.3/po/ka/killbots.po      2023-02-25 06:04:52.000000000 
+0100
+++ new/killbots-23.04.0/po/ka/killbots.po      2023-04-12 18:29:26.000000000 
+0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: killbots\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-20 00:44+0000\n"
-"PO-Revision-Date: 2023-01-21 19:31+0100\n"
+"PO-Revision-Date: 2022-12-28 06:08+0100\n"
 "Last-Translator: Temuri Doghonadze <[email protected]>\n"
 "Language-Team: Georgian <[email protected]>\n"
 "Language: ka\n"
@@ -124,7 +124,7 @@
 #: killbots.kcfg:37
 #, kde-format
 msgid "Prevent the player from making fatal moves"
-msgstr "მოთამაშისთვის გაფრ
თხილება სასიკვდილო სვლების 
შესახებ"
+msgstr ""
 
 #. i18n: ectx: whatsthis, entry (PreventUnsafeMoves), group (General)
 #: killbots.kcfg:38
@@ -424,7 +424,7 @@
 "Shortcut for move left. See https://quickgit.kde.org/?p=killbots.";
 "git&a=blob&f=README.translators&o=plain"
 msgid "A"
-msgstr ""
+msgstr "A"
 
 #: mainwindow.cpp:312
 #, kde-format
@@ -438,7 +438,7 @@
 "Shortcut for stand still. See https://quickgit.kde.org/?p=killbots.";
 "git&a=blob&f=README.translators&o=plain"
 msgid "S"
-msgstr ""
+msgstr "S"
 
 #: mainwindow.cpp:318
 #, kde-format
@@ -480,7 +480,7 @@
 "Shortcut for move down. See https://quickgit.kde.org/?p=killbots.";
 "git&a=blob&f=README.translators&o=plain"
 msgid "X"
-msgstr ""
+msgstr "X"
 
 #: mainwindow.cpp:336
 #, kde-format
@@ -494,7 +494,7 @@
 "Shortcut for move down and right. https://quickgit.kde.org/?p=killbots.";
 "git&a=blob&f=README.translators&o=plain"
 msgid "C"
-msgstr ""
+msgstr "C"
 
 #: optionspage.cpp:24
 #, kde-format
@@ -542,7 +542,7 @@
 #, kde-format
 msgctxt "@option:check"
 msgid "Prevent &unsafe moves"
-msgstr "&სახიფათო სვლების თავიდან 
აცილება"
+msgstr ""
 
 #: optionspage.cpp:68
 #, kde-format
@@ -603,7 +603,7 @@
 #: rulesetbase.kcfg:48
 #, kde-format
 msgid "Player can accumulate energy"
-msgstr "მოთამაშეს შეუძლია, დააგრ
ოვოს ენერგია"
+msgstr ""
 
 #. i18n: ectx: label, entry (EnergyAtGameStart), group (KillbotsRuleset)
 #: rulesetbase.kcfg:53
@@ -621,7 +621,7 @@
 #: rulesetbase.kcfg:62
 #, kde-format
 msgid "Maximum energy cap in first round"
-msgstr "მაქსიმალური ენერგია პირ
ველ ტურში"
+msgstr ""
 
 #. i18n: ectx: label, entry (MaxEnergyAddedEachRound), group (KillbotsRuleset)
 #: rulesetbase.kcfg:66
@@ -633,25 +633,25 @@
 #: rulesetbase.kcfg:70
 #, kde-format
 msgid "Player can perform safe teleports"
-msgstr "მოთამაშეს უსაფრთხო 
ტელეპორტის გაკეთება შეუძლია"
+msgstr ""
 
 #. i18n: ectx: label, entry (CostOfSafeTeleport), group (KillbotsRuleset)
 #: rulesetbase.kcfg:75
 #, kde-format
 msgid "The cost of performing a safe teleport"
-msgstr "უსაფრთხო ტელეპორტის ფასი"
+msgstr ""
 
 #. i18n: ectx: label, entry (VaporizerEnabled), group (KillbotsRuleset)
 #: rulesetbase.kcfg:79
 #, kde-format
 msgid "Player can use vaporizer"
-msgstr "მოთამაშეს შეუძლია, ამაორ
თქლებელი გამოიყენოს"
+msgstr ""
 
 #. i18n: ectx: label, entry (CostOfVaporizer), group (KillbotsRuleset)
 #: rulesetbase.kcfg:84
 #, kde-format
 msgid "Cost of using vaporizer"
-msgstr "ამაორთქლებლის 
გამოყენების ფასი"
+msgstr ""
 
 #. i18n: ectx: label, entry (PushableJunkheaps), group (KillbotsRuleset)
 #: rulesetbase.kcfg:93
@@ -723,7 +723,7 @@
 #, kde-format
 msgctxt "@item Quantity of junkheaps that can be pushed"
 msgid "None"
-msgstr "არაფერი"
+msgstr "არცერთი"
 
 #: rulesetdetailsdialog.cpp:39
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/killbots-22.12.3/po/zh_CN/killbots.po 
new/killbots-23.04.0/po/zh_CN/killbots.po
--- old/killbots-22.12.3/po/zh_CN/killbots.po   2023-02-25 06:04:52.000000000 
+0100
+++ new/killbots-23.04.0/po/zh_CN/killbots.po   2023-04-12 18:29:26.000000000 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-20 00:44+0000\n"
-"PO-Revision-Date: 2023-02-24 12:58\n"
+"PO-Revision-Date: 2023-04-10 14:12\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/killbots-22.12.3/rulesets/classic.desktop 
new/killbots-23.04.0/rulesets/classic.desktop
--- old/killbots-22.12.3/rulesets/classic.desktop       2023-02-25 
06:04:52.000000000 +0100
+++ new/killbots-23.04.0/rulesets/classic.desktop       2023-04-12 
18:29:26.000000000 +0200
@@ -98,7 +98,7 @@
 Description[sr@ijekavianlatin]=<qt><p>Skup pravila iz originalne BSD 
komandnolinijske verzije <tt>robots</tt>. Ništa nalickano, samo osnovni 
elementi igre: bez brzobota, bezbjednih teleportovanja ili guranja krševa, i 
ogromno igračko polje.</p><p>Zbog velike širine, preporučljivo je izabrati 
temu sa užim pločicama kako bi bolje stalo na ekran.</p></qt>
 Description[sr@latin]=<qt><p>Skup pravila iz originalne BSD komandnolinijske 
verzije <tt>robots</tt>. Ništa nalickano, samo osnovni elementi igre: bez 
brzobota, bezbednih teleportovanja ili guranja krševa, i ogromno igračko 
polje.</p><p>Zbog velike širine, preporučljivo je izabrati temu sa užim 
pločicama kako bi bolje stalo na ekran.</p></qt>
 Description[sv]=<qt><p>Regeluppsättningen som användes i den ursprungliga 
kommandoradversionen i BSD av <tt>robots</tt>. Ingenting speciellt, bara de 
grundläggande spelelementen: Inga snabbotar, ingen säker teleportering, inget 
knuffande av skrothögar, och ett enormt rutnät.</p><p>På grund av dess stora 
bredd, rekommenderas du att använda ett tema med smalare rutor för att det 
ska få plats bättre på skärmen.</p></qt>
-Description[tr]=<qt><p><tt>robots</tt>'un özgün BSD komut satırı 
versiyonunda kullanılan kuralları.</p><p>Ahım şahım bir şey yok, sadece 
temel oyun ögeleri bulunuyor: hızlı robotlar yok, güvenli ışınlamalar 
yok, değersiz yığınlar yok, onların yerine kocaman bir oyun alanı 
var.</p><p>Böyle büyük bir alanın ekranınıza daha iyi sığması için 
daha dar döşemeleri olan bir tema kullanmanız tavsiye edilmektedir.
+Description[tr]=<qt><p><tt>robots</tt>'un özgün BSD komut satırı 
versiyonunda kullanılan kuralları.</p><p>Ahım şahım bir şey yok, 
yalnızca temel oyun ögeleri bulunuyor: hızlı robotlar yok, güvenli 
ışınlamalar yok, değersiz yığınlar yok, onların yerine kocaman bir oyun 
alanı var.</p><p>Böyle büyük bir alanın ekranınıza daha iyi sığması 
için daha dar döşemeleri olan bir tema kullanmanız tavsiye edilmektedir.
 Description[uk]=<qt><p>Набір правил, що 
використовувався у оригінальній версії 
для командного рядка під BSD гри 
<tt>robots</tt>.</p><p>Нічого зайвого, лише базові 
елементи гри: без швидкоботів, без 
безпечних телепортів, без штовхання куп 
брухту і велике ігрове поле.</p><p>Через 
більшу ширину поля рекомендуємо 
використовувати тему з вужчими плитками, 
яка краще пасує до розмірів вашого 
екрана.</p></qt>
 Description[x-test]=xx<qt><p>The rules used in the original BSD command line 
version of <tt>robots</tt>.</p><p>Nothing fancy, just the basic game elements: 
no fastbots, no safe teleports, no pushing junkheaps, and a huge game 
grid.</p><p>Due to its larger width, it is recommended that you use a theme 
with narrower tiles to better fit your screen.</p></qt>xx
 Description[zh_CN]=<qt><p>最初用于 BSD 命令行版本的 <tt>robot</tt> 
程序中的规则。</p><p>它没有什么新奇之处,只提供基本的游戏组成部分,没有快速机器人,没有安å
…¨ä¼ é€ï¼Œæ²¡æœ‰åžƒåœ¾å 
†ï¼Œå´æœ‰ä¸€ä¸ªå¾ˆå¤§çš„æ¸¸æˆåŒºåŸŸã€‚</p><p>由于盘面很大,建议您选用较窄的主题以å
…ç”»é¢è¶…出屏幕。</p></qt>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/killbots-22.12.3/rulesets/daleks.desktop 
new/killbots-23.04.0/rulesets/daleks.desktop
--- old/killbots-22.12.3/rulesets/daleks.desktop        2023-02-25 
06:04:52.000000000 +0100
+++ new/killbots-23.04.0/rulesets/daleks.desktop        2023-04-12 
18:29:26.000000000 +0200
@@ -83,7 +83,7 @@
 Description[sr@ijekavianlatin]=<qt><p>Pravila slična onima iz Daleka, 
robotolike igre za rane Appleove računare.</p><p>Junak dobija po jedinicu 
energije u svakoj rundi, koja služi kao napajanje zvučnog šrafcigera. Sve 
druge posebne mogućnosti su isključene.</p></qt>
 Description[sr@latin]=<qt><p>Pravila slična onima iz Daleka, robotolike igre 
za rane Appleove računare.</p><p>Junak dobija po jedinicu energije u svakoj 
rundi, koja služi kao napajanje zvučnog šrafcigera. Sve druge posebne 
mogućnosti su isključene.</p></qt>
 Description[sv]=<qt><p>En approximation av reglerna som används i Daleks, ett 
robotliknande spel för tidiga datorer från Apple.</p><p>Hjälten tilldelas en 
energienhet varje omgång, som kan användas att driva den soniska 
skruvmejseln. Alla övriga specialfunktioner är avstängda.</p></qt>
-Description[tr]=<qt><p>İlk Apple bilgisayarlar için robots-benzeri bir oyun 
olan Daleks'te kullanılan kuralların tahmini bir bütünü.</p><p>Kahramana 
her turda, sonik tornavidaya güç olarak kullanmak için bir enerji seviyesi 
ayrılmıştır. Diğer bütün özellikler kapatılmıştır.</p></qt>
+Description[tr]=<qt><p>İlk Apple bilgisayarlar için robots-benzeri bir oyun 
olan Daleks'te kullanılan kuralların tahmini bir bütünü.</p><p>Kahramana 
her turda, sonik tornavidaya güç olarak kullanmak için bir enerji düzeyi 
ayrılmıştır. Diğer bütün özellikler kapatılmıştır.</p></qt>
 Description[uk]=<qt><p>Наближення до правил, які 
використовуються у Daleks, схожій на robots грі 
для ранніх комп’ютерів.</p><p>На початку 
кожного раунду герой сповнений енергії, 
отже може використовувати звукову 
викрутку. Всі інші особливі можливості 
вимкнено.</p></qt>
 Description[x-test]=xx<qt><p>An approximation of the rules used in Daleks, a 
robots-like game for early Apple computers.</p><p>The hero is allotted one 
energy each round that can be used to power the sonic screwdriver. All other 
special features are disabled.</p></qt>xx
 Description[zh_CN]=<qt><p>一个近似早期苹果电脑上的机器人游戏 
Daleks 所用的规则。</p><p>每局会为主角é…
ç»™ä¸€ä¸ªèƒ½é‡ç‚¹æ•°ï¼Œå¯ä»¥ç”¨æ¥åŠ 
强音速螺丝刀的威力,除此以外的所有å…
¶ä»–特性都被禁用。</p></qt>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/killbots-22.12.3/rulesets/energycrisis.desktop 
new/killbots-23.04.0/rulesets/energycrisis.desktop
--- old/killbots-22.12.3/rulesets/energycrisis.desktop  2023-02-25 
06:04:52.000000000 +0100
+++ new/killbots-23.04.0/rulesets/energycrisis.desktop  2023-04-12 
18:29:26.000000000 +0200
@@ -18,7 +18,6 @@
 Name[id]=Energy Crisis
 Name[is]=Orkukreppa
 Name[it]=Crisi energetica
-Name[ka]=ენერგიის კრიზისი
 Name[kk]=Энергетикалық дағдарыс
 Name[km]=វិបត្តិ​ថាម​ពល
 Name[ko]=에너지 위기
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/killbots-22.12.3/src/CMakeLists.txt 
new/killbots-23.04.0/src/CMakeLists.txt
--- old/killbots-22.12.3/src/CMakeLists.txt     2023-02-25 06:04:52.000000000 
+0100
+++ new/killbots-23.04.0/src/CMakeLists.txt     2023-04-12 18:29:26.000000000 
+0200
@@ -51,12 +51,12 @@
 
 target_link_libraries(killbots
     KF5KDEGames
-    KF5::CoreAddons
-    KF5::XmlGui
-    KF5::DBusAddons
-    KF5::Completion
-    KF5::Crash
-    KF5::I18n
+    KF${KF_MAJOR_VERSION}::CoreAddons
+    KF${KF_MAJOR_VERSION}::XmlGui
+    KF${KF_MAJOR_VERSION}::DBusAddons
+    KF${KF_MAJOR_VERSION}::Completion
+    KF${KF_MAJOR_VERSION}::Crash
+    KF${KF_MAJOR_VERSION}::I18n
     Qt::Widgets
     Qt::Xml
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/killbots-22.12.3/src/org.kde.killbots.appdata.xml 
new/killbots-23.04.0/src/org.kde.killbots.appdata.xml
--- old/killbots-22.12.3/src/org.kde.killbots.appdata.xml       2023-02-25 
06:04:52.000000000 +0100
+++ new/killbots-23.04.0/src/org.kde.killbots.appdata.xml       2023-04-12 
18:29:26.000000000 +0200
@@ -50,7 +50,6 @@
   <summary xml:lang="gl">Se máis intelixente que os robots asasinos para 
gañar</summary>
   <summary xml:lang="id">Siasati robot pembunuh untuk menang</summary>
   <summary xml:lang="it">Supera in astuzia i robot killer per vincere</summary>
-  <summary xml:lang="ka">გასამარჯვებლად 
მკვლელ რობოტებზე ჭკვიანი 
მაინც უნდა აღმოჩნდეთ</summary>
   <summary xml:lang="ko">킬러 로봇을 뛰어넘어서 
이기십시오</summary>
   <summary xml:lang="nl">Wees slimmer dan de killer-robots om te 
winnen</summary>
   <summary xml:lang="nn">Lur deg unna drapsrobotane for å vinna</summary>
@@ -111,10 +110,10 @@
   </provides>
   <launchable type="desktop-id">org.kde.killbots.desktop</launchable>
   <releases>
+    <release version="23.04.0" date="2023-04-20"/>
     <release version="22.12.3" date="2023-03-02"/>
     <release version="22.12.2" date="2023-02-02"/>
     <release version="22.12.1" date="2023-01-05"/>
-    <release version="22.12.0" date="2022-12-08"/>
   </releases>
   <content_rating type="oars-1.1">
     <content_attribute id="violence-cartoon">mild</content_attribute>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/killbots-22.12.3/src/org.kde.killbots.desktop 
new/killbots-23.04.0/src/org.kde.killbots.desktop
--- old/killbots-22.12.3/src/org.kde.killbots.desktop   2023-02-25 
06:04:52.000000000 +0100
+++ new/killbots-23.04.0/src/org.kde.killbots.desktop   2023-04-12 
18:29:26.000000000 +0200
@@ -67,7 +67,6 @@
 GenericName[gl]=Xogo de estratexia con robots
 GenericName[id]=Permainan Strategi dengan Robot
 GenericName[it]=Gioco di strategia con robot
-GenericName[ka]=სტრატეგიული თამაში რ
ობოტებით
 GenericName[ko]=로봇 전략 게임
 GenericName[nl]=Strategisch spel met robots
 GenericName[nn]=Strategispel med robotar
@@ -102,7 +101,6 @@
 Comment[gl]=Un xogo para KDE de robots asasinos e teleportación.
 Comment[id]=Sebuah permainan KDE si robot-robot yang berteleportasi dan 
pembunuh.
 Comment[it]=Gioco KDE di robot assassini e teletrasporto.
-Comment[ka]=KDE-ის თამაში მკვლელ რ
ობოტებზე და ტელეპორტაციაზე.
 Comment[ko]=킬러 로봇과 텔레포트가 등장하는 KDE 게임입니다.
 Comment[nl]=Een KDE-spel met dodende robots en tele-porteren.
 Comment[nn]=KDE-spel med drapsrobotar og teleportering
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/killbots-22.12.3/tests/CMakeLists.txt 
new/killbots-23.04.0/tests/CMakeLists.txt
--- old/killbots-22.12.3/tests/CMakeLists.txt   2023-02-25 06:04:52.000000000 
+0100
+++ new/killbots-23.04.0/tests/CMakeLists.txt   2023-04-12 18:29:26.000000000 
+0200
@@ -8,7 +8,7 @@
 )
 
 target_source(enginetest PRIVATE
-    enginetest.cpp
+    enginetest.cpp enginetest.h
     ../coordinator.cpp
     ../engine.cpp
     ../numericdisplayitem.cpp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/killbots-22.12.3/themes/classic.desktop 
new/killbots-23.04.0/themes/classic.desktop
--- old/killbots-22.12.3/themes/classic.desktop 2023-02-25 06:04:52.000000000 
+0100
+++ new/killbots-23.04.0/themes/classic.desktop 2023-04-12 18:29:26.000000000 
+0200
@@ -77,7 +77,6 @@
 Description[hu]=Téma a konzolos változat kedvelőinek
 Description[id]=Sebuah tema untuk mereka yang ketinggalan versi konsol
 Description[it]=Un tema per i nostalgici della versione per terminale
-Description[ka]=თემა მათთვის, ვისაც 
კონსოლის ვერსია ენატრება
 Description[kk]=Консольдік нұсқасын 
сағынғандарға арналған нақышы
 
Description[km]=ស្បែក​សម្រាប់​អ្នក​ដែល​បាត់​កំណែ​កុងសូល
 Description[ko]=콘솔 버전을 잊을 수 없는 사람 대상 테마
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/killbots-22.12.3/themes/mountainadventure.desktop 
new/killbots-23.04.0/themes/mountainadventure.desktop
--- old/killbots-22.12.3/themes/mountainadventure.desktop       2023-02-25 
06:04:52.000000000 +0100
+++ new/killbots-23.04.0/themes/mountainadventure.desktop       2023-04-12 
18:29:26.000000000 +0200
@@ -19,7 +19,6 @@
 Name[hu]=Hegyi kaland
 Name[id]=Mountain Adventure
 Name[it]=Avventura in montagna
-Name[ka]=მთის თავგადასავალი
 Name[kk]=Таудағы шытырман
 
Name[km]=ដំណើរ​ផ្សង​ព្រេង​​តាម​ភ្នំ
 Name[ko]=산악 어드벤처
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/killbots-22.12.3/themes/mummymadness.desktop 
new/killbots-23.04.0/themes/mummymadness.desktop
--- old/killbots-22.12.3/themes/mummymadness.desktop    2023-02-25 
06:04:52.000000000 +0100
+++ new/killbots-23.04.0/themes/mummymadness.desktop    2023-04-12 
18:29:26.000000000 +0200
@@ -17,7 +17,6 @@
 Name[hu]=Múmia-őrület
 Name[id]=Mummy Madness
 Name[it]=Mummie matte
-Name[ka]=მუმიების სიგიჟე
 Name[kk]=Жынды мумия
 Name[km]=ភាព​​ឡប់​របស់ Mummy
 Name[ko]=미친 미라
@@ -62,7 +61,6 @@
 Description[hu]=Egyiptomi témájú játék őrült múmiákkal.
 Description[id]=Tema gaya Mesir dengan kegilaan mumi
 Description[it]=Un tema egizio con mummie impazzite.
-Description[ka]=ეგვიპტური სტილის თემა 
გიჟი მუმიებით.
 Description[kk]=Жынды мумиялармен Мысырша нақыш
 Description[km]=ស្បែក​រចនាប័ទ្ម​អេហ
្ស៊ីប​ដែល​មាន mummies ឡប់​ៗ​ ។
 Description[ko]=들뜬 미라가 있는 이집트 스타일 테마입니다.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/killbots-22.12.3/themes/robotkill.desktop 
new/killbots-23.04.0/themes/robotkill.desktop
--- old/killbots-22.12.3/themes/robotkill.desktop       2023-02-25 
06:04:52.000000000 +0100
+++ new/killbots-23.04.0/themes/robotkill.desktop       2023-04-12 
18:29:26.000000000 +0200
@@ -65,7 +65,6 @@
 Description[hu]=Az alapértelmezett Killbots-téma.
 Description[id]=Tema baku Killbots.
 Description[it]=Il tema predefinito per Killbots
-Description[ka]=Killbots-ის ნაგულისხმები 
თემა.
 Description[kk]=Killbots-тың әдетті нақышы.
 Description[km]=ស្បែក​របស់ Killbots 
លំនាំដើម ។
 Description[ko]=기본 Killbots 테마입니다.

Reply via email to