Hello community,

here is the log from the commit of package kblocks for openSUSE:Factory checked 
in at 2015-10-03 20:18:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-07-14 
17:32:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kblocks.new/kblocks.changes     2015-10-03 
20:18:50.000000000 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:00:44 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+-------------------------------------------------------------------
+Wed Aug 19 19:42:47 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+-------------------------------------------------------------------
+Fri Aug  7 06:47:40 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+-------------------------------------------------------------------

Old:
----
  kblocks-15.04.3.tar.xz

New:
----
  kblocks-15.08.1.tar.xz

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

Other differences:
------------------
++++++ kblocks.spec ++++++
--- /var/tmp/diff_new_pack.DkKSOr/_old  2015-10-03 20:18:51.000000000 +0200
+++ /var/tmp/diff_new_pack.DkKSOr/_new  2015-10-03 20:18:51.000000000 +0200
@@ -42,7 +42,7 @@
 License:        LGPL-2.1+
 Group:          Amusements/Games/Strategy/Real Time
 Url:            http://www.kde.org
-Version:        15.04.3
+Version:        15.08.1
 Release:        0
 Source0:        kblocks-%{version}.tar.xz
 Obsoletes:      %{name}5 < %{version}

++++++ kblocks-15.04.3.tar.xz -> kblocks-15.08.1.tar.xz ++++++
Files old/kblocks-15.04.3/128-apps-kblocks.png and 
new/kblocks-15.08.1/128-apps-kblocks.png differ
Files old/kblocks-15.04.3/16-apps-kblocks.png and 
new/kblocks-15.08.1/16-apps-kblocks.png differ
Files old/kblocks-15.04.3/22-apps-kblocks.png and 
new/kblocks-15.08.1/22-apps-kblocks.png differ
Files old/kblocks-15.04.3/32-apps-kblocks.png and 
new/kblocks-15.08.1/32-apps-kblocks.png differ
Files old/kblocks-15.04.3/48-apps-kblocks.png and 
new/kblocks-15.08.1/48-apps-kblocks.png differ
Files old/kblocks-15.04.3/64-apps-kblocks.png and 
new/kblocks-15.08.1/64-apps-kblocks.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblocks-15.04.3/CMakeLists.txt 
new/kblocks-15.08.1/CMakeLists.txt
--- old/kblocks-15.04.3/CMakeLists.txt  2015-06-23 16:08:48.000000000 +0200
+++ new/kblocks-15.08.1/CMakeLists.txt  2015-06-29 10:58:50.000000000 +0200
@@ -3,7 +3,7 @@
 cmake_minimum_required (VERSION 2.8.12 FATAL_ERROR)
 set (QT_MIN_VERSION "5.3.0")
 
-find_package(ECM 1.3.0 REQUIRED CONFIG)
+find_package(ECM 1.7.0 REQUIRED CONFIG)
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
 
 find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Widgets Qml 
Quick QuickWidgets Svg Test)
@@ -34,6 +34,7 @@
 include(KDEInstallDirs)
 include(KDECompilerSettings)
 include(KDECMakeSettings)
+include(ECMAddAppIcon)
 
 add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS)
 
@@ -88,23 +89,24 @@
 
 kconfig_add_kcfg_files(kblocks_SRCS settings.kcfgc )
 
-kde4_add_app_icon(kblocks_SRCS "hi*-apps-kblocks.png")
+file(GLOB ICONS_SRCS "*-apps-kblocks.png")
+ecm_add_app_icon(kblocks_SRCS ICONS ${ICONS_SRCS})
 
 add_executable(kblocks ${kblocks_SRCS})
 
 target_link_libraries(kblocks KF5KDEGames KF5KDEGamesPrivate  
Phonon::phonon4qt5 Qt5::Network KF5::XmlGui KF5::I18n Qt5::Svg)
 
-install(TARGETS kblocks  ${INSTALL_TARGETS_DEFAULT_ARGS} )
+install(TARGETS kblocks  ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} )
 
 ########### install files ###############
 
-install( PROGRAMS org.kde.kblocks.desktop  DESTINATION  
${XDG_APPS_INSTALL_DIR} )
-install( FILES kblocks.appdata.xml DESTINATION  ${DATA_INSTALL_DIR}/appdata )
-install( FILES kblocks.kcfg  DESTINATION  ${KCFG_INSTALL_DIR} )
-install( FILES kblocksui.rc  DESTINATION  ${KXMLGUI_INSTALL_DIR}/kblocks )
-install( FILES kblocks.knsrc  DESTINATION  ${CONFIG_INSTALL_DIR} )
+install( PROGRAMS org.kde.kblocks.desktop  DESTINATION  ${KDE_INSTALL_APPDIR} )
+install( FILES kblocks.appdata.xml DESTINATION  ${KDE_INSTALL_METAINFODIR} )
+install( FILES kblocks.kcfg  DESTINATION  ${KDE_INSTALL_KCFGDIR} )
+install( FILES kblocksui.rc  DESTINATION  ${KDE_INSTALL_KXMLGUI5DIR}/kblocks )
+install( FILES kblocks.knsrc  DESTINATION  ${KDE_INSTALL_CONFDIR} )
 
-ecm_install_icons( ICONS hi128-apps-kblocks.png  hi16-apps-kblocks.png  
hi22-apps-kblocks.png  hi32-apps-kblocks.png  hi48-apps-kblocks.png  
hi64-apps-kblocks.png DESTINATION ${ICON_INSTALL_DIR}   )
+ecm_install_icons( ICONS 128-apps-kblocks.png  16-apps-kblocks.png  
22-apps-kblocks.png  32-apps-kblocks.png  48-apps-kblocks.png  
64-apps-kblocks.png DESTINATION ${KDE_INSTALL_ICONDIR} THEME hicolor   )
 
 
 feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblocks-15.04.3/doc/CMakeLists.txt 
new/kblocks-15.08.1/doc/CMakeLists.txt
--- old/kblocks-15.04.3/doc/CMakeLists.txt      2015-06-23 16:08:48.000000000 
+0200
+++ new/kblocks-15.08.1/doc/CMakeLists.txt      2015-06-29 10:58:50.000000000 
+0200
@@ -1,4 +1,4 @@
 ########### install files ###############
 #
 #
-kdoctools_create_handbook(index.docbook INSTALL_DESTINATION 
${HTML_INSTALL_DIR}/en SUBDIR kblocks)
+kdoctools_create_handbook(index.docbook INSTALL_DESTINATION 
${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR kblocks)
Files old/kblocks-15.04.3/hi128-apps-kblocks.png and 
new/kblocks-15.08.1/hi128-apps-kblocks.png differ
Files old/kblocks-15.04.3/hi16-apps-kblocks.png and 
new/kblocks-15.08.1/hi16-apps-kblocks.png differ
Files old/kblocks-15.04.3/hi22-apps-kblocks.png and 
new/kblocks-15.08.1/hi22-apps-kblocks.png differ
Files old/kblocks-15.04.3/hi32-apps-kblocks.png and 
new/kblocks-15.08.1/hi32-apps-kblocks.png differ
Files old/kblocks-15.04.3/hi48-apps-kblocks.png and 
new/kblocks-15.08.1/hi48-apps-kblocks.png differ
Files old/kblocks-15.04.3/hi64-apps-kblocks.png and 
new/kblocks-15.08.1/hi64-apps-kblocks.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblocks-15.04.3/kblocks.appdata.xml 
new/kblocks-15.08.1/kblocks.appdata.xml
--- old/kblocks-15.04.3/kblocks.appdata.xml     2015-06-23 16:08:48.000000000 
+0200
+++ new/kblocks-15.08.1/kblocks.appdata.xml     2015-06-29 10:58:50.000000000 
+0200
@@ -12,6 +12,7 @@
   <name xml:lang="de">KBlocks</name>
   <name xml:lang="en-GB">KBlocks</name>
   <name xml:lang="es">KBlock</name>
+  <name xml:lang="fi">KBlocks</name>
   <name xml:lang="gl">KBlocks</name>
   <name xml:lang="it">KBlocks</name>
   <name xml:lang="ko">KBlocks</name>
@@ -19,6 +20,7 @@
   <name xml:lang="pl">KBloki</name>
   <name xml:lang="pt">KBlocks</name>
   <name xml:lang="pt-BR">KBlocks</name>
+  <name xml:lang="ro">KBlocks</name>
   <name xml:lang="ru">KBlocks</name>
   <name xml:lang="sk">KBlocks</name>
   <name xml:lang="sl">KBlocks</name>
@@ -29,8 +31,10 @@
   <name xml:lang="sv">Kblock</name>
   <name xml:lang="uk">KBlocks</name>
   <name xml:lang="x-test">xxKBlocksxx</name>
+  <name xml:lang="zh-CN">KBlocks</name>
   <name xml:lang="zh-TW">KBlocks</name>
   <summary>Falling Blocks Game</summary>
+  <summary xml:lang="ast">Xuegu de bloques que cayen</summary>
   <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>
@@ -44,6 +48,7 @@
   <summary xml:lang="pl">Gra w spadające bloki</summary>
   <summary xml:lang="pt">Jogo de Blocos em Queda</summary>
   <summary xml:lang="pt-BR">Jogo estilo Tetris</summary>
+  <summary xml:lang="ro">Joc de blocuri căsătoare</summary>
   <summary xml:lang="ru">Клон игры Тетрис</summary>
   <summary xml:lang="sk">Hra s padajúcimi blokmi</summary>
   <summary xml:lang="sl">Igra padajočih kock</summary>
@@ -54,6 +59,7 @@
   <summary xml:lang="sv">Spel med fallande block</summary>
   <summary xml:lang="uk">Гра з блоками, що падають</summary>
   <summary xml:lang="x-test">xxFalling Blocks Gamexx</summary>
+  <summary xml:lang="zh-CN">俄罗斯方块游戏</summary>
   <summary xml:lang="zh-TW">類似俄羅斯方塊遊戲</summary>
   <description>
     <p>
@@ -61,6 +67,7 @@
       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="ast">KBlocks ye'l xuegu clásicu de los bloque que cayen. La 
idea ye amontonar los bloques que cayen pa crear llinies horizontales ensin 
güecos. Cuando una llinia se completa, hai disponible más espaciu nel area de 
xuegu. Cuando nun hai espaciu abondo pa los bloques que cayen, la partida 
fínase.</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>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblocks-15.04.3/main.cpp new/kblocks-15.08.1/main.cpp
--- old/kblocks-15.04.3/main.cpp        2015-06-23 16:08:48.000000000 +0200
+++ new/kblocks-15.08.1/main.cpp        2015-06-29 10:58:50.000000000 +0200
@@ -311,7 +311,7 @@
     // Game abouts...
 
     KAboutData aboutData("kblocks",
-                         i18n("KBlock"),
+                         i18n("KBlocks"),
                          QLatin1String("0.4"),
                          i18n("A falling blocks game for KDE"),
                          KAboutLicense::GPL,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblocks-15.04.3/themes/CMakeLists.txt 
new/kblocks-15.08.1/themes/CMakeLists.txt
--- old/kblocks-15.04.3/themes/CMakeLists.txt   2015-06-23 16:08:48.000000000 
+0200
+++ new/kblocks-15.08.1/themes/CMakeLists.txt   2015-06-29 10:58:50.000000000 
+0200
@@ -1,3 +1,3 @@
 
-install( FILES oxygen.svg oxygen.desktop oxygen_preview.png egyptian.svg 
default.desktop egyptian_preview.png default_block_move.ogg 
default_block_fall.ogg DESTINATION  ${DATA_INSTALL_DIR}/kblocks/themes )
+install( FILES oxygen.svg oxygen.desktop oxygen_preview.png egyptian.svg 
default.desktop egyptian_preview.png default_block_move.ogg 
default_block_fall.ogg DESTINATION  ${KDE_INSTALL_DATADIR}/kblocks/themes )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblocks-15.04.3/themes/oxygen.desktop 
new/kblocks-15.08.1/themes/oxygen.desktop
--- old/kblocks-15.04.3/themes/oxygen.desktop   2015-06-23 16:08:48.000000000 
+0200
+++ new/kblocks-15.08.1/themes/oxygen.desktop   2015-06-29 10:58:50.000000000 
+0200
@@ -1,6 +1,6 @@
 [KGameTheme]
 Name=Oxygen
-Name[ast]=Oxíxenu
+Name[ast]=Oxygen
 Name[bs]=kiseonik
 Name[ca]=Oxygen
 Name[ca@valencia]=Oxygen
@@ -56,7 +56,7 @@
 Name[zh_CN]=Oxygen
 Name[zh_TW]=Oxygen
 Description=KBlocks Oxygen theme for KDE 4
-Description[ast]=Tema Oxíxenu de KBlocks pa KDE 4
+Description[ast]=Tema Oxygen de KBlocks pa KDE 4
 Description[bs]=Tema KBlocks kisik za KDE 4
 Description[ca]=Tema Oxygen del KBlocks per KDE 4
 Description[ca@valencia]=Tema Oxygen del KBlocks per KDE 4


Reply via email to