Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kdiamond for openSUSE:Factory checked in at 2023-08-31 13:44:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdiamond (Old) and /work/SRC/openSUSE:Factory/.kdiamond.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdiamond" Thu Aug 31 13:44:25 2023 rev:136 rq:1105684 version:23.08.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kdiamond/kdiamond.changes 2023-07-07 15:50:38.641383927 +0200 +++ /work/SRC/openSUSE:Factory/.kdiamond.new.1766/kdiamond.changes 2023-08-31 13:48:08.917435883 +0200 @@ -1,0 +2,25 @@ +Sun Aug 20 13:59:26 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:42 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:44 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 + * Revert "Switch to Windows Qt 6.4 dummy job to cleanup dashboards" + +------------------------------------------------------------------- Old: ---- kdiamond-23.04.3.tar.xz kdiamond-23.04.3.tar.xz.sig New: ---- kdiamond-23.08.0.tar.xz kdiamond-23.08.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdiamond.spec ++++++ --- /var/tmp/diff_new_pack.cpEzeF/_old 2023-08-31 13:48:10.081477489 +0200 +++ /var/tmp/diff_new_pack.cpEzeF/_new 2023-08-31 13:48:10.093477917 +0200 @@ -18,7 +18,7 @@ %bcond_without released Name: kdiamond -Version: 23.04.3 +Version: 23.08.0 Release: 0 Summary: Single player puzzle game License: GPL-2.0-or-later ++++++ kdiamond-23.04.3.tar.xz -> kdiamond-23.08.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdiamond-23.04.3/CMakeLists.txt new/kdiamond-23.08.0/CMakeLists.txt --- old/kdiamond-23.04.3/CMakeLists.txt 2023-07-04 06:52:56.000000000 +0200 +++ new/kdiamond-23.08.0/CMakeLists.txt 2023-08-16 23:05:25.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(kdiamond VERSION ${RELEASE_SERVICE_VERSION}) @@ -50,7 +50,11 @@ 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/kdiamond-23.04.3/po/eo/kdiamond.po new/kdiamond-23.08.0/po/eo/kdiamond.po --- old/kdiamond-23.04.3/po/eo/kdiamond.po 2023-07-04 06:52:56.000000000 +0200 +++ new/kdiamond-23.08.0/po/eo/kdiamond.po 2023-08-16 23:05:25.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kdiamond\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-09-26 00:42+0000\n" -"PO-Revision-Date: 2023-01-06 12:00+0100\n" +"PO-Revision-Date: 2023-06-06 22:02+0100\n" "Last-Translator: Oliver Kellogg <[email protected]>\n" "Language-Team: esperanto <[email protected]>\n" "Language: eo\n" @@ -111,7 +111,7 @@ #: main.cpp:49 #, kde-format msgid "Gameplay refinement" -msgstr "" +msgstr "LudreÄima rafinado" #: main.cpp:50 #, kde-format @@ -121,7 +121,7 @@ #: main.cpp:50 #, kde-format msgid "Default theme" -msgstr "" +msgstr "DefaÅlta etoso" #: main.cpp:51 #, kde-format @@ -141,7 +141,7 @@ #: main.cpp:52 #, kde-format msgid "Technical consultant" -msgstr "" +msgstr "Teknika konsilanto" #: mainwindow.cpp:59 #, kde-format @@ -187,3 +187,7 @@ "extra points by building cascades, and extra seconds by assembling big lines " "or multiple lines at one time.</p>" msgstr "" +"<h3>Reguloj de Ludo</h3><p>Via eclo estas kunmeti liniojn de almenaÅ tri " +"similaj diamantoj. Klaku sur du apudaj diamantoj por interÅanÄi ilin.</" +"p><p>Gajnu ekstrajn poentojn konstruante kaskadojn kaj gajnu ekstrajn " +"sekundojn kunmetante grandajn aÅ multoblajn liniojn je sama tempo.</p>" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdiamond-23.04.3/po/zh_CN/kdiamond.po new/kdiamond-23.08.0/po/zh_CN/kdiamond.po --- old/kdiamond-23.04.3/po/zh_CN/kdiamond.po 2023-07-04 06:52:56.000000000 +0200 +++ new/kdiamond-23.08.0/po/zh_CN/kdiamond.po 2023-08-16 23:05:25.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/kdiamond-23.04.3/src/CMakeLists.txt new/kdiamond-23.08.0/src/CMakeLists.txt --- old/kdiamond-23.04.3/src/CMakeLists.txt 2023-07-04 06:52:56.000000000 +0200 +++ new/kdiamond-23.08.0/src/CMakeLists.txt 2023-08-16 23:05:25.000000000 +0200 @@ -33,8 +33,13 @@ file(GLOB ICONS_SRCS "pics/*-apps-kdiamond.png") ecm_add_app_icon(kdiamond ICONS ${ICONS_SRCS}) +if (QT_MAJOR_VERSION STREQUAL "6") + target_link_libraries(kdiamond KDEGames6) +else() + target_link_libraries(kdiamond KF5KDEGames) +endif() + target_link_libraries(kdiamond - KF5KDEGames KF${KF_MAJOR_VERSION}::CoreAddons KF${KF_MAJOR_VERSION}::NotifyConfig KF${KF_MAJOR_VERSION}::I18n diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdiamond-23.04.3/src/board.cpp new/kdiamond-23.08.0/src/board.cpp --- old/kdiamond-23.04.3/src/board.cpp 2023-07-04 06:52:56.000000000 +0200 +++ new/kdiamond-23.08.0/src/board.cpp 2023-08-16 23:05:25.000000000 +0200 @@ -309,3 +309,4 @@ Q_UNUSED(painter) Q_UNUSED(option) Q_UNUSED(widget) } +#include "moc_board.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdiamond-23.04.3/src/diamond.cpp new/kdiamond-23.08.0/src/diamond.cpp --- old/kdiamond-23.04.3/src/diamond.cpp 2023-07-04 06:52:56.000000000 +0200 +++ new/kdiamond-23.08.0/src/diamond.cpp 2023-08-16 23:05:25.000000000 +0200 @@ -77,3 +77,4 @@ } } +#include "moc_diamond.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdiamond-23.04.3/src/game-state.cpp new/kdiamond-23.08.0/src/game-state.cpp --- old/kdiamond-23.04.3/src/game-state.cpp 2023-07-04 06:52:56.000000000 +0200 +++ new/kdiamond-23.08.0/src/game-state.cpp 2023-08-16 23:05:25.000000000 +0200 @@ -176,3 +176,4 @@ p->m_leftMilliseconds = leftMilliseconds; } +#include "moc_game-state.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdiamond-23.04.3/src/game.cpp new/kdiamond-23.08.0/src/game.cpp --- old/kdiamond-23.04.3/src/game.cpp 2023-07-04 06:52:56.000000000 +0200 +++ new/kdiamond-23.08.0/src/game.cpp 2023-08-16 23:05:25.000000000 +0200 @@ -400,3 +400,4 @@ } } +#include "moc_game.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdiamond-23.04.3/src/infobar.cpp new/kdiamond-23.08.0/src/infobar.cpp --- old/kdiamond-23.04.3/src/infobar.cpp 2023-07-04 06:52:56.000000000 +0200 +++ new/kdiamond-23.08.0/src/infobar.cpp 2023-08-16 23:05:25.000000000 +0200 @@ -72,3 +72,4 @@ } } +#include "moc_infobar.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdiamond-23.04.3/src/kdiamond.notifyrc new/kdiamond-23.08.0/src/kdiamond.notifyrc --- old/kdiamond-23.04.3/src/kdiamond.notifyrc 2023-07-04 06:52:56.000000000 +0200 +++ new/kdiamond-23.08.0/src/kdiamond.notifyrc 2023-08-16 23:05:25.000000000 +0200 @@ -10,6 +10,7 @@ Comment[de]=KDiamond-Spiel Comment[el]=ΠαιÏνίδι KDiamond Comment[en_GB]=KDiamond Game +Comment[eo]=KDiamond-Ludilo Comment[es]=Juego KDiamond Comment[et]=KDiamondi mäng Comment[eu]=KDiamond jokoa @@ -59,6 +60,7 @@ Name[de]=Spiel Name[el]=ΠαιÏνίδι Name[en_GB]=Game +Name[eo]=Ludilo Name[es]=Juego Name[et]=Mäng Name[eu]=Jokoa diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdiamond-23.04.3/src/mainwindow.cpp new/kdiamond-23.08.0/src/mainwindow.cpp --- old/kdiamond-23.04.3/src/mainwindow.cpp 2023-07-04 06:52:56.000000000 +0200 +++ new/kdiamond-23.08.0/src/mainwindow.cpp 2023-08-16 23:05:25.000000000 +0200 @@ -190,3 +190,4 @@ KNotifyConfigWidget::configure(this); } +#include "moc_mainwindow.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdiamond-23.04.3/src/org.kde.kdiamond.appdata.xml new/kdiamond-23.08.0/src/org.kde.kdiamond.appdata.xml --- old/kdiamond-23.04.3/src/org.kde.kdiamond.appdata.xml 2023-07-04 06:52:56.000000000 +0200 +++ new/kdiamond-23.08.0/src/org.kde.kdiamond.appdata.xml 2023-08-16 23:05:25.000000000 +0200 @@ -12,9 +12,11 @@ <name xml:lang="de">KDiamond</name> <name xml:lang="el">KDiamond</name> <name xml:lang="en-GB">KDiamond</name> + <name xml:lang="eo">KDiamond</name> <name xml:lang="es">KDiamond</name> <name xml:lang="et">KDiamond</name> <name xml:lang="eu">KDiamond</name> + <name xml:lang="fi">KDiamond</name> <name xml:lang="fr">KDiamond</name> <name xml:lang="gl">KDiamond</name> <name xml:lang="id">KDiamond</name> @@ -44,9 +46,11 @@ <summary xml:lang="de">KDiamond, ein Drei-Gewinnt-Spiel von KDE</summary> <summary xml:lang="el">Το KDiamond είναι Îνα ÏαιÏνίδι ÏÏία-ÏÏη-ÏειÏά αÏÏ Ïο KDE</summary> <summary xml:lang="en-GB">KDiamond is a three-in-a-row game by KDE</summary> + <summary xml:lang="eo">KDiamond estas tri-en-vica ludo de KDE</summary> <summary xml:lang="es">KDiamond es un juego de tres en raya creado por KDE</summary> <summary xml:lang="et">KDiamond on KDE "kolm ühes reas" mäng.</summary> <summary xml:lang="eu">KDiamond KDEren hiruko artzain joko bat da</summary> + <summary xml:lang="fi">KDiamond on KDE:n kolme riviin -peli</summary> <summary xml:lang="fr">KDiamond est un jeu de « Trois-en-ligne » par KDE.</summary> <summary xml:lang="gl">KDiamond é un xogo de tres en raia de KDE</summary> <summary xml:lang="id">KDiamond adalah sebuah permainan sederet tiga (three-in-a-row) oleh KDE</summary> @@ -78,9 +82,11 @@ <p xml:lang="de">KDiamond ist ein Rätsel-Spiel für einen Spieler. Das Ziel des Spiels ist, Linien mit drei gleichen Diamanten zu bauen.</p> <p xml:lang="el">Το KDiamond είναι Îνα ÏαιÏνίδι Ïαζλ για Îναν ÏαίκÏη. Î ÏκοÏÏÏ ÏÎ¿Ï ÏαιÏÎ½Î¹Î´Î¹Î¿Ï ÎµÎ¯Î½Î±Î¹ να καÏαÏÎºÎµÏ Î±ÏÏοÏν γÏαμμÎÏ Î±ÏÏ ÏÏία ÏαÏÏμοια διαμάνÏια.</p> <p xml:lang="en-GB">KDiamond is a single player puzzle game. The object of the game is to build lines of three similar diamonds.</p> + <p xml:lang="eo">KDiamond estas unu-ludanta enigmoludo. La celo de la ludo estas konstrui liniojn de tri similaj diamantoj.</p> <p xml:lang="es">KDiamond es un juego de rompecabezas para un único jugador. El objetivo del juego es el de construir lÃneas de tres diamantes idénticos.</p> <p xml:lang="et">KDiamond on ühe mängijaga nuputamismäng. Mängu siht on luua kolmest ühesugusest rombist ridu.</p> <p xml:lang="eu">KDiamond jokalari bakarreko buruhausteko joko bat da. Jokoaren helburua antzeko hiru diamanteko lerroak osatzea da.</p> + <p xml:lang="fi">KDiamond on yhden pelaajan ongelmapeli. Pelin tavoitteena on koota kolmen samanlaisen timantin rivejä.</p> <p xml:lang="fr">KDiamond est un jeu de puzzle à un seul joueur. L'objectif du jeu est de construire des lignes comprenant trois diamants semblables.</p> <p xml:lang="gl">KDiamond é un xogo de quebracabezas para un xogador. O obxectivo do xogo é construÃr liñas de tres rombos semellantes.</p> <p xml:lang="id">KDiamond adalah sebuah permainan teka-teki pemain tunggal. Sasaran permainan ini adalah untuk membangun sebaris-tiga berlian-berlian yang mirip</p> @@ -115,9 +121,11 @@ <caption xml:lang="de">KDiamond spielen</caption> <caption xml:lang="el">Î Î±Î¯Î¶Ï KDiamond</caption> <caption xml:lang="en-GB">Playing KDiamond</caption> + <caption xml:lang="eo">Ludante KDiamond</caption> <caption xml:lang="es">Jugando a KDiamond</caption> <caption xml:lang="et">KDiamondi mängimine</caption> <caption xml:lang="eu">KDiamond-ean jolastea</caption> + <caption xml:lang="fi">Miten KDiamondia pelataan</caption> <caption xml:lang="fr">Partie de KDiamond en cours</caption> <caption xml:lang="gl">Xogando a KDiamond</caption> <caption xml:lang="id">Memainkan KDiamond</caption> @@ -148,10 +156,10 @@ <binary>kdiamond</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>
