Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kbreakout for openSUSE:Factory checked in at 2021-12-13 20:42:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kbreakout (Old) and /work/SRC/openSUSE:Factory/.kbreakout.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kbreakout" Mon Dec 13 20:42:48 2021 rev:116 rq:937908 version:21.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kbreakout/kbreakout.changes 2021-11-06 18:19:09.468919546 +0100 +++ /work/SRC/openSUSE:Factory/.kbreakout.new.2520/kbreakout.changes 2021-12-13 20:47:43.632532466 +0100 @@ -1,0 +2,26 @@ +Fri Dec 3 19:21:44 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 21.12.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/21.12.0/ +- No code change since 21.11.90 + +------------------------------------------------------------------- +Sat Nov 27 10:10:37 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 21.11.90 + * New feature release +- Changes since 21.11.80: + * level 16: Convert one of the two GiftIncreaseSpeed to GiftDecreaseSpeed + +------------------------------------------------------------------- +Sat Nov 13 17:54:47 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 21.11.80 + * New feature release +- Changes since 21.08.3: + * kde-ci: use @same so that stable builds use stable libkdegames + * CI: Fix repo path for libkdegames + +------------------------------------------------------------------- Old: ---- kbreakout-21.08.3.tar.xz kbreakout-21.08.3.tar.xz.sig New: ---- kbreakout-21.12.0.tar.xz kbreakout-21.12.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kbreakout.spec ++++++ --- /var/tmp/diff_new_pack.XGkSsZ/_old 2021-12-13 20:47:44.216532839 +0100 +++ /var/tmp/diff_new_pack.XGkSsZ/_new 2021-12-13 20:47:44.220532842 +0100 @@ -16,12 +16,11 @@ # -%define kf5_version 5.60.0 # 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 lang Name: kbreakout -Version: 21.08.3 +Version: 21.12.0 Release: 0 Summary: Breakout-like game by KDE License: GPL-2.0-or-later ++++++ kbreakout-21.08.3.tar.xz -> kbreakout-21.12.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbreakout-21.08.3/.gitlab-ci.yml new/kbreakout-21.12.0/.gitlab-ci.yml --- old/kbreakout-21.08.3/.gitlab-ci.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/kbreakout-21.12.0/.gitlab-ci.yml 2021-12-02 22:28:55.000000000 +0100 @@ -0,0 +1,6 @@ +# SPDX-FileCopyrightText: None +# SPDX-License-Identifier: CC0-1.0 + +include: + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbreakout-21.08.3/.kde-ci.yml new/kbreakout-21.12.0/.kde-ci.yml --- old/kbreakout-21.08.3/.kde-ci.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/kbreakout-21.12.0/.kde-ci.yml 2021-12-02 22:28:55.000000000 +0100 @@ -0,0 +1,18 @@ +# SPDX-FileCopyrightText: None +# SPDX-License-Identifier: CC0-1.0 + +Dependencies: +- 'on': ['@all'] + 'require': + 'frameworks/extra-cmake-modules': '@stable' + 'games/libkdegames': '@same' + 'frameworks/kcoreaddons': '@stable' + 'frameworks/kconfig': '@stable' + 'frameworks/kcrash': '@stable' + 'frameworks/kwidgetsaddons': '@stable' + 'frameworks/kconfig': '@stable' + 'frameworks/kdbusaddons': '@stable' + 'frameworks/ki18n': '@stable' + 'frameworks/kconfigwidgets': '@stable' + 'frameworks/kxmlgui': '@stable' + 'frameworks/kdoctools': '@stable' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbreakout-21.08.3/CMakeLists.txt new/kbreakout-21.12.0/CMakeLists.txt --- old/kbreakout-21.08.3/CMakeLists.txt 2021-11-02 01:11:21.000000000 +0100 +++ new/kbreakout-21.12.0/CMakeLists.txt 2021-12-03 01:11:47.000000000 +0100 @@ -2,18 +2,28 @@ # KDE Application Version, managed by release script set(RELEASE_SERVICE_VERSION_MAJOR "21") -set(RELEASE_SERVICE_VERSION_MINOR "08") -set(RELEASE_SERVICE_VERSION_MICRO "3") +set(RELEASE_SERVICE_VERSION_MINOR "12") +set(RELEASE_SERVICE_VERSION_MICRO "0") set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(kbreakout VERSION ${RELEASE_SERVICE_VERSION}) set (QT_MIN_VERSION "5.15.0") -set (KF5_MIN_VERSION "5.83.0") +set (KF5_MIN_VERSION "5.85.0") find_package(ECM ${KF5_MIN_VERSION} REQUIRED CONFIG) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH}) +include(KDEInstallDirs) +include(KDECMakeSettings) +include(KDECompilerSettings NO_POLICY_SCOPE) + +include(FeatureSummary) +include(ECMInstallIcons) +include(ECMAddAppIcon) +include(ECMQtDeclareLoggingCategory) +include(ECMSetupVersion) + find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Widgets Qml Quick QuickWidgets) find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS CoreAddons @@ -30,26 +40,11 @@ find_package(KF5KDEGames 7.3.0 REQUIRED) -include(KDEInstallDirs) -include(KDECMakeSettings) -include(KDECompilerSettings NO_POLICY_SCOPE) - -include(FeatureSummary) -include(ECMInstallIcons) -include(ECMAddAppIcon) -include(ECMQtDeclareLoggingCategory) -include(ECMSetupVersion) - add_definitions( - -DQT_NO_KEYWORDS - -DQT_NO_FOREACH - -DQT_NO_CAST_TO_ASCII - -DQT_NO_CAST_FROM_ASCII - -DQT_NO_URL_CAST_FROM_STRING - -DQT_NO_CAST_FROM_BYTEARRAY - -DQT_USE_QSTRINGBUILDER - -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT - -DQT_STRICT_ITERATORS + -DQT_DISABLE_DEPRECATED_BEFORE=0x050F00 + -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 + -DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055600 + -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 ) add_subdirectory(src) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbreakout-21.08.3/levelsets/default.levelset new/kbreakout-21.12.0/levelsets/default.levelset --- old/kbreakout-21.08.3/levelsets/default.levelset 2021-10-31 11:24:45.000000000 +0100 +++ new/kbreakout-21.12.0/levelsets/default.levelset 2021-12-02 22:28:55.000000000 +0100 @@ -322,7 +322,7 @@ <Gift Type="GiftBurningBall">1</Gift> <Gift Type="GiftLoseLife">2</Gift> <Gift Type="GiftMoreExplosion">1</Gift> - <Gift Type="GiftIncreaseSpeed">2</Gift> + <Gift Type="GiftDecreaseSpeed">2</Gift> <Gift Type="GiftIncreaseSpeed">3</Gift> <Gift Type="GiftEnlargeBar">4</Gift> <Gift Type="GiftShrinkBar">4</Gift> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbreakout-21.08.3/po/ca/docs/kbreakout/index.docbook new/kbreakout-21.12.0/po/ca/docs/kbreakout/index.docbook --- old/kbreakout-21.08.3/po/ca/docs/kbreakout/index.docbook 2021-11-02 01:11:21.000000000 +0100 +++ new/kbreakout-21.12.0/po/ca/docs/kbreakout/index.docbook 2021-12-03 01:11:47.000000000 +0100 @@ -113,7 +113,7 @@ >Alguns maons tenen un comportament especial o poden deixar caure un regal >quan es colpegen. Els regals es poden atrapar amb la barra, el seu >comportament pot ser positiu o negatiu. Per a obtenir m??s informaci?? sobre >els diferents tipus de maons i regals, vegeu el cap??tol seg??ent. </para> <para ->Per a disparar la bola premeu la barra d'espai, per a moure la barra utilitzeu el ratol?? o les tecles de fletxa. La bola rebotar?? en la direcci?? del costat de la barra on ha rebotat en colpejar, com m??s a prop reboti de l'extrem esquerra de la barra, m??s rebotar?? cap a l'esquerra, el mateix s'aplica al costat dret. Si rebota en el mig de la barra, rebotar?? directament cap a dalt. </para> +>Per a disparar la bola premeu la barra d'espai, per a moure la barra utilitzeu el ratol?? o les tecles de fletxa. La bola rebotar?? en la direcci?? del costat de la barra on ha rebotat en colpejar, com m??s a prop reboti de l'extrem esquerre de la barra, m??s rebotar?? cap a l'esquerra, el mateix s'aplica al costat dret. Si rebota en el mig de la barra, rebotar?? directament cap a dalt. </para> <para >Si habiliteu l'opci?? <guilabel @@ -132,7 +132,7 @@ <itemizedlist> <listitem ><para ->El passar un nivell atorga 300 punts al jugador. Es passa de nivell quan es destrueixen tots els maons trencadissos i visibles, o de manera alternativa si s'atrapa el regal de nivell seg??ent. En l'??ltim cas, s'atorga una puntuaci?? addicional per cada ma?? restant.</para +>Passar un nivell atorga 300 punts al jugador. Es passa de nivell quan es destrueixen tots els maons trencadissos i visibles, o de manera alternativa si s'atrapa el regal de nivell seg??ent. En l'??ltim cas, s'atorga una puntuaci?? addicional per cada ma?? restant.</para ></listitem> <listitem ><para @@ -148,11 +148,11 @@ ></listitem> <listitem ><para ->El jugador perdr?? una vida quan la bola toqui la part inferior del camp i no quedin altres boles en la partida, o quan s'atrapa un regal de perd una vida. En perdre una vida, es restaran 1.000 punts de la vostra puntuaci??.</para +>El jugador perdr?? una vida quan la bola toqui la part inferior del camp i no quedin altres boles en la partida, o quan s'atrapa un regal de perdre una vida. En perdre una vida, es restaran 1.000 punts de la vostra puntuaci??.</para ></listitem> <listitem ><para ->Es poden guanyar vides addicionals capturant els regals afegeix una vida.</para +>Es poden guanyar vides addicionals capturant els regals d'afegir una vida.</para ></listitem> <listitem ><para @@ -309,13 +309,13 @@ </imageobject> <textobject> <phrase ->Regal afegeix una vida </phrase> +>Regal d'afegir una vida </phrase> </textobject> </inlinemediaobject -> Regal afegeix una vida </term> +> Regal d'afegir una vida </term> <listitem> <para ->Li d??na al jugador una vida addicional. </para> +>Li dona al jugador una vida addicional. </para> </listitem> </varlistentry> <varlistentry> @@ -326,10 +326,10 @@ </imageobject> <textobject> <phrase ->Regal de perd una vida </phrase> +>Regal de perdre una vida </phrase> </textobject> </inlinemediaobject -> Regal de perd una vida </term> +> Regal de perdre una vida </term> <listitem> <para >Fa que el jugador perdi totes les boles i restableix la barra. </para> @@ -400,7 +400,7 @@ > Regal afegeix boles </term> <listitem> <para ->Li d??na al jugador una bola addicional adherida a la barra, la qual podr?? disparar-se quan el jugador vulgui. </para> +>Li dona al jugador una bola addicional adherida a la barra, la qual podr?? disparar-se quan el jugador vulgui. </para> </listitem> </varlistentry> <varlistentry> @@ -569,7 +569,7 @@ ></listitem> <listitem ><para ->Quan s'atrapa el regal afegeix una bola, ??s aconsellable no disparar-la immediatament, sin?? mantenir-la pel cas que es perdin les altres boles. En aquest cas tamb?? ??s aconsellable no atrapar un regal de barra enganxosa, ja que en fer-ho us obligar?? a disparar totes les boles.</para +>Quan s'atrapa el regal d'afegir una bola, ??s aconsellable no disparar-la immediatament, sin?? mantenir-la pel cas que es perdin les altres boles. En aquest cas tamb?? ??s aconsellable no atrapar un regal de barra enganxosa, ja que en fer-ho us obligar?? a disparar totes les boles.</para ></listitem> <listitem ><para @@ -693,7 +693,7 @@ <listitem ><para> <action ->Juga el joc &kbreakout; en el mode de pantalla completa. Sortir d'aquesta mode nom??s ??s possible mitjan??ant la drecera.</action> +>Juga el joc &kbreakout; en el mode de pantalla completa. Sortir d'aquest mode nom??s ??s possible mitjan??ant la drecera.</action> </para ></listitem> </varlistentry> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbreakout-21.08.3/po/de/docs/kbreakout/index.docbook new/kbreakout-21.12.0/po/de/docs/kbreakout/index.docbook --- old/kbreakout-21.08.3/po/de/docs/kbreakout/index.docbook 2021-11-02 01:11:21.000000000 +0100 +++ new/kbreakout-21.12.0/po/de/docs/kbreakout/index.docbook 2021-12-03 01:11:47.000000000 +0100 @@ -64,9 +64,9 @@ >&FDLNotice;</legalnotice> <date ->2016-05-09</date> +>2021-06-25</date> <releaseinfo ->1.2.0 (Applications 16.04)</releaseinfo> +>KDE Gear 21.04</releaseinfo> <abstract> <para @@ -81,9 +81,9 @@ <keyword >Spiel</keyword> <keyword ->kbreakout</keyword> +>KBreakOut</keyword> <keyword ->breakout</keyword> +>Breakout</keyword> <keyword >Stein</keyword> <keyword @@ -170,7 +170,9 @@ ></listitem> <listitem ><para ->Additional lives can be gained by catching the add life gift.</para +>Zus??tzliche Leben k??nnen durch Fangen des <quote +>Schenke Leben</quote +>-Geschenkes erreicht werden.</para ></listitem> <listitem ><para @@ -775,15 +777,15 @@ <term ><menuchoice ><shortcut -> <keycombo action="simul" +><keycombo action="simul" >&Ctrl;&Shift;<keycap >F</keycap ></keycombo > </shortcut > <guimenu ->Settings</guimenu -> <guimenuitem ->Full Screen Mode</guimenuitem +>Ansicht</guimenu +><guimenuitem +>Vollbildmodus</guimenuitem > </menuchoice ></term> <listitem @@ -824,10 +826,8 @@ <row> <entry >Feuer</entry> -<entry> -<keycap ->Space</keycap> -</entry> +<entry +>&Space; </entry> </row> <row> <entry diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbreakout-21.08.3/po/sk/kbreakout.po new/kbreakout-21.12.0/po/sk/kbreakout.po --- old/kbreakout-21.08.3/po/sk/kbreakout.po 2021-11-02 01:11:21.000000000 +0100 +++ new/kbreakout-21.12.0/po/sk/kbreakout.po 2021-12-03 01:11:47.000000000 +0100 @@ -1,20 +1,20 @@ # translation of kbreakout.po to Slovak # Richard Fric <[email protected]>, 2009. # Michal Sulek <[email protected]>, 2010, 2011. -# Roman Pahol??k <[email protected]>, 2013, 2015, 2017. +# Roman Pahol??k <[email protected]>, 2013, 2015, 2017, 2021. msgid "" msgstr "" "Project-Id-Version: kbreakout\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-06-26 00:15+0000\n" -"PO-Revision-Date: 2017-04-16 21:09+0100\n" +"PO-Revision-Date: 2021-11-14 12:22+0100\n" "Last-Translator: Roman Paholik <[email protected]>\n" "Language-Team: Slovak <[email protected]>\n" "Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 21.08.3\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #, kde-format @@ -56,8 +56,7 @@ msgstr "KBreakOut" #: main.cpp:33 -#, fuzzy, kde-format -#| msgid "A breakout like game by KDE" +#, kde-format msgid "A Breakout like game by KDE" msgstr "Hra typu breakout od KDE" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbreakout-21.08.3/po/zh_CN/kbreakout.po new/kbreakout-21.12.0/po/zh_CN/kbreakout.po --- old/kbreakout-21.08.3/po/zh_CN/kbreakout.po 2021-11-02 01:11:21.000000000 +0100 +++ new/kbreakout-21.12.0/po/zh_CN/kbreakout.po 2021-12-03 01:11:47.000000000 +0100 @@ -10,7 +10,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-06-26 00:15+0000\n" -"PO-Revision-Date: 2021-10-29 13:27\n" +"PO-Revision-Date: 2021-11-30 15:23\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbreakout-21.08.3/src/gameengine.h new/kbreakout-21.12.0/src/gameengine.h --- old/kbreakout-21.08.3/src/gameengine.h 2021-10-31 11:24:45.000000000 +0100 +++ new/kbreakout-21.12.0/src/gameengine.h 2021-12-02 22:28:55.000000000 +0100 @@ -17,7 +17,7 @@ Q_OBJECT public: explicit GameEngine(QObject *parent = nullptr); - ~GameEngine(); + ~GameEngine() override; public Q_SLOTS: void start(const QString &levelset); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbreakout-21.08.3/src/levelloader.h new/kbreakout-21.12.0/src/levelloader.h --- old/kbreakout-21.08.3/src/levelloader.h 2021-10-31 11:24:45.000000000 +0100 +++ new/kbreakout-21.12.0/src/levelloader.h 2021-12-02 22:28:55.000000000 +0100 @@ -18,7 +18,7 @@ Q_OBJECT public: explicit LevelLoader(QObject *parent = nullptr); - ~LevelLoader(); + ~LevelLoader() override; int level() const; void setLevel(int level); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbreakout-21.08.3/src/mainwindow.cpp new/kbreakout-21.12.0/src/mainwindow.cpp --- old/kbreakout-21.08.3/src/mainwindow.cpp 2021-10-31 11:24:45.000000000 +0100 +++ new/kbreakout-21.12.0/src/mainwindow.cpp 2021-12-02 22:28:55.000000000 +0100 @@ -40,7 +40,7 @@ { ui.setupUi(this); } - ~GeneralSettings() {} + ~GeneralSettings() override {} private: Ui::GeneralSettings ui; }; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbreakout-21.08.3/src/mainwindow.h new/kbreakout-21.12.0/src/mainwindow.h --- old/kbreakout-21.08.3/src/mainwindow.h 2021-10-31 11:24:45.000000000 +0100 +++ new/kbreakout-21.12.0/src/mainwindow.h 2021-12-02 22:28:55.000000000 +0100 @@ -20,7 +20,7 @@ Q_OBJECT public: explicit MainWindow(QWidget *parent = nullptr); - ~MainWindow(); + ~MainWindow() override; private Q_SLOTS: void handleEndedGame(int score, int level, int time);
