Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package blinken for openSUSE:Factory checked in at 2023-08-31 13:43:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/blinken (Old) and /work/SRC/openSUSE:Factory/.blinken.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "blinken" Thu Aug 31 13:43:52 2023 rev:157 rq:1105610 version:23.08.0 Changes: -------- --- /work/SRC/openSUSE:Factory/blinken/blinken.changes 2023-07-07 15:49:23.992939235 +0200 +++ /work/SRC/openSUSE:Factory/.blinken.new.1766/blinken.changes 2023-08-31 13:46:37.306161478 +0200 @@ -1,0 +2,25 @@ +Sun Aug 20 13:58:53 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:10 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:16 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 Integration + +------------------------------------------------------------------- Old: ---- blinken-23.04.3.tar.xz blinken-23.04.3.tar.xz.sig New: ---- blinken-23.08.0.tar.xz blinken-23.08.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ blinken.spec ++++++ --- /var/tmp/diff_new_pack.sBjdIM/_old 2023-08-31 13:46:38.498204083 +0200 +++ /var/tmp/diff_new_pack.sBjdIM/_new 2023-08-31 13:46:38.502204227 +0200 @@ -16,10 +16,10 @@ # -%define kf5_version 5.90.0 +%define kf5_version 5.105.0 %bcond_without released Name: blinken -Version: 23.04.3 +Version: 23.08.0 Release: 0 Summary: Simon Says Game License: GPL-2.0-or-later ++++++ blinken-23.04.3.tar.xz -> blinken-23.08.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/blinken-23.04.3/.flatpak-manifest.json new/blinken-23.08.0/.flatpak-manifest.json --- old/blinken-23.04.3/.flatpak-manifest.json 1970-01-01 01:00:00.000000000 +0100 +++ new/blinken-23.08.0/.flatpak-manifest.json 2023-08-16 22:49:00.000000000 +0200 @@ -0,0 +1,29 @@ +{ + "id": "org.kde.blinken", + "branch": "master", + "runtime": "org.kde.Platform", + "runtime-version": "5.15-22.08", + "sdk": "org.kde.Sdk", + "command": "blinken", + "tags": [ + "nightly" + ], + "desktop-file-name-suffix": " (Nightly)", + "finish-args": [ + "--share=ipc", + "--socket=x11", + "--socket=wayland" + ], + "modules": [ + { + "name": "blinken", + "buildsystem": "cmake-ninja", + "sources": [ + { + "type": "dir", + "path": "." + } + ] + } + ] +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/blinken-23.04.3/.flatpak-manifest.json.license new/blinken-23.08.0/.flatpak-manifest.json.license --- old/blinken-23.04.3/.flatpak-manifest.json.license 1970-01-01 01:00:00.000000000 +0100 +++ new/blinken-23.08.0/.flatpak-manifest.json.license 2023-08-16 22:49:00.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/blinken-23.04.3/.gitlab-ci.yml new/blinken-23.08.0/.gitlab-ci.yml --- old/blinken-23.04.3/.gitlab-ci.yml 2023-07-04 06:47:19.000000000 +0200 +++ new/blinken-23.08.0/.gitlab-ci.yml 2023-08-16 22:49:00.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/blinken-23.04.3/CMakeLists.txt new/blinken-23.08.0/CMakeLists.txt --- old/blinken-23.04.3/CMakeLists.txt 2023-07-04 06:47:19.000000000 +0200 +++ new/blinken-23.08.0/CMakeLists.txt 2023-08-16 22:49:00.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(blinken VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/blinken-23.04.3/org.kde.blinken.appdata.xml new/blinken-23.08.0/org.kde.blinken.appdata.xml --- old/blinken-23.04.3/org.kde.blinken.appdata.xml 2023-07-04 06:47:19.000000000 +0200 +++ new/blinken-23.08.0/org.kde.blinken.appdata.xml 2023-08-16 22:49:00.000000000 +0200 @@ -18,6 +18,7 @@ <name xml:lang="de">Blinken</name> <name xml:lang="el">Blinken</name> <name xml:lang="en-GB">Blinken</name> + <name xml:lang="eo">Blinken</name> <name xml:lang="es">Blinken</name> <name xml:lang="et">Blinken</name> <name xml:lang="eu">Blinken</name> @@ -58,6 +59,7 @@ <summary xml:lang="de">Spiel zum Gedächtnistraining</summary> <summary xml:lang="el">ΠαιÏνίδι βελÏίÏÏÎ·Ï ÏÎ·Ï Î¼Î½Î®Î¼Î·Ï</summary> <summary xml:lang="en-GB">Memory Enhancement Game</summary> + <summary xml:lang="eo">Memorpliboniga Ludo</summary> <summary xml:lang="es">Juego para la mejora de la memoria</summary> <summary xml:lang="et">Mälu parandamise mäng</summary> <summary xml:lang="eu">Memoria hobetzeko aplikazioa</summary> @@ -98,6 +100,7 @@ <p xml:lang="de">Die Idee zu Blinken gründet auf einem alten elektronischen Spiel aus dem Jahre 1978: der Spieler musste sich immer länger werdende Tasten- bzw. Tonfolgen merken. Auf dem Spielgerät von Blinken finden Sie vier verschiedenfarbige Knöpfe und jeder hat seinen eigenen individuellen Ton. Während des Spiels leuchten diese Knöpfe in zufälliger Reihenfolge, die der Spieler sich merken und wiederholen muss. Wenn der Spieler es schafft, die Sequenz in der richtigen Reihenfolge wiederzugeben, erreicht er die nächste Spielstufe, in der er die gleiche Sequenz plus einer weiteren Taste wiedergeben muss. Wenn die Reihenfolge einmal falsch ist, hat der Spieler verloren und muss von vorne beginnen. Das Ziel des Spiels ist es, möglichst viele Punkte zu erreichen. Jede erfolgreiche Runde bringt einen Punkt, eine erfolgreiche Folge von 8 Knöpfen ergibt also 8 Punkte in der Bestenliste.</p> <p xml:lang="el">Το Blinken είναι βαÏιÏμÎνο Ïε Îνα ηλεκÏÏÎ¿Î½Î¹ÎºÏ ÏαιÏνίδι ÏÎ¿Ï ÎµÎºÎ´Ïθηκε Ïο 1978 και Ïο οÏοίο δοκιμάζει ÏÎ¿Ï Ï ÏαίκÏÎµÏ ÏÏην αÏομνημÏÎ½ÎµÏ Ïη Î±ÎºÎ¿Î»Î¿Ï Î¸Î¹Ïν Î±Ï Î¾Î±Î½ÏÎ¼ÎµÎ½Î¿Ï Î¼Î®ÎºÎ¿Ï Ï. ΣÏην ÏÏÏÏοÏη ÏÎ·Ï ÏÏ ÏÎºÎµÏ Î®Ï Ï ÏάÏÏÎ¿Ï Î½ 4 ÎºÎ¿Ï Î¼Ïιά διαÏοÏεÏÎ¹ÎºÎ¿Ï ÏÏÏμαÏοÏ, Ïο καθÎνα με Ïο Î´Î¹ÎºÏ ÏÎ¿Ï ÎµÏ Î´Î¹Î¬ÎºÏιÏο ήÏο. ÎÏ Ïά Ïα ÎºÎ¿Ï Î¼Ïιά Î±Î½Î¬Î²Î¿Ï Î½ Ïε ÏÏ Ïαία ÏειÏά, Î´Î·Î¼Î¹Î¿Ï ÏγÏνÏÎ±Ï Ïην Î±ÎºÎ¿Î»Î¿Ï Î¸Î¯Î± ÏÎ¿Ï ÏÏÎÏει να ανακαλÎÏει ο ÏαίκÏηÏ. Îν ο ÏαίκÏÎ·Ï ÎºÎ±ÏαÏÎÏει να Î¸Ï Î¼Î·Î¸ÎµÎ¯ Ïη ÏÏÏÏή ÏειÏά ÏÎ·Ï Î±ÎºÎ¿Î»Î¿Ï Î¸Î¯Î±Ï, ÏÏοάγονÏαι ÏÏο εÏÏμενο ÏÏάδιο, ÏÏÎ¿Ï ÏαÏÎ¿Ï ÏιάζεÏαι μια ÏÎ±Ï ÏÏÏημη Î±ÎºÎ¿Î»Î¿Ï Î¸Î¯Î± με Îνα εÏιÏλÎον βήμα. Πν ο ÏαίκÏÎ·Ï ÎºÎ¬Î½ÎµÎ¹ λάθοÏ, Ïο ÏαιÏνίδι ÎÏει Ïαθεί και ο ÏαίκÏÎ·Ï ÏÏÎÏει να ξεκινήÏει Ïάλι αÏÏ Ïην αÏÏή. Î ÏÏÏÏÎ¿Ï ÎµÎ¯Î½Î±Î¹ ο ÏαίκÏÎ·Ï Î½Î± εÏιÏÏÏει Ï ÏÎ·Î»Ï ÏÎºÎ¿Ï - κάθε βήμα ÏÏην Î±ÎºÎ¿Î»Î¿Ï Î¸Î¯Î± αξίζει Îναν ÏÏνÏο, ÎÏÏι η ÏÏÏÏή είÏÎ¿Î´Î¿Ï ÏÎ·Ï Î±ÎºÎ¿Î»Î¿Ï Î¸Î¯Î±Ï 8 ÏÏÏιÏμÎνÏν ÏÏÏμάÏÏν δίνει 8 ÏÏνÏÎ¿Ï Ï ÏÏον Ïίνακα ÏÎ¿Ï ÏκοÏ.</p> <p xml:lang="en-GB">Blinken is based on an electronic game released in 1978, which challenges players to remember sequences of increasing length. On the face of the device, there are 4 different colour buttons, each one with their own distinctive sound. These buttons light up randomly, creating the sequence that the player must then recall. If the player is successful in remembering the sequence of lights in the correct order, they advance to the next stage, where an identical sequence with one extra step is presented. If they are incorrect, the game is lost, and the player must start again from the beginning. The goal is to get a high score - each step in the sequence is worth one point, so correct entry of a sequence of 8 lights is worth 8 points on the high score table.</p> + <p xml:lang="eo">Blinken estas bazita sur elektronika ludo publikigita en 1978, kiu defias ludantojn memori sekvencojn de kreskanta longo. Sur la vizaÄo de la aparato, estas 4 malsamaj koloraj butonoj, Äiu kun sia propra distinga sono. Tiuj butonoj lumiÄas hazarde, kreante la sekvencon kiun la ludanto tiam devas memori. Se la ludanto sukcesas memori la sekvencon de lumoj en la Äusta sinsekvo, ili avancas al la venonta stadio, kie identa sekvenco kun unu ekstra paÅo estas prezentita. Se ili estas malÄustaj, la ludo estas perdita, kaj la ludanto devas komenci denove de la komenco. La celo estas akiri altan poentaron - Äiu paÅo en la sinsekvo valoras unu poenton, do Äusta enigo de sinsekvo de 8 lumoj valoras 8 poentojn sur la altpoentarotabelo.</p> <p xml:lang="es">Blinken se basa en un juego electrónico publicado en 1978 que reta a los jugadores a recordar secuencias de una longitud cada vez mayor. En la parte superior del dispositivo hay cuatro botones de diferentes colores, cada uno con su propio sonido. Estos botones se encienden de manera aleatoria, creando una secuencia que el jugador debe recordar. Si el jugador consigue recordar la secuencia de luces en el orden correcto, avanza hasta la siguiente fase, en la que se muestra una secuencia idéntica, pero con un paso más. Si el jugador se equivoca, pierde la partida y tiene que empezar de nuevo desde el principio. El objetivo es obtener la mayor puntuación; cada paso de la secuencia vale un punto, por lo que si se aciertan todos los pasos de una secuencia de ocho luces, se obtienen ocho puntos en la tabla de mejores puntuaciones.</p> <p xml:lang="et">Blinkeni eeskujuks on 1978. aastal ilmavalgust näinud elektrooniline mäng, milles mängijad peavad meeles pidama aina pikemaks muutuvaid jadasid. Seadme esiküljel on neli erinevat värvi nuppu, igaüks omaenda heliga. Need löövad juhuslikus järjekorras heledaks, tekitades jada, mille mängija peab meelde jätma. Kui mängija suudab valgusjada õiges järjekorras meelde jätta, suundub ta järgmisele tasemele, kus teda ootab ees samasugune, kuid ühe liikme võrra pikem jada. Kui järjekord jääb valesti meelde, on mäng kaotatud ning tuleb alustada taas algusest. Eesmärk on mõistagi saavutada rekord. Jada iga samm on ühe punkti vääriline, nii et näiteks 8 sammust koosneva jada korrektne meeldejätmine teenib 8 punkti.</p> <p xml:lang="eu">Blinken 1978. urtean kaleratu zen joko elektroniko batean oinarrituta dago, erabiltzaileak geroz eta luzera handiagoko sekuentziak oroitzera desafiatzen zituena. Gailuaren aurpegian, kolore ezberdineko 4 botoia daude, bakoitza bere soinu bereizgarriarekin. Botoi hauek ausaz argitzen dira, jokalariak oroitu behar duen sekuentzia osatuz. Jokalaria argien sekuentzia dagokien hurrenkeran oroitzeko gai bada, hurrengo mailara iragaten da, non sekuentzia berbera errepikatzen den urrats gehigarri batekin. Erratuz gero, jokoa galtzen da, eta jokalariak berriz hasieratik ekin behar du. Helburua puntuazio altua lortzea da - sekuentziako urrats bakoitzak puntu bat balio du, beraz 8 argitako sekuentzia zuzen batek 8 puntu ematen ditu puntuazioen taulan.</p> @@ -142,6 +145,7 @@ <caption xml:lang="de">Blinken spielen</caption> <caption xml:lang="el">Î Î±Î¯Î¶Ï Blinken</caption> <caption xml:lang="en-GB">Playing Blinken</caption> + <caption xml:lang="eo">Ludante Blinken</caption> <caption xml:lang="es">Jugando a Blinken</caption> <caption xml:lang="et">Blinkenis mängimine</caption> <caption xml:lang="eu">Blinken-ekin jokatzea</caption> @@ -177,10 +181,10 @@ <binary>blinken</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> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/blinken-23.04.3/po/eo/blinken.po new/blinken-23.08.0/po/eo/blinken.po --- old/blinken-23.04.3/po/eo/blinken.po 2023-07-04 06:47:19.000000000 +0200 +++ new/blinken-23.08.0/po/eo/blinken.po 2023-08-16 22:49:00.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: blinken\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-10-02 00:41+0000\n" -"PO-Revision-Date: 2023-01-04 22:00+0100\n" +"PO-Revision-Date: 2023-04-18 06:31+0100\n" "Last-Translator: Oliver Kellogg <[email protected]>\n" "Language-Team: Esperanto <[email protected]>\n" "Language: eo\n" @@ -22,12 +22,12 @@ #, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" -msgstr "Axel Rousseau" +msgstr "Axel Rousseau,Oliver Kellogg" #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "[email protected]" +msgstr "[email protected],[email protected]" #: blinken.cpp:68 #, kde-format @@ -58,12 +58,12 @@ #: blinken.cpp:235 #, kde-format msgid "Restart" -msgstr "RelanÄu" +msgstr "RelanÄi" #: blinken.cpp:413 #, kde-format msgid "Enter Your Name" -msgstr "Bonvolu enigi &nomon:" +msgstr "Enigu Vian Nomon" #: blinken.cpp:413 #, kde-format @@ -74,27 +74,27 @@ #: blinken.cpp:689 #, kde-format msgid "Restart the game" -msgstr "Rekomencu la ludon" +msgstr "Rekomenci la ludon" #: blinken.cpp:691 #, kde-format msgid "Quit Blinken" -msgstr "Forigu el blinKen" +msgstr "Forlasi Blinken" #: blinken.cpp:692 #, kde-format msgid "View Highscore Table" -msgstr "Rigardu Rikordan Tabelon" +msgstr "Rigardi Rikordan Tabelon" #: blinken.cpp:697 #, kde-format msgid "Show Settings" -msgstr "" +msgstr "Montri Agordojn" #: blinken.cpp:698 #, kde-format msgid "Hide Settings" -msgstr "" +msgstr "KaÅi Agordojn" #: blinken.cpp:701 #, kde-format @@ -119,7 +119,7 @@ #: blinken.cpp:705 #, kde-format msgid "Click any button to change its key" -msgstr "Muskalku iu ajn butonon por ÅanÄi klavon" +msgstr "Musklaku iun ajn butonon por ÅanÄi klavon" #: blinken.cpp:711 #, kde-format @@ -129,7 +129,7 @@ #: blinken.cpp:715 #, kde-format msgid "Set the Difficulty Level..." -msgstr "Agordu Malfacilecan Nivelon..." +msgstr "Agordi Malfacilecan Nivelon..." #: blinken.cpp:725 #, kde-format @@ -159,12 +159,12 @@ #: blinken.cpp:772 #, kde-format msgid "Remember this sequence..." -msgstr "Memoru la sekvencon..." +msgstr "Memori Äi sekvencon..." #: blinken.cpp:783 #, kde-format msgid "Repeat the sequence" -msgstr "Ripetu la sekvencon!" +msgstr "Ripeti la sekvencon" #: blinken.cpp:800 #, kde-format @@ -191,13 +191,13 @@ #: blinken.kcfg:9 #, kde-format msgid "Play sounds" -msgstr "&Ludu sonorojn" +msgstr "Ludi sonorojn" #. i18n: ectx: label, entry (customFont), group (general) #: blinken.kcfg:13 #, kde-format msgid "Use custom font for status text" -msgstr "Uzu propran tiparon por stata teksto" +msgstr "Uzi propran tiparon por stata teksto" #: highscoredialog.cpp:138 #, kde-format @@ -250,7 +250,7 @@ #: main.cpp:32 #, kde-format msgid "Coding" -msgstr "En&kodigo" +msgstr "Kodado" #: main.cpp:33 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/blinken-23.04.3/po/fa/blinken.po new/blinken-23.08.0/po/fa/blinken.po --- old/blinken-23.04.3/po/fa/blinken.po 2023-07-04 06:47:19.000000000 +0200 +++ new/blinken-23.08.0/po/fa/blinken.po 2023-08-16 22:49:00.000000000 +0200 @@ -17,7 +17,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Lokalize 2.0\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/blinken-23.04.3/po/zh_CN/blinken.po new/blinken-23.08.0/po/zh_CN/blinken.po --- old/blinken-23.04.3/po/zh_CN/blinken.po 2023-07-04 06:47:19.000000000 +0200 +++ new/blinken-23.08.0/po/zh_CN/blinken.po 2023-08-16 22:49:00.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-02 00:41+0000\n" -"PO-Revision-Date: 2023-07-03 11:41\n" +"PO-Revision-Date: 2023-08-02 12:45\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/blinken-23.04.3/src/blinken.cpp new/blinken-23.08.0/src/blinken.cpp --- old/blinken-23.04.3/src/blinken.cpp 2023-07-04 06:47:19.000000000 +0200 +++ new/blinken-23.08.0/src/blinken.cpp 2023-08-16 22:49:00.000000000 +0200 @@ -1081,3 +1081,4 @@ return it.value(); } +#include "moc_blinken.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/blinken-23.04.3/src/blinkengame.cpp new/blinken-23.08.0/src/blinkengame.cpp --- old/blinken-23.04.3/src/blinkengame.cpp 2023-07-04 06:47:19.000000000 +0200 +++ new/blinken-23.08.0/src/blinkengame.cpp 2023-08-16 22:49:00.000000000 +0200 @@ -172,3 +172,4 @@ return c; } +#include "moc_blinkengame.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/blinken-23.04.3/src/highscoredialog.cpp new/blinken-23.08.0/src/highscoredialog.cpp --- old/blinken-23.04.3/src/highscoredialog.cpp 2023-07-04 06:47:19.000000000 +0200 +++ new/blinken-23.08.0/src/highscoredialog.cpp 2023-08-16 22:49:00.000000000 +0200 @@ -252,3 +252,5 @@ { return m_scores[level][position].second; } + +#include "moc_highscoredialog.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/blinken-23.04.3/src/org.kde.blinken.desktop new/blinken-23.08.0/src/org.kde.blinken.desktop --- old/blinken-23.04.3/src/org.kde.blinken.desktop 2023-07-04 06:47:19.000000000 +0200 +++ new/blinken-23.08.0/src/org.kde.blinken.desktop 2023-08-16 22:49:00.000000000 +0200 @@ -70,6 +70,7 @@ GenericName[de]=Spiel zum Gedächtnistraining GenericName[el]=ΠαιÏνίδι βελÏίÏÏÎ·Ï ÏÎ·Ï Î¼Î½Î®Î¼Î·Ï GenericName[en_GB]=Memory Enhancement Game +GenericName[eo]=Memor-pliboniga Ludo GenericName[es]=Juego para mejorar la memoria GenericName[et]=Mälu parandamise mäng GenericName[eu]=Memoria hobetzeko jokoa diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/blinken-23.04.3/src/soundsplayer.cpp new/blinken-23.08.0/src/soundsplayer.cpp --- old/blinken-23.04.3/src/soundsplayer.cpp 2023-07-04 06:47:19.000000000 +0200 +++ new/blinken-23.08.0/src/soundsplayer.cpp 2023-08-16 22:49:00.000000000 +0200 @@ -81,3 +81,4 @@ } } +#include "moc_soundsplayer.cpp"
