Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kmines for openSUSE:Factory checked 
in at 2021-09-04 22:34:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kmines (Old)
 and      /work/SRC/openSUSE:Factory/.kmines.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kmines"

Sat Sep  4 22:34:39 2021 rev:114 rq:915931 version:21.08.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/kmines/kmines.changes    2021-08-16 
10:15:45.418791025 +0200
+++ /work/SRC/openSUSE:Factory/.kmines.new.1899/kmines.changes  2021-09-04 
22:37:10.900296860 +0200
@@ -1,0 +2,9 @@
+Wed Sep  1 12:38:40 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.08.1
+- No code change since 21.08.0
+
+-------------------------------------------------------------------

Old:
----
  kmines-21.08.0.tar.xz
  kmines-21.08.0.tar.xz.sig

New:
----
  kmines-21.08.1.tar.xz
  kmines-21.08.1.tar.xz.sig

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

Other differences:
------------------
++++++ kmines.spec ++++++
--- /var/tmp/diff_new_pack.h7838p/_old  2021-09-04 22:37:11.288297374 +0200
+++ /var/tmp/diff_new_pack.h7838p/_new  2021-09-04 22:37:11.292297380 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kmines
-Version:        21.08.0
+Version:        21.08.1
 Release:        0
 Summary:        Minesweeper-like game
 License:        GPL-2.0-or-later


++++++ kmines-21.08.0.tar.xz -> kmines-21.08.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmines-21.08.0/CMakeLists.txt 
new/kmines-21.08.1/CMakeLists.txt
--- old/kmines-21.08.0/CMakeLists.txt   2021-08-05 00:01:16.000000000 +0200
+++ new/kmines-21.08.1/CMakeLists.txt   2021-08-27 23:07:34.000000000 +0200
@@ -3,7 +3,7 @@
 # Release Service version, managed by release script
 set (RELEASE_SERVICE_VERSION_MAJOR "21")
 set (RELEASE_SERVICE_VERSION_MINOR "08")
-set (RELEASE_SERVICE_VERSION_MICRO "0")
+set (RELEASE_SERVICE_VERSION_MICRO "1")
 set (RELEASE_SERVICE_COMPACT_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}${RELEASE_SERVICE_VERSION_MINOR}${RELEASE_SERVICE_VERSION_MICRO}")
 
 # Bump KMINES_BASE_VERSION once new features are added
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmines-21.08.0/data/org.kde.kmines.appdata.xml 
new/kmines-21.08.1/data/org.kde.kmines.appdata.xml
--- old/kmines-21.08.0/data/org.kde.kmines.appdata.xml  2021-08-05 
00:01:16.000000000 +0200
+++ new/kmines-21.08.1/data/org.kde.kmines.appdata.xml  2021-08-27 
23:07:34.000000000 +0200
@@ -77,6 +77,7 @@
     <p>KMines is a classic Minesweeper game. The idea is to uncover all the 
squares without blowing up any mines. When a mine is blown up, the game is 
over.</p>
     <p xml:lang="ca">El KMines ??s un joc cl??ssic de dragamines. La idea ??s 
descobrir tots els quadrats sense que exploti cap mina. Quan una mina explota, 
el joc acaba.</p>
     <p xml:lang="ca-valencia">El KMines ??s un joc cl??ssic de dragamines. La 
idea ??s descobrir tots els quadrats sense que exploti cap mina. Quan una mina 
explota, el joc acaba.</p>
+    <p xml:lang="cs">KMines je klasick?? hra Miny. ??kolem je odkr??t v??echny 
??tverce ani?? byste odp??lili jakoukoliv minu. Pokud mina vybuchne, hra 
skon??ila.</p>
     <p xml:lang="de">KMines ist ein klassische Minesweeper-Spiel. Ziel ist es, 
alle leeren Felder aufzudecken, ohne dass eine Mine explodiert. Das Spiel ist 
beendet, wenn eine Mine explodiert.</p>
     <p xml:lang="el">???? KMines ?????????? ?????? ?????????????? 
???????????????? ????????????????????????. ?? ???????? ?????????? ???? 
???????????????????????? ?????? ???? ?????????????????? ?????????? ???? 
?????????????? ?????????? ??????????. ???????? ?????? ?????????? 
????????????????????, ???? ???????????????? ??????????????????.</p>
     <p xml:lang="en-GB">KMines is a classic Minesweeper game. The idea is to 
uncover all the squares without blowing up any mines. When a mine is blown up, 
the game is over.</p>
@@ -118,9 +119,9 @@
   </provides>
   <project_group>KDE</project_group>
   <releases>
+    <release version="4.0.21081" date="2021-09-02"/>
     <release version="4.0.21080" date="2021-08-12"/>
     <release version="4.0.21043" date="2021-07-08"/>
     <release version="4.0.21042" date="2021-06-10"/>
-    <release version="4.0.21041" date="2021-05-13"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmines-21.08.0/po/de/kmines.po 
new/kmines-21.08.1/po/de/kmines.po
--- old/kmines-21.08.0/po/de/kmines.po  2021-08-06 02:17:47.000000000 +0200
+++ new/kmines-21.08.1/po/de/kmines.po  2021-08-31 02:31:30.000000000 +0200
@@ -16,7 +16,6 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 19.12.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmines-21.08.0/po/es/docs/kmines/index.docbook 
new/kmines-21.08.1/po/es/docs/kmines/index.docbook
--- old/kmines-21.08.0/po/es/docs/kmines/index.docbook  2021-08-06 
02:17:47.000000000 +0200
+++ new/kmines-21.08.1/po/es/docs/kmines/index.docbook  2021-08-31 
02:31:30.000000000 +0200
@@ -170,7 +170,7 @@
 <date
 >2020-08-13</date>
 <releaseinfo
->4.0 (Aplicaciones 20.12)</releaseinfo>
+>4.0 (Applications 20.12)</releaseinfo>
 
 <abstract
 ><para
@@ -395,8 +395,8 @@
 <listitem
 ><para
 ><action
->Abandona</action
-> &kmines;.</para
+>Quits</action
+> &kmines;</para
 ></listitem>
 </varlistentry>
 
@@ -423,11 +423,11 @@
 >Personalizado..</guimenuitem
 >.</para>
 <para
->Si selecciona <guimenuitem
->Personalizado...</guimenuitem
->, se utilizar??n las opciones que se hayan configurado en el cuadro de 
di??logo <guimenuitem
->Configurar &kmines;</guimenuitem
->.</para
+>If you select <guimenuitem
+>Custom</guimenuitem
+>, then the settings you have configured in the <guimenuitem
+>Configure &kmines;</guimenuitem
+> dialog will be used.</para
 ></listitem>
 </varlistentry>
 
@@ -509,7 +509,7 @@
 ></keycombo
 ></entry
 ><entry
->Ayuda ??Qu?? es esto?</entry
+>What's This Help</entry
 ></row>
 <row
 ><entry
@@ -527,13 +527,13 @@
 </table>
 
 <para
->Estas asociaciones de teclas pueden cambiarse seleccionando <menuchoice
+>These shortcuts can be changed by selecting <menuchoice
 > <guimenu
->Preferencias</guimenu
-><guimenuitem
->Configurar accesos r??pidos... </guimenuitem
-></menuchoice
-> en la barra de men??s.</para>
+>Settings</guimenu
+> <guimenuitem
+>Configure Shortcuts...</guimenuitem
+> </menuchoice
+> from the menubar.</para>
 
 </sect1>
 
@@ -551,10 +551,10 @@
 </question>
 <answer>
 <para
->S??, pulse en el men?? <guimenu
->Preferencias</guimenu
-> y seleccione <guimenuitem
->Configurar &kmines;...</guimenuitem
+>Yes, click on the <guimenu
+>Settings</guimenu
+> menu and select <guimenuitem
+>Configure &kmines;...</guimenuitem
 >. </para>
 </answer>
 </qandaentry>
@@ -577,13 +577,13 @@
 <title
 >Preferencias del juego</title>
 <para
->Estas configuraciones del juego pueden configurarse seleccionando<menuchoice
+>The game settings can be configured by selecting <menuchoice
 ><guimenu
->Preferencias</guimenu
+>Settings</guimenu
 > <guimenuitem
->Configurar  &kmines;...</guimenuitem
+>Configure &kmines;...</guimenuitem
 ></menuchoice
-> en la barra de men??s. Se mostrar?? un di??logo. </para>
+> from the menubar. A dialog will appear. </para>
 <para
 >El la p??gina <guilabel
 >General</guilabel
@@ -599,7 +599,7 @@
     </varlistentry>
     <varlistentry>
         <term
->Permitir reinicio de &kmines;</term>
+>Allow &kmines; Reset</term>
         <listitem>
             <para
 >Si est?? marcada, le permite reiniciar el juego de &kmines; cuando es 
 >imposible hacer nada m??s excepto suponer, y su ??ltima suposici??n es 
 >err??nea.</para>
@@ -607,7 +607,7 @@
     </varlistentry>
     <varlistentry>
         <term
->Desactivar la puntuaci??n al reiniciar</term>
+>Disable Score on Reset</term>
         <listitem>
             <para
 >Si est?? marcada, le permite desactivar la puntuaci??n al reiniciar.</para>
@@ -615,7 +615,7 @@
     </varlistentry>
         <varlistentry>
         <term
->Explorar con clic izquierdo en las celdas con n??mero</term>
+>Explore with Left Click on Number Cells</term>
         <listitem>
             <para
 >Si est?? marcada, el clic con el &LMB; en una celda con n??mero tendr?? el 
 >mismo efecto que un clic con el &MMB;.</para>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmines-21.08.0/po/fi/kmines.po 
new/kmines-21.08.1/po/fi/kmines.po
--- old/kmines-21.08.0/po/fi/kmines.po  2021-08-06 02:17:47.000000000 +0200
+++ new/kmines-21.08.1/po/fi/kmines.po  2021-08-31 02:31:30.000000000 +0200
@@ -6,13 +6,13 @@
 # Niklas Laxstr??m <[email protected]>, 2007.
 # Joonas Saraj??rvi <[email protected]>, 2010.
 # Lasse Liehu <[email protected]>, 2010, 2011.
-# Tommi Nieminen <[email protected]>, 2011, 2020.
+# Tommi Nieminen <[email protected]>, 2011, 2020, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: kmines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-07-13 01:38+0000\n"
-"PO-Revision-Date: 2020-12-27 17:18+0200\n"
+"PO-Revision-Date: 2021-08-18 19:15+0300\n"
 "Last-Translator: Tommi Nieminen <[email protected]>\n"
 "Language-Team: Finnish <[email protected]>\n"
 "Language: fi\n"
@@ -62,22 +62,19 @@
 
 #. i18n: ectx: property (text), widget (QCheckBox, kcfg_AllowKminesReset)
 #: generalopts.ui:24
-#, fuzzy, kde-format
-#| msgid "Allow KMines Reset"
+#, kde-format
 msgid "Allow KMines reset"
-msgstr "Salli aloittaminen uudelleen alusta"
+msgstr "Salli KMinesin nollaaminen"
 
 #. i18n: ectx: property (text), widget (QCheckBox, kcfg_DisableScoreOnReset)
 #: generalopts.ui:37
-#, fuzzy, kde-format
-#| msgid "Disable Score on Reset"
+#, kde-format
 msgid "Disable score on reset"
 msgstr "??l?? pisteyt?? aloitettaessa peli alusta"
 
 #. i18n: ectx: property (text), widget (QCheckBox, 
kcfg_ExploreWithLeftClickOnNumberCells)
 #: generalopts.ui:44
-#, fuzzy, kde-format
-#| msgid "Explore with Left Click on Number Cells"
+#, kde-format
 msgid "Explore with left click on number cells"
 msgstr "Tutki numerosoluja hiiren vasemmalla painikkeella"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmines-21.08.0/po/zh_CN/kmines.po 
new/kmines-21.08.1/po/zh_CN/kmines.po
--- old/kmines-21.08.0/po/zh_CN/kmines.po       2021-08-06 02:17:47.000000000 
+0200
+++ new/kmines-21.08.1/po/zh_CN/kmines.po       2021-08-31 02:31:30.000000000 
+0200
@@ -10,7 +10,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-07-13 01:38+0000\n"
-"PO-Revision-Date: 2021-07-26 13:49\n"
+"PO-Revision-Date: 2021-08-30 11:45\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to