Hello community,

here is the log from the commit of package klines for openSUSE:Factory checked 
in at 2016-05-29 03:07:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2016-03-29 
09:58:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.klines.new/klines.changes       2016-05-29 
03:07:29.000000000 +0200
@@ -1,0 +2,24 @@
+Sat May  7 10:32:03 UTC 2016 - [email protected]
+
+- Update to KDE Applications 16.04.1
+   * KDE Applications 16.04.1
+   * https://www.kde.org/announcements/announce-applications-16.04.1.php
+
+
+-------------------------------------------------------------------
+Sun Apr 17 06:07:27 UTC 2016 - [email protected]
+
+- Update to KDE Applications 16.04.0
+   * KDE Applications 16.04.0
+   * https://www.kde.org/announcements/announce-applications-16.04.0.php
+
+
+-------------------------------------------------------------------
+Mon Apr 11 06:43:32 UTC 2016 - [email protected]
+
+- Update to KDE Applications 16.03.90
+   * KDE Applications 16.04.0 RC
+   * https://www.kde.org/announcements/announce-applications-16.04-rc.php
+
+
+-------------------------------------------------------------------

Old:
----
  klines-15.12.3.tar.xz

New:
----
  klines-16.04.1.tar.xz

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

Other differences:
------------------
++++++ klines.spec ++++++
--- /var/tmp/diff_new_pack.ImAQgy/_old  2016-05-29 03:07:30.000000000 +0200
+++ /var/tmp/diff_new_pack.ImAQgy/_new  2016-05-29 03:07:30.000000000 +0200
@@ -50,7 +50,7 @@
 License:        GPL-2.0+
 Group:          Amusements/Games/Board/Puzzle
 Url:            http://www.kde.org
-Version:        15.12.3
+Version:        16.04.1
 Release:        0
 Source0:        klines-%{version}.tar.xz
 Obsoletes:      %{name}5 < %{version}

++++++ klines-15.12.3.tar.xz -> klines-16.04.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-15.12.3/CMakeLists.txt 
new/klines-16.04.1/CMakeLists.txt
--- old/klines-15.12.3/CMakeLists.txt   2016-01-13 14:24:27.000000000 +0100
+++ new/klines-16.04.1/CMakeLists.txt   2016-04-12 16:07:05.000000000 +0200
@@ -2,19 +2,21 @@
 
 cmake_minimum_required (VERSION 2.8.12 FATAL_ERROR)
 set (QT_MIN_VERSION "5.3.0")
+set (KF5_MIN_VERSION "5.15.0")
 
 find_package(ECM 1.3.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)
-find_package(KF5 REQUIRED COMPONENTS 
-    CoreAddons 
-    Config 
-    WidgetsAddons 
-    Config 
-    DBusAddons 
-    I18n 
-    ConfigWidgets 
+find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
+    CoreAddons
+    Config
+    Crash
+    WidgetsAddons
+    Config
+    DBusAddons
+    I18n
+    ConfigWidgets
     XmlGui
     DocTools
 )
@@ -28,12 +30,18 @@
 include(KDECompilerSettings)
 include(KDECMakeSettings)
 
-add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS)
-add_definitions("-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII")
-
+add_definitions(
+    -DQT_USE_FAST_CONCATENATION
+    -DQT_USE_FAST_OPERATOR_PLUS
+    -DQT_NO_CAST_FROM_ASCII
+    -DQT_NO_CAST_TO_ASCII
+    -DQT_NO_CAST_FROM_BYTEARRAY
+    -DQT_NO_URL_CAST_FROM_STRING
+    -DQT_USE_QSTRINGBUILDER
+)
 
-add_subdirectory( themes )
-add_subdirectory( doc )
+add_subdirectory(themes)
+add_subdirectory(doc)
 
 ########### next target ###############
 
@@ -45,23 +53,29 @@
    renderer.cpp
    ballitem.cpp
    previewitem.cpp
-   animator.cpp)
+   animator.cpp
+)
    
-kconfig_add_kcfg_files(klines_SRCS prefs.kcfgc )
+kconfig_add_kcfg_files(klines_SRCS prefs.kcfgc)
 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)
+target_link_libraries(klines
+    KF5KDEGames
+    KF5::Crash
+    KF5::DBusAddons
+    KF5::XmlGui
+)
 
-install(TARGETS klines  ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} )
+install(TARGETS klines  ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
 
 
 ########### install files ###############
 
-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 )
+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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-15.12.3/klines.cpp 
new/klines-16.04.1/klines.cpp
--- old/klines-15.12.3/klines.cpp       2016-01-13 14:24:27.000000000 +0100
+++ new/klines-16.04.1/klines.cpp       2016-04-12 16:07:05.000000000 +0200
@@ -132,7 +132,7 @@
 void KLinesMainWindow::gameOver(int score)
 {
     KScoreDialog d(KScoreDialog::Name | KScoreDialog::Score, this);
-    d.setConfigGroup( QStringLiteral( "Highscore" ) );
+    d.setConfigGroup(qMakePair(QByteArray("Highscore"), i18n("High Scores")));
     d.addScore(score, KScoreDialog::AskName);
     d.exec();
 }
@@ -140,7 +140,7 @@
 void KLinesMainWindow::viewHighScore()
 {
    KScoreDialog d(KScoreDialog::Name | KScoreDialog::Score, this);
-   d.setConfigGroup( QStringLiteral( "Highscore" ) );
+   d.setConfigGroup(qMakePair(QByteArray("Highscore"), i18n("High Scores")));
    d.exec();
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-15.12.3/main.cpp new/klines-16.04.1/main.cpp
--- old/klines-15.12.3/main.cpp 2016-01-13 14:24:27.000000000 +0100
+++ new/klines-16.04.1/main.cpp 2016-04-12 16:07:05.000000000 +0200
@@ -23,6 +23,7 @@
 
 #include <KLocalizedString>
 #include <KAboutData>
+#include <KCrash>
 #include <kdelibs4configmigrator.h>
 #include <QCommandLineParser>
 #include <KDBusService>
@@ -49,7 +50,7 @@
     
     app.setWindowIcon(QIcon::fromTheme(QStringLiteral("klines")));
     KAboutData::setApplicationData(aboutData);
-   
+    KCrash::initialize();
     QCommandLineParser parser;
     parser.addVersionOption();
     parser.addHelpOption();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-15.12.3/previewitem.h 
new/klines-16.04.1/previewitem.h
--- old/klines-15.12.3/previewitem.h    2016-01-13 14:24:27.000000000 +0100
+++ new/klines-16.04.1/previewitem.h    2016-04-12 16:07:05.000000000 +0200
@@ -29,7 +29,7 @@
 class PreviewItem : public QGraphicsItem
 {
 public:
-    PreviewItem( QGraphicsScene* scene );
+    explicit PreviewItem( QGraphicsScene* scene );
 
     /**
      * Sets colors to be displayed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-15.12.3/themes/CMakeLists.txt 
new/klines-16.04.1/themes/CMakeLists.txt
--- old/klines-15.12.3/themes/CMakeLists.txt    2016-01-13 14:24:27.000000000 
+0100
+++ new/klines-16.04.1/themes/CMakeLists.txt    2016-04-12 16:07:05.000000000 
+0200
@@ -12,5 +12,8 @@
 egyptian.desktop
 egyptian.png
 egyptian.svgz
+pool.desktop
+pool.png
+pool.svgz
 DESTINATION  ${KDE_INSTALL_DATADIR}/klines/themes )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-15.12.3/themes/pool.desktop 
new/klines-16.04.1/themes/pool.desktop
--- old/klines-15.12.3/themes/pool.desktop      1970-01-01 01:00:00.000000000 
+0100
+++ new/klines-16.04.1/themes/pool.desktop      2016-04-12 16:07:05.000000000 
+0200
@@ -0,0 +1,52 @@
+[KGameTheme]
+VersionFormat=1
+Name=Pool
+Name[ca]=Billar
+Name[ca@valencia]=Billar
+Name[de]=Billard
+Name[en_GB]=Pool
+Name[es]=Billar
+Name[fi]=Biljardi
+Name[gl]=Billar
+Name[nl]=Pool
+Name[nn]=Biljard
+Name[pl]=Zbiornik
+Name[pt]=Bilhar
+Name[pt_BR]=Sinuca
+Name[sk]=Pool
+Name[sl]=Biljard
+Name[sr]=Билијар
+Name[sr@ijekavian]=Билијар
+Name[sr@ijekavianlatin]=Bilijar
+Name[sr@latin]=Bilijar
+Name[sv]=Pool
+Name[uk]=Басейн
+Name[x-test]=xxPoolxx
+Name[zh_TW]=Pool
+FileName=pool.svgz
+Author=Claudio Canavese
[email protected]
+Preview=pool.png
+
+# number of "born" animation frames in svg
+NumBornFrames=7
+
+# number of "selected" animation frames in svg
+NumSelectedFrames=7
+
+# number of "die" animation frames in svg
+NumDieFrames=7
+
+# Timing settings:
+
+# amount of milliseconds to play one cycle of "born"-animation
+BornAnimDuration=400
+
+# amount of milliseconds to play one cycle of "selected"-animation
+SelectedAnimDuration=400
+
+# amount of milliseconds to play one cycle "die"-animation
+DieAnimDuration=400
+
+# amount of milliseconds to move the ball through one cell
+MoveAnimDuration=100
Files old/klines-15.12.3/themes/pool.png and new/klines-16.04.1/themes/pool.png 
differ
Files old/klines-15.12.3/themes/pool.svgz and 
new/klines-16.04.1/themes/pool.svgz differ


Reply via email to