Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kmines for openSUSE:Factory checked in at 2023-04-23 22:46:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kmines (Old) and /work/SRC/openSUSE:Factory/.kmines.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kmines" Sun Apr 23 22:46:24 2023 rev:133 rq:1080640 version:23.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kmines/kmines.changes 2023-03-03 22:29:25.307517696 +0100 +++ /work/SRC/openSUSE:Factory/.kmines.new.1533/kmines.changes 2023-04-23 22:49:05.659264301 +0200 @@ -1,0 +2,20 @@ +Sat Apr 15 08:46:00 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:11 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 23.03.90 + * New feature release + +------------------------------------------------------------------- +Fri Mar 17 20:43:45 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 23.03.80 + * New feature release + +------------------------------------------------------------------- Old: ---- kmines-22.12.3.tar.xz kmines-22.12.3.tar.xz.sig New: ---- kmines-23.04.0.tar.xz kmines-23.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kmines.spec ++++++ --- /var/tmp/diff_new_pack.Zqw1gV/_old 2023-04-23 22:49:06.207267397 +0200 +++ /var/tmp/diff_new_pack.Zqw1gV/_new 2023-04-23 22:49:06.215267443 +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: kmines -Version: 22.12.3 +Version: 23.04.0 Release: 0 Summary: Minesweeper-like game License: GPL-2.0-or-later ++++++ kmines-22.12.3.tar.xz -> kmines-23.04.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-22.12.3/.gitlab-ci.yml new/kmines-23.04.0/.gitlab-ci.yml --- old/kmines-22.12.3/.gitlab-ci.yml 2023-02-25 06:08:34.000000000 +0100 +++ new/kmines-23.04.0/.gitlab-ci.yml 2023-04-12 18:31:58.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/kmines-22.12.3/.kde-ci.yml new/kmines-23.04.0/.kde-ci.yml --- old/kmines-22.12.3/.kde-ci.yml 2023-02-25 06:08:34.000000000 +0100 +++ new/kmines-23.04.0/.kde-ci.yml 2023-04-12 18:31:58.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/ktextwidgets': '@stable' 'frameworks/kwidgetsaddons': '@stable' 'frameworks/kxmlgui': '@stable' + +- '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/ktextwidgets': '@latest-kf6' + 'frameworks/kwidgetsaddons': '@latest-kf6' + 'frameworks/kxmlgui': '@latest-kf6' + Options: - require-passing-tests-on: [ 'Linux', 'FreeBSD'] + require-passing-tests-on: [ 'Linux', 'FreeBSD', 'Windows'] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-22.12.3/CMakeLists.txt new/kmines-23.04.0/CMakeLists.txt --- old/kmines-22.12.3/CMakeLists.txt 2023-02-25 06:08:34.000000000 +0100 +++ new/kmines-23.04.0/CMakeLists.txt 2023-04-12 18:31:58.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 KMINES_BASE_VERSION once new features are added @@ -13,9 +13,9 @@ project(kmines VERSION ${KMINES_VERSION}) set(QT_MIN_VERSION "5.15.2") -set(KF5_MIN_VERSION "5.89.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) @@ -27,9 +27,17 @@ include(ECMQtDeclareLoggingCategory) 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 ConfigWidgets CoreAddons @@ -40,19 +48,18 @@ WidgetsAddons XmlGui ) -find_package(KF5DocTools ${KF5_MIN_VERSION}) -set_package_properties(KF5DocTools PROPERTIES DESCRIPTION +find_package(KF${KF_MAJOR_VERSION}DocTools ${KF_MIN_VERSION}) +set_package_properties(KF${KF_MAJOR_VERSION}DocTools PROPERTIES DESCRIPTION "Tools to generate documentation" TYPE OPTIONAL ) find_package(KF5KDEGames 7.3.1 REQUIRED) -add_definitions( - -DQT_DISABLE_DEPRECATED_BEFORE=0x050F00 - -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 - -DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055900 - -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 +ecm_set_disabled_deprecation_versions( + QT 6.4 + KF 5.103 + KDEGAMES 7.3 ) add_subdirectory(data) @@ -60,7 +67,7 @@ add_subdirectory(src) ki18n_install(po) -if(KF5DocTools_FOUND) +if(KF${KF_MAJOR_VERSION}DocTools_FOUND) add_subdirectory(doc) kdoctools_install(po) endif() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-22.12.3/data/org.kde.kmines.appdata.xml new/kmines-23.04.0/data/org.kde.kmines.appdata.xml --- old/kmines-22.12.3/data/org.kde.kmines.appdata.xml 2023-02-25 06:08:34.000000000 +0100 +++ new/kmines-23.04.0/data/org.kde.kmines.appdata.xml 2023-04-12 18:31:58.000000000 +0200 @@ -136,10 +136,10 @@ </provides> <project_group>KDE</project_group> <releases> + <release version="4.0.23040" date="2023-04-20"/> <release version="4.0.22123" date="2023-03-02"/> <release version="4.0.22122" date="2023-02-02"/> <release version="4.0.22121" date="2023-01-05"/> - <release version="4.0.22120" date="2022-12-08"/> </releases> <content_rating type="oars-1.1"> <content_attribute id="violence-cartoon">mild</content_attribute> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-22.12.3/po/ka/kmines.po new/kmines-23.04.0/po/ka/kmines.po --- old/kmines-22.12.3/po/ka/kmines.po 2023-02-25 06:08:34.000000000 +0100 +++ new/kmines-23.04.0/po/ka/kmines.po 2023-04-12 18:31:58.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kmines\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-06-15 00:44+0000\n" -"PO-Revision-Date: 2022-12-01 09:38+0100\n" +"PO-Revision-Date: 2022-11-28 09:30+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/kmines-22.12.3/po/pt_BR/docs/kmines/index.docbook new/kmines-23.04.0/po/pt_BR/docs/kmines/index.docbook --- old/kmines-22.12.3/po/pt_BR/docs/kmines/index.docbook 2023-02-25 06:08:34.000000000 +0100 +++ new/kmines-23.04.0/po/pt_BR/docs/kmines/index.docbook 2023-04-12 18:31:58.000000000 +0200 @@ -112,9 +112,9 @@ >&FDLNotice;</legalnotice> <date ->07/01/2019</date> +>11/07/2021</date> <releaseinfo ->4.0 (Applications 19.04)</releaseinfo> +>4.0 (KDE Gear 21.04)</releaseinfo> <abstract ><para @@ -340,7 +340,7 @@ ><para ><action >Sai</action -> do &kmines;</para +> do &kmines;.</para ></listitem> </varlistentry> @@ -369,8 +369,8 @@ <para >Se você selecionar o <guimenuitem >Personalizado</guimenuitem ->, então a configuração feita por você no diálogo <guimenuitem ->Configurar o &kmines;</guimenuitem +>, então a configuração feita por você no diálogo <guilabel +>Configurar - &kmines;</guilabel > será usada.</para ></listitem> </varlistentry> @@ -453,7 +453,7 @@ ></keycombo ></entry ><entry ->A ajuda o que é isto?</entry +>Ajuda 'O que é isto?'</entry ></row> <row ><entry @@ -472,12 +472,12 @@ <para >Estas configurações de teclas podem ser alteradas selecionando a opção ><menuchoice -> <guimenu +><guimenu >Configurações</guimenu > <guimenuitem >Configurar atalhos...</guimenuitem -> </menuchoice -> na barra de menu.</para> +></menuchoice +>.</para> </sect1> @@ -495,10 +495,12 @@ </question> <answer> <para ->Sim, clique no menu <guimenu +>Sim, clique no menu <menuchoice +><guimenu >Configurações</guimenu -> e selecione <guimenuitem ->Configurar o &kmines;</guimenuitem +> <guimenuitem +>Configurar o &kmines;...</guimenuitem +></menuchoice >. </para> </answer> </qandaentry> @@ -522,11 +524,11 @@ >Opções do jogo</title> <para >Estas configurações de teclas podem ser alteradas selecionando a opção ><menuchoice -> <guimenu +><guimenu >Configurações</guimenu > <guimenuitem >Configurar o &kmines;</guimenuitem -> </menuchoice +></menuchoice > no menu. Uma caixa de diálogo será mostrada. </para> <para >Na página <guilabel @@ -557,6 +559,14 @@ >Quando marcado, permite desativar pontuação ao reiniciar.</para> </listitem> </varlistentry> + <varlistentry> + <term +>Explore com clique esquerdo no número de células</term> + <listitem> + <para +>Quando marcado, o clique com &LMB; em um número de célula terá o mesmo efeito que o clique com o &MMB;.</para> + </listitem> + </varlistentry> </variablelist> <para diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-22.12.3/po/zh_CN/kmines.po new/kmines-23.04.0/po/zh_CN/kmines.po --- old/kmines-22.12.3/po/zh_CN/kmines.po 2023-02-25 06:08:34.000000000 +0100 +++ new/kmines-23.04.0/po/zh_CN/kmines.po 2023-04-12 18:31:58.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-06-15 00:44+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/kmines-22.12.3/src/CMakeLists.txt new/kmines-23.04.0/src/CMakeLists.txt --- old/kmines-22.12.3/src/CMakeLists.txt 2023-02-25 06:08:34.000000000 +0100 +++ new/kmines-23.04.0/src/CMakeLists.txt 2023-04-12 18:31:58.000000000 +0200 @@ -40,12 +40,12 @@ target_link_libraries(kmines KF5KDEGames - KF5::CoreAddons - KF5::TextWidgets - KF5::WidgetsAddons - KF5::DBusAddons - KF5::Crash - KF5::XmlGui + KF${KF_MAJOR_VERSION}::CoreAddons + KF${KF_MAJOR_VERSION}::TextWidgets + KF${KF_MAJOR_VERSION}::WidgetsAddons + KF${KF_MAJOR_VERSION}::DBusAddons + KF${KF_MAJOR_VERSION}::Crash + KF${KF_MAJOR_VERSION}::XmlGui ) install(TARGETS kmines ${KDE_INSTALL_TARGETS_DEFAULT_ARGS}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmines-22.12.3/src/mainwindow.cpp new/kmines-23.04.0/src/mainwindow.cpp --- old/kmines-22.12.3/src/mainwindow.cpp 2023-02-25 06:08:34.000000000 +0100 +++ new/kmines-23.04.0/src/mainwindow.cpp 2023-04-12 18:31:58.000000000 +0200 @@ -40,9 +40,9 @@ : QWidget(parent) { ui.setupUi(this); - connect(ui.kcfg_CustomWidth, qOverload<int>(&QSpinBox::valueChanged), + connect(ui.kcfg_CustomWidth, &QSpinBox::valueChanged, this, &CustomGameConfig::updateMaxMines); - connect(ui.kcfg_CustomHeight, qOverload<int>(&QSpinBox::valueChanged), + connect(ui.kcfg_CustomHeight, &QSpinBox::valueChanged, this, &CustomGameConfig::updateMaxMines); }
