Hello community,

here is the log from the commit of package kblocks for openSUSE:Factory checked 
in at 2015-07-14 17:32:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kblocks (Old)
 and      /work/SRC/openSUSE:Factory/.kblocks.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kblocks"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kblocks/kblocks.changes  2015-06-04 
10:17:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kblocks.new/kblocks.changes     2015-07-14 
17:32:13.000000000 +0200
@@ -1,0 +2,8 @@
+Mon Jul  6 05:10:44 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.3
+   * KDE Applications 15.04.3
+   * https://www.kde.org/announcements/announce-applications-15.04.3.php
+
+
+-------------------------------------------------------------------

Old:
----
  kblocks-15.04.2.tar.xz

New:
----
  kblocks-15.04.3.tar.xz

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

Other differences:
------------------
++++++ kblocks.spec ++++++
--- /var/tmp/diff_new_pack.p1bGKP/_old  2015-07-14 17:32:14.000000000 +0200
+++ /var/tmp/diff_new_pack.p1bGKP/_new  2015-07-14 17:32:14.000000000 +0200
@@ -42,7 +42,7 @@
 License:        LGPL-2.1+
 Group:          Amusements/Games/Strategy/Real Time
 Url:            http://www.kde.org
-Version:        15.04.2
+Version:        15.04.3
 Release:        0
 Source0:        kblocks-%{version}.tar.xz
 Obsoletes:      %{name}5 < %{version}

++++++ kblocks-15.04.2.tar.xz -> kblocks-15.04.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblocks-15.04.2/CMakeLists.txt 
new/kblocks-15.04.3/CMakeLists.txt
--- old/kblocks-15.04.2/CMakeLists.txt  2015-04-27 13:18:17.000000000 +0200
+++ new/kblocks-15.04.3/CMakeLists.txt  2015-06-23 16:08:48.000000000 +0200
@@ -36,7 +36,6 @@
 include(KDECMakeSettings)
 
 add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS)
-add_definitions(-DTRANSLATION_DOMAIN="kblocks")
 
 
 add_subdirectory( themes )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblocks-15.04.2/kblocks.appdata.xml 
new/kblocks-15.04.3/kblocks.appdata.xml
--- old/kblocks-15.04.2/kblocks.appdata.xml     2015-04-27 13:18:17.000000000 
+0200
+++ new/kblocks-15.04.3/kblocks.appdata.xml     2015-06-23 16:08:48.000000000 
+0200
@@ -34,6 +34,7 @@
   <summary xml:lang="bs">Igra padajući blokovi</summary>
   <summary xml:lang="ca">Joc de blocs que cauen</summary>
   <summary xml:lang="cs">Hra s padajícími bloky</summary>
+  <summary xml:lang="de">„Tetris“-Spiel</summary>
   <summary xml:lang="en-GB">Falling Blocks Game</summary>
   <summary xml:lang="es">Juego de caída de bloques</summary>
   <summary xml:lang="gl">Xogo no que caen bloques</summary>
@@ -60,7 +61,8 @@
       lines without any gaps. When a line is completed it is removed, and more 
space is available in the play area.
       When there is not enough space for blocks to fall, the game is over.
     </p>
-    <p xml:lang="ca">El KBlocks és el joc clàssic de blocs que cauen. La idea 
és apilar els blocs que cauen per crear línies horitzontals sense cap forat. 
Quan s'ha completat una línia, aquesta s'elimina i queda més espai disponible a 
l'àrea de joc. Quan no hi ha espai suficient pels blocs que cauen el joc 
finalitza.</p>
+    <p xml:lang="ca">El KBlocks és el joc clàssic de blocs que cauen. La idea 
és apilar els blocs que cauen per crear línies horitzontals sense cap forat. 
Quan s'ha completat una línia, aquesta s'elimina i queda més espai disponible a 
l'àrea de joc. Quan no hi ha espai suficient per als blocs que cauen el joc 
finalitza.</p>
+    <p xml:lang="de">KBlocks ist ein klassisches Tetris-Spiel. Die 
herunterfallenden Blöcke müssen so gestapelt werden, dass sie waagerechte 
Zeilen ohne Lücken bilden. Eine solche Zeile verschwindet dann, und im 
Spielfeld ist wieder mehr Platz. Wenn es keinen Platz mehr für herunterfallende 
Blöcke gibt, ist das Spiel zu Ende.</p>
     <p xml:lang="en-GB">KBlocks is the classic falling blocks game. The idea 
is to stack the falling blocks to create horizontal lines without any gaps. 
When a line is completed it is removed, and more space is available in the play 
area. When there is not enough space for blocks to fall, the game is over.</p>
     <p xml:lang="es">KBlocks es un juego clásico de caída de bloques. La idea 
es apilar los bloques que van cayendo para crear líneas horizontaes sin huecos. 
Cuando se completa una línea se elimina, y hay más espacio disponible en la 
zona de juego. Cuando no queda más sitio para que los bloques caigan, se 
termina el juego.</p>
     <p xml:lang="gl">KBlocks é o xogo clásico dos bloques que caen A idea é 
amorear os bloques que caen de xeito que se formen liñas horizontais completas, 
sen ocos. Cando se completa unha liña, esta elimínase e amplíase o espazo 
dispoñíbel na área de xogo. Cando non fica espazo abondo para que caian os 
bloques, a partida acaba.</p>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblocks-15.04.2/main.cpp new/kblocks-15.04.3/main.cpp
--- old/kblocks-15.04.2/main.cpp        2015-04-27 13:18:17.000000000 +0200
+++ new/kblocks-15.04.3/main.cpp        2015-06-23 16:08:48.000000000 +0200
@@ -307,7 +307,7 @@
     migrate.setConfigFiles(QStringList() << QLatin1String("kblocksrc"));
     migrate.setUiFiles(QStringList() << QLatin1String("kblocksui.rc"));
     migrate.migrate();
-
+    KLocalizedString::setApplicationDomain("kblocks");
     // Game abouts...
 
     KAboutData aboutData("kblocks",


Reply via email to