Hello community,

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

Package is "klines"

Changes:
--------
--- /work/SRC/openSUSE:Factory/klines/klines.changes    2015-07-14 
17:35:24.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.klines.new/klines.changes       2015-10-03 
20:21:51.000000000 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:18:29 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:43:26 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:56:04 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:
----
  klines-15.04.3.tar.xz

New:
----
  klines-15.08.1.tar.xz

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

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

++++++ klines-15.04.3.tar.xz -> klines-15.08.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-15.04.3/CMakeLists.txt 
new/klines-15.08.1/CMakeLists.txt
--- old/klines-15.04.3/CMakeLists.txt   2015-06-01 21:15:19.000000000 +0200
+++ new/klines-15.08.1/CMakeLists.txt   2015-06-01 21:15:40.000000000 +0200
@@ -26,6 +26,7 @@
 find_package(KF5KDEGames 4.9.0 REQUIRED)
 
 include(FeatureSummary)
+include(ECMAddAppIcon)
 include(ECMInstallIcons)
 include(KDEInstallDirs)
 include(KDECompilerSettings)
@@ -51,19 +52,20 @@
    animator.cpp)
    
 kconfig_add_kcfg_files(klines_SRCS prefs.kcfgc )
-#kde4_add_app_icon(klines_SRCS 
"${CMAKE_CURRENT_SOURCE_DIR}/hi*-app-klines.png")
+file(GLOB ICONS_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/*-apps-klines.png")
+ecm_add_app_icon(klines_SRCS ICONS ${ICONS_SRCS})
 add_executable(klines ${klines_SRCS})
 
 target_link_libraries(klines KF5KDEGames KF5::XmlGui KF5::DBusAddons)
 
-install(TARGETS klines  ${INSTALL_TARGETS_DEFAULT_ARGS} )
+install(TARGETS klines  ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} )
 
 
 ########### install files ###############
 
-install( PROGRAMS org.kde.klines.desktop  DESTINATION  ${XDG_APPS_INSTALL_DIR} 
)
-install( FILES klines.kcfg  DESTINATION  ${KCFG_INSTALL_DIR} )
-install( FILES klinesui.rc  DESTINATION  ${KXMLGUI_INSTALL_DIR}/klines )
+install( PROGRAMS org.kde.klines.desktop  DESTINATION  ${KDE_INSTALL_APPDIR} )
+install( FILES klines.kcfg  DESTINATION  ${KDE_INSTALL_KCFGDIR} )
+install( FILES klinesui.rc  DESTINATION  ${KDE_INSTALL_KXMLGUI5DIR}/klines )
 
 ecm_install_icons(ICONS
     16-apps-klines.png
@@ -72,7 +74,7 @@
     48-apps-klines.png
     64-apps-klines.png
     128-apps-klines.png
-    DESTINATION ${ICON_INSTALL_DIR}
+    DESTINATION ${KDE_INSTALL_ICONDIR}
     THEME hicolor
 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-15.04.3/doc/CMakeLists.txt 
new/klines-15.08.1/doc/CMakeLists.txt
--- old/klines-15.04.3/doc/CMakeLists.txt       2015-06-01 21:15:19.000000000 
+0200
+++ new/klines-15.08.1/doc/CMakeLists.txt       2015-06-01 21:15:40.000000000 
+0200
@@ -3,4 +3,4 @@
 #KDE_DOCS = klines
 #
 #
-kdoctools_create_handbook(index.docbook INSTALL_DESTINATION 
${HTML_INSTALL_DIR}/en SUBDIR klines)
+kdoctools_create_handbook(index.docbook INSTALL_DESTINATION 
${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR klines)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-15.04.3/org.kde.klines.desktop 
new/klines-15.08.1/org.kde.klines.desktop
--- old/klines-15.04.3/org.kde.klines.desktop   2015-06-01 21:15:19.000000000 
+0200
+++ new/klines-15.08.1/org.kde.klines.desktop   2015-06-01 21:15:40.000000000 
+0200
@@ -6,7 +6,7 @@
 X-DocPath=klines/index.html
 GenericName=Tactical Game
 GenericName[af]=Taktiese Speletjie
-GenericName[ast]=Xuegu de táctica
+GenericName[ast]=Xuegu de táutica
 GenericName[be]=Тактычная гульня
 GenericName[bn]=কৌশলের খেলা
 GenericName[br]=C'hoari a vrezelekaouriezh
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-15.04.3/themes/CMakeLists.txt 
new/klines-15.08.1/themes/CMakeLists.txt
--- old/klines-15.04.3/themes/CMakeLists.txt    2015-06-01 21:15:19.000000000 
+0200
+++ new/klines-15.08.1/themes/CMakeLists.txt    2015-06-01 21:15:40.000000000 
+0200
@@ -12,5 +12,5 @@
 egyptian.desktop
 egyptian.png
 egyptian.svgz
-DESTINATION  ${DATA_INSTALL_DIR}/klines/themes )
+DESTINATION  ${KDE_INSTALL_DATADIR}/klines/themes )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-15.04.3/themes/egyptian.desktop 
new/klines-15.08.1/themes/egyptian.desktop
--- old/klines-15.04.3/themes/egyptian.desktop  2015-06-01 21:15:19.000000000 
+0200
+++ new/klines-15.08.1/themes/egyptian.desktop  2015-06-01 21:15:40.000000000 
+0200
@@ -49,6 +49,7 @@
 Name[zh_CN]=埃及
 Name[zh_TW]=埃及式
 Description=An Egyptian style theme for klines.
+Description[ast]=Un tema estilu exipciu pa KLines
 Description[bs]=Tema u Egipatskom stilu za klines.
 Description[ca]=Un tema d'estil egipci pel klines.
 Description[ca@valencia]=Un tema d'estil egipci pel klines.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-15.04.3/themes/metal.desktop 
new/klines-15.08.1/themes/metal.desktop
--- old/klines-15.04.3/themes/metal.desktop     2015-06-01 21:15:19.000000000 
+0200
+++ new/klines-15.08.1/themes/metal.desktop     2015-06-01 21:15:40.000000000 
+0200
@@ -1,6 +1,7 @@
 [KGameTheme]
 VersionFormat=1
 Name=Metal
+Name[ast]=Metal
 Name[bs]=Metal
 Name[ca]=Metall
 Name[ca@valencia]=Metall
@@ -48,6 +49,7 @@
 Name[zh_CN]=金属
 Name[zh_TW]=金屬
 Description=A metal style theme with bouncing balls
+Description[ast]=Un tema estilu metal con boles que reboten
 Description[bs]=Tema u metalnom stilu sa odskačućim loptama
 Description[ca]=Un estil metàl·lic amb pilotes rebotant
 Description[ca@valencia]=Un estil metàl·lic amb pilotes rebotant


Reply via email to