Hello community,

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

Package is "kblocks"

Wed Jul 15 11:45:42 2020 rev:101 rq:820156 version:20.04.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/kblocks/kblocks.changes  2020-06-14 
18:26:39.292872653 +0200
+++ /work/SRC/openSUSE:Factory/.kblocks.new.3060/kblocks.changes        
2020-07-15 11:47:21.382986769 +0200
@@ -1,0 +2,9 @@
+Thu Jul  9 20:09:01 UTC 2020 - Luca Beltrame <[email protected]>
+
+- 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:
----
  kblocks-20.04.2.tar.xz
  kblocks-20.04.2.tar.xz.sig

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

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

Other differences:
------------------
++++++ kblocks.spec ++++++
--- /var/tmp/diff_new_pack.79d5Wo/_old  2020-07-15 11:47:22.710988165 +0200
+++ /var/tmp/diff_new_pack.79d5Wo/_new  2020-07-15 11:47:22.710988165 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kblocks
-Version:        20.04.2
+Version:        20.04.3
 Release:        0
 Summary:        A classic falling blocks game
 License:        GPL-2.0-or-later


++++++ kblocks-20.04.2.tar.xz -> kblocks-20.04.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblocks-20.04.2/CMakeLists.txt 
new/kblocks-20.04.3/CMakeLists.txt
--- old/kblocks-20.04.2/CMakeLists.txt  2020-06-09 02:36:27.000000000 +0200
+++ new/kblocks-20.04.3/CMakeLists.txt  2020-07-07 02:58:36.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(kblocks VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblocks-20.04.2/org.kde.kblocks.appdata.xml 
new/kblocks-20.04.3/org.kde.kblocks.appdata.xml
--- old/kblocks-20.04.2/org.kde.kblocks.appdata.xml     2020-06-08 
19:58:01.000000000 +0200
+++ new/kblocks-20.04.3/org.kde.kblocks.appdata.xml     2020-07-03 
23:12:01.000000000 +0200
@@ -124,9 +124,9 @@
     <binary>kblocks</binary>
   </provides>
   <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.3" date="2020-03-05"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblocks-20.04.2/po/sr/kblocks.po 
new/kblocks-20.04.3/po/sr/kblocks.po
--- old/kblocks-20.04.2/po/sr/kblocks.po        2020-06-09 02:36:27.000000000 
+0200
+++ new/kblocks-20.04.3/po/sr/kblocks.po        2020-07-07 02:58:36.000000000 
+0200
@@ -5,8 +5,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kblocks\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-08-16 09:08+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2019-07-28 02:50+0200\n"
 "PO-Revision-Date: 2017-04-07 00:52+0200\n"
 "Last-Translator: Chusslove Illich <[email protected]>\n"
 "Language-Team: Serbian <[email protected]>\n"
@@ -83,32 +83,32 @@
 msgid "Drop the Piece"
 msgstr "Спусти део"
 
-#: KBlocksScene.cpp:218
+#: KBlocksScene.cpp:220
 #, kde-format
 msgid "Game Resumed!"
 msgstr "Игра је настављена!"
 
-#: KBlocksScene.cpp:219
+#: KBlocksScene.cpp:221
 #, kde-format
 msgid "Game Paused!"
 msgstr "Игра је паузирана!"
 
-#: KBlocksScene.cpp:271
+#: KBlocksScene.cpp:273
 #, kde-format
 msgid "Game Start!"
 msgstr "Игра је покренута!"
 
-#: KBlocksScene.cpp:277
+#: KBlocksScene.cpp:279
 #, kde-format
 msgid "Game Over!"
 msgstr "Крај игре!"
 
-#: KBlocksScene.cpp:283
+#: KBlocksScene.cpp:285
 #, kde-format
 msgid "You Win!"
 msgstr "Победили сте!"
 
-#: KBlocksScene.cpp:289
+#: KBlocksScene.cpp:291
 #, kde-format
 msgid "You Lose!"
 msgstr "Изгубили сте!"
@@ -120,94 +120,94 @@
 msgstr "Главна трака"
 
 # >> @info:status
-#: KBlocksWin.cpp:133 KBlocksWin.cpp:232
+#: KBlocksWin.cpp:131 KBlocksWin.cpp:230
 #, kde-format
 msgid "Points: %1 - Lines: %2 - Level: %3"
 msgstr "поена: %1 — редова: %2 — ниво: %3"
 
-#: KBlocksWin.cpp:222
+#: KBlocksWin.cpp:220
 #, kde-format
 msgid "Theme"
 msgstr "Тема"
 
-#: KBlocksWin.cpp:273
+#: KBlocksWin.cpp:271
 #, kde-format
 msgid "Single Game"
 msgstr "Једна партија"
 
-#: KBlocksWin.cpp:277
+#: KBlocksWin.cpp:275
 #, kde-format
 msgid "Human vs AI"
 msgstr "Човек пр. ВИ"
 
 # >> @option:check
-#: KBlocksWin.cpp:293
+#: KBlocksWin.cpp:291
 #, kde-format
 msgid "&Play sounds"
 msgstr "&Пуштај звукове"
 
 # >> @info:status
-#: KBlocksWin.cpp:299
+#: KBlocksWin.cpp:298
 #, kde-format
 msgid "Points: 0 - Lines: 0 - Level: 0"
 msgstr "поена: 0 — редова: 0 — ниво: 0"
 
-#: main.cpp:315
+#: main.cpp:316
 #, kde-format
 msgid "KBlocks"
 msgstr "К‑блокови"
 
-#: main.cpp:317
+#: main.cpp:318
 #, kde-format
 msgid "A falling blocks game by KDE"
 msgstr "Игра падајућих блокова из КДЕ‑а"
 
-#: main.cpp:319
+#: main.cpp:320
 #, kde-format
 msgid "(c) 2007, Mauricio Piacentini"
 msgstr "© 2007, Мауричо Пјаћентини"
 
-#: main.cpp:320
+#: main.cpp:321
 #, kde-format
 msgid "Mauricio Piacentini"
 msgstr "Мауричо Пјаћентини"
 
-#: main.cpp:320
+#: main.cpp:321
 #, kde-format
 msgid "Author"
 msgstr "Аутор"
 
-#: main.cpp:321
+#: main.cpp:322
 #, kde-format
 msgid "Dirk Leifeld"
 msgstr "Дирк Лајфелд"
 
-#: main.cpp:321
+#: main.cpp:322
 #, kde-format
 msgid "Developer"
 msgstr "Програмер"
 
-#: main.cpp:322
+#: main.cpp:323
 #, kde-format
 msgid "Zhongjie Cai"
 msgstr "Џонгђи Цај"
 
-#: main.cpp:322
+#: main.cpp:323
 #, kde-format
 msgid "New design of KBlocks for AI and tetris research platform"
 msgstr "Нови дизајн К‑блокова за ВИ и платформа за истраживање тетриса"
 
-#: main.cpp:323
+#: main.cpp:324
 #, kde-format
 msgid "Johann Ollivier Lapeyre"
 msgstr "Јохан Оливје Лапер"
 
-#: main.cpp:323
+#: main.cpp:324
 #, kde-format
 msgid "Oxygen art for KDE4"
 msgstr "Кисеоничка графика за КДЕ‑4"
 
-#: main.cpp:330
+#: main.cpp:331
 #, kde-format
 msgid ""
 "Setup kblocks game running mode.\n"
@@ -219,7 +219,7 @@
 "\t2 = режим ГУИ‑ја\t3 = режим играча"
 
 # skip-rule: t-desktop, t-desktop2
-#: main.cpp:331
+#: main.cpp:332
 #, kde-format
 msgid ""
 "Setup the configuration file for tetris researcher mode. Not for desktop "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblocks-20.04.2/po/zh_CN/kblocks.po 
new/kblocks-20.04.3/po/zh_CN/kblocks.po
--- old/kblocks-20.04.2/po/zh_CN/kblocks.po     2020-06-09 02:36:27.000000000 
+0200
+++ new/kblocks-20.04.3/po/zh_CN/kblocks.po     2020-07-07 02:58:36.000000000 
+0200
@@ -8,8 +8,8 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-07-28 02:50+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"
@@ -17,8 +17,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/kblocks.pot\n"
+"X-Crowdin-File: /kf5-stable/messages/kblocks/kblocks.pot\n"
+"X-Crowdin-File-ID: 3686\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"


Reply via email to