Script 'mail_helper' called by obssrc
Hello community,

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

Package is "lskat"

Fri Aug 19 17:55:43 2022 rev:123 rq:997944 version:22.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/lskat/lskat.changes      2022-07-09 
17:04:58.916896352 +0200
+++ /work/SRC/openSUSE:Factory/.lskat.new.2083/lskat.changes    2022-08-19 
17:58:33.304361494 +0200
@@ -1,0 +2,20 @@
+Sun Aug 14 09:43:55 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:40 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 22.07.90
+  * New feature release
+
+-------------------------------------------------------------------
+Sat Jul 16 08:28:55 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 22.07.80
+  * New feature release
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ lskat.spec ++++++
--- /var/tmp/diff_new_pack.Wm2oMJ/_old  2022-08-19 17:58:33.776362484 +0200
+++ /var/tmp/diff_new_pack.Wm2oMJ/_new  2022-08-19 17:58:33.784362501 +0200
@@ -20,7 +20,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           lskat
-Version:        22.04.3
+Version:        22.08.0
 Release:        0
 Summary:        German Skat game
 License:        GPL-2.0-or-later


++++++ lskat-22.04.3.tar.xz -> lskat-22.08.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lskat-22.04.3/.gitlab-ci.yml 
new/lskat-22.08.0/.gitlab-ci.yml
--- old/lskat-22.04.3/.gitlab-ci.yml    2022-07-05 04:41:47.000000000 +0200
+++ new/lskat-22.08.0/.gitlab-ci.yml    2022-08-11 00:08:00.000000000 +0200
@@ -5,3 +5,4 @@
   - 
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/lskat-22.04.3/.kde-ci.yml 
new/lskat-22.08.0/.kde-ci.yml
--- old/lskat-22.04.3/.kde-ci.yml       2022-07-05 04:41:47.000000000 +0200
+++ new/lskat-22.08.0/.kde-ci.yml       2022-08-11 00:08:00.000000000 +0200
@@ -14,3 +14,5 @@
     'frameworks/ki18n': '@stable'
     'frameworks/kwidgetsaddons': '@stable'
     'frameworks/kxmlgui': '@stable'
+Options:
+  require-passing-tests-on: [ 'Linux', 'FreeBSD']
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lskat-22.04.3/CMakeLists.txt 
new/lskat-22.08.0/CMakeLists.txt
--- old/lskat-22.04.3/CMakeLists.txt    2022-07-05 04:41:47.000000000 +0200
+++ new/lskat-22.08.0/CMakeLists.txt    2022-08-11 00:08:00.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 LSKAT_BASE_VERSION once new features are added
@@ -30,7 +30,6 @@
 include(FeatureSummary)
 
 find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} REQUIRED NO_MODULE 
COMPONENTS Gui Svg Widgets)
-find_package(Qt${QT_MAJOR_VERSION}QuickWidgets ${REQUIRED_QT_VERSION} CONFIG)
 
 find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
     Config
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lskat-22.04.3/org.kde.lskat.appdata.xml 
new/lskat-22.08.0/org.kde.lskat.appdata.xml
--- old/lskat-22.04.3/org.kde.lskat.appdata.xml 2022-07-05 04:41:47.000000000 
+0200
+++ new/lskat-22.08.0/org.kde.lskat.appdata.xml 2022-08-11 00:08:00.000000000 
+0200
@@ -110,6 +110,8 @@
   <url 
type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&amp;product=lskat</url>
   <url type="help">https://docs.kde.org/?application=lskat</url>
   <url 
type="donation">https://www.kde.org/community/donations/?app=lskat&amp;source=appdata</url>
+  <url type="homepage">https://apps.kde.org/lskat/</url>
+  <content_rating type="oars-1.1"/>
   <screenshots>
     <screenshot type="default">
       <image>https://cdn.kde.org/screenshots/lskat/lskat.png</image>
@@ -120,9 +122,9 @@
     <binary>lskat</binary>
   </provides>
   <releases>
+    <release version="1.50.22080" date="2022-08-18"/>
     <release version="1.50.22043" date="2022-07-07"/>
     <release version="1.50.22042" date="2022-06-09"/>
     <release version="1.50.22041" date="2022-05-12"/>
-    <release version="1.50.22040" date="2022-04-21"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lskat-22.04.3/po/ca@valencia/lskat.po 
new/lskat-22.08.0/po/ca@valencia/lskat.po
--- old/lskat-22.04.3/po/ca@valencia/lskat.po   2022-07-05 06:37:26.000000000 
+0200
+++ new/lskat-22.08.0/po/ca@valencia/lskat.po   2022-08-12 02:08:54.000000000 
+0200
@@ -293,9 +293,7 @@
 #: mainwindow.cpp:126
 #, kde-format
 msgid "Installation error: Theme file error."
-msgstr ""
-"S'ha produ??t un error d'instal??laci??: S'ha produ??t un error en el fitxer 
del "
-"tema."
+msgstr "S'ha produ??t un error d'instal??laci??: Error en el fitxer del tema."
 
 #: mainwindow.cpp:144
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lskat-22.04.3/po/es/docs/lskat/index.docbook 
new/lskat-22.08.0/po/es/docs/lskat/index.docbook
--- old/lskat-22.04.3/po/es/docs/lskat/index.docbook    2022-07-05 
06:37:26.000000000 +0200
+++ new/lskat-22.08.0/po/es/docs/lskat/index.docbook    2022-08-12 
02:08:54.000000000 +0200
@@ -1,8 +1,8 @@
 <?xml version="1.0" ?>
 <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" 
"dtd/kdedbx45.dtd" [
-  <!ENTITY kappname "&lskat;">
-  <!ENTITY kappversion "1.40"
-><!--Applicaion version. Use this variable everywhere it's needed.-->
+  <!ENTITY i18n-lskat "Lieutenant Skat">
+  <!ENTITY lskat "LSkat">
+
   <!ENTITY % Spanish "INCLUDE">
   <!ENTITY % addindex "IGNORE">
 ]>
@@ -10,7 +10,7 @@
 <book id="lskat" lang="&language;">
 <bookinfo>
 <title
->The Lieutenant Skat Handbook</title>
+>Manual de &lskat;</title>
 <authorgroup>
 <author
 ><firstname
@@ -108,16 +108,16 @@
 </authorgroup>
 
 <date
->2013-05-05</date>
+>2021-10-05</date>
 <releaseinfo
->&kappversion;</releaseinfo>
+>1.50 (KDE Gear 21.08)</releaseinfo>
 
 <legalnotice
 >&FDLNotice;</legalnotice>
 
 <abstract>
 <para
->This documentation describes the game of &kappname; version 
&kappversion;</para>
+>Esta documentaci??n describe el juego &i18n-lskat; versi??n 1.50</para>
 </abstract>
 
 <keywordset>
@@ -140,7 +140,7 @@
 <keyword
 >teniente</keyword>
 <keyword
->lskat</keyword>
+>LsKat</keyword>
 <keyword
 >dos jugadores</keyword>
 </keywordset>
@@ -164,9 +164,11 @@
 ></note
 ><!--Number of possible players. It can be: One, Two,..., Multiplayer-->
 <para
->Lieutenant Skat (from German <foreignphrase lang="de"
+><literal
+>Teniente Skat</literal
+> (del alem??n <foreignphrase lang="de"
 >Offiziersskat</foreignphrase
->) is a fun and engaging card game for two players, where the second player is 
either live opponent, or built in artificial intelligence. </para>
+>) es un divertido y adictivo juego de cartas para dos jugadores, en el que el 
oponente puede ser otra persona o la inteligencia artificial incorporada. 
</para>
 <para
 >El juego se juego con una sola baraja de cartas. Las cartas se mezclan y 
 >distribuyen entre los jugadores de forma que la mitad est??n boca abajo y la 
 >otra mitad boca arriba. Cada participante juega una de las cartas que se 
 >encuentra boca arriba en cada turno. En el momento en que se hayan jugado 
 >todas las cartas finaliza la partida, se calculan los puntos y se adjudican. 
 ></para>
 </chapter>
@@ -180,14 +182,17 @@
 ><para
 >Conseguir m??s de 60 puntos en una sola partida.</para
 ></note>
+
 <para
->Once dealing is finished each player ends up with 16 cards each. Cards are 
displayed in two horizontal rows - four cards per row. Half of the cards are 
face down and half are face up. As a player you can see the cards of your 
opponent as well as your own. You can make a move then by clicking on any of 
your cards which are currently face up. The opponent has to reply by choosing a 
corresponding card form his/her own stack. <note
-><title
->Note</title
+>Una vez que finalice el reparto cada jugador tendr?? 16 cartas. Las cartas se 
muestran en dos filas verticales, cuatro cartas por fila. La mitad de las 
cartas estar??n boca arriba y la otra mitad boca abajo. Como jugador puede ver 
las cartas de su oponente adem??s de las propias. Puede hacer un movimiento 
pulsando sobre cualquiera de sus cartas que est??n boca arriba. El adversario 
responder?? eligiendo un carta de las suyas.</para>
+
+<note
 ><para
->If your opponent is artificial intelligence, its cards will be chosen 
automatically.</para
-></note
-> Once the exchange is finished values of the played cards are evaluated and 
either you or your opponent is awarded points. The game is complete in 16 
rounds (when all of your and your opponent's cards have been played). After the 
game ends your score is being compared to that of your opponent and the player 
with the higher score wins the round. </para>
+>Si su adversario es la inteligencia artificial, sus cartas se elegir??n 
autom??ticamente.</para
+></note>
+
+<para
+>Una vez que haya terminado el intercambio se evaluar??n los valores de las 
cartas de los jugadores para adjudicar los puntos. La partida termina en 16 
rondas (cuando se han jugado todas las cartas). Despu??s de finalizar la 
partida su puntuaci??n se comparar?? con la de su adversario y el jugador con 
m??s puntos ganar??.</para>
 </chapter>
 
 <chapter id="rules_and_tips">
@@ -200,14 +205,14 @@
 
 <screenshot>
 <screeninfo
->&lskat; default game screen.</screeninfo>
+>Pantalla predeterminada del juego &i18n-lskat;.</screeninfo>
 <mediaobject>
 <imageobject>
 <imagedata fileref="lskat_screen_01.png" format="PNG"/>
 </imageobject>
 <textobject>
 <phrase
->&lskat; default game reference screen.</phrase>
+>Pantalla predeterminada de referencia del juego &i18n-lskat;.</phrase>
 </textobject>
 </mediaobject>
 </screenshot>
@@ -241,7 +246,7 @@
 <seg
 >Controlador del jugador (Humano/PC)</seg>
 <seg
->The 'trump' in the current game</seg>
+>El ??triunfo?? de la partida actual</seg>
 </seglistitem>
 </segmentedlist>
 
@@ -261,7 +266,7 @@
 ></listitem>
 <listitem
 ><para
->Each game has a randomly chosen 'trump' card [8].</para
+>Cada partida tiene un carta de ??triunfo?? aleatoria [8].</para
 ></listitem>
 <listitem
 ><para
@@ -269,11 +274,11 @@
 ></listitem>
 <listitem
 ><para
->If a color (&eg; heart) is selected as 'trump' all seven hearts as well as 
all four Jacks count as trumps, making 11 trump cards.</para
+>Si, por ejemplo, se selecciona un coraz??n como ??triunfo?? las siete cartas 
de corazones ser??n tambi??n triunfos adem??s de los cuatro jotas, lo que hace 
un total de 11 cartas de triunfo.</para
 ></listitem>
 <listitem
 ><para
->Jacks beat each other in order (greatest to least): 
Club->Spade->Heart->Diamond.</para
+>Las jotas se pueden ganar entre s?? en este orden (de mayor a menor): 
Tr??bol->Pica->Coraz??n->Diamante.</para
 ></listitem>
 <listitem
 ><para
@@ -353,11 +358,11 @@
 <itemizedlist>
 <listitem
 ><para
->A special 'trump' game is called the Grand. In this game no suit is trump and 
only the four Jacks count as trump. This game type is indicated by the symbol 
of a Jack's head [8] on the score board [6].</para
+>Un ??triunfo?? especial es el Grande. En este caso ning??n palo es triunfo, y 
??nicamente lo son las cuatro jotas. Esto se indica con el s??mbolo de la 
cabeza de una jota [8] en la parte derecha del campo de puntuaci??n [6].</para
 ></listitem>
 <listitem
 ><para
->If player starts the round he has a choice of cards to play with, either a 
card from a suite or a 'trump' card.</para
+>Si el jugador comienza la ronda, tiene una selecci??n de cartas con las que 
jugar, sea una carta de un palo o una carta de ??triunfo??.</para
 ></listitem>
 <listitem
 ><para
@@ -428,13 +433,13 @@
 <title
 >Estrategias y consejos</title>
 <para
->When the game starts, the starting player should play any of the face up 
cards from own stack. If the second player currently has face up cards that are 
of the same suit as the card played, he has to reply with one of those cards. 
If, however, the second player does not have a card of the same suit, he can 
play with any other card including a 'trump' card.</para>
+>Cuando se inicia el juego, el jugador que comienza deber?? utilizar 
cualquiera de las cartas cara arriba de su propio mont??n. Si el segundo 
jugador tiene actualmente cartas cara arriba que son del mismo palo que la 
carta jugada, tiene que responder con una de ellas. Sin embargo, si el segundo 
jugador no tiene una carta del mismo palo, puede jugar con cualquier otra, 
incluyendo una carta de ??triunfo??.</para>
 <para
->If there is at least one 'trump' card, the highest 'trump' wins both 
cards.</para>
+>Si hay al menos una carta de ??triunfo??, el ??triunfo?? m??s alto ganar?? 
ambas cartas.</para>
 <para
->If there is no 'trump' card, the highest card of the suit played by the 
starting player wins both cards.</para>
+>Si no hay carta de ??triunfo??, la carta m??s alta del palo jugado por el 
jugador inicial gana ambas cartas.</para>
 <para
->If the replying player has no card of the requested suit and no 'trump' card, 
he has to play any card and the starting player wins both cards.</para>
+>Si el jugador que contesta no tiene cartas del palo requerido ni cartas de 
??triunfo??, tiene que jugar cualquier carta y el jugador inicial ganar?? 
ambas.</para>
 
 <para
 >El jugador que gane la ronda comienza el siguiente turno.</para>
@@ -550,14 +555,12 @@
 ><menuchoice
 ><shortcut
 > <keycombo action="simul"
->&Ctrl;<keycap
->End</keycap
-></keycombo
+>&Ctrl;&End;</keycombo
 > </shortcut
 > <guimenu
->Game</guimenu
+>Juego</guimenu
 > <guimenuitem
->End Game</guimenuitem
+>Terminar partida</guimenuitem
 > </menuchoice
 ></term>
 <listitem
@@ -580,8 +583,8 @@
 <listitem
 ><para
 ><action
->Clears the all time game memory.</action
-> This statistic is saved when the game ended and shows the overall score and 
the amount of played and won games per player. This is cleared with this menu 
option. </para
+>Borra todos los registros del juego.</action
+> Esta estad??stica se almacena normalmente al finalizar la partida y muestra 
la cantidad de partidas jugadas y ganadas de cada jugador. Esta opci??n del 
men?? sirve para borrarlo. </para
 ></listitem>
 </varlistentry>
 
@@ -672,7 +675,7 @@
 ></term>
 <listitem>
 <para
->Chooses a visual theme. This changes the appearance of the game but not of 
the cards. Card decks are selected with their own menu option. </para
+>Selecciona un tema visual, cambiando el aspecto del juego, pero no de las 
cartas. Las barajas de cartas se seleccionan con su propia opci??n del men??. 
</para
 ></listitem>
 </varlistentry>
 
@@ -692,11 +695,11 @@
 <listitem
 ><para
 ><action
-> Choose the face and back of the carddeck used for playing.</action
-> You can select these in a preview dialog showing all carddecks installed for 
&kde;. </para>
+>Selecci??n del anverso y el reverso de la baraja utilizada en el 
juego.</action
+> Puede seleccionarlas a trav??s de un di??logo de previsualizaci??n que 
muestra todas las barajas instaladas. </para>
 <note>
 <para
->Some carddecks or cardsets are marked as scalable graphics (SVG) in the 
dialog. Choosing them will display better quality of the graphics when the game 
is scaled or enlarged. Fixed size graphics will loose quality when resized 
different than their original size. </para>
+>Algunos reversos de cartas o de barajas est??n definidos como gr??ficos 
escalables (&SVG;) en el di??logo. Eligi??ndolos se mostrar?? una mejor calidad 
en los gr??ficos cuando el juego se escala o se agranda. Los gr??ficos de 
tama??o fijo perder??n calidad si se cambia su tama??o a otro distinto al 
original. </para>
 </note>
 </listitem>
 </varlistentry>
@@ -721,15 +724,15 @@
 </variablelist>
 
 <para
->Additionally &lskat; has the common &kde; <guimenu
->Settings</guimenu
-> and <guimenu
->Help</guimenu
-> menu items, for more information read the sections about the <ulink 
url="help:/fundamentals/menus.html#menus-settings"
->Settings Menu</ulink
-> and <ulink url="help:/fundamentals/menus.html#menus-help"
->Help Menu</ulink
-> of the &kde; Fundamentals. </para>
+>Adem??s &i18n-lskat; tiene las opciones de men?? <guimenu
+>Preferencias</guimenu
+> y <guimenu
+>Ayuda</guimenu
+> comunes de &kde;. Para obtener m??s informaci??n, consulte las secciones 
sobre el <ulink url="help:/fundamentals/menus.html#menus-settings"
+>Men?? ??Preferencias??</ulink
+> y <ulink url="help:/fundamentals/menus.html#menus-help"
+>Men?? ??Ayuda?? </ulink
+> de ??Aspectos b??sicos de &kde;??. </para>
 
 </sect1>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lskat-22.04.3/po/tr/lskat.po 
new/lskat-22.08.0/po/tr/lskat.po
--- old/lskat-22.04.3/po/tr/lskat.po    2022-07-05 06:37:26.000000000 +0200
+++ new/lskat-22.08.0/po/tr/lskat.po    2022-08-12 02:08:54.000000000 +0200
@@ -354,12 +354,12 @@
 #: mainwindow.cpp:387
 #, kde-format
 msgid "Player &1 Played By"
-msgstr "Oyuncu &1' i oynayan:"
+msgstr "&1. Oyuncuyu Oynayan"
 
 #: mainwindow.cpp:390
 #, kde-format
 msgid "Changing who plays player 1..."
-msgstr "Kimin oyuncu 1'i oynayaca???? de??i??tiriliyor..."
+msgstr "Kimin 1. oyuncuyu oynayaca???? de??i??tiriliyor..."
 
 #: mainwindow.cpp:391
 #, kde-format
@@ -379,12 +379,12 @@
 #: mainwindow.cpp:399
 #, kde-format
 msgid "Player &2 Played By"
-msgstr "Oyuncu &2 'yi oynayan:"
+msgstr "&2. Oyuncuyu Oynayan"
 
 #: mainwindow.cpp:402
 #, kde-format
 msgid "Changing who plays player 2..."
-msgstr "Kimin oyuncu 2'yi oynayaca???? de??i??tiriliyor..."
+msgstr "Kimin 2. oyuncuyu oynayaca???? de??i??tiriliyor..."
 
 #: mainwindow.cpp:403
 #, kde-format
@@ -471,9 +471,3 @@
 msgctxt "Won and overall games in score widget"
 msgid "Games: %1 / %2"
 msgstr "Oyunlar: %1 / %2"
-
-#~ msgid "OK"
-#~ msgstr "Tamam"
-
-#~ msgid "Cancel"
-#~ msgstr "??ptal"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lskat-22.04.3/po/zh_CN/lskat.po 
new/lskat-22.08.0/po/zh_CN/lskat.po
--- old/lskat-22.04.3/po/zh_CN/lskat.po 2022-07-05 06:37:26.000000000 +0200
+++ new/lskat-22.08.0/po/zh_CN/lskat.po 2022-08-12 02:08:54.000000000 +0200
@@ -1,15 +1,9 @@
-# translation of lskat.po to zh_CN
-# Copyright (C) 2003 Free Software Foundation, Inc.
-# Liang Meng <menglian...@sohu.com>, 2002
-# Xiong Jiang <jxi...@offtopic.org>, 2003
-# Lie_Ex <lilith...@gmail.com>, 2007-2009
-#
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-12-29 00:46+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"

Reply via email to