Hello community,

here is the log from the commit of package kturtle for openSUSE:Factory checked 
in at 2016-05-29 03:09:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kturtle (Old)
 and      /work/SRC/openSUSE:Factory/.kturtle.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kturtle"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kturtle/kturtle.changes  2016-03-29 
10:37:40.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kturtle.new/kturtle.changes     2016-05-29 
03:09:38.000000000 +0200
@@ -1,0 +2,24 @@
+Sat May  7 10:40:32 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:16:13 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:51:31 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:
----
  kturtle-15.12.3.tar.xz

New:
----
  kturtle-16.04.1.tar.xz

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

Other differences:
------------------
++++++ kturtle.spec ++++++
--- /var/tmp/diff_new_pack.LiY9Zk/_old  2016-05-29 03:09:39.000000000 +0200
+++ /var/tmp/diff_new_pack.LiY9Zk/_new  2016-05-29 03:09:39.000000000 +0200
@@ -21,7 +21,7 @@
 License:        GPL-2.0+
 Group:          Amusements/Teaching/Mathematics
 Url:            http://edu.kde.org
-Version:        15.12.3
+Version:        16.04.1
 Release:        0
 Source0:        %{name}-%{version}.tar.xz
 BuildRequires:  update-desktop-files

++++++ kturtle-15.12.3.tar.xz -> kturtle-16.04.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kturtle-15.12.3/CMakeLists.txt 
new/kturtle-16.04.1/CMakeLists.txt
--- old/kturtle-15.12.3/CMakeLists.txt  2015-11-14 19:21:07.000000000 +0100
+++ new/kturtle-16.04.1/CMakeLists.txt  2016-03-15 21:41:26.000000000 +0100
@@ -3,7 +3,7 @@
 
 project (kturtle)
 
-find_package(ECM 1.7.0 REQUIRED NO_MODULE)
+find_package(ECM 5.15.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH
     ${CMAKE_MODULE_PATH}
@@ -11,7 +11,7 @@
     ${ECM_KDE_MODULE_DIR}
 )
 include(KDEInstallDirs)
-include(KDECompilerSettings)
+include(KDECompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 include(FeatureSummary)
 include(ECMAddAppIcon)
@@ -23,24 +23,18 @@
     PrintSupport
 )
 
-find_package(KF5 REQUIRED
+find_package(KF5 5.15 REQUIRED
     Crash
     KIO
     NewStuff
     DocTools
     TextWidgets
-    #Gui
-    #GuiAddons
     I18n
-    #WidgetsAddons
     CoreAddons
 )
 
 include_directories(${CMAKE_CURRENT_SOURCE_DIR}
                     ${CMAKE_CURRENT_SOURCE_DIR}/interpreter
-                    #${CMAKE_BINARY_DIR}
-                    #${KDE4_INCLUDES}
-                    #${QT4_INCLUDES}
 )
 
 #Allows QString concatenation to use a single memory allocation per source 
line.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kturtle-15.12.3/src/main.cpp 
new/kturtle-16.04.1/src/main.cpp
--- old/kturtle-15.12.3/src/main.cpp    2015-11-14 19:21:07.000000000 +0100
+++ new/kturtle-16.04.1/src/main.cpp    2016-03-15 21:41:26.000000000 +0100
@@ -20,13 +20,8 @@
 
 #include <iostream>
 
-
 #include <QFile>
-
 #include <QDebug>
-
-
-
 #include <QApplication>
 #include <KAboutData>
 #include <KCrash>
@@ -54,10 +49,10 @@
 {
        KLocalizedString::setApplicationDomain("kturtle");
 
-       // TODO: for >=KF5.15 use KCrash::initialize();
-       KCrash::setCrashHandler(KCrash::defaultCrashHandler);
-
        QApplication app(argc, argv);
+       app.setAttribute(Qt::AA_UseHighDpiPixmaps, true);
+
+       KCrash::initialize();
 
        /* for migration*/
        QStringList configFiles;


Reply via email to