Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kspaceduel for openSUSE:Factory checked in at 2023-04-23 22:46:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kspaceduel (Old) and /work/SRC/openSUSE:Factory/.kspaceduel.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kspaceduel" Sun Apr 23 22:46:46 2023 rev:131 rq:1080680 version:23.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kspaceduel/kspaceduel.changes 2023-03-03 22:29:59.803670356 +0100 +++ /work/SRC/openSUSE:Factory/.kspaceduel.new.1533/kspaceduel.changes 2023-04-23 22:49:39.067453065 +0200 @@ -1,0 +2,20 @@ +Sat Apr 15 08:46:18 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:42:25 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 23.03.90 + * New feature release + +------------------------------------------------------------------- +Fri Mar 17 20:44:05 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 23.03.80 + * New feature release + +------------------------------------------------------------------- Old: ---- kspaceduel-22.12.3.tar.xz kspaceduel-22.12.3.tar.xz.sig New: ---- kspaceduel-23.04.0.tar.xz kspaceduel-23.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kspaceduel.spec ++++++ --- /var/tmp/diff_new_pack.w1awJz/_old 2023-04-23 22:49:39.571455912 +0200 +++ /var/tmp/diff_new_pack.w1awJz/_new 2023-04-23 22:49:39.579455957 +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: kspaceduel -Version: 22.12.3 +Version: 23.04.0 Release: 0 Summary: Space Arcade game License: GPL-2.0-or-later ++++++ kspaceduel-22.12.3.tar.xz -> kspaceduel-23.04.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kspaceduel-22.12.3/.gitlab-ci.yml new/kspaceduel-23.04.0/.gitlab-ci.yml --- old/kspaceduel-22.12.3/.gitlab-ci.yml 2023-02-25 06:14:18.000000000 +0100 +++ new/kspaceduel-23.04.0/.gitlab-ci.yml 2023-04-12 18:38:39.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/kspaceduel-22.12.3/.kde-ci.yml new/kspaceduel-23.04.0/.kde-ci.yml --- old/kspaceduel-22.12.3/.kde-ci.yml 2023-02-25 06:14:18.000000000 +0100 +++ new/kspaceduel-23.04.0/.kde-ci.yml 2023-04-12 18:38:39.000000000 +0200 @@ -2,7 +2,20 @@ # SPDX-License-Identifier: CC0-1.0 Dependencies: -- 'on': ['@all'] +- 'on': ['Linux/Qt6', 'FreeBSD/Qt6', 'Windows/Qt6', 'Android/Qt6'] + 'require': + 'frameworks/extra-cmake-modules': '@latest-kf6' + 'games/libkdegames': '@latest-kf6' + 'frameworks/kconfig': '@latest-kf6' + 'frameworks/kconfigwidgets': '@latest-kf6' + 'frameworks/kcoreaddons': '@latest-kf6' + 'frameworks/kcrash': '@latest-kf6' + 'frameworks/kdbusaddons': '@latest-kf6' + 'frameworks/kdoctools': '@latest-kf6' + 'frameworks/ki18n': '@latest-kf6' + 'frameworks/kxmlgui': '@latest-kf6' + +- 'on': ['Linux/Qt5', 'FreeBSD/Qt5', 'Windows/Qt5', 'Android/Qt5'] 'require': 'frameworks/extra-cmake-modules': '@stable' 'games/libkdegames': '@same' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kspaceduel-22.12.3/CMakeLists.txt new/kspaceduel-23.04.0/CMakeLists.txt --- old/kspaceduel-22.12.3/CMakeLists.txt 2023-02-25 06:14:18.000000000 +0100 +++ new/kspaceduel-23.04.0/CMakeLists.txt 2023-04-12 18:38:39.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 KSPACEDUEL_BASE_VERSION once new features are added @@ -13,9 +13,9 @@ project(kspaceduel VERSION ${KSPACEDUEL_VERSION}) set (QT_MIN_VERSION "5.15.2") -set (KF5_MIN_VERSION "5.90.0") +set (KF_MIN_VERSION "5.92.0") -find_package(ECM ${KF5_MIN_VERSION} REQUIRED CONFIG) +find_package(ECM ${KF_MIN_VERSION} REQUIRED CONFIG) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH}) include(KDEInstallDirs) @@ -26,13 +26,21 @@ include(ECMInstallIcons) include(ECMSetupVersion) include(FeatureSummary) +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() find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Widgets Svg) if (QT_MAJOR_VERSION STREQUAL "6") find_package(Qt6 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS SvgWidgets) endif() -find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS +find_package(KF${KF_MAJOR_VERSION} ${KF_MIN_VERSION} REQUIRED COMPONENTS Config ConfigWidgets CoreAddons @@ -45,13 +53,13 @@ find_package(KF5KDEGames 7.3.0 REQUIRED) -add_definitions( - -DQT_DISABLE_DEPRECATED_BEFORE=0x050F00 - -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 - -DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055800 - -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 +ecm_set_disabled_deprecation_versions( + QT 6.4 + KF 5.103 + KDEGAMES 7.3 ) + add_subdirectory(doc) add_subdirectory(sprites) add_subdirectory(pics) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kspaceduel-22.12.3/po/bg/kspaceduel.po new/kspaceduel-23.04.0/po/bg/kspaceduel.po --- old/kspaceduel-22.12.3/po/bg/kspaceduel.po 2023-02-25 06:14:18.000000000 +0100 +++ new/kspaceduel-23.04.0/po/bg/kspaceduel.po 2023-04-12 18:38:39.000000000 +0200 @@ -1,7 +1,7 @@ # Bulgarian translation of KDE. # This file is licensed under the GPL. # -# $Id: kspaceduel.po 1641828 2023-01-09 21:15:54Z mkkdr $ +# $Id: kspaceduel.po 1640673 2022-12-23 17:40:53Z mkkdr $ # # Mincho Kondarev <[email protected]>, 2022. msgid "" @@ -11,7 +11,7 @@ "POT-Creation-Date: 2022-09-26 00:42+0000\n" "PO-Revision-Date: 2022-12-20 23:23+0100\n" "Last-Translator: Mincho Kondarev <[email protected]>\n" -"Language-Team: Bulgarian <[email protected]>\n" +"Language-Team: Bulgarian <[email protected]>\n" "Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kspaceduel-22.12.3/po/eo/kspaceduel.po new/kspaceduel-23.04.0/po/eo/kspaceduel.po --- old/kspaceduel-22.12.3/po/eo/kspaceduel.po 2023-02-25 06:14:18.000000000 +0100 +++ new/kspaceduel-23.04.0/po/eo/kspaceduel.po 2023-04-12 18:38:39.000000000 +0200 @@ -2,14 +2,15 @@ # Copyright (C) 2007 Free Software Foundation, Inc. # Wolfram Diestel <[email protected]>, 2002. # Pierre-Marie Pédrot <[email protected]>, 2007. +# Oliver Kellogg <[email protected]>, 2023. # msgid "" msgstr "" "Project-Id-Version: kspaceduel\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-09-26 00:42+0000\n" -"PO-Revision-Date: 2007-12-02 12:23+0100\n" -"Last-Translator: Pierre-Marie Pédrot <[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" @@ -21,12 +22,12 @@ #, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" -msgstr "Wolfram Diestel" +msgstr "Wolfram Diestel, Oliver Kellogg" #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "[email protected]" +msgstr "[email protected], [email protected]" #: dialogs.cpp:63 msgid "Game speed:" @@ -281,10 +282,9 @@ msgstr "KSpaceDuel" #: main.cpp:30 -#, fuzzy, kde-format -#| msgid "KDE Space Game" +#, kde-format msgid "Space Arcade Game" -msgstr "KDE spacoludo" +msgstr "Kosma Arkadludo" #: main.cpp:32 #, kde-format @@ -362,13 +362,11 @@ #: structs.h:52 msgid "Chaos" -msgstr "" +msgstr "Kaoso" #: structs.h:52 -#, fuzzy -#| msgid "Energy" msgid "Lack of Energy" -msgstr "Energio" +msgstr "Manko de Energio" #: topwidget.cpp:82 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kspaceduel-22.12.3/po/ka/kspaceduel.po new/kspaceduel-23.04.0/po/ka/kspaceduel.po --- old/kspaceduel-22.12.3/po/ka/kspaceduel.po 2023-02-25 06:14:18.000000000 +0100 +++ new/kspaceduel-23.04.0/po/ka/kspaceduel.po 2023-04-12 18:38:39.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kspaceduel\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-09-26 00:42+0000\n" -"PO-Revision-Date: 2022-11-23 07:06+0100\n" +"PO-Revision-Date: 2022-11-27 06:37+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/kspaceduel-22.12.3/po/zh_CN/kspaceduel.po new/kspaceduel-23.04.0/po/zh_CN/kspaceduel.po --- old/kspaceduel-22.12.3/po/zh_CN/kspaceduel.po 2023-02-25 06:14:18.000000000 +0100 +++ new/kspaceduel-23.04.0/po/zh_CN/kspaceduel.po 2023-04-12 18:38:39.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-02-24 12:58\n" +"PO-Revision-Date: 2023-04-10 14:13\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kspaceduel-22.12.3/src/CMakeLists.txt new/kspaceduel-23.04.0/src/CMakeLists.txt --- old/kspaceduel-22.12.3/src/CMakeLists.txt 2023-02-25 06:14:18.000000000 +0100 +++ new/kspaceduel-23.04.0/src/CMakeLists.txt 2023-04-12 18:38:39.000000000 +0200 @@ -38,11 +38,11 @@ target_link_libraries(kspaceduel KF5KDEGames - KF5::CoreAddons - KF5::Completion - KF5::Crash - KF5::DBusAddons - KF5::XmlGui + KF${KF_MAJOR_VERSION}::CoreAddons + KF${KF_MAJOR_VERSION}::Completion + KF${KF_MAJOR_VERSION}::Crash + KF${KF_MAJOR_VERSION}::DBusAddons + KF${KF_MAJOR_VERSION}::XmlGui Qt${QT_MAJOR_VERSION}::Svg ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kspaceduel-22.12.3/src/org.kde.kspaceduel.appdata.xml new/kspaceduel-23.04.0/src/org.kde.kspaceduel.appdata.xml --- old/kspaceduel-22.12.3/src/org.kde.kspaceduel.appdata.xml 2023-02-25 06:14:18.000000000 +0100 +++ new/kspaceduel-23.04.0/src/org.kde.kspaceduel.appdata.xml 2023-04-12 18:38:39.000000000 +0200 @@ -143,9 +143,9 @@ <binary>kspaceduel</binary> </provides> <releases> + <release version="2.1.23040" date="2023-04-20"/> <release version="2.1.22123" date="2023-03-02"/> <release version="2.1.22122" date="2023-02-02"/> <release version="2.1.22121" date="2023-01-05"/> - <release version="2.1.22120" date="2022-12-08"/> </releases> </component>
