Hello community,

here is the log from the commit of package kpat for openSUSE:Factory checked in 
at 2020-07-15 11:52:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kpat (Old)
 and      /work/SRC/openSUSE:Factory/.kpat.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kpat"

Wed Jul 15 11:52:52 2020 rev:100 rq:820244 version:20.04.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/kpat/kpat.changes        2020-06-14 
18:29:30.149423904 +0200
+++ /work/SRC/openSUSE:Factory/.kpat.new.3060/kpat.changes      2020-07-15 
11:54:46.227477086 +0200
@@ -1,0 +2,9 @@
+Thu Jul  9 20:10:12 UTC 2020 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 20.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-07-apps-update
+- No code change since 20.04.2
+
+-------------------------------------------------------------------

Old:
----
  kpat-20.04.2.tar.xz
  kpat-20.04.2.tar.xz.sig

New:
----
  kpat-20.04.3.tar.xz
  kpat-20.04.3.tar.xz.sig

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

Other differences:
------------------
++++++ kpat.spec ++++++
--- /var/tmp/diff_new_pack.vqKEWF/_old  2020-07-15 11:54:47.195478154 +0200
+++ /var/tmp/diff_new_pack.vqKEWF/_new  2020-07-15 11:54:47.199478159 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kpat
-Version:        20.04.2
+Version:        20.04.3
 Release:        0
 Summary:        Patience card game
 License:        GPL-2.0-or-later


++++++ kpat-20.04.2.tar.xz -> kpat-20.04.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpat-20.04.2/CMakeLists.txt 
new/kpat-20.04.3/CMakeLists.txt
--- old/kpat-20.04.2/CMakeLists.txt     2020-06-09 02:37:53.000000000 +0200
+++ new/kpat-20.04.3/CMakeLists.txt     2020-07-07 03:00:27.000000000 +0200
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "20")
 set(RELEASE_SERVICE_VERSION_MINOR "04")
-set(RELEASE_SERVICE_VERSION_MICRO "2")
+set(RELEASE_SERVICE_VERSION_MICRO "3")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(kpat VERSION ${RELEASE_SERVICE_VERSION})
@@ -26,7 +26,7 @@
     add_definitions("-DWITH_FCS_SOFT_SUSPEND=1")
 endif()
 find_package(ECM ${KF5_MIN_VERSION} REQUIRED CONFIG)
-set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
+set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH})
 
 find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Widgets Svg 
Test)
 find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
@@ -58,11 +58,11 @@
 
 ecm_setup_version(${RELEASE_SERVICE_VERSION} VARIABLE_PREFIX KPAT 
VERSION_HEADER kpat_version.h)
 
-add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS)
-if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
-   add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050e00)
-   add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x060000)
-endif()
+add_definitions(
+    -DQT_USE_FAST_OPERATOR_PLUS
+    -DQT_DISABLE_DEPRECATED_BEFORE=0x050e00
+    -DQT_DEPRECATED_WARNINGS_SINCE=0x060000
+)
 
 include_directories(${CMAKE_CURRENT_SOURCE_DIR}/libkcardgame/include 
${FC_SOLVE_INCLUDE_DIRS} ${BLACK_HOLE_SOLVER_INCLUDE_DIRS})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpat-20.04.2/org.kde.kpat.appdata.xml 
new/kpat-20.04.3/org.kde.kpat.appdata.xml
--- old/kpat-20.04.2/org.kde.kpat.appdata.xml   2020-06-08 20:00:46.000000000 
+0200
+++ new/kpat-20.04.3/org.kde.kpat.appdata.xml   2020-07-03 23:17:09.000000000 
+0200
@@ -116,9 +116,9 @@
   </provides>
   <content_rating type="oars-1.1"/>
   <releases>
+    <release version="20.04.3" date="2020-07-09"/>
     <release version="20.04.2" date="2020-06-11"/>
     <release version="20.04.1" date="2020-05-14"/>
     <release version="20.04.0" date="2020-04-23"/>
-    <release version="19.12.2" date="2020-02-06"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpat-20.04.2/po/ca/docs/kpat/man-kpat.6.docbook 
new/kpat-20.04.3/po/ca/docs/kpat/man-kpat.6.docbook
--- old/kpat-20.04.2/po/ca/docs/kpat/man-kpat.6.docbook 1970-01-01 
01:00:00.000000000 +0100
+++ new/kpat-20.04.3/po/ca/docs/kpat/man-kpat.6.docbook 2020-07-07 
03:00:26.000000000 +0200
@@ -0,0 +1,335 @@
+<?xml version="1.0" ?>
+<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant 
V1.1//EN" "dtd/kdedbx45.dtd" [
+  <!ENTITY % Catalan  "INCLUDE">
+]>
+
+<refentry lang="&language;">
+<refentryinfo>
+<title
+>Manual d'usuari del KPat</title>
+<date
+>11 de maig de 2016</date>
+<releaseinfo
+>3.6 (Aplicacions 16.04)</releaseinfo>
+<productname
+>Aplicacions del KDE</productname>
+</refentryinfo>
+
+<refmeta>
+<refentrytitle
+><command
+>kpat</command
+></refentrytitle>
+<manvolnum
+>6</manvolnum>
+</refmeta>
+
+<refnamediv>
+<refname
+><command
+>kpat</command
+></refname>
+<refpurpose
+>Un joc de cartes molt addictiu.</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<cmdsynopsis
+><command
+>kpat</command
+> <group choice="opt"
+><option
+>--solvegame</option
+> <replaceable
+> fitxer</replaceable
+></group
+> <group choice="opt"
+><option
+>--solve</option
+> <replaceable
+> núm.</replaceable
+></group
+> <group choice="opt"
+><option
+>--start</option
+> <replaceable
+> núm.</replaceable
+></group
+> <group choice="opt"
+><option
+>--end</option
+> <replaceable
+> núm.</replaceable
+></group
+> <group choice="opt"
+><option
+>--gametype</option
+> <replaceable
+> joc</replaceable
+></group
+> <group choice="opt"
+><option
+>--testdir</option
+> <replaceable
+> directori</replaceable
+></group
+> <group choice="opt"
+><option
+>--generate</option
+></group
+> <group choice="opt"
+><option
+><replaceable
+>fitxer</replaceable
+></option
+></group
+> </cmdsynopsis>
+</refsynopsisdiv>
+
+<refsect1>
+<title
+>DESCRIPCIÓ</title>
+<para
+>El &kpatience; és un compendi de diversos jocs de cartes de paciència 
coneguts, que van des dels coneguts Klondike i Freecell, fins a jocs menys 
coneguts com Grandfather's Clock i Mod3. En total, hi ha 12 variacions perquè 
passi el temps.</para>
+</refsect1>
+
+<refsect1>
+<title
+>OPCIONS</title>
+<para
+>Aquest programa segueix la sintaxi habitual de la línia d'ordres de GNU, amb 
opcions llargues que comencen amb dos guions («--»). A continuació s'inclou un 
resum de les opcions admeses per l'ordre <command
+>kpat</command
+>.</para>
+
+<variablelist>
+
+<varlistentry>
+<term
+><option
+>-h</option
+> <option
+>--help</option
+></term>
+<listitem
+><para
+>Llista les opcions disponibles a la línia d'ordres.</para>
+</listitem>
+</varlistentry>
+
+<varlistentry>
+<term
+><option
+>-v</option
+> <option
+>--version</option
+></term>
+<listitem>
+<para
+>Llista la informació de la versió del &kpatience;.</para
+></listitem>
+</varlistentry>
+
+<varlistentry>
+<term
+><option
+>--solvegame</option
+> <replaceable
+> fitxer</replaceable
+></term>
+<listitem>
+<para
+>Intenta trobar una solució de la partida desada que s'ha indicat.</para>
+</listitem>
+</varlistentry>
+
+<varlistentry>
+<term
+><option
+>--solve</option
+> <replaceable
+> núm.</replaceable
+></term>
+<listitem>
+<para
+>Negociador per a la solució (depurador).</para>
+</listitem>
+</varlistentry>
+
+<varlistentry>
+<term
+><option
+>--start</option
+> <replaceable
+> núm.</replaceable
+></term>
+<listitem>
+<para
+>Inici de l'interval del joc (predeterminat 0:INT_MAX).</para>
+</listitem>
+</varlistentry>
+
+<varlistentry>
+<term
+><option
+>--end</option
+> <replaceable
+> núm.</replaceable
+></term>
+<listitem>
+<para
+>Final de l'interval del joc (predeterminat inici:inici si se n'ha 
indicat).</para>
+</listitem>
+</varlistentry>
+
+<varlistentry>
+<term
+><option
+>--gametype</option
+> <replaceable
+> joc</replaceable
+></term>
+<listitem>
+<para
+>Omet la pantalla de selecció i carrega un tipus de joc específic. Els valors 
vàlids són: acesup, fortyeight, freecell, golf, grandfather, grandfathersclock, 
gypsy, klondike, mod3, simplesimon, spider i yukon.</para>
+</listitem>
+</varlistentry>
+
+<varlistentry>
+<term
+><option
+>--testdir</option
+> <replaceable
+> directori</replaceable
+></term>
+<listitem>
+<para
+>Directori amb casos de prova.</para>
+</listitem>
+</varlistentry>
+
+<varlistentry>
+<term
+><option
+>--generate</option
+></term>
+<listitem
+><para
+>Genera casos de proves aleatoris.</para>
+</listitem>
+</varlistentry>
+
+<varlistentry>
+<term
+><option
+>--author</option
+></term>
+<listitem
+><para
+>Llista als autors del &kpatience; a la finestra de terminal.</para
+></listitem>
+</varlistentry>
+
+<varlistentry>
+<term
+><option
+>--license</option
+></term>
+<listitem
+><para
+>Mostra la informació sobre la llicència.</para
+></listitem>
+</varlistentry>
+
+<varlistentry>
+<term
+><option
+>--desktopfile</option
+> <replaceable
+>nom_fitxer</replaceable
+></term>
+<listitem
+><para
+>El nom del fitxer base de l'entrada de l'escriptori per aquesta 
aplicació.</para
+></listitem>
+</varlistentry>
+
+<varlistentry>
+<term
+><replaceable
+>fitxer</replaceable
+></term>
+<listitem>
+<para
+>Fitxer a carregar.</para>
+</listitem>
+</varlistentry>
+
+</variablelist>
+
+</refsect1>
+
+<refsect1>
+<title
+>VEGEU TAMBÉ</title>
+<simplelist>
+<member
+>Hi ha disponible documentació d'usuari més detallada des de <ulink 
url="help:/kpat"
+>help:/kpat</ulink
+> (introduïu aquest &URL; al &konqueror; o executeu <userinput
+><command
+>khelpcenter</command
+> <parameter
+>help:/kpat</parameter
+></userinput
+>).</member>
+<member
+>kf5options(7)</member>
+<member
+>qt5options(7)</member>
+</simplelist>
+</refsect1>
+
+<refsect1>
+<title
+>AUTOR</title>
+
+<para
+>El &kpatience; ha estat creat per:</para>
+<simplelist type="vert">
+<member
+>Paul Olav Tvete</member>
+<member
+>Mario Weilguni <email
+>mweilg...@kde.org</email
+></member>
+<member
+>Matthias Ettrich <email
+>ettr...@kde.org</email
+></member>
+<member
+>Rodolfo Borges <email
+>barr...@labma.ufrj.br</email
+></member>
+<member
+>Peter H. Ruegg <email
+>k...@incense.org</email
+></member>
+<member
+>Michael Koch <email
+>k...@kde.org</email
+></member>
+<member
+>Marcus Meissner <email
+>m...@caldera.de</email
+></member>
+<member
+>Shlomi Fish <email
+>shlo...@vipe.technion.ac.il</email
+></member>
+<member
+>Stephan Kulow <email
+>co...@kde.org</email
+></member>
+</simplelist>
+</refsect1>
+</refentry>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpat-20.04.2/po/el/kpat_mimetypes.po 
new/kpat-20.04.3/po/el/kpat_mimetypes.po
--- old/kpat-20.04.2/po/el/kpat_mimetypes.po    2020-06-09 02:37:51.000000000 
+0200
+++ new/kpat-20.04.3/po/el/kpat_mimetypes.po    2020-07-07 03:00:25.000000000 
+0200
@@ -11,7 +11,7 @@
 "PO-Revision-Date: 2016-06-11 13:15+0200\n"
 "Last-Translator: Stelios <ssta...@gmail.com>\n"
 "Language-Team: Greek <kde-i18n...@kde.org>\n"
-"Language: el_GR\n"
+"Language: el\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpat-20.04.2/po/fi/kpat.po 
new/kpat-20.04.3/po/fi/kpat.po
--- old/kpat-20.04.2/po/fi/kpat.po      2020-06-09 02:37:51.000000000 +0200
+++ new/kpat-20.04.3/po/fi/kpat.po      2020-07-07 03:00:25.000000000 +0200
@@ -6,7 +6,7 @@
 # Teemu Rytilahti <teemu.rytila...@kde-fi.org>, 2003, 2008.
 # Ilpo Kantonen <i...@iki.fi>, 2005.
 # Mikko Piippo <pii...@cc.helsinki.fi>, 2008.
-# Tommi Nieminen <transla...@legisign.org>, 2010, 2019.
+# Tommi Nieminen <transla...@legisign.org>, 2010, 2019, 2020.
 # Lasse Liehu <lasse.li...@gmail.com>, 2010, 2012, 2013, 2014, 2016.
 # Jorma Karvonen <karvonen.jo...@gmail.com>, 2011.
 #
@@ -17,7 +17,7 @@
 "Project-Id-Version: kpat\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-01-20 03:10+0100\n"
-"PO-Revision-Date: 2019-05-16 23:20+0200\n"
+"PO-Revision-Date: 2020-06-22 23:13+0300\n"
 "Last-Translator: Tommi Nieminen <transla...@legisign.org>\n"
 "Language-Team: Finnish <kde-i18n-...@kde.org>\n"
 "Language: fi\n"
@@ -26,7 +26,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-POT-Import-Date: 2012-12-01 22:24:04+0000\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 20.04.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -793,7 +793,7 @@
 #: statisticsdialog.ui:147
 #, kde-format
 msgid "Minimal number of moves:"
-msgstr ""
+msgstr "Siirtojen vähimmäismäärä:"
 
 # pmap: =:gen=Yukonin:
 #: yukon.cpp:132
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpat-20.04.2/po/sr/kpat.po 
new/kpat-20.04.3/po/sr/kpat.po
--- old/kpat-20.04.2/po/sr/kpat.po      2020-06-09 02:37:53.000000000 +0200
+++ new/kpat-20.04.3/po/sr/kpat.po      2020-07-07 03:00:26.000000000 +0200
@@ -7,8 +7,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kpat\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2019-03-09 03:17+0100\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2020-01-20 03:10+0100\n"
 "PO-Revision-Date: 2016-11-28 01:33+0100\n"
 "Last-Translator: Chusslove Illich <caslav.i...@gmx.net>\n"
 "Language-Team: Serbian <kde-i18n...@kde.org>\n"
@@ -39,47 +39,47 @@
 msgid "Grandfather's Clock"
 msgstr "дедин часовник|/|$[својства аку 'дедин часовник']"
 
-#: dealer.cpp:75
+#: dealer.cpp:73
 #, kde-format
 msgid "Solver: This game is winnable."
 msgstr "Решавач: партија се може добити."
 
-#: dealer.cpp:77
+#: dealer.cpp:75
 #, kde-format
 msgid "Solver: This game is no longer winnable."
 msgstr "Решавач: партија се више не може добити."
 
-#: dealer.cpp:78
+#: dealer.cpp:76
 #, kde-format
 msgid "Solver: This game cannot be won."
 msgstr "Решавач: партија се не може добити."
 
-#: dealer.cpp:80
+#: dealer.cpp:78
 #, kde-format
 msgid "Solver: Unable to determine if this game is winnable."
 msgstr "Решавач: не могу да одредим да ли се партија може добити."
 
-#: dealer.cpp:971
+#: dealer.cpp:969
 #, kde-format
 msgid "Congratulations! We have won."
 msgstr "Честитке! Победили смо."
 
-#: dealer.cpp:973
+#: dealer.cpp:971
 #, kde-format
 msgid "Congratulations! You have won."
 msgstr "Честитке! Победили сте."
 
-#: dealer.cpp:1317
+#: dealer.cpp:1315
 #, kde-format
 msgid "Solver: This game is lost."
 msgstr "Решавач: партија је изгубљена."
 
-#: dealer.cpp:1472
+#: dealer.cpp:1470
 #, kde-format
 msgid "Solver: Calculating..."
 msgstr "Решавач: рачунам..."
 
-#: dealer.cpp:1939
+#: dealer.cpp:1944
 #, kde-format
 msgid ""
 "A new game has been requested, but there is already a game in progress.\n"
@@ -90,12 +90,12 @@
 "\n"
 "Ако се тренутна партија напусти, биће забележена у статистику као изгубљена."
 
-#: dealer.cpp:1941
+#: dealer.cpp:1946
 #, kde-format
 msgid "Abandon Current Game?"
 msgstr "Напустити текућу партију?"
 
-#: dealer.cpp:1942
+#: dealer.cpp:1947
 #, kde-format
 msgid "Abandon Current Game"
 msgstr "Напусти партију"
@@ -106,13 +106,13 @@
 msgid "Forty & Eight"
 msgstr "четрдесет и осам|/|$[својства аку 'четрдесет и осам']"
 
-#: freecell.cpp:294
+#: freecell.cpp:297
 #, kde-format
 msgid "Freecell"
 msgstr "фрисел"
 
 # >> @item game type
-#: golf.cpp:192
+#: golf.cpp:195
 #, kde-format
 msgid "Golf"
 msgstr "голф|/|$[својства аку 'голф']"
@@ -182,28 +182,28 @@
 msgid "Main Toolbar"
 msgstr "Главна трака"
 
-#: libkcardgame/kcardthemewidget.cpp:294
+#: libkcardgame/kcardthemewidget.cpp:297
 #, kde-format
 msgid "Loading..."
 msgstr "Учитавам..."
 
-#: libkcardgame/kcardthemewidget.cpp:393
+#: libkcardgame/kcardthemewidget.cpp:396
 #, kde-format
 msgid "Get New Card Decks..."
 msgstr "Добави нове шпилове карата..."
 
-#: main.cpp:114
+#: main.cpp:116
 #, kde-format
 msgid "KPatience"
 msgstr "К‑пасијанс"
 
 # rewrite-msgid: /Game//
-#: main.cpp:116
+#: main.cpp:118
 #, kde-format
 msgid "KDE Patience Game"
 msgstr "Пасијанс за КДЕ‑а"
 
-#: main.cpp:118
+#: main.cpp:120
 #, kde-format
 msgid ""
 "© 1995 Paul Olav Tvete\n"
@@ -212,178 +212,178 @@
 "© 1995, Паул Олав Твете\n"
 "© 2000, Штефан Кулов"
 
-#: main.cpp:123
+#: main.cpp:125
 #, kde-format
 msgid "Paul Olav Tvete"
 msgstr "Паул Олав Твете"
 
-#: main.cpp:124
+#: main.cpp:126
 #, kde-format
 msgid "Author of original Qt version"
 msgstr "Аутор оригиналне КуТ верзије"
 
-#: main.cpp:126
+#: main.cpp:128
 #, kde-format
 msgid "Mario Weilguni"
 msgstr "Марио Вајлгуни"
 
-#: main.cpp:127
+#: main.cpp:129
 #, kde-format
 msgid "Initial KDE port"
 msgstr "Почетни пренос на КДЕ"
 
-#: main.cpp:129
+#: main.cpp:131
 #, kde-format
 msgid "Matthias Ettrich"
 msgstr "Матијас Етрих"
 
-#: main.cpp:132
+#: main.cpp:134
 #, kde-format
 msgid "Rodolfo Borges"
 msgstr "Родолфо Боржес"
 
-#: main.cpp:133
+#: main.cpp:135
 #, kde-format
 msgid "New game types"
 msgstr "Нове врсте игара"
 
-#: main.cpp:135
+#: main.cpp:137
 #, kde-format
 msgid "Peter H. Ruegg"
 msgstr "Петер Х. Риг"
 
-#: main.cpp:138
+#: main.cpp:140
 #, kde-format
 msgid "Michael Koch"
 msgstr "Михаел Кох"
 
-#: main.cpp:139 main.cpp:160
+#: main.cpp:141 main.cpp:162
 #, kde-format
 msgid "Bug fixes"
 msgstr "Исправке грешака"
 
-#: main.cpp:141
+#: main.cpp:143
 #, kde-format
 msgid "Marcus Meissner"
 msgstr "Маркус Мајснер"
 
-#: main.cpp:142
+#: main.cpp:144
 #, kde-format
 msgid "Shuffle algorithm for game numbers"
 msgstr "Алгоритам мешања за бројеве игре"
 
-#: main.cpp:144
+#: main.cpp:146
 #, kde-format
 msgid "Tom Holroyd"
 msgstr "Том Холројд"
 
-#: main.cpp:145
+#: main.cpp:147
 #, kde-format
 msgid "Initial patience solver"
 msgstr "Почетни решавач пасијанса"
 
-#: main.cpp:147
+#: main.cpp:149
 #, kde-format
 msgid "Stephan Kulow"
 msgstr "Штефан Кулов"
 
-#: main.cpp:148
+#: main.cpp:150
 #, kde-format
 msgid "Rewrite and current maintainer"
 msgstr "Писање изнова и тренутни одржавалац"
 
-#: main.cpp:150
+#: main.cpp:152
 #, kde-format
 msgid "Erik Sigra"
 msgstr "Ерик Сигра"
 
-#: main.cpp:151
+#: main.cpp:153
 #, kde-format
 msgid "Klondike improvements"
 msgstr "Побољшања клондајка"
 
-#: main.cpp:153
+#: main.cpp:155
 #, kde-format
 msgid "Josh Metzler"
 msgstr "Џош Мецлер"
 
-#: main.cpp:154
+#: main.cpp:156
 #, kde-format
 msgid "Spider implementation"
 msgstr "Изведба паука"
 
-#: main.cpp:156
+#: main.cpp:158
 #, kde-format
 msgid "Maren Pakura"
 msgstr "Марен Пакура"
 
-#: main.cpp:157
+#: main.cpp:159
 #, kde-format
 msgid "Documentation"
 msgstr "Документација"
 
-#: main.cpp:159
+#: main.cpp:161
 #, kde-format
 msgid "Inge Wallin"
 msgstr "Инге Валин"
 
-#: main.cpp:162
+#: main.cpp:164
 #, kde-format
 msgid "Simon Hürlimann"
 msgstr "Симон Хирлиман"
 
-#: main.cpp:163
+#: main.cpp:165
 #, kde-format
 msgid "Menu and toolbar work"
 msgstr "Рад око менија и траке алатки"
 
-#: main.cpp:165
+#: main.cpp:167
 #, kde-format
 msgid "Parker Coates"
 msgstr "Паркер Коутс"
 
-#: main.cpp:166
+#: main.cpp:168
 #, kde-format
 msgid "Cleanup and polish"
 msgstr "Чишћење и полирање"
 
-#: main.cpp:168
+#: main.cpp:170
 #, kde-format
 msgid "Shlomi Fish"
 msgstr ""
 
-#: main.cpp:169
+#: main.cpp:171
 #, kde-format
 msgid "Integration with Freecell Solver and further work"
 msgstr ""
 
-#: main.cpp:185
+#: main.cpp:187
 #, kde-format
 msgctxt "List separator"
 msgid ", "
 msgstr ", "
 
-#: main.cpp:191
+#: main.cpp:193
 #, kde-format
 msgid "Try to find a solution to the given savegame"
 msgstr "Покушај да нађеш решење за дату позицију"
 
-#: main.cpp:192
+#: main.cpp:194
 #, kde-format
 msgid "Dealer to solve (debug)"
 msgstr "Делилац решава (исправљање)"
 
-#: main.cpp:193
+#: main.cpp:195
 #, kde-format
 msgid "Game range start (default 0:INT_MAX)"
 msgstr "Опсег игре почиње (подразумевано 0:максимум)"
 
-#: main.cpp:194
+#: main.cpp:196
 #, kde-format
 msgid "Game range end (default start:start if start given)"
 msgstr "Опсег игре завршава (подразумевано почетак:почетак ако је дат почетак)"
 
-#: main.cpp:195
+#: main.cpp:197
 #, kde-format
 msgid ""
 "Skip the selection screen and load a particular game type. Valid values are: "
@@ -391,154 +391,154 @@
 msgstr ""
 "Прескочи изборни екран и учитај дату врсту игре. Прихватљиве вредности: %1"
 
-#: main.cpp:196
+#: main.cpp:198
 #, kde-format
 msgid "Directory with test cases"
 msgstr "Фасцикла са пробним случајевима"
 
-#: main.cpp:197
+#: main.cpp:199
 #, kde-format
 msgid "Generate random test cases"
 msgstr "Генериши насумичне пробне случајеве"
 
-#: main.cpp:198
+#: main.cpp:200
 #, kde-format
 msgid "File to load"
 msgstr "Фајл за учитавање"
 
-#: mainwindow.cpp:155
+#: mainwindow.cpp:154
 #, kde-format
 msgctxt "Start a new game of a different type"
 msgid "New &Game..."
 msgstr "Нова &игра..."
 
-#: mainwindow.cpp:161
+#: mainwindow.cpp:160
 #, kde-format
 msgctxt "Start a new game of without changing the game type"
 msgid "New &Deal"
 msgstr "Ново &дељење"
 
-#: mainwindow.cpp:167
+#: mainwindow.cpp:166
 #, kde-format
 msgctxt "Start a game by giving its particular number"
 msgid "New &Numbered Deal..."
 msgstr "Ново &нумерисано дељење..."
 
-#: mainwindow.cpp:172
+#: mainwindow.cpp:171
 #, kde-format
 msgctxt "Replay the current deal from the start"
 msgid "Restart Deal"
 msgstr "Дели из почетка"
 
-#: mainwindow.cpp:178
+#: mainwindow.cpp:177
 #, kde-format
 msgctxt "Start the game with the number one greater than the current one"
 msgid "Next Deal"
 msgstr "Следеће дељење"
 
-#: mainwindow.cpp:187
+#: mainwindow.cpp:186
 #, kde-format
 msgctxt "Start the game with the number one less than the current one"
 msgid "Previous Deal"
 msgstr "Претходно дељење"
 
 #. i18n: ectx: property (windowTitle), widget (QWidget, GameStats)
-#: mainwindow.cpp:201 statisticsdialog.cpp:61 statisticsdialog.ui:13
+#: mainwindow.cpp:200 statisticsdialog.cpp:60 statisticsdialog.ui:13
 #, kde-format
 msgid "Statistics"
 msgstr "Статистика"
 
-#: mainwindow.cpp:231
+#: mainwindow.cpp:230
 #, kde-format
 msgctxt ""
 "Take one or more cards from the deck, flip them, and place them in play"
 msgid "Dra&w"
 msgstr "&Вуци"
 
-#: mainwindow.cpp:236
+#: mainwindow.cpp:235
 #, kde-format
 msgctxt "Deal a new row of cards from the deck"
 msgid "Dea&l Row"
 msgstr "Дели &врсту"
 
-#: mainwindow.cpp:241
+#: mainwindow.cpp:240
 #, kde-format
 msgctxt "Collect the cards in play, shuffle them and redeal them"
 msgid "&Redeal"
 msgstr "Дели &поново"
 
-#: mainwindow.cpp:246
+#: mainwindow.cpp:245
 #, kde-format
 msgctxt "Automatically move cards to the foundation piles"
 msgid "Dro&p"
 msgstr "&Спусти"
 
-#: mainwindow.cpp:255
+#: mainwindow.cpp:254
 #, kde-format
 msgid "Change Appearance..."
 msgstr "Промени изглед..."
 
-#: mainwindow.cpp:259
+#: mainwindow.cpp:258
 #, kde-format
 msgid "&Enable Autodrop"
 msgstr "&Аутоматско спуштање"
 
-#: mainwindow.cpp:264
+#: mainwindow.cpp:263
 #, kde-format
 msgid "E&nable Solver"
 msgstr "&Решавач"
 
-#: mainwindow.cpp:269
+#: mainwindow.cpp:268
 #, kde-format
 msgid "Play &Sounds"
 msgstr "&Звукови"
 
-#: mainwindow.cpp:274
+#: mainwindow.cpp:273
 #, kde-format
 msgid "&Remember State on Exit"
 msgstr "&Запамти стање на изласку"
 
-#: mainwindow.cpp:291
+#: mainwindow.cpp:290
 #, kde-format
 msgid "Generate a theme preview image"
 msgstr "Генериши слику прегледа теме"
 
-#: mainwindow.cpp:296
+#: mainwindow.cpp:295
 #, kde-format
 msgid "Take Game Preview Snapshots"
 msgstr "Снимак прегледа игре"
 
-#: mainwindow.cpp:301
+#: mainwindow.cpp:300
 #, kde-format
 msgid "Random Cards"
 msgstr "Случајне карте"
 
-#: mainwindow.cpp:308
+#: mainwindow.cpp:307
 #, kde-format
 msgid "Move Focus to Previous Pile"
 msgstr ""
 
-#: mainwindow.cpp:312
+#: mainwindow.cpp:311
 #, kde-format
 msgid "Move Focus to Next Pile"
 msgstr ""
 
-#: mainwindow.cpp:316
+#: mainwindow.cpp:315
 #, kde-format
 msgid "Move Focus to Card Below"
 msgstr ""
 
-#: mainwindow.cpp:320
+#: mainwindow.cpp:319
 #, kde-format
 msgid "Move Focus to Card Above"
 msgstr ""
 
-#: mainwindow.cpp:324
+#: mainwindow.cpp:323
 #, kde-format
 msgid "Cancel Focus"
 msgstr ""
 
-#: mainwindow.cpp:328
+#: mainwindow.cpp:327
 #, kde-format
 msgid "Pick Up or Set Down Focus"
 msgstr ""
@@ -662,90 +662,90 @@
 msgid "Mod3"
 msgstr "мод‑3|/|$[својства аку 'мод‑3']"
 
-#: numbereddealdialog.cpp:38
+#: numbereddealdialog.cpp:36
 #, kde-format
 msgid "New Numbered Deal"
 msgstr "Ново нумерисано дељење"
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel1)
-#: numbereddealdialog.cpp:53 statisticsdialog.ui:33
+#: numbereddealdialog.cpp:51 statisticsdialog.ui:33
 #, kde-format
 msgid "Game:"
 msgstr "Партија:"
 
-#: numbereddealdialog.cpp:57
+#: numbereddealdialog.cpp:55
 #, kde-format
 msgid "Deal number:"
 msgstr "Број дељења:"
 
 # >> @item game type
-#: simon.cpp:180
+#: simon.cpp:183
 #, kde-format
 msgid "Simple Simon"
 msgstr "прости сајмон|/|$[својства аку 'простог сајмона']"
 
-#: spider.cpp:137
+#: spider.cpp:138
 #, kde-format
 msgid "Spider &Options"
 msgstr "Опције &паука"
 
-#: spider.cpp:138
+#: spider.cpp:139
 #, kde-format
 msgid "1 Suit (Easy)"
 msgstr "једна боја (лако)"
 
-#: spider.cpp:139
+#: spider.cpp:140
 #, kde-format
 msgid "2 Suits (Medium)"
 msgstr "две боје (средње)"
 
-#: spider.cpp:140
+#: spider.cpp:141
 #, kde-format
 msgid "4 Suits (Hard)"
 msgstr "четири боје (тешко)"
 
-#: spider.cpp:149
+#: spider.cpp:150
 #, kde-format
 msgid "S&tack Options"
 msgstr "Опције &слагања"
 
-#: spider.cpp:150
+#: spider.cpp:151
 #, kde-format
 msgid "Face &Down (harder)"
 msgstr "лицем на&доле (теже)"
 
-#: spider.cpp:151
+#: spider.cpp:152
 #, kde-format
 msgid "Face &Up (easier)"
 msgstr "лицем на&горе (лакше)"
 
 # >> @item game type
-#: spider.cpp:497
+#: spider.cpp:498
 #, kde-format
 msgid "Spider"
 msgstr "паук|/|$[својства аку 'паука']"
 
-#: spider.cpp:499
+#: spider.cpp:500
 #, kde-format
 msgid "Spider (1 Suit)"
 msgstr "паук (једна боја)"
 
-#: spider.cpp:500
+#: spider.cpp:501
 #, kde-format
 msgid "Spider (2 Suit)"
 msgstr "паук (две боје)"
 
-#: spider.cpp:501
+#: spider.cpp:502
 #, kde-format
 msgid "Spider (4 Suit)"
 msgstr "паук (четири боје)"
 
-#: statisticsdialog.cpp:121
+#: statisticsdialog.cpp:120
 #, kde-format
 msgid "%1 (%2%)"
 msgstr "%1 (%2%)"
 
-#: statisticsdialog.cpp:128
+#: statisticsdialog.cpp:132
 #, kde-format
 msgid "1 loss"
 msgid_plural "%1 losses"
@@ -754,7 +754,7 @@
 msgstr[2] "%1 пораза"
 msgstr[3] "1 пораз"
 
-#: statisticsdialog.cpp:130
+#: statisticsdialog.cpp:134
 #, kde-format
 msgid "1 win"
 msgid_plural "%1 wins"
@@ -793,6 +793,12 @@
 msgid "Current streak:"
 msgstr "Тренутни низ:"
 
+#. i18n: ectx: property (text), widget (QLabel, label_2)
+#: statisticsdialog.ui:147
+#, kde-format
+msgid "Minimal number of moves:"
+msgstr ""
+
 # >> @item game type
 #: yukon.cpp:132
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpat-20.04.2/po/sr/kpat_mimetypes.po 
new/kpat-20.04.3/po/sr/kpat_mimetypes.po
--- old/kpat-20.04.2/po/sr/kpat_mimetypes.po    2020-06-09 02:37:52.000000000 
+0200
+++ new/kpat-20.04.3/po/sr/kpat_mimetypes.po    2020-07-07 03:00:26.000000000 
+0200
@@ -3,8 +3,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kpat_mimetypes\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2014-11-01 01:50+0000\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2019-05-20 03:05+0200\n"
 "PO-Revision-Date: 2014-11-09 22:31+0100\n"
 "Last-Translator: Chusslove Illich <caslav.i...@gmx.net>\n"
 "Language-Team: Serbian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpat-20.04.2/po/zh_CN/kpat.po 
new/kpat-20.04.3/po/zh_CN/kpat.po
--- old/kpat-20.04.2/po/zh_CN/kpat.po   2020-06-09 02:37:53.000000000 +0200
+++ new/kpat-20.04.3/po/zh_CN/kpat.po   2020-07-07 03:00:26.000000000 +0200
@@ -10,8 +10,8 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-01-20 03:10+0100\n"
-"PO-Revision-Date: 2020-05-09 13:51\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"PO-Revision-Date: 2020-06-24 08:02\n"
+"Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
@@ -19,8 +19,10 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 "X-Crowdin-Project: kdeorg\n"
+"X-Crowdin-Project-ID: 269464\n"
 "X-Crowdin-Language: zh-CN\n"
-"X-Crowdin-File: /kf5-stable/messages/kdegames/kpat.pot\n"
+"X-Crowdin-File: /kf5-stable/messages/kpat/kpat.pot\n"
+"X-Crowdin-File-ID: 3709\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpat-20.04.2/po/zh_CN/kpat_mimetypes.po 
new/kpat-20.04.3/po/zh_CN/kpat_mimetypes.po
--- old/kpat-20.04.2/po/zh_CN/kpat_mimetypes.po 2020-06-09 02:37:53.000000000 
+0200
+++ new/kpat-20.04.3/po/zh_CN/kpat_mimetypes.po 2020-07-07 03:00:26.000000000 
+0200
@@ -7,8 +7,8 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 03:05+0200\n"
-"PO-Revision-Date: 2020-05-09 13:51\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"PO-Revision-Date: 2020-06-24 08:02\n"
+"Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
@@ -16,8 +16,10 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 "X-Crowdin-Project: kdeorg\n"
+"X-Crowdin-Project-ID: 269464\n"
 "X-Crowdin-Language: zh-CN\n"
-"X-Crowdin-File: /kf5-stable/messages/kdegames/kpat_mimetypes.pot\n"
+"X-Crowdin-File: /kf5-stable/messages/kpat/kpat_mimetypes.pot\n"
+"X-Crowdin-File-ID: 3807\n"
 
 #: kpatience.xml.podir/kpatience.xml.in.h:1
 msgid "KPatience legacy save file"


Reply via email to