Hello community,

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

Package is "ksquares"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ksquares/ksquares.changes        2015-07-14 
17:37:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ksquares.new/ksquares.changes   2015-10-03 
20:23:49.000000000 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:26:34 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:43:56 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 07:00:17 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:
----
  ksquares-15.04.3.tar.xz

New:
----
  ksquares-15.08.1.tar.xz

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

Other differences:
------------------
++++++ ksquares.spec ++++++
--- /var/tmp/diff_new_pack.fUR95O/_old  2015-10-03 20:23:50.000000000 +0200
+++ /var/tmp/diff_new_pack.fUR95O/_new  2015-10-03 20:23:50.000000000 +0200
@@ -43,7 +43,7 @@
 License:        GPL-2.0+
 Group:          Amusements/Games/Action/Arcade
 Url:            http://www.kde.org
-Version:        15.04.3
+Version:        15.08.1
 Release:        0
 Source0:        ksquares-%{version}.tar.xz
 Obsoletes:      %{name}5 < %{version}

++++++ ksquares-15.04.3.tar.xz -> ksquares-15.08.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-15.04.3/CMakeLists.txt 
new/ksquares-15.08.1/CMakeLists.txt
--- old/ksquares-15.04.3/CMakeLists.txt 2015-06-01 23:07:33.000000000 +0200
+++ new/ksquares-15.08.1/CMakeLists.txt 2015-07-25 19:37: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 Test)
 find_package(KF5 REQUIRED COMPONENTS 
     CoreAddons 
     Config 
+    DBusAddons
+    DocTools
     WidgetsAddons 
     Config 
     I18n 
@@ -25,6 +27,7 @@
 find_package(KF5KDEGames 4.9.0 REQUIRED)
 
 include(FeatureSummary)
+include(ECMAddAppIcon)
 include(ECMInstallIcons)
 include(KDEInstallDirs)
 include(KDECompilerSettings)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-15.04.3/doc/CMakeLists.txt 
new/ksquares-15.08.1/doc/CMakeLists.txt
--- old/ksquares-15.04.3/doc/CMakeLists.txt     2015-06-01 23:07:33.000000000 
+0200
+++ new/ksquares-15.08.1/doc/CMakeLists.txt     2015-07-25 19:37:07.000000000 
+0200
@@ -1 +1 @@
-kdoctools_create_handbook(index.docbook INSTALL_DESTINATION 
${HTML_INSTALL_DIR}/en SUBDIR ksquares)
+kdoctools_create_handbook(index.docbook INSTALL_DESTINATION 
${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR ksquares)
Files old/ksquares-15.04.3/src/128-apps-ksquares.png and 
new/ksquares-15.08.1/src/128-apps-ksquares.png differ
Files old/ksquares-15.04.3/src/16-apps-ksquares.png and 
new/ksquares-15.08.1/src/16-apps-ksquares.png differ
Files old/ksquares-15.04.3/src/22-apps-ksquares.png and 
new/ksquares-15.08.1/src/22-apps-ksquares.png differ
Files old/ksquares-15.04.3/src/32-apps-ksquares.png and 
new/ksquares-15.08.1/src/32-apps-ksquares.png differ
Files old/ksquares-15.04.3/src/48-apps-ksquares.png and 
new/ksquares-15.08.1/src/48-apps-ksquares.png differ
Files old/ksquares-15.04.3/src/64-apps-ksquares.png and 
new/ksquares-15.08.1/src/64-apps-ksquares.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-15.04.3/src/CMakeLists.txt 
new/ksquares-15.08.1/src/CMakeLists.txt
--- old/ksquares-15.04.3/src/CMakeLists.txt     2015-06-01 23:07:33.000000000 
+0200
+++ new/ksquares-15.08.1/src/CMakeLists.txt     2015-07-25 19:37:07.000000000 
+0200
@@ -19,17 +19,18 @@
 
 kconfig_add_kcfg_files(ksquares_SRCS GENERATE_MOC settings.kcfgc) 
#GENERATE_MOC is not needed but it doesn't work without it for some reason :S
 
-#kde4_add_app_icon(ksquares_SRCS 
"${CMAKE_CURRENT_SOURCE_DIR}/hi*-apps-ksquares.png")
+file(GLOB ICONS_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/*-apps-ksquares.png")
+ecm_add_app_icon(ksquares_SRCS ICONS ${ICONS_SRCS})
 add_executable(ksquares ${ksquares_SRCS})
 
 target_link_libraries(ksquares  KF5KDEGames KF5::I18n KF5::XmlGui 
KF5::Completion KF5::DBusAddons)
 
-install(TARGETS ksquares ${INSTALL_TARGETS_DEFAULT_ARGS})
+install(TARGETS ksquares ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
 
 
 ########### install files ###############
 
-install( PROGRAMS org.kde.ksquares.desktop  DESTINATION  
${XDG_APPS_INSTALL_DIR} )
-install( FILES ksquares.kcfg  DESTINATION  ${KCFG_INSTALL_DIR} )
-install( FILES ksquaresui.rc  DESTINATION  ${KXMLGUI_INSTALL_DIR}/ksquares )
-ecm_install_icons(ICONS hi128-apps-ksquares.png  hi16-apps-ksquares.png  
hi22-apps-ksquares.png  hi32-apps-ksquares.png  hi48-apps-ksquares.png  
hi64-apps-ksquares.png DESTINATION ${ICON_INSTALL_DIR})
+install( PROGRAMS org.kde.ksquares.desktop  DESTINATION  ${KDE_INSTALL_APPDIR} 
)
+install( FILES ksquares.kcfg  DESTINATION  ${KDE_INSTALL_KCFGDIR} )
+install( FILES ksquaresui.rc  DESTINATION  ${KDE_INSTALL_KXMLGUI5DIR}/ksquares 
)
+ecm_install_icons(ICONS 128-apps-ksquares.png  16-apps-ksquares.png  
22-apps-ksquares.png  32-apps-ksquares.png  48-apps-ksquares.png  
64-apps-ksquares.png DESTINATION ${KDE_INSTALL_ICONDIR} THEME hicolor )
Files old/ksquares-15.04.3/src/hi128-apps-ksquares.png and 
new/ksquares-15.08.1/src/hi128-apps-ksquares.png differ
Files old/ksquares-15.04.3/src/hi16-apps-ksquares.png and 
new/ksquares-15.08.1/src/hi16-apps-ksquares.png differ
Files old/ksquares-15.04.3/src/hi22-apps-ksquares.png and 
new/ksquares-15.08.1/src/hi22-apps-ksquares.png differ
Files old/ksquares-15.04.3/src/hi32-apps-ksquares.png and 
new/ksquares-15.08.1/src/hi32-apps-ksquares.png differ
Files old/ksquares-15.04.3/src/hi48-apps-ksquares.png and 
new/ksquares-15.08.1/src/hi48-apps-ksquares.png differ
Files old/ksquares-15.04.3/src/hi64-apps-ksquares.png and 
new/ksquares-15.08.1/src/hi64-apps-ksquares.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-15.04.3/src/ksquareswindow.cpp 
new/ksquares-15.08.1/src/ksquareswindow.cpp
--- old/ksquares-15.04.3/src/ksquareswindow.cpp 2015-06-01 23:07:33.000000000 
+0200
+++ new/ksquares-15.08.1/src/ksquareswindow.cpp 2015-07-25 19:37:07.000000000 
+0200
@@ -20,7 +20,6 @@
 #include <QDebug>
 #include <KLocalizedString>
 #include <KScoreDialog>
-#include <KHighscore>
 #include <KStandardGameAction>
 #include <QStatusBar>
 #include <QAction>
@@ -66,7 +65,6 @@
     gameNew();
 }
 
-//void KSquaresWindow::configureHighscores() {KExtHighscore::configure(this);}
 void KSquaresWindow::showHighscores()
 {
     KScoreDialog ksdialog(KScoreDialog::Name, this);


Reply via email to