Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kollision for openSUSE:Factory checked in at 2023-04-23 22:46:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kollision (Old) and /work/SRC/openSUSE:Factory/.kollision.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kollision" Sun Apr 23 22:46:30 2023 rev:133 rq:1080650 version:23.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kollision/kollision.changes 2023-03-03 22:29:38.663577533 +0100 +++ /work/SRC/openSUSE:Factory/.kollision.new.1533/kollision.changes 2023-04-23 22:49:15.679320917 +0200 @@ -1,0 +2,20 @@ +Sat Apr 15 08:46:05 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:15 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 23.03.90 + * New feature release + +------------------------------------------------------------------- +Fri Mar 17 20:43:50 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 23.03.80 + * New feature release + +------------------------------------------------------------------- Old: ---- kollision-22.12.3.tar.xz kollision-22.12.3.tar.xz.sig New: ---- kollision-23.04.0.tar.xz kollision-23.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kollision.spec ++++++ --- /var/tmp/diff_new_pack.8tFnSH/_old 2023-04-23 22:49:16.175323719 +0200 +++ /var/tmp/diff_new_pack.8tFnSH/_new 2023-04-23 22:49:16.179323742 +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: kollision -Version: 22.12.3 +Version: 23.04.0 Release: 0 Summary: Kollision game License: GPL-2.0-or-later ++++++ kollision-22.12.3.tar.xz -> kollision-23.04.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kollision-22.12.3/.gitlab-ci.yml new/kollision-23.04.0/.gitlab-ci.yml --- old/kollision-22.12.3/.gitlab-ci.yml 2023-02-25 06:10:06.000000000 +0100 +++ new/kollision-23.04.0/.gitlab-ci.yml 2023-04-12 18:35:48.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/kollision-22.12.3/.kde-ci.yml new/kollision-23.04.0/.kde-ci.yml --- old/kollision-22.12.3/.kde-ci.yml 2023-02-25 06:10:06.000000000 +0100 +++ new/kollision-23.04.0/.kde-ci.yml 2023-04-12 18:35:48.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/kcoreaddons': '@latest-kf6' + 'frameworks/kcrash': '@latest-kf6' + 'frameworks/kdbusaddons': '@latest-kf6' + 'frameworks/kdoctools': '@latest-kf6' + 'frameworks/ki18n': '@latest-kf6' + 'frameworks/kwidgetsaddons': '@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/kollision-22.12.3/CMakeLists.txt new/kollision-23.04.0/CMakeLists.txt --- old/kollision-22.12.3/CMakeLists.txt 2023-02-25 06:10:06.000000000 +0100 +++ new/kollision-23.04.0/CMakeLists.txt 2023-04-12 18:35:48.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 KOLLISION_BASE_VERSION once new features are added @@ -13,9 +13,9 @@ project(kollision VERSION ${KOLLISION_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,10 +26,18 @@ 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) -find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS +find_package(KF${KF_MAJOR_VERSION} ${KF_MIN_VERSION} REQUIRED COMPONENTS Config CoreAddons Crash @@ -43,11 +51,11 @@ find_package(KF5KDEGames 7.3.0 REQUIRED) add_definitions(-DTRANSLATION_DOMAIN="kollision") -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(pictures) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kollision-22.12.3/po/ca/kollision.po new/kollision-23.04.0/po/ca/kollision.po --- old/kollision-22.12.3/po/ca/kollision.po 2023-02-25 06:10:06.000000000 +0100 +++ new/kollision-23.04.0/po/ca/kollision.po 2023-04-12 18:35:48.000000000 +0200 @@ -211,3 +211,6 @@ #, kde-format msgid "&Animation smoothness:" msgstr "Suavitat de l'&animació:" + +#~ msgid "Difficulty of the game." +#~ msgstr "Dificultat de la partida." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kollision-22.12.3/po/de/docs/kollision/index.docbook new/kollision-23.04.0/po/de/docs/kollision/index.docbook --- old/kollision-22.12.3/po/de/docs/kollision/index.docbook 2023-02-25 06:10:06.000000000 +0100 +++ new/kollision-23.04.0/po/de/docs/kollision/index.docbook 2023-04-12 18:35:48.000000000 +0200 @@ -1,12 +1,9 @@ <?xml version="1.0" ?> <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [ - <!ENTITY kollision "<application ->Kollision</application ->"> <!ENTITY % German "INCLUDE"> <!ENTITY % addindex "IGNORE"> ]> - + <book id="kollision" lang="&language;"> <bookinfo> <title @@ -56,17 +53,16 @@ </authorgroup> <legalnotice >&FDLNotice;</legalnotice> - + <date ->2016-05-10</date> +>2021-08-07</date> <releaseinfo ->0.3 (Anwendungen 16.04)</releaseinfo -> +>0.3 (KDE Gear 21.08)</releaseinfo> <abstract> <para >Dieses Handbuch beschreibt das Spiel &kollision; in der Version 0.3</para> </abstract> - + <keywordset> <keyword >KDE</keyword> @@ -98,9 +94,9 @@ >Einer</para ></note> <para ->Ein einfaches Ausweich-Ballspiel </para> +>Ein einfaches Ausweich-Ballspiel. </para> </chapter> - + <chapter id="howto" ><title >Spielanleitung</title> @@ -130,7 +126,7 @@ <para >Sie können den Schwierigkeitsgrad rechts in der Statusleiste auswählen. Je >höher der Schwierigkeitsgrad, umso schneller und zahlreicher werden die >Bälle. </para> </chapter> - + <chapter id="rules_and_tips" ><title >Spielregeln, Spielstrategien und Tipps</title> @@ -181,8 +177,8 @@ </itemizedlist> </sect1> </chapter> - - + + <chapter id="interface" ><title >Die Benutzeroberfläche</title> @@ -293,6 +289,23 @@ ><menuchoice ><guimenu >Einstellungen</guimenu +> <guimenuitem +>Bälle vergröÃern</guimenuitem +> </menuchoice +></term> +<listitem +><para +><action +>Aktivieren, um die Bälle zu vergröÃern.</action +> Die Voreinstellung ist aus.</para +></listitem> +</varlistentry> + +<varlistentry> +<term +><menuchoice +><guimenu +>Einstellungen</guimenu > <guisubmenu >Schwierigkeitsgrad</guisubmenu ></menuchoice @@ -325,7 +338,7 @@ </sect1> </chapter> - + <chapter id="faq" ><title >Häufig gestellte Fragen</title> @@ -372,7 +385,7 @@ </qandaentry> </qandaset> </chapter> - + <chapter id="credits" ><title >Danksagungen und Lizenz</title> @@ -401,7 +414,7 @@ ></para > &underFDL; &underGPL; </chapter> -&documentation.index; +&documentation.index; </book> <!-- Local Variables: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kollision-22.12.3/po/eo/kollision.po new/kollision-23.04.0/po/eo/kollision.po --- old/kollision-22.12.3/po/eo/kollision.po 2023-02-25 06:10:06.000000000 +0100 +++ new/kollision-23.04.0/po/eo/kollision.po 2023-04-12 18:35:48.000000000 +0200 @@ -1,13 +1,15 @@ # Translation of kollision into esperanto. +# Copyright (C) 2009 Free Software Foundation, Inc. # Axel Rousseau <[email protected]>, 2009. +# Oliver Kellogg <[email protected]>, 2023. # msgid "" msgstr "" "Project-Id-Version: kollision\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-09-20 00:42+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,24 +21,24 @@ #, 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]" #. i18n: ectx: label, entry (IncreaseBallSize), group (game_options) #: kollision.kcfg:9 #, kde-format msgid "Whether automatically increasing ball size should be applied." -msgstr "" +msgstr "Äu aÅtomate pliiÄanta pilkograndeco estu aplikata." #. i18n: ectx: label, entry (EnableSounds), group (sounds) #: kollision.kcfg:15 #, kde-format msgid "Whether sound effects should be played." -msgstr "" +msgstr "Äu sonefektoj estu aÅdigataj." #. i18n: ectx: Menu (game) #: kollisionui.rc:9 @@ -131,7 +133,7 @@ #: mainwindow.cpp:88 #, kde-format msgid "&Increase Ball Size" -msgstr "" +msgstr "Pl&igrandigi Pilkon" #: mainwindow.cpp:94 #, kde-format @@ -141,20 +143,20 @@ #: mainwindow.cpp:135 #, kde-format msgid "Balls: %1" -msgstr "" +msgstr "Pilkoj: %1" #: mainwindow.cpp:140 #, kde-format msgid "Time: %1 second" msgid_plural "Time: %1 seconds" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Tempo: %1 sekundo" +msgstr[1] "Tempo: %1 sekundoj" #. i18n: ectx: property (text), widget (QCheckBox, kcfg_EnableSounds) #: preferences.ui:16 #, kde-format msgid "Enable &sounds" -msgstr "" +msgstr "Ebligi &sonorojn" #. i18n: ectx: property (text), widget (QCheckBox, kcfg_IncreaseBallSize) #: preferences.ui:23 @@ -166,31 +168,31 @@ #: preferences.ui:32 #, kde-format msgid "&Difficulty:" -msgstr "" +msgstr "&Malfacileco:" #. i18n: ectx: property (text), item, widget (QComboBox, kcfg_GameDifficulty) #: preferences.ui:43 #, kde-format msgctxt "Difficulty level" msgid "Easy" -msgstr "" +msgstr "Facila" #. i18n: ectx: property (text), item, widget (QComboBox, kcfg_GameDifficulty) #: preferences.ui:48 #, kde-format msgctxt "Difficulty level" msgid "Medium" -msgstr "" +msgstr "Meza" #. i18n: ectx: property (text), item, widget (QComboBox, kcfg_GameDifficulty) #: preferences.ui:53 #, kde-format msgctxt "Difficulty level" msgid "Hard" -msgstr "" +msgstr "Malfacila" #. i18n: ectx: property (text), widget (QLabel, label) #: preferences.ui:65 #, kde-format msgid "&Animation smoothness:" -msgstr "" +msgstr "Gl&ateco de animacio:" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kollision-22.12.3/po/ka/kollision.po new/kollision-23.04.0/po/ka/kollision.po --- old/kollision-22.12.3/po/ka/kollision.po 2023-02-25 06:10:06.000000000 +0100 +++ new/kollision-23.04.0/po/ka/kollision.po 2023-04-12 18:35:48.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kollision\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-09-20 00:42+0000\n" -"PO-Revision-Date: 2022-11-23 07:01+0100\n" +"PO-Revision-Date: 2022-11-27 06:43+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/kollision-22.12.3/po/sl/kollision.po new/kollision-23.04.0/po/sl/kollision.po --- old/kollision-22.12.3/po/sl/kollision.po 2023-02-25 06:10:06.000000000 +0100 +++ new/kollision-23.04.0/po/sl/kollision.po 2023-04-12 18:35:48.000000000 +0200 @@ -11,17 +11,17 @@ "Project-Id-Version: kollision\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-09-20 00:42+0000\n" -"PO-Revision-Date: 2022-11-18 11:15+0100\n" +"PO-Revision-Date: 2020-09-19 21:16+0200\n" "Last-Translator: Matjaž Jeran <[email protected]>\n" "Language-Team: Slovenian <[email protected]>\n" "Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Translator: Andrej Mernik <[email protected]>\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n" "%100==4 ? 3 : 0);\n" -"Translator: Andrej Mernik <[email protected]>\n" -"X-Generator: Poedit 3.1.1\n" +"X-Generator: Poedit 2.4.1\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -140,15 +140,15 @@ msgstr[1] "" "KONEC IGRE\n" "Preživeli ste %1 sekundi.\n" -"Kliknite za novo igro" +"Kliknite za novo igro." msgstr[2] "" "KONEC IGRE\n" "Preživeli ste %1 sekunde.\n" -"Kliknite za novo igro" +"Kliknite za novo igro." msgstr[3] "" "KONEC IGRE\n" "Preživeli ste %1 sekund.\n" -"Kliknite za novo igro" +"Kliknite za novo igro." #: mainwindow.cpp:80 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kollision-22.12.3/po/zh_CN/kollision.po new/kollision-23.04.0/po/zh_CN/kollision.po --- old/kollision-22.12.3/po/zh_CN/kollision.po 2023-02-25 06:10:06.000000000 +0100 +++ new/kollision-23.04.0/po/zh_CN/kollision.po 2023-04-12 18:35:48.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-20 00:42+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/kollision-22.12.3/src/CMakeLists.txt new/kollision-23.04.0/src/CMakeLists.txt --- old/kollision-22.12.3/src/CMakeLists.txt 2023-02-25 06:10:06.000000000 +0100 +++ new/kollision-23.04.0/src/CMakeLists.txt 2023-04-12 18:35:48.000000000 +0200 @@ -34,11 +34,11 @@ target_link_libraries(kollision KF5KDEGames - KF5::CoreAddons - KF5::Crash - KF5::DBusAddons - KF5::I18n - KF5::XmlGui + KF${KF_MAJOR_VERSION}::CoreAddons + KF${KF_MAJOR_VERSION}::Crash + KF${KF_MAJOR_VERSION}::DBusAddons + KF${KF_MAJOR_VERSION}::I18n + KF${KF_MAJOR_VERSION}::XmlGui ) install(TARGETS kollision ${KDE_INSTALL_TARGETS_DEFAULT_ARGS}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kollision-22.12.3/src/org.kde.kollision.appdata.xml new/kollision-23.04.0/src/org.kde.kollision.appdata.xml --- old/kollision-22.12.3/src/org.kde.kollision.appdata.xml 2023-02-25 06:10:06.000000000 +0100 +++ new/kollision-23.04.0/src/org.kde.kollision.appdata.xml 2023-04-12 18:35:48.000000000 +0200 @@ -138,9 +138,9 @@ </screenshot> </screenshots> <releases> + <release version="0.3.23040" date="2023-04-20"/> <release version="0.3.22123" date="2023-03-02"/> <release version="0.3.22122" date="2023-02-02"/> <release version="0.3.22121" date="2023-01-05"/> - <release version="0.3.22120" date="2022-12-08"/> </releases> </component>
