Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kshisen for openSUSE:Factory checked 
in at 2022-08-19 17:55:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kshisen (Old)
 and      /work/SRC/openSUSE:Factory/.kshisen.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kshisen"

Fri Aug 19 17:55:16 2022 rev:124 rq:997897 version:22.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kshisen/kshisen.changes  2022-07-09 
17:04:26.888865973 +0200
+++ /work/SRC/openSUSE:Factory/.kshisen.new.2083/kshisen.changes        
2022-08-19 17:57:59.256290133 +0200
@@ -1,0 +2,20 @@
+Sun Aug 14 09:43:19 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 22.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.08.0/
+
+-------------------------------------------------------------------
+Fri Aug  5 12:11:19 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 22.07.90
+  * New feature release
+
+-------------------------------------------------------------------
+Sat Jul 16 08:28:34 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 22.07.80
+  * New feature release
+
+-------------------------------------------------------------------

Old:
----
  kshisen-22.04.3.tar.xz
  kshisen-22.04.3.tar.xz.sig

New:
----
  kshisen-22.08.0.tar.xz
  kshisen-22.08.0.tar.xz.sig

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

Other differences:
------------------
++++++ kshisen.spec ++++++
--- /var/tmp/diff_new_pack.069Rfj/_old  2022-08-19 17:57:59.728291123 +0200
+++ /var/tmp/diff_new_pack.069Rfj/_new  2022-08-19 17:57:59.736291140 +0200
@@ -20,7 +20,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           kshisen
-Version:        22.04.3
+Version:        22.08.0
 Release:        0
 Summary:        Shisen-Sho Mahjongg-like game
 License:        GPL-2.0-or-later


++++++ kshisen-22.04.3.tar.xz -> kshisen-22.08.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kshisen-22.04.3/.gitlab-ci.yml 
new/kshisen-22.08.0/.gitlab-ci.yml
--- old/kshisen-22.04.3/.gitlab-ci.yml  2022-07-02 05:13:09.000000000 +0200
+++ new/kshisen-22.08.0/.gitlab-ci.yml  2022-08-11 00:05:04.000000000 +0200
@@ -4,3 +4,4 @@
 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
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kshisen-22.04.3/.kde-ci.yml 
new/kshisen-22.08.0/.kde-ci.yml
--- old/kshisen-22.04.3/.kde-ci.yml     2022-07-02 05:13:09.000000000 +0200
+++ new/kshisen-22.08.0/.kde-ci.yml     2022-08-11 00:05:04.000000000 +0200
@@ -13,3 +13,5 @@
     'frameworks/kdbusaddons': '@stable'
     'frameworks/kdoctools': '@stable'
     'frameworks/kxmlgui': '@stable'
+Options:
+  require-passing-tests-on: [ 'Linux', 'FreeBSD']
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kshisen-22.04.3/CMakeLists.txt 
new/kshisen-22.08.0/CMakeLists.txt
--- old/kshisen-22.04.3/CMakeLists.txt  2022-07-02 05:13:09.000000000 +0200
+++ new/kshisen-22.08.0/CMakeLists.txt  2022-08-11 00:05:04.000000000 +0200
@@ -2,8 +2,8 @@
 
 # Release Service version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "22")
-set(RELEASE_SERVICE_VERSION_MINOR "04")
-set(RELEASE_SERVICE_VERSION_MICRO "3")
+set(RELEASE_SERVICE_VERSION_MINOR "08")
+set(RELEASE_SERVICE_VERSION_MICRO "0")
 set(RELEASE_SERVICE_COMPACT_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}${RELEASE_SERVICE_VERSION_MINOR}${RELEASE_SERVICE_VERSION_MICRO}")
 
 # Bump KSHISEN_BASE_VERSION once new features are added
@@ -37,7 +37,6 @@
 include(FeatureSummary)
 
 find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} REQUIRED NO_MODULE 
COMPONENTS Core Gui)
-find_package(Qt${QT_MAJOR_VERSION}QuickWidgets ${REQUIRED_QT_VERSION} CONFIG)
 
 find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
     CoreAddons
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kshisen-22.04.3/org.kde.kshisen.appdata.xml 
new/kshisen-22.08.0/org.kde.kshisen.appdata.xml
--- old/kshisen-22.04.3/org.kde.kshisen.appdata.xml     2022-07-02 
05:13:09.000000000 +0200
+++ new/kshisen-22.08.0/org.kde.kshisen.appdata.xml     2022-08-11 
00:05:04.000000000 +0200
@@ -117,6 +117,7 @@
   <url 
type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&amp;product=kshisen</url>
   <url type="help">https://docs.kde.org/?application=kshisen</url>
   <url 
type="donation">https://www.kde.org/community/donations/?app=kshisen&amp;source=appdata</url>
+  <content_rating type="oars-1.1"/>
   <screenshots>
     <screenshot type="default">
       <caption>Playing KShisen</caption>
@@ -158,9 +159,9 @@
     <binary>kshisen</binary>
   </provides>
   <releases>
+    <release version="1.11.22080" date="2022-08-18"/>
     <release version="1.11.22043" date="2022-07-07"/>
     <release version="1.11.22042" date="2022-06-09"/>
     <release version="1.11.22041" date="2022-05-12"/>
-    <release version="1.11.22040" date="2022-04-21"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kshisen-22.04.3/po/cs/kshisen.po 
new/kshisen-22.08.0/po/cs/kshisen.po
--- old/kshisen-22.04.3/po/cs/kshisen.po        2022-07-05 06:36:01.000000000 
+0200
+++ new/kshisen-22.08.0/po/cs/kshisen.po        2022-08-12 02:07:34.000000000 
+0200
@@ -2,6 +2,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # V??t Pel????k <v...@pelcak.org>, 2010, 2011, 2013, 2014, 2016, 2017, 2018, 
2020.
 # Tom???? Chv??tal <tomas.chva...@gmail.com>, 2013.
+# Vit Pelcak <vpel...@suse.cz>, 2022.
 #
 msgid ""
 msgstr ""
@@ -16,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 20.08.1\n"
+"X-Generator: Lokalize 22.04.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kshisen-22.04.3/po/en_GB/kshisen.po 
new/kshisen-22.08.0/po/en_GB/kshisen.po
--- old/kshisen-22.04.3/po/en_GB/kshisen.po     2022-07-05 06:36:01.000000000 
+0200
+++ new/kshisen-22.08.0/po/en_GB/kshisen.po     2022-08-12 02:07:34.000000000 
+0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kshisen\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-02-22 00:41+0000\n"
-"PO-Revision-Date: 2022-04-02 17:54+0100\n"
+"PO-Revision-Date: 2022-04-02 16:38+0100\n"
 "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n"
 "Language-Team: British English <kde-l10n-en...@kde.org>\n"
 "Language: en_GB\n"
@@ -22,12 +22,12 @@
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr "Malcolm Hunter"
+msgstr "Malcolm Hunter, Steve Allewell"
 
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "malcolm.hun...@gmx.co.uk"
+msgstr "malcolm.hun...@gmx.co.uk, steve.allew...@gmail.com"
 
 #: src/app.cpp:86 src/app.cpp:324
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kshisen-22.04.3/po/eu/kshisen.po 
new/kshisen-22.08.0/po/eu/kshisen.po
--- old/kshisen-22.04.3/po/eu/kshisen.po        2022-07-05 06:36:01.000000000 
+0200
+++ new/kshisen-22.08.0/po/eu/kshisen.po        2022-08-12 02:07:34.000000000 
+0200
@@ -1,6 +1,6 @@
 # Translation for kshisen.po to Euskara/Basque (eu).
 # Copyright (C) 2000,2003, 2005, 2006, 2009 Free Software Foundation, Inc.
-# Copyright (C) 2010-2021, This file is copyright:
+# Copyright (C) 2010-2022, This file is copyright:
 # This file is distributed under the same license as the original file.
 # KDE euskaratzeko proiektuko arduraduna <xa...@ni.eus>.
 #
@@ -9,20 +9,20 @@
 # Marcos  <mar...@euskalgnu.org>, 2003.
 # Ion Gazta??aga <igaztan...@gmail.com>, 2005, 2006.
 # I??aki Larra??aga Murgoitio <doo...@euskalgnu.org>, 2009.
-# I??igo Salvador Azurmendi <xa...@ni.eus>, 2021.
+# I??igo Salvador Azurmendi <xa...@ni.eus>, 2021, 2022.
 msgid ""
 msgstr ""
 "Project-Id-Version: kshisen\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-02-22 00:41+0000\n"
-"PO-Revision-Date: 2021-08-27 10:54+0200\n"
+"PO-Revision-Date: 2022-07-29 14:21+0200\n"
 "Last-Translator: I??igo Salvador Azurmendi <xa...@ni.eus>\n"
 "Language-Team: Basque <kde-i18n...@kde.org>\n"
 "Language: eu\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 21.08.0\n"
+"X-Generator: Lokalize 22.04.3\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #, kde-format
@@ -156,19 +156,13 @@
 msgstr "Orokorra"
 
 #: src/board.cpp:97
-#, fuzzy, kde-format
-#| msgctxt "%1 is a path to a tileset file"
-#| msgid ""
-#| "An error occurred when loading the tileset. %1 and the default tileset "
-#| "have been tried.\n"
-#| "Please install the KMahjongg library."
+#, kde-format
 msgctxt "%1 is a path to a tileset file"
 msgid ""
 "An error occurred when loading the default tileset.\n"
 "Please install the KMahjongg library."
 msgstr ""
-"Errore bat gertatu da fitxa-multzoa zamatzean. %1 eta fitxa-multzo "
-"lehenetsia probatu dira.\n"
+"Errore bat gertatu da fitxa-multzo lehenetsia zamatzean.\n"
 "Mesedez, instalatu KMahjongg liburutegia."
 
 #: src/board.cpp:98 src/board.cpp:107 src/board.cpp:113 src/board.cpp:130
@@ -178,85 +172,57 @@
 msgstr "Errorea fitxak zamatzean"
 
 #: src/board.cpp:106
-#, fuzzy, kde-format
-#| msgctxt "%1 is a path to a tileset file"
-#| msgid ""
-#| "An error occurred when loading the tileset. %1 and the default tileset "
-#| "have been tried.\n"
-#| "Please install the KMahjongg library."
+#, kde-format
 msgctxt "%1 is a path to a tileset file"
 msgid ""
 "An error occurred when loading the tileset %1. The default tileset has been "
 "loaded."
 msgstr ""
-"Errore bat gertatu da fitxa-multzoa zamatzean. %1 eta fitxa-multzo "
-"lehenetsia probatu dira.\n"
-"Mesedez, instalatu KMahjongg liburutegia."
+"Errore bat gertatu da %1 fitxa-multzoa zamatzean. Fitxa-multzo lehenetsia "
+"zamatu da."
 
 #: src/board.cpp:112
-#, fuzzy, kde-format
-#| msgctxt "%1 is a path to a tileset file"
-#| msgid ""
-#| "An error occurred when loading the tileset. %1 and the default tileset "
-#| "have been tried.\n"
-#| "Please install the KMahjongg library."
+#, kde-format
 msgctxt "%1 is a path to a tileset file"
 msgid ""
 "An error occurred when loading the tileset %1. The default tileset could "
 "also not be loaded.\n"
 "Please install the KMahjongg library."
 msgstr ""
-"Errore bat gertatu da fitxa-multzoa zamatzean. %1 eta fitxa-multzo "
-"lehenetsia probatu dira.\n"
+"Errore bat gertatu da %1 fitxa-multzoa zamatzean. Fitxa-multzo lehenetsia "
+"ere ezin izan du zamatu.\n"
 "Mesedez, instalatu KMahjongg liburutegia."
 
 #: src/board.cpp:129
-#, fuzzy, kde-format
-#| msgctxt "%1 is a path to a background image file"
-#| msgid ""
-#| "An error occurred when loading the background. %1 and the default "
-#| "background have been tried.\n"
-#| "Please install the KMahjongg library."
+#, kde-format
 msgctxt "%1 is a path to a background image file"
 msgid ""
 "An error occurred when loading the default background.\n"
 "Please install the KMahjongg library."
 msgstr ""
-"Errore bat gertatu da atzeko planoa zamatzean. %1 eta atzeko plano "
-"lehenetsia probatu dira.\n"
+"Errore bat gertatu da atzeko plano lehenetsia zamatzean.\n"
 "Mesedez, instalatu KMahjongg liburutegia."
 
 #: src/board.cpp:138
-#, fuzzy, kde-format
-#| msgctxt "%1 is a path to a background image file"
-#| msgid ""
-#| "An error occurred when loading the background. %1 and the default "
-#| "background have been tried.\n"
-#| "Please install the KMahjongg library."
+#, kde-format
 msgctxt "%1 is a path to a background image file"
 msgid ""
 "An error occurred when loading the background %1. The default background has "
 "been loaded."
 msgstr ""
-"Errore bat gertatu da atzeko planoa zamatzean. %1 eta atzeko plano "
-"lehenetsia probatu dira.\n"
-"Mesedez, instalatu KMahjongg liburutegia."
+"Errore bat gertatu da %1 atzeko planoa zamatzean. Atzeko plano lehenetsia "
+"zamatu da."
 
 #: src/board.cpp:144
-#, fuzzy, kde-format
-#| msgctxt "%1 is a path to a background image file"
-#| msgid ""
-#| "An error occurred when loading the background. %1 and the default "
-#| "background have been tried.\n"
-#| "Please install the KMahjongg library."
+#, kde-format
 msgctxt "%1 is a path to a background image  file"
 msgid ""
 "An error occurred when loading the background %1. The default background "
 "could also not be loaded.\n"
 "Please install the KMahjongg library."
 msgstr ""
-"Errore bat gertatu da atzeko planoa zamatzean. %1 eta atzeko plano "
-"lehenetsia probatu dira.\n"
+"Errore bat gertatu da %1 atzeko planoa zamatzean. Atzeko plano lehenetsia "
+"ere ezin izan du zamatu.\n"
 "Mesedez, instalatu KMahjongg liburutegia."
 
 #: src/board.cpp:706
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kshisen-22.04.3/po/pt/kshisen.po 
new/kshisen-22.08.0/po/pt/kshisen.po
--- old/kshisen-22.04.3/po/pt/kshisen.po        2022-07-05 06:36:01.000000000 
+0200
+++ new/kshisen-22.08.0/po/pt/kshisen.po        2022-08-12 02:07:34.000000000 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kshisen\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-02-22 00:41+0000\n"
-"PO-Revision-Date: 2021-06-08 19:57+0100\n"
+"PO-Revision-Date: 2022-03-28 01:54+0100\n"
 "Last-Translator: Jos?? Nuno Pires <zepi...@gmail.com>\n"
 "Language-Team: pt <kde-i18n...@kde.org>\n"
 "Language: pt\n"
@@ -148,19 +148,13 @@
 msgstr "Geral"
 
 #: src/board.cpp:97
-#, fuzzy, kde-format
-#| msgctxt "%1 is a path to a tileset file"
-#| msgid ""
-#| "An error occurred when loading the tileset. %1 and the default tileset "
-#| "have been tried.\n"
-#| "Please install the KMahjongg library."
+#, kde-format
 msgctxt "%1 is a path to a tileset file"
 msgid ""
 "An error occurred when loading the default tileset.\n"
 "Please install the KMahjongg library."
 msgstr ""
-"Ocorreu um erro ao carregar o conjunto de pe??as. Tentou-se usar o %1 e o "
-"conjunto por omiss??o.\n"
+"Ocorreu um erro ao carregar o conjunto de pe??as.\n"
 "Instale por favor a biblioteca do KMahjongg."
 
 #: src/board.cpp:98 src/board.cpp:107 src/board.cpp:113 src/board.cpp:130
@@ -170,85 +164,56 @@
 msgstr "Erro ao Carregar as Pe??as"
 
 #: src/board.cpp:106
-#, fuzzy, kde-format
-#| msgctxt "%1 is a path to a tileset file"
-#| msgid ""
-#| "An error occurred when loading the tileset. %1 and the default tileset "
-#| "have been tried.\n"
-#| "Please install the KMahjongg library."
+#, kde-format
 msgctxt "%1 is a path to a tileset file"
 msgid ""
 "An error occurred when loading the tileset %1. The default tileset has been "
 "loaded."
 msgstr ""
-"Ocorreu um erro ao carregar o conjunto de pe??as. Tentou-se usar o %1 e o "
-"conjunto por omiss??o.\n"
-"Instale por favor a biblioteca do KMahjongg."
+"Ocorreu um erro ao carregar o conjunto de pe??as %1. Foi carregado o conjunto 
"
+"predefinido."
 
 #: src/board.cpp:112
-#, fuzzy, kde-format
-#| msgctxt "%1 is a path to a tileset file"
-#| msgid ""
-#| "An error occurred when loading the tileset. %1 and the default tileset "
-#| "have been tried.\n"
-#| "Please install the KMahjongg library."
+#, kde-format
 msgctxt "%1 is a path to a tileset file"
 msgid ""
 "An error occurred when loading the tileset %1. The default tileset could "
 "also not be loaded.\n"
 "Please install the KMahjongg library."
 msgstr ""
-"Ocorreu um erro ao carregar o conjunto de pe??as. Tentou-se usar o %1 e o "
-"conjunto por omiss??o.\n"
+"Ocorreu um erro ao carregar o conjunto de pe??as %1. Tamb??m n??o foi 
poss??vel "
+"carregar o conjunto predefinido.\n"
 "Instale por favor a biblioteca do KMahjongg."
 
 #: src/board.cpp:129
-#, fuzzy, kde-format
-#| msgctxt "%1 is a path to a background image file"
-#| msgid ""
-#| "An error occurred when loading the background. %1 and the default "
-#| "background have been tried.\n"
-#| "Please install the KMahjongg library."
+#, kde-format
 msgctxt "%1 is a path to a background image file"
 msgid ""
 "An error occurred when loading the default background.\n"
 "Please install the KMahjongg library."
 msgstr ""
-"Ocorreu um erro ao carregar o fundo. Tentou-se usar o %1 e o fundo por "
-"omiss??o.\n"
+"Ocorreu um erro ao carregar o fundo predefinido.\n"
 "Instale por favor a biblioteca do KMahjongg."
 
 #: src/board.cpp:138
-#, fuzzy, kde-format
-#| msgctxt "%1 is a path to a background image file"
-#| msgid ""
-#| "An error occurred when loading the background. %1 and the default "
-#| "background have been tried.\n"
-#| "Please install the KMahjongg library."
+#, kde-format
 msgctxt "%1 is a path to a background image file"
 msgid ""
 "An error occurred when loading the background %1. The default background has "
 "been loaded."
 msgstr ""
-"Ocorreu um erro ao carregar o fundo. Tentou-se usar o %1 e o fundo por "
-"omiss??o.\n"
-"Instale por favor a biblioteca do KMahjongg."
+"Ocorreu um erro ao carregar o fundo %1. Foi carregado o fundo predefinido."
 
 #: src/board.cpp:144
-#, fuzzy, kde-format
-#| msgctxt "%1 is a path to a background image file"
-#| msgid ""
-#| "An error occurred when loading the background. %1 and the default "
-#| "background have been tried.\n"
-#| "Please install the KMahjongg library."
+#, kde-format
 msgctxt "%1 is a path to a background image  file"
 msgid ""
 "An error occurred when loading the background %1. The default background "
 "could also not be loaded.\n"
 "Please install the KMahjongg library."
 msgstr ""
-"Ocorreu um erro ao carregar o fundo. Tentou-se usar o %1 e o fundo por "
-"omiss??o.\n"
+"Ocorreu um erro ao carregar o fundo %1. Tamb??m n??o foi poss??vel carregar o 
"
+"fundo predefinido.\n"
 "Instale por favor a biblioteca do KMahjongg."
 
 #: src/board.cpp:706
@@ -585,6 +550,3 @@
 #, kde-format
 msgid "30x16"
 msgstr "30x16"
-
-#~ msgid "Error Loading Background"
-#~ msgstr "Erro ao Carregar o Fundo"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kshisen-22.04.3/po/sk/kshisen.po 
new/kshisen-22.08.0/po/sk/kshisen.po
--- old/kshisen-22.04.3/po/sk/kshisen.po        2022-07-05 06:36:01.000000000 
+0200
+++ new/kshisen-22.08.0/po/sk/kshisen.po        2022-08-12 02:07:34.000000000 
+0200
@@ -10,7 +10,7 @@
 "Project-Id-Version: kshisen\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-02-22 00:41+0000\n"
-"PO-Revision-Date: 2022-04-09 16:12+0200\n"
+"PO-Revision-Date: 2022-04-15 19:15+0200\n"
 "Last-Translator: Roman Paholik <wizzar...@gmail.com>\n"
 "Language-Team: Slovak <kde...@linux.sk>\n"
 "Language: sk\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kshisen-22.04.3/po/tr/kshisen.po 
new/kshisen-22.08.0/po/tr/kshisen.po
--- old/kshisen-22.04.3/po/tr/kshisen.po        2022-07-05 06:36:01.000000000 
+0200
+++ new/kshisen-22.08.0/po/tr/kshisen.po        2022-08-12 02:07:34.000000000 
+0200
@@ -118,7 +118,7 @@
 #, kde-format
 msgctxt "%1 - time string like hh:mm:ss"
 msgid "You made it in %1"
-msgstr "%1. s??rada tamamlad??n??z."
+msgstr "%1. s??rada tamamlad??n??z"
 
 #: src/app.cpp:288
 #, kde-format
@@ -128,7 +128,7 @@
 #: src/app.cpp:292
 #, kde-format
 msgid "(Paused) "
-msgstr "(Duraklat??ld??)"
+msgstr "(Duraklat??ld??) "
 
 #: src/app.cpp:300
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kshisen-22.04.3/po/zh_CN/kshisen.po 
new/kshisen-22.08.0/po/zh_CN/kshisen.po
--- old/kshisen-22.04.3/po/zh_CN/kshisen.po     2022-07-05 06:36:01.000000000 
+0200
+++ new/kshisen-22.08.0/po/zh_CN/kshisen.po     2022-08-12 02:07:34.000000000 
+0200
@@ -1,18 +1,9 @@
-# translation of kshisen.po to ????????????
-# Copyright (C) 2003, 2009 Free Software Foundation, Inc.
-#
-# Wang Jian <l...@linux.ustc.edu.cn>, 1998.
-# Xiong Jiang <jxi...@offtopic.org>, 2003.
-# Lie_Ex <lilith...@gmail.com>, 2007-2009.
-# Ni Hui <shuizhuyuan...@126.com>, 2009, 2011.
-# Feng Chao <rainofch...@gmail.com>, 2011.
-# Guo Yunhe <guoyunhebr...@gmail.com>, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-02-22 00:41+0000\n"
-"PO-Revision-Date: 2022-07-02 11:03\n"
+"PO-Revision-Date: 2022-08-07 13:32\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kshisen-22.04.3/src/CMakeLists.txt 
new/kshisen-22.08.0/src/CMakeLists.txt
--- old/kshisen-22.04.3/src/CMakeLists.txt      2022-07-02 05:13:09.000000000 
+0200
+++ new/kshisen-22.08.0/src/CMakeLists.txt      2022-08-11 00:05:04.000000000 
+0200
@@ -37,7 +37,6 @@
 
 target_link_libraries(kshisen
     KF5KDEGames
-    KF5KDEGamesPrivate
     KF5KMahjongglib
     KF5::CoreAddons
     KF5::Crash

Reply via email to