Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kmahjongg for openSUSE:Factory checked in at 2021-12-13 20:43:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kmahjongg (Old) and /work/SRC/openSUSE:Factory/.kmahjongg.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kmahjongg" Mon Dec 13 20:43:21 2021 rev:117 rq:937967 version:21.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kmahjongg/kmahjongg.changes 2021-11-06 18:20:14.980954521 +0100 +++ /work/SRC/openSUSE:Factory/.kmahjongg.new.2520/kmahjongg.changes 2021-12-13 20:48:35.828565858 +0100 @@ -1,0 +2,25 @@ +Fri Dec 3 19:22:13 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:11:07 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 21.11.90 + * New feature release +- No code change since 21.11.80 + +------------------------------------------------------------------- +Sat Nov 13 17:55:28 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 libraries + * CI: Fix repo path for kdegames deps + +------------------------------------------------------------------- Old: ---- kmahjongg-21.08.3.tar.xz kmahjongg-21.08.3.tar.xz.sig New: ---- kmahjongg-21.12.0.tar.xz kmahjongg-21.12.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kmahjongg.spec ++++++ --- /var/tmp/diff_new_pack.EEhmYx/_old 2021-12-13 20:48:36.384566213 +0100 +++ /var/tmp/diff_new_pack.EEhmYx/_new 2021-12-13 20:48:36.388566216 +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: kmahjongg -Version: 21.08.3 +Version: 21.12.0 Release: 0 Summary: Mahjongg game License: GPL-2.0-or-later ++++++ kmahjongg-21.08.3.tar.xz -> kmahjongg-21.12.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmahjongg-21.08.3/.gitlab-ci.yml new/kmahjongg-21.12.0/.gitlab-ci.yml --- old/kmahjongg-21.08.3/.gitlab-ci.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/kmahjongg-21.12.0/.gitlab-ci.yml 2021-12-02 22:30: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/kmahjongg-21.08.3/.kde-ci.yml new/kmahjongg-21.12.0/.kde-ci.yml --- old/kmahjongg-21.08.3/.kde-ci.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/kmahjongg-21.12.0/.kde-ci.yml 2021-12-02 22:30:55.000000000 +0100 @@ -0,0 +1,17 @@ +# SPDX-FileCopyrightText: None +# SPDX-License-Identifier: CC0-1.0 + +Dependencies: +- 'on': ['@all'] + 'require': + 'frameworks/extra-cmake-modules': '@stable' + 'games/libkmahjongg': '@same' + 'games/libkdegames': '@same' + 'frameworks/kconfig': '@stable' + 'frameworks/kcoreaddons': '@stable' + 'frameworks/kcrash': '@stable' + 'frameworks/kdbusaddons': '@stable' + 'frameworks/kdeclarative': '@stable' + 'frameworks/kdoctools': '@stable' + 'frameworks/knewstuff': '@stable' + 'frameworks/kxmlgui': '@stable' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmahjongg-21.08.3/CMakeLists.txt new/kmahjongg-21.12.0/CMakeLists.txt --- old/kmahjongg-21.08.3/CMakeLists.txt 2021-10-31 11:26:32.000000000 +0100 +++ new/kmahjongg-21.12.0/CMakeLists.txt 2021-12-02 22:30:55.000000000 +0100 @@ -2,8 +2,8 @@ # Release Service 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_COMPACT_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}${RELEASE_SERVICE_VERSION_MINOR}${RELEASE_SERVICE_VERSION_MICRO}") # Bump KMAHJONGG_BASE_VERSION once new features are added @@ -13,7 +13,7 @@ project(kmahjongg VERSION ${KMAHJONGG_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 NO_MODULE) @@ -23,6 +23,16 @@ set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules ${ECM_MODULE_PATH}) +include(KDEInstallDirs) +include(KDECMakeSettings) +include(KDECompilerSettings NO_POLICY_SCOPE) + +include(ECMAddAppIcon) +include(ECMInstallIcons) +include(ECMQtDeclareLoggingCategory) +include(ECMSetupVersion) +include(FeatureSummary) + find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Core Gui Svg) find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS Config @@ -35,32 +45,13 @@ XmlGui ) -include(KDEInstallDirs) -include(KDECMakeSettings) -include(KDECompilerSettings NO_POLICY_SCOPE) - -include(FeatureSummary) -include(ECMAddAppIcon) -include(ECMInstallIcons) -include(ECMQtDeclareLoggingCategory) -include(ECMSetupVersion) - find_package(KF5KMahjongglib 5.1.0 REQUIRED) find_package(KF5KDEGames 7.3.0 REQUIRED) add_definitions( - -DQT_NO_CAST_FROM_ASCII - -DQT_NO_CAST_TO_ASCII - -DQT_NO_CAST_FROM_BYTEARRAY - -DQT_NO_URL_CAST_FROM_STRING - -DQT_USE_QSTRINGBUILDER - -DQT_NO_FOREACH - -DQT_NO_KEYWORDS - -DQT_STRICT_ITERATORS - -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_DISABLE_DEPRECATED_BEFORE=0x050F00 -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 - -DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055200 + -DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055600 -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmahjongg-21.08.3/po/ca@valencia/kmahjongg.po new/kmahjongg-21.12.0/po/ca@valencia/kmahjongg.po --- old/kmahjongg-21.08.3/po/ca@valencia/kmahjongg.po 2021-11-02 01:11:58.000000000 +0100 +++ new/kmahjongg-21.12.0/po/ca@valencia/kmahjongg.po 2021-12-03 01:12:13.000000000 +0100 @@ -567,3 +567,24 @@ #, kde-format msgid "Show removed tiles" msgstr "Mostra les fitxes eliminades" + +#~ msgid "Sorry, you have lost the game." +#~ msgstr "Ho sento, heu perdut la partida." + +#~ msgid "Now it is you again." +#~ msgstr "Ara torna a ser el vostre torn." + +#~ msgid "Congratulations. You have won!" +#~ msgstr "Felicitats. Heu guanyat!" + +#~ msgid "Error converting board information!" +#~ msgstr "S'ha produ??t un error en convertir la informaci?? del tauler!" + +#~ msgid "Only saving to local files currently supported." +#~ msgstr "Actualment nom??s es poden desar fitxers locals." + +#~ msgid "Could not write saved game." +#~ msgstr "No es pot escriure al fitxer." + +#~ msgid "Mauricio Piacentini" +#~ msgstr "Mauricio Piacentini" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmahjongg-21.08.3/po/de/docs/kmahjongg/index.docbook new/kmahjongg-21.12.0/po/de/docs/kmahjongg/index.docbook --- old/kmahjongg-21.08.3/po/de/docs/kmahjongg/index.docbook 2021-11-02 01:11:58.000000000 +0100 +++ new/kmahjongg-21.12.0/po/de/docs/kmahjongg/index.docbook 2021-12-03 01:12:13.000000000 +0100 @@ -59,10 +59,10 @@ >&FDLNotice;</legalnotice> <date ->2019-10-17</date +>2021-06-16</date ><!-- Date of (re)writing, or update.--> <releaseinfo ->0.9 (Applications 19.12)</releaseinfo +>0.9 (KDE Gear 21.04)</releaseinfo ><!-- Application version number. Use the variable definitions within header >to change this value.--> <!--Short description of this document. Do not change unless necessary!--> @@ -154,11 +154,13 @@ ><title >Hinweis:</title> <para ->Bear in mind that you can only select the tiles which are <quote ->Open</quote ->. Tiles are considered <quote ->Blocked</quote -> when they are positioned behind other tiles, or when both the right and left sides of the tile are filled by others. If at least one of the lateral sides is empty then the tile is considered 'Open', and can be removed. </para +>Beachten Sie, dass Sie nur <quote +>freie</quote +> Steine ausw??hlen k??nnen. Steine werden als <quote +>blockiert</quote +> betrachtet, wenn sie hinter anderen Steinen verborgen sind oder wenn die linke und rechte Seite von anderen Steinen belegt sind. Wenn mindestens eine der seitlichen Kanten frei ist, wird der Stein als <quote +>frei</quote +> betrachtet. </para ></note> <para >Wenn Sie ein passendes Paar ausgew??hlt haben, verschwinden beide Steine vom >Spielbrett und darunter liegende und anliegende Steine werden freigelegt. ></para> @@ -622,7 +624,7 @@ <itemizedlist> <listitem ><para ->The number of tiles on a KMahjongg board layout can differ from the number of tiles in the standard Mahjong tile set. That means that the number of occurrences of tiles of the same type can also differ from the number stated in the table above.</para +>Die Anzahl der Spielsteine in einem &kmahjongg;-Spielfeldaufbau kann von der Anzahl der Spielsteine des Mahjong-Standardsatzes abweichen. Das bedeutet, dass auch die einzelnen Spielsteine nicht unbedingt in den oben angegebenen Anzahlen vorkommen m??ssen.</para ></listitem> <listitem ><para @@ -653,7 +655,7 @@ >Blumen</quote > und den <quote >Jahreszeiten</quote -> jeder Stein einen Partner. </para +> jeder Stein einen Partner.</para ></note> <itemizedlist> <listitem @@ -1099,13 +1101,13 @@ <term ><menuchoice ><shortcut -><keycap +> <keycap >F</keycap -></shortcut +> </shortcut > <guimenu ->View</guimenu +>Ansicht</guimenu > <guimenuitem ->Rotate View Counter Clockwise</guimenuitem +>Ansicht gegen Uhrzeigersinn drehen</guimenuitem > </menuchoice ></term> <listitem @@ -1534,15 +1536,7 @@ >[email protected]</email > </para> <para ->Program Copyright © 2007 <personname -><firstname ->Mauricio</firstname -><surname ->Piacentini</surname -></personname -> <email ->[email protected]</email -> </para> +>Program Copyright © 2007 &Mauricio.Piacentini; &Mauricio.Piacentini.mail; </para> <para >Beitr??ge von: <itemizedlist> <listitem @@ -1595,15 +1589,7 @@ ></listitem> <listitem ><para -><personname -><firstname ->Albert</firstname -><othername ->Astals</othername -><surname ->Cid</surname -></personname -> &Albert.Astals.Cid.mail;</para +>&Albert.Astals.Cid; &Albert.Astals.Cid.mail;</para ></listitem> <listitem ><para diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmahjongg-21.08.3/po/hi/kmahjongg.po new/kmahjongg-21.12.0/po/hi/kmahjongg.po --- old/kmahjongg-21.08.3/po/hi/kmahjongg.po 2021-11-02 01:11:58.000000000 +0100 +++ new/kmahjongg-21.12.0/po/hi/kmahjongg.po 2021-12-03 01:12:13.000000000 +0100 @@ -9,7 +9,7 @@ "Project-Id-Version: kmahjongg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-06-17 00:14+0000\n" -"PO-Revision-Date: 2021-08-21 17:43+0530\n" +"PO-Revision-Date: 2021-08-21 16:25+0530\n" "Last-Translator: Raghavendra Kamath <[email protected]>\n" "Language-Team: kde-hindi\n" "Language: hi\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmahjongg-21.08.3/po/nl/kmahjongg.po new/kmahjongg-21.12.0/po/nl/kmahjongg.po --- old/kmahjongg-21.08.3/po/nl/kmahjongg.po 2021-11-02 01:11:58.000000000 +0100 +++ new/kmahjongg-21.12.0/po/nl/kmahjongg.po 2021-12-03 01:12:13.000000000 +0100 @@ -23,7 +23,7 @@ "Project-Id-Version: kmahjongg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-06-17 00:14+0000\n" -"PO-Revision-Date: 2021-09-27 14:34+0200\n" +"PO-Revision-Date: 2021-09-27 14:32+0200\n" "Last-Translator: Freek de Kruijf <[email protected]>\n" "Language-Team: \n" "Language: nl\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmahjongg-21.08.3/po/pl/kmahjongg.po new/kmahjongg-21.12.0/po/pl/kmahjongg.po --- old/kmahjongg-21.08.3/po/pl/kmahjongg.po 2021-11-02 01:11:58.000000000 +0100 +++ new/kmahjongg-21.12.0/po/pl/kmahjongg.po 2021-12-03 01:12:13.000000000 +0100 @@ -1,4 +1,4 @@ -# Version: $Revision: 1604595 $ +# Version: $Revision: 1604503 $ # translation of kmahjongg.po to Polish # translation of kmahjongg.po to # translation of kmahjongg.po to diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmahjongg-21.08.3/po/zh_CN/kmahjongg.po new/kmahjongg-21.12.0/po/zh_CN/kmahjongg.po --- old/kmahjongg-21.08.3/po/zh_CN/kmahjongg.po 2021-11-02 01:11:58.000000000 +0100 +++ new/kmahjongg-21.12.0/po/zh_CN/kmahjongg.po 2021-12-03 01:12:13.000000000 +0100 @@ -11,7 +11,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-06-17 00:14+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/kmahjongg-21.08.3/src/demoanimation.h new/kmahjongg-21.12.0/src/demoanimation.h --- old/kmahjongg-21.08.3/src/demoanimation.h 2021-10-31 11:26:32.000000000 +0100 +++ new/kmahjongg-21.12.0/src/demoanimation.h 2021-12-02 22:30:55.000000000 +0100 @@ -26,7 +26,7 @@ public: explicit DemoAnimation(QObject * parent = nullptr); - ~DemoAnimation(); + ~DemoAnimation() override; /** * Set the animation speed in milliseconds. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmahjongg-21.08.3/src/kmahjongglayoutselector.h new/kmahjongg-21.12.0/src/kmahjongglayoutselector.h --- old/kmahjongg-21.08.3/src/kmahjongglayoutselector.h 2021-10-31 11:26:32.000000000 +0100 +++ new/kmahjongg-21.12.0/src/kmahjongglayoutselector.h 2021-12-02 22:30:55.000000000 +0100 @@ -23,7 +23,7 @@ Q_OBJECT public: explicit KMahjonggLayoutSelector(QWidget * parent, KConfigSkeleton * config); - ~KMahjonggLayoutSelector(); + ~KMahjonggLayoutSelector() override; public Q_SLOTS: void layoutChanged(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmahjongg-21.08.3/src/movelistanimation.h new/kmahjongg-21.12.0/src/movelistanimation.h --- old/kmahjongg-21.08.3/src/movelistanimation.h 2021-10-31 11:26:32.000000000 +0100 +++ new/kmahjongg-21.12.0/src/movelistanimation.h 2021-12-02 22:30:55.000000000 +0100 @@ -29,7 +29,7 @@ public: explicit MoveListAnimation(QObject * parent = nullptr); - ~MoveListAnimation(); + ~MoveListAnimation() override; /** * Set the animation speed in milliseconds. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmahjongg-21.08.3/src/selectionanimation.h new/kmahjongg-21.12.0/src/selectionanimation.h --- old/kmahjongg-21.08.3/src/selectionanimation.h 2021-10-31 11:26:32.000000000 +0100 +++ new/kmahjongg-21.12.0/src/selectionanimation.h 2021-12-02 22:30:55.000000000 +0100 @@ -25,7 +25,7 @@ public: explicit SelectionAnimation(QObject * parent = nullptr); - ~SelectionAnimation(); + ~SelectionAnimation() override; /** * Set the count of repetitions.
