Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kiriki for openSUSE:Factory checked 
in at 2021-12-13 20:43:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiriki (Old)
 and      /work/SRC/openSUSE:Factory/.kiriki.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kiriki"

Mon Dec 13 20:43:16 2021 rev:116 rq:937957 version:21.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kiriki/kiriki.changes    2021-11-06 
18:20:01.776947217 +0100
+++ /work/SRC/openSUSE:Factory/.kiriki.new.2520/kiriki.changes  2021-12-13 
20:48:29.364561722 +0100
@@ -1,0 +2,25 @@
+Fri Dec  3 19:22:08 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:02 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:21 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 libkdegames
+  * CI: Fix repo path for libkdegames
+
+-------------------------------------------------------------------

Old:
----
  kiriki-21.08.3.tar.xz
  kiriki-21.08.3.tar.xz.sig

New:
----
  kiriki-21.12.0.tar.xz
  kiriki-21.12.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kiriki.spec ++++++
--- /var/tmp/diff_new_pack.KrPx9u/_old  2021-12-13 20:48:29.832562022 +0100
+++ /var/tmp/diff_new_pack.KrPx9u/_new  2021-12-13 20:48:29.836562024 +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:           kiriki
-Version:        21.08.3
+Version:        21.12.0
 Release:        0
 Summary:        Yahtzee-like Game
 License:        GPL-2.0-or-later


++++++ kiriki-21.08.3.tar.xz -> kiriki-21.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiriki-21.08.3/.gitlab-ci.yml 
new/kiriki-21.12.0/.gitlab-ci.yml
--- old/kiriki-21.08.3/.gitlab-ci.yml   1970-01-01 01:00:00.000000000 +0100
+++ new/kiriki-21.12.0/.gitlab-ci.yml   2021-12-02 22:30:08.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/kiriki-21.08.3/.kde-ci.yml 
new/kiriki-21.12.0/.kde-ci.yml
--- old/kiriki-21.08.3/.kde-ci.yml      1970-01-01 01:00:00.000000000 +0100
+++ new/kiriki-21.12.0/.kde-ci.yml      2021-12-02 22:30:08.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/libkdegames': '@same'
+    'frameworks/kcoreaddons': '@stable'
+    'frameworks/kconfig': '@stable'
+    'frameworks/kcrash': '@stable'
+    'frameworks/kdbusaddons': '@stable'
+    'frameworks/kdoctools': '@stable'
+    'frameworks/ki18n': '@stable'
+    'frameworks/kconfigwidgets': '@stable'
+    'frameworks/kiconthemes': '@stable'
+    'frameworks/kxmlgui': '@stable'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiriki-21.08.3/CMakeLists.txt 
new/kiriki-21.12.0/CMakeLists.txt
--- old/kiriki-21.08.3/CMakeLists.txt   2021-10-31 11:25:49.000000000 +0100
+++ new/kiriki-21.12.0/CMakeLists.txt   2021-12-02 22:30:08.000000000 +0100
@@ -2,18 +2,27 @@
 
 # KDE Application 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_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(kiriki VERSION ${RELEASE_SERVICE_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_REQUIRED_VERSION} REQUIRED CONFIG)
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} )
 
+include(KDEInstallDirs)
+include(KDECMakeSettings)
+include(KDECompilerSettings NO_POLICY_SCOPE)
+
+include(ECMAddAppIcon)
+include(ECMInstallIcons)
+include(ECMSetupVersion)
+include(FeatureSummary)
+
 find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Widgets 
PrintSupport)
 find_package(KF5 ${KF5_REQUIRED_VERSION} REQUIRED COMPONENTS
     CoreAddons 
@@ -29,25 +38,11 @@
     
 find_package(KF5KDEGames 7.3.0 REQUIRED)
 
-include(KDEInstallDirs)
-include(KDECMakeSettings)
-include(KDECompilerSettings NO_POLICY_SCOPE)
-
-include(FeatureSummary)
-include(ECMAddAppIcon)
-include(ECMInstallIcons)
-include(ECMSetupVersion)
-
 add_definitions(
-    -DQT_NO_FOREACH
-    -DQT_NO_KEYWORDS
-    -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_STRICT_ITERATORS
-    -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT
+    -DQT_DISABLE_DEPRECATED_BEFORE=0x050F00
+    -DQT_DEPRECATED_WARNINGS_SINCE=0x060000
+    -DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055600
+    -DKF_DEPRECATED_WARNINGS_SINCE=0x060000
 )
 
 add_subdirectory(src)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiriki-21.08.3/po/ca/kiriki.po 
new/kiriki-21.12.0/po/ca/kiriki.po
--- old/kiriki-21.08.3/po/ca/kiriki.po  2021-11-02 01:11:46.000000000 +0100
+++ new/kiriki-21.12.0/po/ca/kiriki.po  2021-12-03 01:12:06.000000000 +0100
@@ -1,5 +1,5 @@
 # Translation of kiriki.po to Catalan
-# Copyright (C) 2007-2020 This_file_is_part_of_KDE
+# Copyright (C) 2007-2021 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiriki-21.08.3/po/ca@valencia/kiriki.po 
new/kiriki-21.12.0/po/ca@valencia/kiriki.po
--- old/kiriki-21.08.3/po/ca@valencia/kiriki.po 2021-11-02 01:11:46.000000000 
+0100
+++ new/kiriki-21.12.0/po/ca@valencia/kiriki.po 2021-12-03 01:12:06.000000000 
+0100
@@ -1,10 +1,10 @@
 # Translation of kiriki.po to Catalan (Valencian)
-# Copyright (C) 2007-2020 This_file_is_part_of_KDE
+# Copyright (C) 2007-2021 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # Albert Astals Cid <[email protected]>, 2007.
-# Josep M. Ferrer <[email protected]>, 2010, 2012, 2013, 2015, 2017.
+# Josep M. Ferrer <[email protected]>, 2010, 2012, 2013, 2015, 2017, 2021.
 # Manuel Tortosa <[email protected]>, 2010.
 # Antoni Bella P??rez <[email protected]>, 2017, 2020.
 msgid ""
@@ -12,8 +12,8 @@
 "Project-Id-Version: kiriki\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-01-24 02:22+0100\n"
-"PO-Revision-Date: 2020-07-21 14:43+0200\n"
-"Last-Translator: Antoni Bella P??rez <[email protected]>\n"
+"PO-Revision-Date: 2021-10-31 22:27+0100\n"
+"Last-Translator: Josep M. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
 "Language: ca@valencia\n"
 "MIME-Version: 1.0\n"
@@ -21,7 +21,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
-"X-Generator: Lokalize 20.04.3\n"
+"X-Generator: Lokalize 20.12.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -148,7 +148,7 @@
 #: kiriki.cpp:218
 #, kde-format
 msgid "Give Hint Anyway"
-msgstr "D??na un consell igualment"
+msgstr "Dona un consell igualment"
 
 #: kiriki.cpp:237
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiriki-21.08.3/po/de/docs/kiriki/index.docbook 
new/kiriki-21.12.0/po/de/docs/kiriki/index.docbook
--- old/kiriki-21.08.3/po/de/docs/kiriki/index.docbook  2021-11-02 
01:11:46.000000000 +0100
+++ new/kiriki-21.12.0/po/de/docs/kiriki/index.docbook  2021-12-03 
01:12:06.000000000 +0100
@@ -57,14 +57,14 @@
 <legalnotice
 >&FDLNotice;</legalnotice>
 <date
->2016-05-09</date>
+>2021-07-06</date>
 <releaseinfo
->0.3.0 (Applications 16.04)</releaseinfo>
+>KDE Gear 21.04</releaseinfo>
 
 <!--Short description of this document. Do not change unless necessary!-->
 <abstract>
        <para
->This documentation describes the game of &kiriki; version 0.3.0</para>
+>Dieses Handbuch beschreibt das Spiel &kiriki; in der Version 21.04</para>
 </abstract>
 
 <!--List of relevan keywords-->
@@ -158,9 +158,9 @@
 ><title
 >Hinweis:</title
 ><para
->The detailed description of the score patterns can be found in the <link 
linkend="rules_and_tips"
->???Game Rules, Strategies and Tips???</link
-> section of this handbook.</para
+>Eine ausf??hrliche Beschreibung der Werte der Punktemuster finden Sie im 
Abschnitt <link linkend="rules_and_tips"
+>Spielregeln, Spielstrategien und Tipps</link
+> in diesem Handbuch.</para
 ></note>
        <para
 >Beachten Sie, dass die Kombination auf mehr als ein Muster passen kann. In 
 >dem Fall m??ssen Sie bestimmen, welches der Muster Ihnen mehr Punkte 
 >einbringt.</para>
@@ -184,9 +184,9 @@
 ><title
 >Hinweis:</title
 ><para
->The detailed description of the score pattern values can be found in the 
<link linkend="rules_and_tips"
->???Game Rules, Strategies and Tips???</link
-> section of this handbook.</para
+>Eine ausf??hrliche Beschreibung der Werte der Punktemuster finden Sie im 
Abschnitt <link linkend="rules_and_tips"
+>Spielregeln, Spielstrategien und Tipps</link
+> in diesem Handbuch.</para
 ></note>
        <para
 >Ihr Zug endet direkt danach und der n??chste Spieler ist an der Reihe. Das 
 >wiederholt sich dreizehn Mal, dann werden die Punkte zusammengez??hlt und die 
 >H??chstpunktzahl ausgezeichnet.</para>
@@ -377,14 +377,20 @@
                                <listitem
 ><para
 ><guilabel
->Lower Total</guilabel
->: It is not a playable field, but only a summary of all the fields starting 
from '3 of a Kind' and lower.</para
+>Gesamt unten</guilabel
+>: Dies ist kein Spielfeld; hier werden nur die Felder ab <quote
+>Dreierpasch</quote
+> zusammengez??hlt.</para
 ></listitem>
                                <listitem
 ><para
 ><guilabel
->Grand Total</guilabel
->: It is not a playable field, but only a sum of 'Upper Total' and 'Lower 
Total' fields.</para
+>Ergebnis</guilabel
+>: Dies ist kein Spielfeld; hier werden nur <quote
+>Gesamt oben</quote
+> und <quote
+>Gesamt unten</quote
+>  zusammengez??hlt.</para
 ></listitem>
                        </itemizedlist>
                        <para
@@ -711,11 +717,11 @@
 ></note>
 
 <para
->Use <guilabel
->Font Size</guilabel
-> and <guilabel
->Row Height</guilabel
-> to adjust the score board to your liking.</para>
+>Verwenden Sie <guilabel
+>Schriftgr????e</guilabel
+> und <guilabel
+>Zeilenh??he</guilabel
+>, um die Punktetafel an Ihre W??nsche anzupassen.</para>
 <para
 >M??chten Sie beim Start von &kiriki; sofort mit einem Spiel beginnen, 
 >deaktivieren Sie die Standardeinstellung <guilabel
 >Demospiel beim Programmstart anzeigen</guilabel
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiriki-21.08.3/po/zh_CN/kiriki.po 
new/kiriki-21.12.0/po/zh_CN/kiriki.po
--- old/kiriki-21.08.3/po/zh_CN/kiriki.po       2021-11-02 01:11:46.000000000 
+0100
+++ new/kiriki-21.12.0/po/zh_CN/kiriki.po       2021-12-03 01:12:06.000000000 
+0100
@@ -4,7 +4,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-01-24 02:22+0100\n"
-"PO-Revision-Date: 2021-10-29 13:28\n"
+"PO-Revision-Date: 2021-11-30 15:24\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to