Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kblackbox for openSUSE:Factory checked in at 2025-08-16 20:37:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kblackbox (Old) and /work/SRC/openSUSE:Factory/.kblackbox.new.1085 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kblackbox" Sat Aug 16 20:37:48 2025 rev:162 rq:1299576 version:25.08.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kblackbox/kblackbox.changes 2025-07-06 17:12:59.687579861 +0200 +++ /work/SRC/openSUSE:Factory/.kblackbox.new.1085/kblackbox.changes 2025-08-16 20:40:18.102519455 +0200 @@ -1,0 +2,16 @@ +Fri Aug 8 07:47:18 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 25.08.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/25.08.0/ +- No code change since 25.07.80 + +------------------------------------------------------------------- +Mon Jul 14 14:25:04 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 25.07.80 + * New feature release +- No code change since 25.04.3 + +------------------------------------------------------------------- Old: ---- kblackbox-25.04.3.tar.xz kblackbox-25.04.3.tar.xz.sig New: ---- kblackbox-25.08.0.tar.xz kblackbox-25.08.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kblackbox.spec ++++++ --- /var/tmp/diff_new_pack.rcBfcN/_old 2025-08-16 20:40:18.598539988 +0200 +++ /var/tmp/diff_new_pack.rcBfcN/_new 2025-08-16 20:40:18.598539988 +0200 @@ -1,7 +1,7 @@ # # spec file for package kblackbox # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,12 +16,12 @@ # -%define kf6_version 6.6.0 -%define qt6_version 6.6.0 +%define kf6_version 6.14.0 +%define qt6_version 6.8.0 %bcond_without released Name: kblackbox -Version: 25.04.3 +Version: 25.08.0 Release: 0 Summary: Logic game with elements of hide-and-seek License: GPL-2.0-or-later ++++++ kblackbox-25.04.3.tar.xz -> kblackbox-25.08.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kblackbox-25.04.3/CMakeLists.txt new/kblackbox-25.08.0/CMakeLists.txt --- old/kblackbox-25.04.3/CMakeLists.txt 2025-06-30 18:25:35.000000000 +0200 +++ new/kblackbox-25.08.0/CMakeLists.txt 2025-08-07 05:21:14.000000000 +0200 @@ -2,8 +2,8 @@ # KDE Application Version, managed by release script set(RELEASE_SERVICE_VERSION_MAJOR "25") -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(kblackbox VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kblackbox-25.04.3/po/ar/kblackbox.po new/kblackbox-25.08.0/po/ar/kblackbox.po --- old/kblackbox-25.04.3/po/ar/kblackbox.po 2025-06-30 18:25:35.000000000 +0200 +++ new/kblackbox-25.08.0/po/ar/kblackbox.po 2025-08-07 05:21:14.000000000 +0200 @@ -2,13 +2,13 @@ # Copyright (C) 2002, 2007 Free Software Foundation, Inc. # Isam Bayazidi <bayaz...@arabeyes.org>, 2002. # Youssef Chahibi <chah...@gmail.com>, 2007. -# SPDX-FileCopyrightText: 2022, 2024 Zayed Al-Saidi <zayed.alsa...@gmail.com> +# SPDX-FileCopyrightText: 2022, 2024, 2025 Zayed Al-Saidi <zayed.alsa...@gmail.com> msgid "" msgstr "" "Project-Id-Version: kblackbox\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2024-11-22 00:38+0000\n" -"PO-Revision-Date: 2024-05-02 12:09+0400\n" +"PO-Revision-Date: 2025-08-03 12:01+0400\n" "Last-Translator: Zayed Al-Saidi <zayed.alsa...@gmail.com>\n" "Language-Team: ar\n" "Language: ar\n" @@ -16,7 +16,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " -"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" +"X-Generator: Lokalize 23.08.5\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -508,7 +509,7 @@ #: kbbtutorial.cpp:161 #, kde-format msgid "No interaction" -msgstr "بدون تفاعل" +msgstr "دون تفاعل" #: kbbtutorial.cpp:161 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kblackbox-25.04.3/po/ca/kblackbox.po new/kblackbox-25.08.0/po/ca/kblackbox.po --- old/kblackbox-25.04.3/po/ca/kblackbox.po 2025-06-30 18:25:35.000000000 +0200 +++ new/kblackbox-25.08.0/po/ca/kblackbox.po 2025-08-07 05:21:14.000000000 +0200 @@ -796,3 +796,6 @@ #, kde-format msgid "Artist" msgstr "Artista" + +#~ msgid "Start new game" +#~ msgstr "Comença una partida nova" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kblackbox-25.04.3/po/es/kblackbox.po new/kblackbox-25.08.0/po/es/kblackbox.po --- old/kblackbox-25.04.3/po/es/kblackbox.po 2025-06-30 18:25:35.000000000 +0200 +++ new/kblackbox-25.08.0/po/es/kblackbox.po 2025-08-07 05:21:14.000000000 +0200 @@ -11,7 +11,7 @@ "Project-Id-Version: kblackbox\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2024-11-22 00:38+0000\n" -"PO-Revision-Date: 2025-06-11 16:51+0100\n" +"PO-Revision-Date: 2025-07-07 17:46+0100\n" "Last-Translator: Sofía Priego <spri...@darksylvania.net>\n" "Language-Team: Spanish <kde-l10n...@kde.org>\n" "Language: es\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kblackbox-25.04.3/po/pt_BR/kblackbox.po new/kblackbox-25.08.0/po/pt_BR/kblackbox.po --- old/kblackbox-25.04.3/po/pt_BR/kblackbox.po 2025-06-30 18:25:35.000000000 +0200 +++ new/kblackbox-25.08.0/po/pt_BR/kblackbox.po 2025-08-07 05:21:14.000000000 +0200 @@ -7,20 +7,21 @@ # Eliana Megumi Habiro Boaglio <eliana.hab...@gmail.com>, 2008. # Luiz Fernando Ranghetti <elchev...@opensuse.org>, 2009, 2018, 2020, 2022. # André Marcelo Alvarenga <alvare...@kde.org>, 2010, 2011, 2012, 2015. +# SPDX-FileCopyrightText: 2025 Marcus Gama <marcus.g...@gmail.com> msgid "" msgstr "" "Project-Id-Version: kblackbox\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2024-11-22 00:38+0000\n" -"PO-Revision-Date: 2022-07-12 11:57-0300\n" -"Last-Translator: Luiz Fernando Ranghetti <elchev...@opensuse.org>\n" -"Language-Team: Portuguese <kde-i18n-pt...@kde.org>\n" +"PO-Revision-Date: 2025-08-06 07:52-0300\n" +"Last-Translator: Marcus Gama <marcus.g...@gmail.com>\n" +"Language-Team: Brazilian Portuguese <kde-i18n-pt...@kde.org>\n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "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 25.04.3\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -33,10 +34,7 @@ msgstr "e...@conectiva.com.br, stephen.kill...@kdemail.net, piacent...@kde.org" #: kbblevelconfigurationwidget.cpp:31 -#, fuzzy, kde-format -#| msgctxt "A number between 1 and 99 is displayed in front of it." -#| msgid " ball" -#| msgid_plural " balls" +#, kde-format msgctxt "@item:valuesuffix to a number between 1 and 99" msgid " ball" msgid_plural " balls" @@ -44,10 +42,7 @@ msgstr[1] " bolas" #: kbblevelconfigurationwidget.cpp:40 -#, fuzzy, kde-format -#| msgctxt "A number between 2 and 30 is displayed in front of it." -#| msgid " column" -#| msgid_plural " columns" +#, kde-format msgctxt "@item:valuesuffix to a number between 2 and 30" msgid " column" msgid_plural " columns" @@ -55,10 +50,7 @@ msgstr[1] " colunas" #: kbblevelconfigurationwidget.cpp:49 -#, fuzzy, kde-format -#| msgctxt "A number between 2 and 30 is displayed in front of it." -#| msgid " row" -#| msgid_plural " rows" +#, kde-format msgctxt "@item:valuesuffix to a number between 2 and 30" msgid " row" msgid_plural " rows" @@ -72,18 +64,16 @@ msgstr "Configurável" #: kbbmainwindow.cpp:77 -#, fuzzy, kde-format -#| msgid "Start Tutorial" +#, kde-format msgctxt "@action" msgid "Start Tutorial" msgstr "Iniciar tutorial" #: kbbmainwindow.cpp:79 -#, fuzzy, kde-format -#| msgid "Start tutorial" +#, kde-format msgctxt "@info:tooltip" msgid "Start tutorial" -msgstr "Iniciar tutorial" +msgstr "Inicia o tutorial" #: kbbmainwindow.cpp:80 #, kde-format @@ -95,18 +85,16 @@ "as regras do jogo. Experimente!</qt>" #: kbbmainwindow.cpp:84 -#, fuzzy, kde-format -#| msgid "New Sandbox Game" +#, kde-format msgctxt "@action" msgid "New Sandbox Game" msgstr "Novo jogo guiado" #: kbbmainwindow.cpp:85 -#, fuzzy, kde-format -#| msgid "Start a new sandbox game" +#, kde-format msgctxt "@info:tooltip" msgid "Start a new sandbox game" -msgstr "Começar um novo jogo guiado" +msgstr "Começa um novo jogo guiado" #: kbbmainwindow.cpp:86 #, kde-format @@ -122,11 +110,7 @@ "p></qt>" #: kbbmainwindow.cpp:92 -#, fuzzy, kde-format -#| msgctxt "" -#| "This is the last action of a game to check the result, when the user is " -#| "done." -#| msgid "Done!" +#, kde-format msgctxt "" "@action the last action of a game to check the result, when the user is done" msgid "Done!" @@ -150,8 +134,7 @@ "correto de bolas.</p></qt>" #: kbbmainwindow.cpp:97 -#, fuzzy, kde-format -#| msgid "Give up the game" +#, kde-format msgctxt "@info:tooltip" msgid "Give up the game" msgstr "Desistir do jogo" @@ -168,50 +151,43 @@ "desistir, escolha \"Pronto!\".</p></qt>" #: kbbmainwindow.cpp:103 -#, fuzzy, kde-format -#| msgid "Enable highlight under mouse" +#, kde-format msgctxt "@option:check" msgid "Enable Highlight under Mouse" msgstr "Habilitar realce sob o mouse" #: kbbmainwindow.cpp:143 -#, fuzzy, kde-format -#| msgid "Move Down" +#, kde-format msgctxt "@action" msgid "Move Down" msgstr "Mover para baixo" #: kbbmainwindow.cpp:149 -#, fuzzy, kde-format -#| msgid "Move Up" +#, kde-format msgctxt "@action" msgid "Move Up" msgstr "Mover para cima" #: kbbmainwindow.cpp:155 -#, fuzzy, kde-format -#| msgid "Move Left" +#, kde-format msgctxt "@action" msgid "Move Left" msgstr "Mover para a esquerda" #: kbbmainwindow.cpp:161 -#, fuzzy, kde-format -#| msgid "Move Right" +#, kde-format msgctxt "@action" msgid "Move Right" msgstr "Mover para a direita" #: kbbmainwindow.cpp:167 -#, fuzzy, kde-format -#| msgid "Switch Ball or Shoot Laser" +#, kde-format msgctxt "@action" msgid "Switch Ball or Shoot Laser" msgstr "Trocar a bola ou acionar o laser" #: kbbmainwindow.cpp:173 -#, fuzzy, kde-format -#| msgid "Switch Marker" +#, kde-format msgctxt "@action" msgid "Switch Marker" msgstr "Trocar marcador" @@ -273,8 +249,7 @@ "Termine o tutorial primeiro." #: kbbmainwindow.cpp:329 -#, fuzzy, kde-format -#| msgid "Check positions" +#, kde-format msgctxt "@title:window" msgid "Check Positions" msgstr "Verificar posições" @@ -322,8 +297,7 @@ msgstr "Começar novo jogo" #: kbbmainwindow.cpp:408 -#, fuzzy, kde-format -#| msgid "Custom Game" +#, kde-format msgctxt "@title:tab" msgid "Custom Game" msgstr "Jogo personalizado" @@ -334,8 +308,7 @@ msgstr "Desculpe, você não pode desistir durante o tutorial." #: kbbmainwindow.cpp:427 -#, fuzzy, kde-format -#| msgid "Solve" +#, kde-format msgctxt "@title:window" msgid "Solve" msgstr "Solucionar" @@ -354,8 +327,7 @@ "Então, você realmente quer terminar este jogo?" #: kbbmainwindow.cpp:430 kbbmainwindow.cpp:432 -#, fuzzy, kde-format -#| msgid "Give up" +#, kde-format msgctxt "@action:button" msgid "Give Up" msgstr "Desistir" @@ -432,8 +404,7 @@ "são usados.</li></ul></qt>" #: kbbtutorial.cpp:36 -#, fuzzy, kde-format -#| msgid "Tutorial" +#, kde-format msgctxt "@title:group" msgid "Tutorial" msgstr "Tutorial" @@ -450,9 +421,7 @@ "Descreve o que você deve fazer para alcançar o próximo passo do tutorial." #: kbbtutorial.cpp:84 -#, fuzzy, kde-format -#| msgctxt "Previous tutorial step" -#| msgid "&Previous" +#, kde-format msgctxt "@action:button Previous tutorial step" msgid "&Previous" msgstr "&Anterior" @@ -463,9 +432,7 @@ msgstr "Volta para o passo anterior do tutorial." #: kbbtutorial.cpp:88 -#, fuzzy, kde-format -#| msgctxt "Next tutorial step" -#| msgid "&Next" +#, kde-format msgctxt "@action:button Next tutorial step" msgid "&Next" msgstr "&Próximo" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kblackbox-25.04.3/src/org.kde.kblackbox.appdata.xml new/kblackbox-25.08.0/src/org.kde.kblackbox.appdata.xml --- old/kblackbox-25.04.3/src/org.kde.kblackbox.appdata.xml 2025-06-30 18:25:35.000000000 +0200 +++ new/kblackbox-25.08.0/src/org.kde.kblackbox.appdata.xml 2025-08-07 05:21:14.000000000 +0200 @@ -159,6 +159,7 @@ </screenshots> <project_group>KDE</project_group> <releases> + <release version="25.08.0" date="2025-08-14"/> <release version="25.04.3" date="2025-07-03"/> <release version="25.04.2" date="2025-06-05"/> <release version="25.04.1" date="2025-05-08"/>