Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kmines for openSUSE:Factory checked 
in at 2022-10-15 16:36:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kmines (Old)
 and      /work/SRC/openSUSE:Factory/.kmines.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kmines"

Sat Oct 15 16:36:13 2022 rev:127 rq:1010769 version:22.08.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/kmines/kmines.changes    2022-09-09 
18:27:44.296985400 +0200
+++ /work/SRC/openSUSE:Factory/.kmines.new.2275/kmines.changes  2022-10-15 
16:38:46.718343913 +0200
@@ -1,0 +2,8 @@
+Tue Oct 11 14:32:54 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 22.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.08.2/
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kmines.spec ++++++
--- /var/tmp/diff_new_pack.OPzEyJ/_old  2022-10-15 16:38:47.222345125 +0200
+++ /var/tmp/diff_new_pack.OPzEyJ/_new  2022-10-15 16:38:47.226345134 +0200
@@ -20,7 +20,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           kmines
-Version:        22.08.1
+Version:        22.08.2
 Release:        0
 Summary:        Minesweeper-like game
 License:        GPL-2.0-or-later


++++++ kmines-22.08.1.tar.xz -> kmines-22.08.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmines-22.08.1/CMakeLists.txt 
new/kmines-22.08.2/CMakeLists.txt
--- old/kmines-22.08.1/CMakeLists.txt   2022-09-03 00:24:07.000000000 +0200
+++ new/kmines-22.08.2/CMakeLists.txt   2022-10-10 22:14:35.000000000 +0200
@@ -3,7 +3,7 @@
 # Release Service version, managed by release script
 set (RELEASE_SERVICE_VERSION_MAJOR "22")
 set (RELEASE_SERVICE_VERSION_MINOR "08")
-set (RELEASE_SERVICE_VERSION_MICRO "1")
+set (RELEASE_SERVICE_VERSION_MICRO "2")
 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-22.08.1/data/org.kde.kmines.appdata.xml 
new/kmines-22.08.2/data/org.kde.kmines.appdata.xml
--- old/kmines-22.08.1/data/org.kde.kmines.appdata.xml  2022-09-03 
00:24:07.000000000 +0200
+++ new/kmines-22.08.2/data/org.kde.kmines.appdata.xml  2022-10-10 
22:14:35.000000000 +0200
@@ -105,6 +105,7 @@
     <p xml:lang="pt">O KMines ?? um jogo cl??ssico de Campo Minado 
(Minesweeper). A ideia ?? destapar todos os quadrados sem rebentar nenhuma 
mina. Quando for estoirada uma mina, o jogo termina.</p>
     <p xml:lang="pt-BR">KMines ?? o jogo cl??ssico chamado Campo Minado. Voc?? 
precisa descobrir todos os quadrados vazios sem explodir nenhuma mina. O jogo 
termina quando uma mina explode.</p>
     <p xml:lang="ro">KMine e un joc clasic ca ???Detectorul de mine???. Ideea 
e s?? descoperi??i c??t mai multe p??trate f??r?? a declan??a vreo min??. Jocul 
e pierdut la explozia unei mine.</p>
+    <p xml:lang="ru">KMines ??? ???????????????????????? ???????? ?? 
????????????. ???????????????????? ?????????????? ?????? ????????????????, ???? 
?????????????? ???? ?????????? ????????. ???????? ???????? 
????????????????????, ???????? ????????????????.</p>
     <p xml:lang="sk">KMines je klasick?? hra H??adanie m??n. Cie??om je 
odkry?? v??etky ??tvorce bez odp??lenia m??n. Ak sa m??na odp??li, hra 
kon????.</p>
     <p xml:lang="sl">KMines je klasi??na igra Minolovca. Cilj igre je odkriti 
vse kvadratke, brez da bi naleteli na mino. Ko se slednje zgodi, je igre 
konec.</p>
     <p xml:lang="sr">????????????? ???? ???????????????? ???????? 
??????????????????. ?????????? ?????????????? ?????? ???????? ???????? ???? 
???? ???? ???????????????? ?????????????? ????????. ?????? ???????? 
????????????????????, ???? ???? ???????? ??????????????.</p>
@@ -130,10 +131,10 @@
   </provides>
   <project_group>KDE</project_group>
   <releases>
+    <release version="4.0.22082" date="2022-10-13"/>
     <release version="4.0.22081" date="2022-09-08"/>
     <release version="4.0.22080" date="2022-08-18"/>
     <release version="4.0.22043" date="2022-07-07"/>
-    <release version="4.0.22042" date="2022-06-09"/>
   </releases>
   <content_rating type="oars-1.1">
     <content_attribute id="violence-cartoon">mild</content_attribute>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmines-22.08.1/po/ru/kmines.po 
new/kmines-22.08.2/po/ru/kmines.po
--- old/kmines-22.08.1/po/ru/kmines.po  2022-09-06 02:08:51.000000000 +0200
+++ new/kmines-22.08.2/po/ru/kmines.po  2022-10-11 06:55:05.000000000 +0200
@@ -6,19 +6,20 @@
 # Nick Shaforostoff <[email protected]>, 2008.
 # Artem Sereda <[email protected]>, 2008, 2010.
 # Evgeniy Ivanov <[email protected]>, 2008.
+# Olesya Gerasimenko <[email protected]>, 2022.
 msgid ""
 msgstr ""
 "Project-Id-Version: kmines\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-06-15 00:44+0000\n"
-"PO-Revision-Date: 2010-12-05 22:02+0200\n"
-"Last-Translator: Artem Sereda <[email protected]>\n"
-"Language-Team: Russian <[email protected]>\n"
+"PO-Revision-Date: 2022-09-07 10:51+0300\n"
+"Last-Translator: Olesya Gerasimenko <[email protected]>\n"
+"Language-Team: Basealt Translation Team\n"
 "Language: ru\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.1\n"
+"X-Generator: Lokalize 22.04.3\n"
 "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
 "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
 "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
@@ -29,12 +30,14 @@
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr "???????????????????? ????????????,???????????????? 
??????????????,?????????????????? ????????????"
+msgstr "???????????????????? ????????????,???????????????? 
??????????????,?????????????????? ????????????,?????????? 
??????????????????????"
 
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "[email protected],[email protected],[email protected]"
+msgstr ""
+"[email protected],[email protected],[email protected],translation-"
+"[email protected]"
 
 #. i18n: ectx: property (text), widget (QLabel, label)
 #: customgame.ui:16
@@ -64,19 +67,19 @@
 #: generalopts.ui:24
 #, kde-format
 msgid "Allow KMines reset"
-msgstr ""
+msgstr "?????????????????? ?????????? KMines"
 
 #. i18n: ectx: property (text), widget (QCheckBox, kcfg_DisableScoreOnReset)
 #: generalopts.ui:37
 #, kde-format
 msgid "Disable score on reset"
-msgstr ""
+msgstr "?????????????????? ?????????????? ?????????? ?????? ????????????"
 
 #. i18n: ectx: property (text), widget (QCheckBox, 
kcfg_ExploreWithLeftClickOnNumberCells)
 #: generalopts.ui:44
 #, kde-format
 msgid "Explore with left click on number cells"
-msgstr ""
+msgstr "?????????????????????? ?? ?????????????? ???????????? ?????????? 
?????????????? ???? ?????????????? ?? ??????????????"
 
 #. i18n: ectx: label, entry (UseQuestionMarks), group (General)
 #: kmines.kcfg:9
@@ -89,6 +92,8 @@
 #, kde-format
 msgid "Left click on a number cell will have the same effect as mid click."
 msgstr ""
+"???????????? ?????????? ?????????????? ???? ???????????? ?? ???????????? 
???????????????? ?????? ????, ?????? ?? ???????????? "
+"?????????????? ??????????????."
 
 #. i18n: ectx: label, entry (CustomWidth), group (Options)
 #: kmines.kcfg:27
@@ -132,6 +137,10 @@
 "(c) 2006-2007, Mauricio Piacentini\n"
 "(c) 2007, Dmitry Suzdalev"
 msgstr ""
+"(c) Nicolas Hadacek, 1996???2005\n"
+"(c) Mikhail Kourinny, 2001\n"
+"(c) Mauricio Piacentini, 2006???2007\n"
+"(c) Dmitry Suzdalev, 2007"
 
 #: main.cpp:50
 #, kde-format
@@ -226,12 +235,12 @@
 #: mainwindow.cpp:201
 #, kde-format
 msgid "Reset?"
-msgstr ""
+msgstr "?????????????????"
 
 #: mainwindow.cpp:201
 #, kde-format
 msgid "Reset the Game?"
-msgstr ""
+msgstr "???????????????? ?????????"
 
 #: mainwindow.cpp:212
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmines-22.08.1/po/zh_CN/kmines.po 
new/kmines-22.08.2/po/zh_CN/kmines.po
--- old/kmines-22.08.1/po/zh_CN/kmines.po       2022-09-06 02:08:51.000000000 
+0200
+++ new/kmines-22.08.2/po/zh_CN/kmines.po       2022-10-11 06:55:05.000000000 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-06-15 00:44+0000\n"
-"PO-Revision-Date: 2022-08-20 14:20\n"
+"PO-Revision-Date: 2022-10-02 15:52\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmines-22.08.1/themes/default.desktop 
new/kmines-22.08.2/themes/default.desktop
--- old/kmines-22.08.1/themes/default.desktop   2022-09-03 00:24:07.000000000 
+0200
+++ new/kmines-22.08.2/themes/default.desktop   2022-10-10 22:14:35.000000000 
+0200
@@ -89,6 +89,7 @@
 Description[pt]=Tema do Oxygen para o KMines
 Description[pt_BR]=Tema Oxygen para o KMines
 Description[ro]=Tematic?? KMine Oxygen
+Description[ru]=???????????????????? Oxygen ?????? KMines
 Description[sk]=Oxygen t??ma pre KMines
 Description[sl]=Tema Kisik za KMines
 Description[sr]=???????????????????? ???????? ?????????????
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmines-22.08.1/themes/green.desktop 
new/kmines-22.08.2/themes/green.desktop
--- old/kmines-22.08.1/themes/green.desktop     2022-09-03 00:24:07.000000000 
+0200
+++ new/kmines-22.08.2/themes/green.desktop     2022-10-10 22:14:35.000000000 
+0200
@@ -78,6 +78,7 @@
 Description[pt]=Um tema engra??ado para o KMines
 Description[pt_BR]=Tema divertido para o KMines
 Description[ro]=Tematic?? nostim?? pentru KMine
+Description[ru]=???????????????? ???????????????????? ?????? KMines
 Description[sk]=Z??bavn?? t??ma pre KMines
 Description[sl]=Zabavna tema za KMines
 Description[sr]=???????????? ???????? ???? ?????????????
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmines-22.08.1/themes/kmines_waste2.desktop 
new/kmines-22.08.2/themes/kmines_waste2.desktop
--- old/kmines-22.08.1/themes/kmines_waste2.desktop     2022-09-03 
00:24:07.000000000 +0200
+++ new/kmines-22.08.2/themes/kmines_waste2.desktop     2022-10-10 
22:14:35.000000000 +0200
@@ -20,6 +20,7 @@
 Name[pt]=Lixo Cig No. 2
 Name[pt_BR]=Cinzeiro n?? 2
 Name[ro]=Chi??toace Nr. 2
+Name[ru]=?????????? ???? ?????????????? ??? 2
 Name[sk]=Cig Waste No. 2
 Name[sl]=Odpadki cigaret ??t. 2
 Name[sv]=Fimp??demark nr. 2
@@ -48,6 +49,7 @@
 Description[pt]=Come??a a limpeza da Terra
 Description[pt_BR]=A limpeza da Terra come??a
 Description[ro]=??ncepe cur????atul P??m??ntului
+Description[ru]=?????????????? ??????????
 Description[sk]=??istenie Zeme za????na
 Description[sl]=Za??ne se ??i????enje planeta Zemlje
 Description[sv]=St??dning av jorden b??rjar

Reply via email to