Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kiriki for openSUSE:Factory checked in at 2023-08-31 13:44:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kiriki (Old) and /work/SRC/openSUSE:Factory/.kiriki.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kiriki" Thu Aug 31 13:44:36 2023 rev:136 rq:1105707 version:23.08.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kiriki/kiriki.changes 2023-07-07 15:51:04.953540672 +0200 +++ /work/SRC/openSUSE:Factory/.kiriki.new.1766/kiriki.changes 2023-08-31 13:48:43.170660173 +0200 @@ -1,0 +2,25 @@ +Sun Aug 20 13:59:36 UTC 2023 - Christophe Marin <[email protected]> + +- 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:02:52 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 23.07.90 + * New feature release +- No code change since 23.07.80 + +------------------------------------------------------------------- +Tue Aug 1 10:13:53 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 23.07.80 + * New feature release +- Changes since 23.04.3: + * Add explicit moc includes to sources for moc-covered headers + * Add Flatpak CI/CD + +------------------------------------------------------------------- Old: ---- kiriki-23.04.3.tar.xz kiriki-23.04.3.tar.xz.sig New: ---- kiriki-23.08.0.tar.xz kiriki-23.08.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kiriki.spec ++++++ --- /var/tmp/diff_new_pack.b9pEEr/_old 2023-08-31 13:48:44.322701350 +0200 +++ /var/tmp/diff_new_pack.b9pEEr/_new 2023-08-31 13:48:44.330701636 +0200 @@ -18,7 +18,7 @@ %bcond_without released Name: kiriki -Version: 23.04.3 +Version: 23.08.0 Release: 0 Summary: Yahtzee-like Game License: GPL-2.0-or-later ++++++ kiriki-23.04.3.tar.xz -> kiriki-23.08.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiriki-23.04.3/.flatpak-manifest.json new/kiriki-23.08.0/.flatpak-manifest.json --- old/kiriki-23.04.3/.flatpak-manifest.json 1970-01-01 01:00:00.000000000 +0100 +++ new/kiriki-23.08.0/.flatpak-manifest.json 2023-08-16 23:06:39.000000000 +0200 @@ -0,0 +1,37 @@ +{ + "id": "org.kde.kiriki", + "runtime": "org.kde.Platform", + "runtime-version": "5.15-22.08", + "sdk": "org.kde.Sdk", + "command": "kiriki", + "rename-icon": "kiriki", + "finish-args": [ + "--share=ipc", + "--socket=fallback-x11", + "--socket=wayland", + "--device=dri" + ], + "modules": [ + { + "name": "libkdegames", + "buildsystem": "cmake-ninja", + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/games/libkdegames", + "brranch": "master" + } + ] + }, + { + "name": "kiriki", + "buildsystem": "cmake-ninja", + "sources": [ + { + "type": "dir", + "path": "." + } + ] + } + ] +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiriki-23.04.3/.flatpak-manifest.json.license new/kiriki-23.08.0/.flatpak-manifest.json.license --- old/kiriki-23.04.3/.flatpak-manifest.json.license 1970-01-01 01:00:00.000000000 +0100 +++ new/kiriki-23.08.0/.flatpak-manifest.json.license 2023-08-16 23:06:39.000000000 +0200 @@ -0,0 +1,2 @@ +# SPDX-FileCopyrightText: None +# SPDX-License-Identifier: CC0-1.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiriki-23.04.3/.gitlab-ci.yml new/kiriki-23.08.0/.gitlab-ci.yml --- old/kiriki-23.04.3/.gitlab-ci.yml 2023-07-04 06:53:43.000000000 +0200 +++ new/kiriki-23.08.0/.gitlab-ci.yml 2023-08-16 23:06:39.000000000 +0200 @@ -8,3 +8,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/freebsd-qt6.yml - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows-qt6.yml + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/flatpak.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiriki-23.04.3/CMakeLists.txt new/kiriki-23.08.0/CMakeLists.txt --- old/kiriki-23.04.3/CMakeLists.txt 2023-07-04 06:53:43.000000000 +0200 +++ new/kiriki-23.08.0/CMakeLists.txt 2023-08-16 23:06:39.000000000 +0200 @@ -2,8 +2,8 @@ # KDE Application Version, managed by release script 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}") project(kiriki VERSION ${RELEASE_SERVICE_VERSION}) @@ -45,7 +45,11 @@ XmlGui ) -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/kiriki-23.04.3/po/eo/kiriki.po new/kiriki-23.08.0/po/eo/kiriki.po --- old/kiriki-23.04.3/po/eo/kiriki.po 2023-07-04 06:53:43.000000000 +0200 +++ new/kiriki-23.08.0/po/eo/kiriki.po 2023-08-16 23:06:39.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kiriki\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-09-20 00:42+0000\n" -"PO-Revision-Date: 2023-01-06 12:00+0100\n" +"PO-Revision-Date: 2023-06-09 20:56+0100\n" "Last-Translator: Oliver Kellogg <[email protected]>\n" "Language-Team: esperanto <[email protected]>\n" "Language: eo\n" @@ -118,11 +118,13 @@ "Starting the demo will end the current game. Any progress will be lost. Do " "you want to continue?" msgstr "" +"Komencante la demon finos la nunan ludon. Ajna progreso estos perdita. Äu vi " +"volas daÅrigi?" #: kiriki.cpp:207 #, kde-format msgid "Demonstration. Press \"New\" to start a new game." -msgstr "" +msgstr "Demonstro. Premu \"Nova\" por komenci novan ludon." #: kiriki.cpp:216 #, kde-format @@ -130,6 +132,8 @@ "Asking for a hint will disqualify the current game from entering the high " "score list." msgstr "" +"Peti sugeston malkvalifikos la nunan ludon de enirado de la altpoentara " +"listo." #: kiriki.cpp:217 #, kde-format @@ -145,8 +149,8 @@ #, kde-format msgid "Roll highlighted die." msgid_plural "Roll highlighted dice." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Ruligi prilumitan ĵetkubon." +msgstr[1] "Ruligi prilumitajn ĵetkubojn." #: kiriki.cpp:347 #, kde-format @@ -192,7 +196,7 @@ #: lateralwidget.cpp:30 #, kde-format msgid "&Roll" -msgstr "Ä´e&ti" +msgstr "&Ruligi" #: lateralwidget.cpp:198 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiriki-23.04.3/po/zh_CN/kiriki.po new/kiriki-23.08.0/po/zh_CN/kiriki.po --- old/kiriki-23.04.3/po/zh_CN/kiriki.po 2023-07-04 06:53:43.000000000 +0200 +++ new/kiriki-23.08.0/po/zh_CN/kiriki.po 2023-08-16 23:06:39.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-20 00:42+0000\n" -"PO-Revision-Date: 2023-07-03 11:41\n" +"PO-Revision-Date: 2023-08-02 12:44\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiriki-23.04.3/src/CMakeLists.txt new/kiriki-23.08.0/src/CMakeLists.txt --- old/kiriki-23.04.3/src/CMakeLists.txt 2023-07-04 06:53:43.000000000 +0200 +++ new/kiriki-23.08.0/src/CMakeLists.txt 2023-08-16 23:06:39.000000000 +0200 @@ -27,8 +27,13 @@ file(GLOB ICONS_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/../icons/*-apps-kiriki.png") ecm_add_app_icon(kiriki ICONS ${ICONS_SRCS}) +if (QT_MAJOR_VERSION STREQUAL "6") + target_link_libraries(kiriki KDEGames6) +else() + target_link_libraries(kiriki KF5KDEGames) +endif() + target_link_libraries(kiriki - KF5KDEGames KF${KF_MAJOR_VERSION}::CoreAddons KF${KF_MAJOR_VERSION}::XmlGui KF${KF_MAJOR_VERSION}::I18n diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiriki-23.04.3/src/configwidget.cpp new/kiriki-23.08.0/src/configwidget.cpp --- old/kiriki-23.04.3/src/configwidget.cpp 2023-07-04 06:53:43.000000000 +0200 +++ new/kiriki-23.08.0/src/configwidget.cpp 2023-08-16 23:06:39.000000000 +0200 @@ -56,5 +56,4 @@ kcfg_rowHeight -> setMinimum(height); } - - +#include "moc_configwidget.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiriki-23.04.3/src/itemdelegate.cpp new/kiriki-23.08.0/src/itemdelegate.cpp --- old/kiriki-23.04.3/src/itemdelegate.cpp 2023-07-04 06:53:43.000000000 +0200 +++ new/kiriki-23.08.0/src/itemdelegate.cpp 2023-08-16 23:06:39.000000000 +0200 @@ -40,3 +40,5 @@ { m_height = height; } + +#include "moc_itemdelegate.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiriki-23.04.3/src/kiriki.cpp new/kiriki-23.08.0/src/kiriki.cpp --- old/kiriki-23.04.3/src/kiriki.cpp 2023-07-04 06:53:43.000000000 +0200 +++ new/kiriki-23.08.0/src/kiriki.cpp 2023-08-16 23:06:39.000000000 +0200 @@ -405,4 +405,4 @@ else m_lateral -> setEnabled(true); } - +#include "moc_kiriki.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiriki-23.04.3/src/lateralwidget.cpp new/kiriki-23.08.0/src/lateralwidget.cpp --- old/kiriki-23.04.3/src/lateralwidget.cpp 2023-07-04 06:53:43.000000000 +0200 +++ new/kiriki-23.08.0/src/lateralwidget.cpp 2023-08-16 23:06:39.000000000 +0200 @@ -199,4 +199,4 @@ if (!m_demoMode) setEnabled(m_roll != 3); } - +#include "moc_lateralwidget.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiriki-23.04.3/src/org.kde.kiriki.appdata.xml new/kiriki-23.08.0/src/org.kde.kiriki.appdata.xml --- old/kiriki-23.04.3/src/org.kde.kiriki.appdata.xml 2023-07-04 06:53:43.000000000 +0200 +++ new/kiriki-23.08.0/src/org.kde.kiriki.appdata.xml 2023-08-16 23:06:39.000000000 +0200 @@ -11,6 +11,7 @@ <name xml:lang="de">Kiriki</name> <name xml:lang="el">Kiriki</name> <name xml:lang="en-GB">Kiriki</name> + <name xml:lang="eo">Kiriki</name> <name xml:lang="es">Kiriki</name> <name xml:lang="et">Kiriki</name> <name xml:lang="eu">Kiriki</name> @@ -47,6 +48,7 @@ <summary xml:lang="de">âKniffelâ-Würfelspiel</summary> <summary xml:lang="el">ΠαιÏνίδι με ζάÏια ÏÏÏÏ Ïο Yahtzee</summary> <summary xml:lang="en-GB">Yahtzee-like Dice Game</summary> + <summary xml:lang="eo">Ä´etkuba ludo simial al Yahtzee</summary> <summary xml:lang="es">Juego de dados similar al Yahtzee</summary> <summary xml:lang="et">Yahtzee moodi täringumäng</summary> <summary xml:lang="eu">Yahtzee-ren antzeko dado-jokoa</summary> @@ -86,6 +88,7 @@ <p xml:lang="de">Kiriki ist ein Würfelspiel, das mit bis zu sechs Spielern gespielt werden kann. Die Spieler sammeln Punkte, indem Sie die fünf Würfel in einem Zug bis zu drei Mal würfeln.</p> <p xml:lang="el">Το Kiriki είναι Îνα εθιÏÏÎ¹ÎºÏ ÎºÎ±Î¹ ÎµÏ ÏάÏιÏÏο ÏαιÏνίδι με ζάÏια, ÏÏεδιαÏμÎνο να ÏαίζεÏαι μÎÏÏι και με Îξι ÏαίκÏεÏ. Îι ÏÏ Î¼Î¼ÎµÏÎÏονÏÎµÏ ÏÏ Î»Î»ÎÎ³Î¿Ï Î½ ÏÏνÏÎ¿Ï Ï ÏίÏνονÏÎ±Ï ÏÎνÏε ζάÏια μÎÏÏι και ÏÏÎµÎ¹Ï ÏοÏÎÏ ÎºÎ¬Î¸Îµ ÏοÏά.</p> <p xml:lang="en-GB">Kiriki is an addictive and fun dice game, designed to be played by as many as six players. Participants have to collect points by rolling five dice for up to three times per single turn.</p> + <p xml:lang="eo">Kiriki estas dependiga kaj amuza ĵetkubludo, dezajnita por esti ludata de eÄ ses ludantoj. Partoprenantoj devas kolekti poentojn ĵetante kvin ĵetkubojn Äis tri fojojn je unuopa vico.</p> <p xml:lang="es">Kiriki es un juego de dados divertido y adictivo, en el que pueden participar hasta seis jugadores. Los participantes deben reunir puntos tirando cinco dados hasta tres veces en cada turno.</p> <p xml:lang="et">Kiriki on köitev ja lõbus täringumäng, mida võib mängida kuni kuus mängijat. Mängijad peavad koguma punkte, veeretades viit täringut ühes voorus kuni kolm korda.</p> <p xml:lang="eu">Kiriki, zaletasuna sorten duen joko dibertigarri bat da, gehienez sei jokalarik jokatzeko diseinatua. Jokalariek puntuak metatu behar dituzte, bost dado, txandako gehienez hirutan jaurtiz.</p> @@ -130,10 +133,10 @@ <binary>kiriki</binary> </provides> <releases> + <release version="23.08.0" date="2023-08-24"/> <release version="23.04.3" date="2023-07-06"/> <release version="23.04.2" date="2023-06-08"/> <release version="23.04.1" date="2023-05-11"/> - <release version="23.04.0" date="2023-04-20"/> </releases> <content_rating type="oars-1.1"/> </component>
