Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kblocks for openSUSE:Factory checked in at 2021-11-06 18:16:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kblocks (Old) and /work/SRC/openSUSE:Factory/.kblocks.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kblocks" Sat Nov 6 18:16:23 2021 rev:117 rq:929277 version:21.08.3 Changes: -------- --- /work/SRC/openSUSE:Factory/kblocks/kblocks.changes 2021-10-13 18:07:03.991366756 +0200 +++ /work/SRC/openSUSE:Factory/.kblocks.new.1890/kblocks.changes 2021-11-06 18:19:06.984918260 +0100 @@ -1,0 +2,9 @@ +Tue Nov 2 21:33:38 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 21.08.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/21.08.3/ +- No code change since 21.08.2 + +------------------------------------------------------------------- Old: ---- kblocks-21.08.2.tar.xz kblocks-21.08.2.tar.xz.sig New: ---- kblocks-21.08.3.tar.xz kblocks-21.08.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kblocks.spec ++++++ --- /var/tmp/diff_new_pack.5RX47Z/_old 2021-11-06 18:19:07.428918490 +0100 +++ /var/tmp/diff_new_pack.5RX47Z/_new 2021-11-06 18:19:07.428918490 +0100 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kblocks -Version: 21.08.2 +Version: 21.08.3 Release: 0 Summary: A classic falling blocks game License: GPL-2.0-or-later ++++++ kblocks-21.08.2.tar.xz -> kblocks-21.08.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kblocks-21.08.2/CMakeLists.txt new/kblocks-21.08.3/CMakeLists.txt --- old/kblocks-21.08.2/CMakeLists.txt 2021-10-05 07:38:38.000000000 +0200 +++ new/kblocks-21.08.3/CMakeLists.txt 2021-11-02 01:11:13.000000000 +0100 @@ -3,7 +3,7 @@ # KDE Application Version, managed by release script set(RELEASE_SERVICE_VERSION_MAJOR "21") set(RELEASE_SERVICE_VERSION_MINOR "08") -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-21.08.2/org.kde.kblocks.appdata.xml new/kblocks-21.08.3/org.kde.kblocks.appdata.xml --- old/kblocks-21.08.2/org.kde.kblocks.appdata.xml 2021-10-05 00:21:59.000000000 +0200 +++ new/kblocks-21.08.3/org.kde.kblocks.appdata.xml 2021-10-31 11:24:24.000000000 +0100 @@ -136,10 +136,10 @@ <binary>kblocks</binary> </provides> <releases> + <release version="21.08.3" date="2021-11-04"/> <release version="21.08.2" date="2021-10-07"/> <release version="21.08.1" date="2021-09-02"/> <release version="21.08.0" date="2021-08-12"/> - <release version="21.04.3" date="2021-07-08"/> </releases> <content_rating type="oars-1.1"/> </component> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kblocks-21.08.2/po/ca/kblocks.po new/kblocks-21.08.3/po/ca/kblocks.po --- old/kblocks-21.08.2/po/ca/kblocks.po 2021-10-05 07:38:37.000000000 +0200 +++ new/kblocks-21.08.3/po/ca/kblocks.po 2021-11-02 01:11:13.000000000 +0100 @@ -5,21 +5,21 @@ # # Albert Astals Cid <[email protected]>, 2008, 2009. # Manuel Tortosa <[email protected]>, 2009, 2010. -# Josep Ma. Ferrer <[email protected]>, 2010, 2015, 2017. +# Josep M. Ferrer <[email protected]>, 2010, 2015, 2017, 2021. # Antoni Bella P??rez <[email protected]>, 2020, 2021. msgid "" msgstr "" "Project-Id-Version: kblocks\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-06-05 00:14+0000\n" -"PO-Revision-Date: 2021-06-05 10:23+0200\n" -"Last-Translator: Antoni Bella P??rez <[email protected]>\n" +"PO-Revision-Date: 2021-10-30 12:11+0200\n" +"Last-Translator: Josep M. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" "Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 21.04.1\n" +"X-Generator: Lokalize 20.12.0\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" @@ -117,7 +117,7 @@ #: src/KBlocksWin.cpp:230 #, kde-format msgid "Theme" -msgstr "Tema:" +msgstr "Tema" #: src/KBlocksWin.cpp:281 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kblocks-21.08.2/po/ca@valencia/kblocks.po new/kblocks-21.08.3/po/ca@valencia/kblocks.po --- old/kblocks-21.08.2/po/ca@valencia/kblocks.po 2021-10-05 07:38:37.000000000 +0200 +++ new/kblocks-21.08.3/po/ca@valencia/kblocks.po 2021-11-02 01:11:13.000000000 +0100 @@ -5,21 +5,21 @@ # # Albert Astals Cid <[email protected]>, 2008, 2009. # Manuel Tortosa <[email protected]>, 2009, 2010. -# Josep Ma. Ferrer <[email protected]>, 2010, 2015, 2017. +# Josep M. Ferrer <[email protected]>, 2010, 2015, 2017, 2021. # Antoni Bella P??rez <[email protected]>, 2020, 2021. msgid "" msgstr "" "Project-Id-Version: kblocks\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-06-05 00:14+0000\n" -"PO-Revision-Date: 2021-06-05 10:23+0200\n" -"Last-Translator: Antoni Bella P??rez <[email protected]>\n" +"PO-Revision-Date: 2021-10-30 12:11+0200\n" +"Last-Translator: Josep M. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" "Language: ca@valencia\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 21.04.1\n" +"X-Generator: Lokalize 20.12.0\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" @@ -117,7 +117,7 @@ #: src/KBlocksWin.cpp:230 #, kde-format msgid "Theme" -msgstr "Tema:" +msgstr "Tema" #: src/KBlocksWin.cpp:281 #, kde-format @@ -213,12 +213,3 @@ msgstr "" "Arranja el fitxer de configuraci?? per al mode de recerca del tetris. No ??s " "per a usuaris d'escriptori." - -#~ msgid "The graphical theme to be used." -#~ msgstr "El tema gr??fic que s'usar??." - -#~ msgid "Whether sound effects should be played." -#~ msgstr "Si s'han de reproduir o no els efectes sonors." - -#~ msgid "The difficulty level." -#~ msgstr "El nivell de dificultat." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kblocks-21.08.2/po/de/docs/kblocks/index.docbook new/kblocks-21.08.3/po/de/docs/kblocks/index.docbook --- old/kblocks-21.08.2/po/de/docs/kblocks/index.docbook 2021-10-05 07:38:38.000000000 +0200 +++ new/kblocks-21.08.3/po/de/docs/kblocks/index.docbook 2021-11-02 01:11:13.000000000 +0100 @@ -64,9 +64,9 @@ >&FDLNotice;</legalnotice> <date ->2021-06-04</date> +>2016-05-09</date> <releaseinfo ->KDE Gear 21.04</releaseinfo> +>0.4 (Applications 16.04)</releaseinfo> <abstract ><para @@ -132,13 +132,21 @@ ><!--Describe the objective of the game.--> <para ->Per Voreinstellung k??nnen die herunterfallenden Bl??cke mit den Tasten &Left; und &Right; bewegt werden. Die Taste &Down; erh??ht die Fallgeschwindigkeit des Blockes, die Taste &Up; dreht ihn. Die Tasteneinstellungen k??nnen ??ber <menuchoice +>By default, falling blocks can be moved left or right using the <keycap +>Left</keycap +> or <keycap +>Right</keycap +> arrow keys. The <keycap +>Down</keycap +> arrow key makes the block drop faster, and the <keycap +>Up</keycap +> key is used to rotate the block. The keys used for each game action can be configured in <menuchoice ><guimenu ->Einstellungen</guimenu +>Settings</guimenu ><guimenuitem ->Kurzbefehle festlegen ...</guimenuitem +>Configure Shortcuts...</guimenuitem ></menuchoice -> angepasst werden. </para> +> </para> </chapter> @@ -283,8 +291,8 @@ <listitem ><para ><action ->Beendet</action -> &kblocks;.</para +>Quits</action +> &kblocks;</para ></listitem> </varlistentry> @@ -381,9 +389,7 @@ ></keycombo ></entry ><entry -><quote ->Was ist das?</quote ->-Hilfe</entry +>What's This Help</entry ></row> <row ><entry @@ -405,19 +411,25 @@ ></row> <row ><entry ->&Right;</entry +><keycap +>Right arrow</keycap +></entry ><entry >Bewegt den Block nach rechts</entry ></row> <row ><entry ->&Left;</entry +><keycap +>Left arrow</keycap +></entry ><entry >Bewegt den Block nach links</entry ></row> <row ><entry ->&Down;</entry +><keycap +>Down arrow</keycap +></entry ><entry >Erh??ht die Geschwindigkeit des fallenden Blocks</entry ></row> @@ -431,13 +443,17 @@ ></row> <row ><entry ->&Up;</entry +><keycap +>Up arrow</keycap +></entry ><entry >Dreht den Block gegen den Uhrzeigersinn</entry ></row> <row ><entry ->&Space;</entry +><keysym +>Space</keysym +></entry ><entry >L??sst den Block fallen</entry ></row> @@ -471,12 +487,10 @@ </question> <answer> <para ->Ja, w??hlen Sie im Men?? <menuchoice -><guimenu ->Einstellungen</guimenu -> <guimenuitem ->&kblocks; einrichten ...</guimenuitem -></menuchoice +>Yes, click on the <guimenu +>Settings</guimenu +> menu and select <guimenuitem +>Configure &kblocks;...</guimenuitem >. </para> </answer> </qandaentry> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kblocks-21.08.2/po/pl/kblocks.po new/kblocks-21.08.3/po/pl/kblocks.po --- old/kblocks-21.08.2/po/pl/kblocks.po 2021-10-05 07:38:38.000000000 +0200 +++ new/kblocks-21.08.3/po/pl/kblocks.po 2021-11-02 01:11:13.000000000 +0100 @@ -9,7 +9,7 @@ "Project-Id-Version: kblocks\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-06-05 00:14+0000\n" -"PO-Revision-Date: 2021-06-06 06:47+0200\n" +"PO-Revision-Date: 2021-10-10 11:37+0200\n" "Last-Translator: ??ukasz Wojni??owicz <[email protected]>\n" "Language-Team: Polish <[email protected]>\n" "Language: pl\n" @@ -114,7 +114,7 @@ #: src/KBlocksWin.cpp:230 #, kde-format msgid "Theme" -msgstr "Wystr??j" +msgstr "Wygl??d" #: src/KBlocksWin.cpp:281 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kblocks-21.08.2/po/zh_CN/kblocks.po new/kblocks-21.08.3/po/zh_CN/kblocks.po --- old/kblocks-21.08.2/po/zh_CN/kblocks.po 2021-10-05 07:38:38.000000000 +0200 +++ new/kblocks-21.08.3/po/zh_CN/kblocks.po 2021-11-02 01:11:13.000000000 +0100 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-06-05 00:14+0000\n" -"PO-Revision-Date: 2021-09-27 13:11\n" +"PO-Revision-Date: 2021-10-29 13:28\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"
