Hello community,

here is the log from the commit of package kapman for openSUSE:Factory checked 
in at 2015-10-03 20:18:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kapman (Old)
 and      /work/SRC/openSUSE:Factory/.kapman.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kapman"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kapman/kapman.changes    2015-07-14 
17:31:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kapman.new/kapman.changes       2015-10-03 
20:18:36.000000000 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:00:03 UTC 2015 - [email protected]
+
+- 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:44 UTC 2015 - [email protected]
+
+- 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:18 UTC 2015 - [email protected]
+
+- 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:
----
  kapman-15.04.3.tar.xz

New:
----
  kapman-15.08.1.tar.xz

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

Other differences:
------------------
++++++ kapman.spec ++++++
--- /var/tmp/diff_new_pack.WUvFem/_old  2015-10-03 20:18:37.000000000 +0200
+++ /var/tmp/diff_new_pack.WUvFem/_new  2015-10-03 20:18:37.000000000 +0200
@@ -42,7 +42,7 @@
 License:        GPL-2.0+
 Group:          System/GUI/KDE
 Url:            http://www.kde.org
-Version:        15.04.3
+Version:        15.08.1
 Release:        0
 Source0:        kapman-%{version}.tar.xz
 Obsoletes:      %{name}5 < %{version}

++++++ kapman-15.04.3.tar.xz -> kapman-15.08.1.tar.xz ++++++
Files old/kapman-15.04.3/128-apps-kapman.png and 
new/kapman-15.08.1/128-apps-kapman.png differ
Files old/kapman-15.04.3/16-apps-kapman.png and 
new/kapman-15.08.1/16-apps-kapman.png differ
Files old/kapman-15.04.3/22-apps-kapman.png and 
new/kapman-15.08.1/22-apps-kapman.png differ
Files old/kapman-15.04.3/32-apps-kapman.png and 
new/kapman-15.08.1/32-apps-kapman.png differ
Files old/kapman-15.04.3/48-apps-kapman.png and 
new/kapman-15.08.1/48-apps-kapman.png differ
Files old/kapman-15.04.3/64-apps-kapman.png and 
new/kapman-15.08.1/64-apps-kapman.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapman-15.04.3/CMakeLists.txt 
new/kapman-15.08.1/CMakeLists.txt
--- old/kapman-15.04.3/CMakeLists.txt   2015-06-23 16:08:01.000000000 +0200
+++ new/kapman-15.08.1/CMakeLists.txt   2015-07-25 20:21:07.000000000 +0200
@@ -3,13 +3,15 @@
 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 Svg)
 find_package(KF5 REQUIRED COMPONENTS 
     CoreAddons
     Config
+    DBusAddons
+    DocTools
     WindowSystem
     Config
     I18n
@@ -29,9 +31,9 @@
 include(KDEInstallDirs)
 include(KDECompilerSettings)
 include(KDECMakeSettings)
+include(ECMAddAppIcon)
 
 add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS)
-add_definitions(-DTRANSLATION_DOMAIN="kapman")
 add_definitions("-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII")
 
 
@@ -69,9 +71,10 @@
 
 kconfig_add_kcfg_files(kapman_SRCS settings.kcfgc)
 
-ecm_install_icons(ICONS hi128-apps-kapman.png  hi16-apps-kapman.png  
hi22-apps-kapman.png  hi32-apps-kapman.png  hi48-apps-kapman.png  
hi64-apps-kapman.png DESTINATION ${ICON_INSTALL_DIR})
+ecm_install_icons(ICONS 128-apps-kapman.png  16-apps-kapman.png  
22-apps-kapman.png  32-apps-kapman.png  48-apps-kapman.png  64-apps-kapman.png 
DESTINATION ${KDE_INSTALL_ICONDIR} THEME hicolor)
 
-#kde4_add_app_icon(kapman_SRCS 
"${CMAKE_CURRENT_SOURCE_DIR}/hi*-apps-kapman.png")
+file(GLOB ICONS_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/*-apps-kapman.png")
+ecm_add_app_icon(kapman_SRCS ICONS ${ICONS_SRCS})
 add_executable(kapman ${kapman_SRCS})
 
 target_link_libraries(kapman 
@@ -84,12 +87,12 @@
    KF5::XmlGui
 )
 
-install(TARGETS kapman ${INSTALL_TARGETS_DEFAULT_ARGS})
-install(PROGRAMS org.kde.kapman.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})
-install(FILES kapman.appdata.xml DESTINATION ${DATA_INSTALL_DIR}/appdata)
-install(FILES kapmanui.rc DESTINATION ${KXMLGUI_INSTALL_DIR}/kapman)
-install(FILES defaultmaze.xml DESTINATION ${DATA_INSTALL_DIR}/kapman)
-install(FILES ${themes} DESTINATION ${DATA_INSTALL_DIR}/kapman/themes)
-install(FILES ${sounds_ogg} DESTINATION ${SOUND_INSTALL_DIR}/kapman)
+install(TARGETS kapman ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
+install(PROGRAMS org.kde.kapman.desktop DESTINATION ${KDE_INSTALL_APPDIR})
+install(FILES kapman.appdata.xml DESTINATION ${KDE_INSTALL_DATADIR}/appdata)
+install(FILES kapmanui.rc DESTINATION ${KDE_INSTALL_KXMLGUI5DIR}/kapman)
+install(FILES defaultmaze.xml DESTINATION ${KDE_INSTALL_DATADIR}/kapman)
+install(FILES ${themes} DESTINATION ${KDE_INSTALL_DATADIR}/kapman/themes)
+install(FILES ${sounds_ogg} DESTINATION ${KDE_INSTALL_SOUNDDIR}/kapman)
 
 feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapman-15.04.3/doc/CMakeLists.txt 
new/kapman-15.08.1/doc/CMakeLists.txt
--- old/kapman-15.04.3/doc/CMakeLists.txt       2015-06-23 16:08:01.000000000 
+0200
+++ new/kapman-15.08.1/doc/CMakeLists.txt       2015-07-25 20:21:07.000000000 
+0200
@@ -1 +1 @@
-kdoctools_create_handbook(index.docbook INSTALL_DESTINATION 
${HTML_INSTALL_DIR}/en SUBDIR kapman)
+kdoctools_create_handbook(index.docbook INSTALL_DESTINATION 
${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR kapman)
Files old/kapman-15.04.3/hi128-apps-kapman.png and 
new/kapman-15.08.1/hi128-apps-kapman.png differ
Files old/kapman-15.04.3/hi16-apps-kapman.png and 
new/kapman-15.08.1/hi16-apps-kapman.png differ
Files old/kapman-15.04.3/hi22-apps-kapman.png and 
new/kapman-15.08.1/hi22-apps-kapman.png differ
Files old/kapman-15.04.3/hi32-apps-kapman.png and 
new/kapman-15.08.1/hi32-apps-kapman.png differ
Files old/kapman-15.04.3/hi48-apps-kapman.png and 
new/kapman-15.08.1/hi48-apps-kapman.png differ
Files old/kapman-15.04.3/hi64-apps-kapman.png and 
new/kapman-15.08.1/hi64-apps-kapman.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapman-15.04.3/kapman.appdata.xml 
new/kapman-15.08.1/kapman.appdata.xml
--- old/kapman-15.04.3/kapman.appdata.xml       2015-06-23 16:08:01.000000000 
+0200
+++ new/kapman-15.08.1/kapman.appdata.xml       2015-07-25 20:21:07.000000000 
+0200
@@ -30,8 +30,10 @@
   <name xml:lang="sv">Kapman</name>
   <name xml:lang="uk">Kapman</name>
   <name xml:lang="x-test">xxKapmanxx</name>
+  <name xml:lang="zh-CN">Kapman</name>
   <name xml:lang="zh-TW">Kapman</name>
   <summary>Pac-Man Clone</summary>
+  <summary xml:lang="ast">Copia del Pac-Man</summary>
   <summary xml:lang="bs">Klon Pac-Mana</summary>
   <summary xml:lang="ca">Un clon del Pac-Man</summary>
   <summary xml:lang="cs">Klon Pacmana</summary>
@@ -56,11 +58,13 @@
   <summary xml:lang="sv">Klon av Pac-Man</summary>
   <summary xml:lang="uk">Клон гри «Пакмен»</summary>
   <summary xml:lang="x-test">xxPac-Man Clonexx</summary>
+  <summary xml:lang="zh-CN">Pac-Man 克隆</summary>
   <summary xml:lang="zh-TW">另一款小精靈遊戲</summary>
   <description>
     <p>
       Kapman is a clone of the well known game Pac-Man.
     </p>
+    <p xml:lang="ast">Kapman ye una copia del bien conocíu xuegu Pac-Man.</p>
     <p xml:lang="ca">El Kapman és un clon del ben conegut joc Pac-Man.</p>
     <p xml:lang="de">Kapman ist eine Kopie des sehr bekannten Spiels 
Pac-Man.</p>
     <p xml:lang="en-GB">Kapman is a clone of the well known game Pac-Man.</p>
@@ -90,10 +94,12 @@
       When a stage is cleared of pills and energizer the player is taken to 
the next stage with slightly
       increased game speed.
     </p>
+    <p xml:lang="ast">Tienes de correr pente una mazmorra pa comer toles 
píldores ensin ser capturáu por una bisarma. Comiendo un enerxizante, Kapman 
algama l'habilidá de comer bisarmes por dellos segundos.  Cuando una etapa ta 
llimpia de pildores y enerxizantes al xugador llévase-y a la etapa siguiente 
con una velocidá del xuegu un poco mayor.</p>
     <p xml:lang="ca">Heu de recórrer el laberint per menjar les píndoles sense 
ser capturat per cap fantasma. Si menja un energitzant, el Kapman aconsegueix 
la capacitat de menjar els fantasmes durant uns segons. Quan una etapa es 
neteja de píndoles i energitzants, el jugador es porta a l'etapa següent amb un 
lleuger increment de la velocitat de joc.</p>
     <p xml:lang="de">Sie müssen durch ein Labyrinth rennen und alle „Pillen“ 
fressen ohne von einem Geist erwischt zu werden. Nach dem Fressen eines 
„Appetitanregers“ können Sie für einige Sekunden auch Geister fressen. Wenn 
alle „Pillen“ und „Appetitanreger“ in der jeweiligen Ebene gefressen wurden, 
steigt man in die nächste Ebene auf, in der die Geschwindigkeit der Figur und 
Geister steigt.</p>
     <p xml:lang="en-GB">You must run through the maze to eat all pills without 
being captured by a ghost. By eating an energiser, Kapman gets the ability to 
eat ghosts for a few seconds. When a stage is cleared of pills and energiser 
the player is taken to the next stage with slightly increased game speed.</p>
     <p xml:lang="es">Debes correr a través de un laberinto para comerte todas 
las pastillas sin que te capture un fantasma. Al tomarse un vigorizador, Kapman 
adquiere la habilidad de comer a los fantasmas durante algnos segundos. Cuando 
en un nivel se acaban las pastillas y vigorizantes, el jugador es llevado al 
siguiente nivel que tendrá la velocidad del juego ligeramente aumentada.</p>
+    <p xml:lang="fi">Pelissä täytyy juosta sokkelon läpi, syödä palloja ja 
olla aaveiden saavuttamattomissa. Piristeen syömällä Kapman pystyy syömään 
aaveita muutaman sekunnin ajan. Kun kaikki tason pallot ja piristeet on syöty, 
pelaaja pääsee seuraavalle tasolle, jossa peli etenee hiukan nopeammin.</p>
     <p xml:lang="gl">Tes que correr polo labirinto para comer as pílulas 
evitando que te capturen os fantasmas. Tras inxerir un alimento enerxético, 
Kapman consigue a habilidade de comerse os fantasmas durante uns segundos. 
Despois de que Kapman consuma todas as pílulas e alimentos enerxéticos do 
labirinto, pasas a un novo nivel no que a velocidade do xogo é lixeiramente 
superior.</p>
     <p xml:lang="it">Devi correre attraverso il labirinto e mangiare tutte le 
pillole, senza essere catturato da un fantasma. Mangiando un energetico, per 
pochi secondi, Kapman sarà in grado di mangiare i fantasmi. Quando in un 
livello finiscono le pillole e gli energetici si passa al livello successivo in 
cui aumenterà leggermente la velocità del gioco.</p>
     <p xml:lang="ko">귀신에게 잡아먹히기 전에 미로를 돌아다니면서 모든 알약을 먹어야 합니다. 에너지 보충제를 먹으면 
Kapman은 귀신을 잡아먹을 수 있는 능력을 잠시 동안 얻습니다. 모든 알약과 에너지 보충제를 먹으면 다음 판이 시작되며 게임 속도가 
빨라집니다.</p>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapman-15.04.3/kapmanmainwindow.cpp 
new/kapman-15.08.1/kapmanmainwindow.cpp
--- old/kapman-15.04.3/kapmanmainwindow.cpp     2015-06-23 16:08:01.000000000 
+0200
+++ new/kapman-15.08.1/kapmanmainwindow.cpp     2015-07-25 20:21:07.000000000 
+0200
@@ -154,7 +154,7 @@
 
 void KapmanMainWindow::changeLevel()
 {
-    const int newLevel = QInputDialog::getInteger(this, i18n("Change level"), 
i18nc("The number of the game level", "Level"), m_game->getLevel(), 1, 1000000, 
1);
+    const int newLevel = QInputDialog::getInt(this, i18n("Change level"), 
i18nc("The number of the game level", "Level"), m_game->getLevel(), 1, 1000000, 
1);
     if (newLevel > 0) {
         m_game->setLevel(newLevel);
     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapman-15.04.3/kapmanparser.cpp 
new/kapman-15.08.1/kapmanparser.cpp
--- old/kapman-15.04.3/kapmanparser.cpp 2015-06-23 16:08:01.000000000 +0200
+++ new/kapman-15.08.1/kapmanparser.cpp 2015-07-25 20:21:07.000000000 +0200
@@ -132,7 +132,7 @@
 {
     if (p_qName == QLatin1String("Row")) {
         for (int i = 0; i < m_buffer.length(); ++i) {
-            switch (m_buffer.at(i).toAscii()) {
+            switch (m_buffer.at(i).toLatin1()) {
             case '|':
             case '=': m_game->getMaze()->setCellType(m_counterRows, i, 
Cell::WALL);
                 break;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapman-15.04.3/main.cpp new/kapman-15.08.1/main.cpp
--- old/kapman-15.04.3/main.cpp 2015-06-23 16:08:01.000000000 +0200
+++ new/kapman-15.08.1/main.cpp 2015-07-25 20:21:07.000000000 +0200
@@ -32,6 +32,7 @@
     migrate.setConfigFiles(QStringList() << QStringLiteral("kapmanrc"));
     migrate.setUiFiles(QStringList() << QStringLiteral("kapmanui.rc"));
     migrate.migrate();
+    KLocalizedString::setApplicationDomain("kapman");
     // About Kapman
     KAboutData about(QStringLiteral("kapman"), i18n("Kapman"), 
QLatin1String("1.1.0"),
                      i18n("Kapman: Go through the levels escaping ghosts!"),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapman-15.04.3/org.kde.kapman.desktop 
new/kapman-15.08.1/org.kde.kapman.desktop
--- old/kapman-15.04.3/org.kde.kapman.desktop   2015-06-23 16:08:01.000000000 
+0200
+++ new/kapman-15.08.1/org.kde.kapman.desktop   2015-07-25 20:21:07.000000000 
+0200
@@ -102,7 +102,7 @@
 GenericName[zh_CN]=Pac-Man 克隆
 GenericName[zh_TW]=另一款小精靈遊戲
 Comment=Eat pills escaping ghosts
-Comment[ast]=Come píldores escapando de les pantasmes
+Comment[ast]=Come píldores escapando de les bisarmes
 Comment[bs]=Jedite pilule bježeći od duhova
 Comment[ca]=Mengeu píndoles mentre escapeu dels fantasmes
 Comment[ca@valencia]=Mengeu píndoles mentre escapeu dels fantasmes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapman-15.04.3/themes/invisible.desktop 
new/kapman-15.08.1/themes/invisible.desktop
--- old/kapman-15.04.3/themes/invisible.desktop 2015-06-23 16:08:01.000000000 
+0200
+++ new/kapman-15.08.1/themes/invisible.desktop 2015-07-25 20:21:07.000000000 
+0200
@@ -51,7 +51,7 @@
 Name[zh_CN]=隐形
 Name[zh_TW]=隱身
 Description=Getting bored with Kapman? More than 100,000 points over level 20? 
Next step: the invisible maze!
-Description[ast]=¿Aburríu de Kapman? ¿Conseguisti más de 100.000 puntos nel 
nivel 20? Siguiente pasu: ¡el llaberintu invisible!
+Description[ast]=¿Aburriéndote con de Kapman? ¿Conseguisti más de 100.000 
puntos nel nivel 20? Siguiente pasu: ¡el llaberintu invisible!
 Description[bs]=Dosadio vam je Kapman? Više od 100,000 bodova iznad nivoa 20? 
Sljedeći korak: nevidljivi lavirint!
 Description[ca]=Estàs avorrit del Kapman? Has aconseguit més de 100,000 punts 
en el nivell 20? Següent pas: el laberint invisible!
 Description[ca@valencia]=Estàs avorrit del Kapman? Has aconseguit més de 
100,000 punts en el nivell 20? Següent pas: el laberint invisible!


Reply via email to