Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package klickety for openSUSE:Factory 
checked in at 2023-04-23 22:46:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/klickety (Old)
 and      /work/SRC/openSUSE:Factory/.klickety.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "klickety"

Sun Apr 23 22:46:22 2023 rev:132 rq:1080626 version:23.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/klickety/klickety.changes        2023-03-03 
22:29:20.763497338 +0100
+++ /work/SRC/openSUSE:Factory/.klickety.new.1533/klickety.changes      
2023-04-23 22:49:01.571241202 +0200
@@ -1,0 +2,20 @@
+Sat Apr 15 08:45:56 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:08 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.03.90
+  * New feature release
+
+-------------------------------------------------------------------
+Fri Mar 17 20:43:41 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.03.80
+  * New feature release
+
+-------------------------------------------------------------------

Old:
----
  klickety-22.12.3.tar.xz
  klickety-22.12.3.tar.xz.sig

New:
----
  klickety-23.04.0.tar.xz
  klickety-23.04.0.tar.xz.sig

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

Other differences:
------------------
++++++ klickety.spec ++++++
--- /var/tmp/diff_new_pack.6i3xLM/_old  2023-04-23 22:49:02.135244389 +0200
+++ /var/tmp/diff_new_pack.6i3xLM/_new  2023-04-23 22:49:02.143244434 +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:           klickety
-Version:        22.12.3
+Version:        23.04.0
 Release:        0
 Summary:        Strategic board game
 License:        GPL-2.0-or-later


++++++ klickety-22.12.3.tar.xz -> klickety-23.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klickety-22.12.3/.gitlab-ci.yml 
new/klickety-23.04.0/.gitlab-ci.yml
--- old/klickety-22.12.3/.gitlab-ci.yml 2023-02-25 06:07:18.000000000 +0100
+++ new/klickety-23.04.0/.gitlab-ci.yml 2023-04-12 18:30:41.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/klickety-22.12.3/.kde-ci.yml 
new/klickety-23.04.0/.kde-ci.yml
--- old/klickety-22.12.3/.kde-ci.yml    2023-02-25 06:07:18.000000000 +0100
+++ new/klickety-23.04.0/.kde-ci.yml    2023-04-12 18:30:41.000000000 +0200
@@ -2,7 +2,22 @@
 # 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/kcoreaddons': '@latest-kf6'
+    'frameworks/kconfig': '@latest-kf6'
+    'frameworks/kcrash': '@latest-kf6'
+    'frameworks/kwidgetsaddons': '@latest-kf6'
+    'frameworks/ki18n': '@latest-kf6'
+    'frameworks/kconfigwidgets': '@latest-kf6'
+    'frameworks/kxmlgui': '@latest-kf6'
+    'frameworks/kio': '@latest-kf6'
+    'frameworks/kdoctools': '@latest-kf6'
+    'frameworks/kdbusaddons': '@latest-kf6'
+
+- 'on': ['Linux/Qt5', 'FreeBSD/Qt5', 'Windows/Qt5', 'Android/Qt5']
   'require':
     'frameworks/extra-cmake-modules': '@stable'
     'games/libkdegames': '@same'
@@ -16,3 +31,5 @@
     'frameworks/kio': '@stable'
     'frameworks/kdoctools': '@stable'
     'frameworks/kdbusaddons': '@stable'
+Options:
+  require-passing-tests-on: [ 'Linux', 'FreeBSD']
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klickety-22.12.3/CMakeLists.txt 
new/klickety-23.04.0/CMakeLists.txt
--- old/klickety-22.12.3/CMakeLists.txt 2023-02-25 06:07:18.000000000 +0100
+++ new/klickety-23.04.0/CMakeLists.txt 2023-04-12 18:30:41.000000000 +0200
@@ -1,17 +1,17 @@
 cmake_minimum_required (VERSION 3.16 FATAL_ERROR)
 
-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_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 set (RELEASE_SERVICE_COMPACT_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}${RELEASE_SERVICE_VERSION_MINOR}${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(klickety VERSION "2.1.${RELEASE_SERVICE_COMPACT_VERSION}")
 
 set (QT_MIN_VERSION "5.15.2")
-set (KF5_MIN_VERSION "5.90.0")
+set (KF_MIN_VERSION "5.91.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)
@@ -22,10 +22,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
     CoreAddons
     Config
     Crash
@@ -40,13 +48,9 @@
 
 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.0
+    )
 add_subdirectory(sounds)
 add_subdirectory(pics)
 add_subdirectory(themes)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klickety-22.12.3/po/fr/docs/klickety/index.docbook 
new/klickety-23.04.0/po/fr/docs/klickety/index.docbook
--- old/klickety-22.12.3/po/fr/docs/klickety/index.docbook      2023-02-25 
06:07:18.000000000 +0100
+++ new/klickety-23.04.0/po/fr/docs/klickety/index.docbook      2023-04-12 
18:30:41.000000000 +0200
@@ -120,7 +120,7 @@
 >Un</para
 ></note>
 <para
->&klickety; est une adaptation du jeu  <application
+>&klickety; est une adaptation du jeu <application
 >Clickomania</application
 >. Les règles sont <literal
 >similaires</literal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klickety-22.12.3/po/ka/klickety.po 
new/klickety-23.04.0/po/ka/klickety.po
--- old/klickety-22.12.3/po/ka/klickety.po      2023-02-25 06:07:18.000000000 
+0100
+++ new/klickety-23.04.0/po/ka/klickety.po      2023-04-12 18:30:41.000000000 
+0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: klickety\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-20 00:44+0000\n"
-"PO-Revision-Date: 2022-11-26 07:21+0100\n"
+"PO-Revision-Date: 2022-11-27 22: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/klickety-22.12.3/po/nl/klickety.po 
new/klickety-23.04.0/po/nl/klickety.po
--- old/klickety-22.12.3/po/nl/klickety.po      2023-02-25 06:07:18.000000000 
+0100
+++ new/klickety-23.04.0/po/nl/klickety.po      2023-04-12 18:30:41.000000000 
+0200
@@ -1,20 +1,20 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Freek de Kruijf <[email protected]>, 2010, 2015, 2016, 2021, 2022.
+# Freek de Kruijf <[email protected]>, 2010, 2015, 2016, 2021, 2022, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-20 00:44+0000\n"
-"PO-Revision-Date: 2022-07-24 16:41+0200\n"
+"PO-Revision-Date: 2023-01-03 13:22+0100\n"
 "Last-Translator: Freek de Kruijf <[email protected]>\n"
 "Language-Team: \n"
 "Language: nl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 22.04.3\n"
+"X-Generator: Lokalize 22.12.0\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 #, kde-format
@@ -75,7 +75,7 @@
 #: gameconfig.ui:26 gameconfig.ui:29
 #, kde-format
 msgid "Enable animation"
-msgstr "Animatie activeren"
+msgstr "Animatie inschakelen"
 
 #. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_EnableHighlight)
 #. i18n: ectx: property (text), widget (QCheckBox, kcfg_EnableHighlight)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/klickety-22.12.3/po/pt_BR/docs/klickety/index.docbook 
new/klickety-23.04.0/po/pt_BR/docs/klickety/index.docbook
--- old/klickety-22.12.3/po/pt_BR/docs/klickety/index.docbook   2023-02-25 
06:07:18.000000000 +0100
+++ new/klickety-23.04.0/po/pt_BR/docs/klickety/index.docbook   2023-04-12 
18:30:41.000000000 +0200
@@ -69,9 +69,9 @@
 >&FDLNotice;</legalnotice>
 
 <date
->09/05/2016</date>
+>08/07/2021</date>
 <releaseinfo
->2.1+ (Applications 16.04)</releaseinfo>
+>2.1 (KDE Gear 21.04)</releaseinfo>
 
 <abstract>
 <para
@@ -126,7 +126,11 @@
 >Um</para
 ></note>
 <para
->O &klickety; é uma adaptação do jogo Clickomania. As regras são 
semelhantes às do jogo Same: o seu objetivo é limpar o tabuleiro do jogo de 
todos os blocos coloridos, clicando nos grupos para destruí-los. O intuito 
global é obter a menor pontuação possível. Ele irá oferecer entretenimento 
para todas as aptidões, mas é um desafio de raciocínio lógico se você 
quiser obter uma pontuação realmente baixa. </para>
+>O &klickety; é uma adaptação do jogo <application
+>Clickomania</application
+>. As regras são semelhantes às do jogo <literal
+>Same</literal
+>: o seu objetivo é limpar o tabuleiro do jogo de todos os blocos coloridos, 
clicando nos grupos para destruí-los. O intuito global é obter a menor 
pontuação possível. Ele irá oferecer entretenimento para todas as 
aptidões, mas é um desafio de raciocínio lógico se você quiser obter uma 
pontuação realmente baixa. </para>
 </chapter>
 
 <chapter id="how-to-play">
@@ -201,7 +205,7 @@
 <para
 >Subtraia 2 do número de peças retiradas e eleve ao quadrado o resultado. 
 ></para>
 <para
->Por exemplo, se você apagar 7 bolas, recebe 25 pontos (7 menos 2 = 5. 5 ao 
quadrado são 25 pontos). Se apagar 8 bolas, recebe 36 pontos (8 menos 2 = 6. 6 
ao quadrado são 36 pontos). </para>
+>Por exemplo, se você apagar 7 bolas, recebe 25 pontos (7 menos 2 = 5, 5 ao 
quadrado são 25 pontos). Se apagar 8 bolas, recebe 36 pontos (8 menos 2 = 6, 6 
ao quadrado são 36 pontos). </para>
 <para
 >Junte tantas peças iguais quanto possível e depois apague-as de uma só 
 >vez. Assim irá obter uma melhor pontuação. O jogo termina quando não é 
 >possível apagar mais peças. </para>
 <para
@@ -327,7 +331,7 @@
 </row>
 <row>
 <entry
->Ajuda</entry>
+>Manual do &klickety;</entry>
 <entry
 ><keycap
 >F1</keycap
@@ -335,7 +339,7 @@
 </row>
 <row>
 <entry
->O que é isto?</entry>
+>Ajuda 'O que é isto?'</entry>
 <entry
 ><keycombo action="simul"
 >&Shift;<keycap
@@ -389,7 +393,7 @@
 > <guimenuitem
 >Carregar...</guimenuitem
 > </menuchoice
-> (não no KSameMode) </term>
+> (não no modo KSame) </term>
 <listitem
 ><para
 >Carrega um jogo previamente salvo.</para
@@ -458,7 +462,7 @@
 > <guimenuitem
 >Salvar</guimenuitem
 > </menuchoice
-> (não no KSameMode)</term>
+> (não no modo KSame)</term>
 <listitem
 ><para
 >Salva o estado atual do jogo no disco.</para
@@ -672,7 +676,7 @@
 >Selecionando o <guimenuitem
 >Personalizado</guimenuitem
 >, serão usadas as opções que tiver configurado na janela <guimenuitem
->Configurar o &klickety;</guimenuitem
+>Configurar - &klickety;</guimenuitem
 >.</para>
 </listitem>
 </varlistentry>
@@ -894,11 +898,11 @@
 >Opções personalizadas do jogo</title>
 <para
 >Você poderá definir a <guilabel
->Altura</guilabel
+>Altura:</guilabel
 > e <guilabel
->Largura</guilabel
+>Largura:</guilabel
 > do tabuleiro e o <guilabel
->Número de cores</guilabel
+>Número de cores:</guilabel
 > usado no seu nível personalizado. </para>
 <screenshot>
 <screeninfo
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klickety-22.12.3/po/sl/klickety.po 
new/klickety-23.04.0/po/sl/klickety.po
--- old/klickety-22.12.3/po/sl/klickety.po      2023-02-25 06:07:18.000000000 
+0100
+++ new/klickety-23.04.0/po/sl/klickety.po      2023-04-12 18:30:41.000000000 
+0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-20 00:44+0000\n"
-"PO-Revision-Date: 2022-11-18 11:12+0100\n"
+"PO-Revision-Date: 2022-07-25 08:13+0200\n"
 "Last-Translator: Matjaž Jeran <[email protected]>\n"
 "Language-Team: Slovenian <[email protected]>\n"
 "Language: sl\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klickety-22.12.3/po/zh_CN/klickety.po 
new/klickety-23.04.0/po/zh_CN/klickety.po
--- old/klickety-22.12.3/po/zh_CN/klickety.po   2023-02-25 06:07:18.000000000 
+0100
+++ new/klickety-23.04.0/po/zh_CN/klickety.po   2023-04-12 18:30:41.000000000 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-20 00:44+0000\n"
-"PO-Revision-Date: 2023-02-24 12:59\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/klickety-22.12.3/src/CMakeLists.txt 
new/klickety-23.04.0/src/CMakeLists.txt
--- old/klickety-22.12.3/src/CMakeLists.txt     2023-02-25 06:07:18.000000000 
+0100
+++ new/klickety-23.04.0/src/CMakeLists.txt     2023-04-12 18:30:41.000000000 
+0200
@@ -28,10 +28,10 @@
 
 target_link_libraries(klickety
     KF5KDEGames
-    KF5::Crash
-    KF5::DBusAddons
-    KF5::KIOWidgets
-    KF5::XmlGui
+    KF${KF_MAJOR_VERSION}::Crash
+    KF${KF_MAJOR_VERSION}::DBusAddons
+    KF${KF_MAJOR_VERSION}::KIOWidgets
+    KF${KF_MAJOR_VERSION}::XmlGui
 )
 
 install(TARGETS klickety ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klickety-22.12.3/src/org.kde.klickety.appdata.xml 
new/klickety-23.04.0/src/org.kde.klickety.appdata.xml
--- old/klickety-22.12.3/src/org.kde.klickety.appdata.xml       2023-02-25 
06:07:18.000000000 +0100
+++ new/klickety-23.04.0/src/org.kde.klickety.appdata.xml       2023-04-12 
18:30:41.000000000 +0200
@@ -129,10 +129,10 @@
   </provides>
   <launchable type="desktop-id">org.kde.klickety.desktop</launchable>
   <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>
   <content_rating type="oars-1.1"/>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klickety-22.12.3/src/org.kde.ksame.appdata.xml 
new/klickety-23.04.0/src/org.kde.ksame.appdata.xml
--- old/klickety-22.12.3/src/org.kde.ksame.appdata.xml  2023-02-25 
06:07:18.000000000 +0100
+++ new/klickety-23.04.0/src/org.kde.ksame.appdata.xml  2023-04-12 
18:30:41.000000000 +0200
@@ -124,9 +124,9 @@
   <launchable type="desktop-id">org.kde.ksame.desktop</launchable>
   <content_rating type="oars-1.1"/>
   <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>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klickety-22.12.3/themes/ksame_old.desktop 
new/klickety-23.04.0/themes/ksame_old.desktop
--- old/klickety-22.12.3/themes/ksame_old.desktop       2023-02-25 
06:07:18.000000000 +0100
+++ new/klickety-23.04.0/themes/ksame_old.desktop       2023-04-12 
18:30:41.000000000 +0200
@@ -89,7 +89,7 @@
 Description[sr@ijekavianlatin]=Stara tema K‑isto‑istog za Kliketi
 Description[sr@latin]=Stara tema K‑isto‑istog za Kliketi
 Description[sv]=Klickety gammalt Ksame tema
-Description[tr]=Eski KDiamond Teması
+Description[tr]=Eski K Elmas Teması
 Description[uk]=Стара тема «Тієї самої гри» Klickety
 Description[x-test]=xxKlickety KSame Old Themexx
 Description[zh_CN]=Klickety KSame 旧版主题

Reply via email to