Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package granatier for openSUSE:Factory checked in at 2023-04-23 22:45:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/granatier (Old) and /work/SRC/openSUSE:Factory/.granatier.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "granatier" Sun Apr 23 22:45:33 2023 rev:132 rq:1080541 version:23.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/granatier/granatier.changes 2023-03-03 22:27:50.883208727 +0100 +++ /work/SRC/openSUSE:Factory/.granatier.new.1533/granatier.changes 2023-04-23 22:47:42.770795964 +0200 @@ -1,0 +2,20 @@ +Sat Apr 15 08:45:20 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 23.04.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/23.04.0/ + +------------------------------------------------------------------- +Fri Mar 31 16:41:39 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 23.03.90 + * New feature release + +------------------------------------------------------------------- +Fri Mar 17 20:43:00 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 23.03.80 + * New feature release + +------------------------------------------------------------------- Old: ---- granatier-22.12.3.tar.xz granatier-22.12.3.tar.xz.sig New: ---- granatier-23.04.0.tar.xz granatier-23.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ granatier.spec ++++++ --- /var/tmp/diff_new_pack.RzrlhR/_old 2023-04-23 22:47:43.370799354 +0200 +++ /var/tmp/diff_new_pack.RzrlhR/_new 2023-04-23 22:47:43.378799399 +0200 @@ -16,11 +16,9 @@ # -# 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 released Name: granatier -Version: 22.12.3 +Version: 23.04.0 Release: 0 Summary: Bomberman-like game License: GPL-2.0-or-later ++++++ granatier-22.12.3.tar.xz -> granatier-23.04.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/granatier-22.12.3/.gitlab-ci.yml new/granatier-23.04.0/.gitlab-ci.yml --- old/granatier-22.12.3/.gitlab-ci.yml 2023-02-25 05:54:37.000000000 +0100 +++ new/granatier-23.04.0/.gitlab-ci.yml 2023-04-12 18:24:50.000000000 +0200 @@ -7,4 +7,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/linux-qt6.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-dummy.yml + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows-qt6.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/granatier-22.12.3/.kde-ci.yml new/granatier-23.04.0/.kde-ci.yml --- old/granatier-22.12.3/.kde-ci.yml 2023-02-25 05:54:37.000000000 +0100 +++ new/granatier-23.04.0/.kde-ci.yml 2023-04-12 18:24:50.000000000 +0200 @@ -2,7 +2,7 @@ # SPDX-License-Identifier: CC0-1.0 Dependencies: -- 'on': ['@all'] +- 'on': ['Linux/Qt5', 'FreeBSD/Qt5', 'Windows/Qt5', 'Android/Qt5'] 'require': 'frameworks/extra-cmake-modules': '@stable' 'games/libkdegames': '@same' @@ -16,5 +16,21 @@ 'frameworks/kconfigwidgets': '@stable' 'frameworks/kxmlgui': '@stable' 'frameworks/kdoctools': '@stable' + +- 'on': ['Linux/Qt6', 'FreeBSD/Qt6', 'Windows/Qt6', 'Android/Qt6'] + 'require': + 'frameworks/extra-cmake-modules': '@latest-kf6' + 'games/libkdegames': '@latest-kf6' + 'frameworks/kcoreaddons': '@latest-kf6' + 'frameworks/kconfig': '@latest-kf6' + 'frameworks/kcrash': '@latest-kf6' + 'frameworks/kdbusaddons': '@latest-kf6' + 'frameworks/kwidgetsaddons': '@latest-kf6' + 'frameworks/kconfig': '@latest-kf6' + 'frameworks/ki18n': '@latest-kf6' + 'frameworks/kconfigwidgets': '@latest-kf6' + 'frameworks/kxmlgui': '@latest-kf6' + 'frameworks/kdoctools': '@latest-kf6' + Options: require-passing-tests-on: [ 'Linux', 'FreeBSD'] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/granatier-22.12.3/CMakeLists.txt new/granatier-23.04.0/CMakeLists.txt --- old/granatier-22.12.3/CMakeLists.txt 2023-02-25 05:54:37.000000000 +0100 +++ new/granatier-23.04.0/CMakeLists.txt 2023-04-12 18:24:50.000000000 +0200 @@ -1,9 +1,9 @@ cmake_minimum_required (VERSION 3.16 FATAL_ERROR) # Release Service version, managed by release script -set (RELEASE_SERVICE_VERSION_MAJOR "22") -set (RELEASE_SERVICE_VERSION_MINOR "12") -set (RELEASE_SERVICE_VERSION_MICRO "3") +set (RELEASE_SERVICE_VERSION_MAJOR "23") +set (RELEASE_SERVICE_VERSION_MINOR "04") +set (RELEASE_SERVICE_VERSION_MICRO "0") set (RELEASE_SERVICE_COMPACT_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}${RELEASE_SERVICE_VERSION_MINOR}${RELEASE_SERVICE_VERSION_MICRO}") # Bump GRANATIER_BASE_VERSION once new features are added @@ -28,10 +28,17 @@ include(ECMAddAppIcon) include(ECMQtDeclareLoggingCategory) include(ECMDeprecationSettings) +if (QT_MAJOR_VERSION STREQUAL "6") + set(QT_REQUIRED_VERSION "6.4.0") + set(KF_MIN_VERSION "5.240.0") + set(KF_MAJOR_VERSION "6") +else() + set(KF_MAJOR_VERSION "5") +endif() include(ECMSetupVersion) find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Widgets Svg) -find_package(KF5 ${KF_MIN_VERSION} REQUIRED COMPONENTS +find_package(KF${KF_MAJOR_VERSION} ${KF_MIN_VERSION} REQUIRED COMPONENTS CoreAddons Config Crash @@ -47,8 +54,8 @@ find_package(KF5KDEGames 7.3.0 REQUIRED) ecm_set_disabled_deprecation_versions( - QT 5.15.2 - KF 5.91 + QT 6.4 + KF 5.102 KDEGAMES 7.3 ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/granatier-22.12.3/po/eo/granatier.po new/granatier-23.04.0/po/eo/granatier.po --- old/granatier-22.12.3/po/eo/granatier.po 2023-02-25 05:54:37.000000000 +0100 +++ new/granatier-23.04.0/po/eo/granatier.po 2023-04-12 18:24:50.000000000 +0200 @@ -1,13 +1,15 @@ # Translation of granatier into esperanto. +# Copyright (C) 2009 Free Software Foundation, Inc. # Axel Rousseau <[email protected]>, 2009. +# Oliver Kellogg <[email protected]>, 2023. # msgid "" msgstr "" "Project-Id-Version: granatier\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-10-20 00:43+0000\n" -"PO-Revision-Date: 2009-11-15 12:06+0100\n" -"Last-Translator: Axel Rousseau <[email protected]>\n" +"PO-Revision-Date: 2023-01-06 22:00+0100\n" +"Last-Translator: Oliver Kellogg <[email protected]>\n" "Language-Team: esperanto <[email protected]>\n" "Language: eo\n" "MIME-Version: 1.0\n" @@ -19,42 +21,42 @@ #, 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]" #: config/arenaselector.cpp:260 config/playerselectoritem.cpp:155 #, kde-format msgctxt "Author attribution, e.g. \"by Jack\"" msgid "by %1" -msgstr "" +msgstr "de %1" #. i18n: ectx: property (text), widget (QCheckBox, kcfg_RandomArenaMode) #: config/arenaselector.ui:36 #, kde-format msgid "Random Mode" -msgstr "" +msgstr "Hazarda ReÄimo" #. i18n: ectx: property (text), widget (QPushButton, getNewButton) #: config/arenaselector.ui:43 #, kde-format msgid "&Get New Arenas..." -msgstr "" +msgstr "&Ekhavi Novajn Arenojn..." #. i18n: ectx: property (title), widget (QGroupBox, groupBox) #: config/generalsettings.ui:17 #, kde-format msgid "Only for Artists! Won't be here at release" -msgstr "" +msgstr "Nur por Artistoj! Äi ne estos je eldono." #. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowAllTiles) #: config/generalsettings.ui:23 #, kde-format msgid " Show all tiles" -msgstr "" +msgstr " Montri Äiujn kahelojn" #. i18n: ectx: property (text), widget (QLabel, label_9) #: config/generalsettings.ui:30 @@ -120,7 +122,7 @@ #: config/granatier.kcfg:9 #, kde-format msgid "Check if it is the first run of the game." -msgstr "" +msgstr "Kontroli Äu etas la unua rondo de la ludo." #. i18n: ectx: label, entry (Theme), group (General) #: config/granatier.kcfg:13 @@ -130,58 +132,57 @@ #. i18n: ectx: label, entry (Arena), group (General) #: config/granatier.kcfg:17 -#, fuzzy, kde-format -#| msgid "The graphical theme to be used." +#, kde-format msgid "The arena to be used." -msgstr "La uzota grafika etoso." +msgstr "La areno uzenda." #. i18n: ectx: label, entry (RandomArenaMode), group (General) #: config/granatier.kcfg:21 #, kde-format msgid "Use random arenas." -msgstr "" +msgstr "Uzi hazardajn arenojn." #. i18n: ectx: label, entry (RandomArenaModeArenaList), group (General) #: config/granatier.kcfg:25 #, kde-format msgid "List of arenas, used in random mode." -msgstr "" +msgstr "Listo de arenoj, uzata in hazarda reÄimo." #. i18n: ectx: label, entry (PointsToWin), group (General) #: config/granatier.kcfg:28 #, kde-format msgid "The points a user needs to win the game." -msgstr "" +msgstr "La poentoj necesaj por venki la ludon." #. i18n: ectx: label, entry (RoundTime), group (General) #: config/granatier.kcfg:32 #, kde-format msgid "Time for a round." -msgstr "" +msgstr "Tempo de unu ludrondo." #. i18n: ectx: label, entry (InitialSpeed), group (General) #: config/granatier.kcfg:36 #, kde-format msgid "The initial speed." -msgstr "" +msgstr "La komenca rapido." #. i18n: ectx: label, entry (InitialBombPower), group (General) #: config/granatier.kcfg:40 #, kde-format msgid "The initial bomb power." -msgstr "" +msgstr "La komenca bombforto." #. i18n: ectx: label, entry (InitialBombArmory), group (General) #: config/granatier.kcfg:44 #, kde-format msgid "The initial bomb armory." -msgstr "" +msgstr "La komenca bombarsenalo." #. i18n: ectx: label, entry (Sounds), group (General) #: config/granatier.kcfg:48 #, kde-format msgid "Whether sound effects should be played." -msgstr "" +msgstr "Äu sonefektoj estu aÅdigataj." #. i18n: ectx: label, entry (UseWilhelmScream), group (General) #: config/granatier.kcfg:52 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/granatier-22.12.3/po/fi/granatier.po new/granatier-23.04.0/po/fi/granatier.po --- old/granatier-22.12.3/po/fi/granatier.po 2023-02-25 05:54:37.000000000 +0100 +++ new/granatier-23.04.0/po/fi/granatier.po 2023-04-12 18:24:50.000000000 +0200 @@ -1,6 +1,6 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. -# Tommi Nieminen <[email protected]>, 2010, 2011, 2018. +# Tommi Nieminen <[email protected]>, 2010, 2011, 2018, 2023. # Lasse Liehu <[email protected]>, 2010, 2013, 2014, 2015. # # KDE Finnish translation sprint participants: @@ -10,7 +10,7 @@ "Project-Id-Version: granatier\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-10-20 00:43+0000\n" -"PO-Revision-Date: 2018-07-03 10:42+0200\n" +"PO-Revision-Date: 2023-02-26 21:41+0200\n" "Last-Translator: Tommi Nieminen <[email protected]>\n" "Language-Team: Finnish <[email protected]>\n" "Language: fi\n" @@ -19,7 +19,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-POT-Import-Date: 2012-12-01 22:23:58+0000\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 22.12.2\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -364,19 +364,16 @@ msgstr "Haluatko varmasti lopettaa nykyisen pelin?" #: mainwindow.cpp:150 -#, fuzzy, kde-format -#| msgid "New game" +#, kde-format msgctxt "@title:window" msgid "New Game" msgstr "Uusi peli" #: mainwindow.cpp:151 -#, fuzzy, kde-format -#| msgctxt "To quit Granatier" -#| msgid "Quit" +#, kde-format msgctxt "@action:button" msgid "Quit Game" -msgstr "Lopeta" +msgstr "Lopeta peli" #: mainwindow.cpp:192 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/granatier-22.12.3/po/ka/granatier.po new/granatier-23.04.0/po/ka/granatier.po --- old/granatier-22.12.3/po/ka/granatier.po 2023-02-25 05:54:37.000000000 +0100 +++ new/granatier-23.04.0/po/ka/granatier.po 2023-04-12 18:24:50.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: granatier\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-10-20 00:43+0000\n" -"PO-Revision-Date: 2022-12-29 11:40+0100\n" +"PO-Revision-Date: 2022-12-29 03:01+0100\n" "Last-Translator: Temuri Doghonadze <[email protected]>\n" "Language-Team: Georgian <[email protected]>\n" "Language: ka\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/granatier-22.12.3/po/tr/granatier.po new/granatier-23.04.0/po/tr/granatier.po --- old/granatier-22.12.3/po/tr/granatier.po 2023-02-25 05:54:37.000000000 +0100 +++ new/granatier-23.04.0/po/tr/granatier.po 2023-04-12 18:24:50.000000000 +0200 @@ -6,13 +6,13 @@ # obsoleteman <[email protected]>, 2009. # Serhat Demirkol <[email protected]>, 2009. # Volkan Gezer <[email protected]>, 2013. -# Emir SARI <[email protected]>, 2022. +# Emir SARI <[email protected]>, 2022, 2023. msgid "" msgstr "" "Project-Id-Version: kdegames-kde4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-10-20 00:43+0000\n" -"PO-Revision-Date: 2022-07-11 11:07+0300\n" +"PO-Revision-Date: 2023-01-18 22:31+0300\n" "Last-Translator: Emir SARI <[email protected]>\n" "Language-Team: Turkish <[email protected]>\n" "Language: tr\n" @@ -20,7 +20,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Lokalize 22.04.2\n" +"X-Generator: Lokalize 22.12.1\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -54,7 +54,7 @@ #: config/generalsettings.ui:17 #, kde-format msgid "Only for Artists! Won't be here at release" -msgstr "Sadece sanatçılar için! Sürüm zamanı burada olmayacak" +msgstr "Yalnızca sanatçılar için! Sürüm zamanı burada olmayacak" #. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowAllTiles) #: config/generalsettings.ui:23 @@ -211,7 +211,7 @@ #, kde-format msgid "This is only for the artists to make their life easier." msgstr "" -"Bu kısım sadece sanatkarlar için, hayatlarını kolaylaÅtırmak için " +"Bu kısım yalnızca sanatkarlar için, hayatlarını kolaylaÅtırmak için " "yapılmıÅtır." #: config/playerselectoritem.cpp:64 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/granatier-22.12.3/po/zh_CN/granatier.po new/granatier-23.04.0/po/zh_CN/granatier.po --- old/granatier-22.12.3/po/zh_CN/granatier.po 2023-02-25 05:54:37.000000000 +0100 +++ new/granatier-23.04.0/po/zh_CN/granatier.po 2023-04-12 18:24:50.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-20 00:43+0000\n" -"PO-Revision-Date: 2023-02-24 12:58\n" +"PO-Revision-Date: 2023-04-10 14:12\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/granatier-22.12.3/src/CMakeLists.txt new/granatier-23.04.0/src/CMakeLists.txt --- old/granatier-22.12.3/src/CMakeLists.txt 2023-02-25 05:54:37.000000000 +0100 +++ new/granatier-23.04.0/src/CMakeLists.txt 2023-04-12 18:24:50.000000000 +0200 @@ -89,10 +89,10 @@ Qt${QT_MAJOR_VERSION}::Widgets KF5KDEGames Qt${QT_MAJOR_VERSION}::Svg - KF5::CoreAddons - KF5::DBusAddons - KF5::Crash - KF5::XmlGui + KF${KF_MAJOR_VERSION}::CoreAddons + KF${KF_MAJOR_VERSION}::DBusAddons + KF${KF_MAJOR_VERSION}::Crash + KF${KF_MAJOR_VERSION}::XmlGui ) install(TARGETS granatier ${KDE_INSTALL_TARGETS_DEFAULT_ARGS}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/granatier-22.12.3/src/org.kde.granatier.appdata.xml new/granatier-23.04.0/src/org.kde.granatier.appdata.xml --- old/granatier-22.12.3/src/org.kde.granatier.appdata.xml 2023-02-25 05:54:37.000000000 +0100 +++ new/granatier-23.04.0/src/org.kde.granatier.appdata.xml 2023-04-12 18:24:50.000000000 +0200 @@ -171,10 +171,10 @@ <binary>granatier</binary> </provides> <releases> + <release version="1.4.23040" date="2023-04-20"/> <release version="1.4.22123" date="2023-03-02"/> <release version="1.4.22122" date="2023-02-02"/> <release version="1.4.22121" date="2023-01-05"/> - <release version="1.4.22120" date="2022-12-08"/> </releases> <content_rating type="oars-1.1"> <content_attribute id="violence-cartoon">mild</content_attribute>
