Hello community,

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

Package is "bovo"

Changes:
--------
--- /work/SRC/openSUSE:Factory/bovo/bovo.changes        2015-07-14 
17:31:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.bovo.new/bovo.changes   2015-10-03 
20:17:21.000000000 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 18:56:06 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:31 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:45:48 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:
----
  bovo-15.04.3.tar.xz

New:
----
  bovo-15.08.1.tar.xz

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

Other differences:
------------------
++++++ bovo.spec ++++++
--- /var/tmp/diff_new_pack.WjCzVD/_old  2015-10-03 20:17:22.000000000 +0200
+++ /var/tmp/diff_new_pack.WjCzVD/_new  2015-10-03 20:17:22.000000000 +0200
@@ -37,7 +37,7 @@
 License:        GPL-2.0+
 Group:          Amusements/Games/Board/Other
 Url:            http://www.kde.org
-Version:        15.04.3
+Version:        15.08.1
 Release:        0
 Source0:        bovo-%{version}.tar.xz
 Obsoletes:      %{name}5 < %{version}

++++++ bovo-15.04.3.tar.xz -> bovo-15.08.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bovo-15.04.3/CMakeLists.txt 
new/bovo-15.08.1/CMakeLists.txt
--- old/bovo-15.04.3/CMakeLists.txt     2015-04-27 13:16:56.000000000 +0200
+++ new/bovo-15.08.1/CMakeLists.txt     2015-07-24 19:29:04.000000000 +0200
@@ -3,15 +3,15 @@
 cmake_minimum_required (VERSION 2.8.12 FATAL_ERROR)
 set (QT_MIN_VERSION "5.2.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 
Concurrent Qml Quick QuickWidgets)
+find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Widgets Svg 
Concurrent)
 find_package(KF5 REQUIRED COMPONENTS 
            CoreAddons
+           DBusAddons
+           DocTools
            XmlGui
-            NewStuff
-            Declarative
            )
 find_package(KF5KDEGames 4.9.0 REQUIRED)
 
@@ -19,8 +19,8 @@
 include(KDECMakeSettings)
 include(KDECompilerSettings)
 include(FeatureSummary)
-include(KDECoreMacros)
 include(ECMInstallIcons)
+include(ECMAddAppIcon)
 
 # re-enabling exceptions (turned off in KDE)
 kde_enable_exceptions()
@@ -70,17 +70,18 @@
        )
 
 kconfig_add_kcfg_files(bovo_SRCS gui/settings.kcfgc)
-#kde4_add_app_icon(bovo_SRCS 
"${CMAKE_CURRENT_SOURCE_DIR}/icons/hi*-app-bovo.png")
+file(GLOB ICONS_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/icons/*-apps-bovo.png")
+ecm_add_app_icon(bovo_SRCS ICONS ${ICONS_SRCS})
 add_executable(bovo ${bovo_SRCS})
 
-target_link_libraries(bovo KF5::XmlGui KF5::I18n KF5::IconThemes Qt5::Svg 
KF5KDEGames KF5::DBusAddons)
+target_link_libraries(bovo KF5::XmlGui KF5::I18n Qt5::Svg KF5KDEGames 
KF5::DBusAddons)
 
 add_subdirectory (themes)
 add_subdirectory (icons)
 add_subdirectory (doc)
 
-install (TARGETS bovo ${INSTALL_TARGETS_DEFAULT_ARGS})
-install (FILES gui/bovoui.rc  DESTINATION  ${KXMLGUI_INSTALL_DIR}/bovo)
-install (PROGRAMS org.kde.bovo.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})
-install (FILES bovo.appdata.xml DESTINATION  ${DATA_INSTALL_DIR}/appdata)
+install (TARGETS bovo ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
+install (FILES gui/bovoui.rc  DESTINATION  ${KDE_INSTALL_KXMLGUI5DIR}/bovo)
+install (PROGRAMS org.kde.bovo.desktop DESTINATION ${KDE_INSTALL_APPDIR})
+install (FILES bovo.appdata.xml DESTINATION  ${KDE_INSTALL_DATADIR}/appdata)
 feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bovo-15.04.3/bovo.appdata.xml 
new/bovo-15.08.1/bovo.appdata.xml
--- old/bovo-15.04.3/bovo.appdata.xml   2015-04-27 13:16:56.000000000 +0200
+++ new/bovo-15.08.1/bovo.appdata.xml   2015-07-24 19:29:04.000000000 +0200
@@ -40,6 +40,7 @@
       alternate in placing their respective pictogram on the game board. (Also 
known as: Connect Five, Five in a row, X and O,
       Naughts and Crosses)
     </p>
+    <p xml:lang="ast">Bovo ye como un xuegu de Gomoku (del xaponés  五目並べ - 
llit. "cinco puntos") pa dos xugadores, u los oponentes alternen l'asitiamientu 
del so pictograma correspondiente nel tableru del xuegu. (Tamién conocíu como: 
Coneuta cinco, Cinco darréu, X y O, Cruz y nada)</p>
     <p xml:lang="bs">Bovo je Gomoku (od japanskog 五目並べ - lit. "pet poena") 
slična igra za dva igrača, gdje se protivnici smjenjuju u stavljanju svog 
dijela piktograma na tabli. (Poznat i kao: poveži pet, pet u nizu, X i O, 
križić i kružić)</p>
     <p xml:lang="ca">El Bovo és un joc semblant al Gomoku (del japonès 五目並べ - 
lit. «cinc punts») per a dos jugadors, a on els oponents situen els seus 
ideogrames respectius alternativament en el tauler de joc. També conegut com a: 
Connecta cinc, Cinc en fila, X i O, Zeros i creus.</p>
     <p xml:lang="de">Bovo ist ein Gomoku (aus dem japanischen wörtlich „Fünf 
Punkte“) ähnliches Spiel für zwei Spieler, bei dem die Gegner abwechselnd ihre 
jeweiligen Piktogramme auf dem Brett platzieren. Auch bekannt als: Fünf 
verbinden, Fünf in einer Reihe, X und O, Nullen und Kreuze</p>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bovo-15.04.3/doc/CMakeLists.txt 
new/bovo-15.08.1/doc/CMakeLists.txt
--- old/bovo-15.04.3/doc/CMakeLists.txt 2015-04-27 13:16:56.000000000 +0200
+++ new/bovo-15.08.1/doc/CMakeLists.txt 2015-07-24 19:29:04.000000000 +0200
@@ -1,2 +1,2 @@
-kdoctools_create_handbook(index.docbook INSTALL_DESTINATION 
${HTML_INSTALL_DIR}/en SUBDIR bovo)
+kdoctools_create_handbook(index.docbook INSTALL_DESTINATION 
${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR bovo)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bovo-15.04.3/game/test/CMakeLists.txt 
new/bovo-15.08.1/game/test/CMakeLists.txt
--- old/bovo-15.04.3/game/test/CMakeLists.txt   2015-04-27 13:16:56.000000000 
+0200
+++ new/bovo-15.08.1/game/test/CMakeLists.txt   2015-07-24 19:29:04.000000000 
+0200
@@ -1,3 +1,3 @@
 add_executable (testbovo test.cpp)
 target_link_library (testbovo game)
-install (TARGETS testbovo ${INSTALL_TARGETS_DEFAULT_ARGS})
+install (TARGETS testbovo ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bovo-15.04.3/gui/mainwindow.cc 
new/bovo-15.08.1/gui/mainwindow.cc
--- old/bovo-15.04.3/gui/mainwindow.cc  2015-04-27 13:16:56.000000000 +0200
+++ new/bovo-15.08.1/gui/mainwindow.cc  2015-07-24 19:29:04.000000000 +0200
@@ -39,7 +39,6 @@
 #include <kstandardgameaction.h>
 #include <kselectaction.h>
 #include <ktoggleaction.h>
-#include <kiconloader.h>
 #include <klocalizedstring.h>
 
 // Bovo includes
Files old/bovo-15.04.3/icons/128-apps-bovo.png and 
new/bovo-15.08.1/icons/128-apps-bovo.png differ
Files old/bovo-15.04.3/icons/16-apps-bovo.png and 
new/bovo-15.08.1/icons/16-apps-bovo.png differ
Files old/bovo-15.04.3/icons/22-apps-bovo.png and 
new/bovo-15.08.1/icons/22-apps-bovo.png differ
Files old/bovo-15.04.3/icons/32-apps-bovo.png and 
new/bovo-15.08.1/icons/32-apps-bovo.png differ
Files old/bovo-15.04.3/icons/48-apps-bovo.png and 
new/bovo-15.08.1/icons/48-apps-bovo.png differ
Files old/bovo-15.04.3/icons/64-apps-bovo.png and 
new/bovo-15.08.1/icons/64-apps-bovo.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bovo-15.04.3/icons/CMakeLists.txt 
new/bovo-15.08.1/icons/CMakeLists.txt
--- old/bovo-15.04.3/icons/CMakeLists.txt       2015-04-27 13:16:56.000000000 
+0200
+++ new/bovo-15.08.1/icons/CMakeLists.txt       2015-07-24 19:29:04.000000000 
+0200
@@ -1,10 +1,4 @@
 ecm_install_icons(ICONS
-    hi128-apps-bovo.png
-    hi16-apps-bovo.png
-    hi22-apps-bovo.png
-    hi32-apps-bovo.png
-    hi48-apps-bovo.png
-    hi64-apps-bovo.png
-    DESTINATION ${ICON_INSTALL_DIR}
+    128-apps-bovo.png    16-apps-bovo.png    22-apps-bovo.png    
32-apps-bovo.png    48-apps-bovo.png    64-apps-bovo.png    DESTINATION 
${KDE_INSTALL_ICONDIR}
     THEME hicolor
 )
Files old/bovo-15.04.3/icons/hi128-apps-bovo.png and 
new/bovo-15.08.1/icons/hi128-apps-bovo.png differ
Files old/bovo-15.04.3/icons/hi16-apps-bovo.png and 
new/bovo-15.08.1/icons/hi16-apps-bovo.png differ
Files old/bovo-15.04.3/icons/hi22-apps-bovo.png and 
new/bovo-15.08.1/icons/hi22-apps-bovo.png differ
Files old/bovo-15.04.3/icons/hi32-apps-bovo.png and 
new/bovo-15.08.1/icons/hi32-apps-bovo.png differ
Files old/bovo-15.04.3/icons/hi48-apps-bovo.png and 
new/bovo-15.08.1/icons/hi48-apps-bovo.png differ
Files old/bovo-15.04.3/icons/hi64-apps-bovo.png and 
new/bovo-15.08.1/icons/hi64-apps-bovo.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bovo-15.04.3/themes/gomoku/CMakeLists.txt 
new/bovo-15.08.1/themes/gomoku/CMakeLists.txt
--- old/bovo-15.04.3/themes/gomoku/CMakeLists.txt       2015-04-27 
13:16:56.000000000 +0200
+++ new/bovo-15.08.1/themes/gomoku/CMakeLists.txt       2015-07-24 
19:29:04.000000000 +0200
@@ -4,4 +4,4 @@
     theme.svg
     themerc
 )
-install (FILES ${files} DESTINATION ${DATA_INSTALL_DIR}/bovo/themes/${theme})
+install (FILES ${files} DESTINATION 
${KDE_INSTALL_DATADIR}/bovo/themes/${theme})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bovo-15.04.3/themes/highcontrast/CMakeLists.txt 
new/bovo-15.08.1/themes/highcontrast/CMakeLists.txt
--- old/bovo-15.04.3/themes/highcontrast/CMakeLists.txt 2015-04-27 
13:16:56.000000000 +0200
+++ new/bovo-15.08.1/themes/highcontrast/CMakeLists.txt 2015-07-24 
19:29:04.000000000 +0200
@@ -4,4 +4,4 @@
     theme.svg
     themerc
 )
-install (FILES ${files} DESTINATION ${DATA_INSTALL_DIR}/bovo/themes/${theme})
+install (FILES ${files} DESTINATION 
${KDE_INSTALL_DATADIR}/bovo/themes/${theme})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bovo-15.04.3/themes/scribble/CMakeLists.txt 
new/bovo-15.08.1/themes/scribble/CMakeLists.txt
--- old/bovo-15.04.3/themes/scribble/CMakeLists.txt     2015-04-27 
13:16:56.000000000 +0200
+++ new/bovo-15.08.1/themes/scribble/CMakeLists.txt     2015-07-24 
19:29:04.000000000 +0200
@@ -4,4 +4,4 @@
     theme.svg
     themerc
 )
-install (FILES ${files} DESTINATION ${DATA_INSTALL_DIR}/bovo/themes/${theme})
+install (FILES ${files} DESTINATION 
${KDE_INSTALL_DATADIR}/bovo/themes/${theme})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bovo-15.04.3/themes/spacy/CMakeLists.txt 
new/bovo-15.08.1/themes/spacy/CMakeLists.txt
--- old/bovo-15.04.3/themes/spacy/CMakeLists.txt        2015-04-27 
13:16:56.000000000 +0200
+++ new/bovo-15.08.1/themes/spacy/CMakeLists.txt        2015-07-24 
19:29:04.000000000 +0200
@@ -4,4 +4,4 @@
     theme.svg
     themerc
 )
-install (FILES ${files} DESTINATION ${DATA_INSTALL_DIR}/bovo/themes/${theme})
+install (FILES ${files} DESTINATION 
${KDE_INSTALL_DATADIR}/bovo/themes/${theme})


Reply via email to