Hello community,

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

Package is "step"

Changes:
--------
--- /work/SRC/openSUSE:Factory/step/step.changes        2016-03-29 
10:38:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.step.new/step.changes   2016-05-29 
03:08:38.000000000 +0200
@@ -1,0 +2,24 @@
+Sat May  7 10:45:35 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:21:40 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:56:30 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:
----
  step-15.12.3.tar.xz

New:
----
  step-16.04.1.tar.xz

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

Other differences:
------------------
++++++ step.spec ++++++
--- /var/tmp/diff_new_pack.UcSPMK/_old  2016-05-29 03:08:40.000000000 +0200
+++ /var/tmp/diff_new_pack.UcSPMK/_new  2016-05-29 03:08:40.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           step
-Version:        15.12.3
+Version:        16.04.1
 Release:        0
 Summary:        An interactive physics simulator
 License:        GPL-2.0+

++++++ step-15.12.3.tar.xz -> step-16.04.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/step-15.12.3/CMakeLists.txt 
new/step-16.04.1/CMakeLists.txt
--- old/step-15.12.3/CMakeLists.txt     2015-11-04 15:29:54.000000000 +0100
+++ new/step-16.04.1/CMakeLists.txt     2016-03-15 21:47:52.000000000 +0100
@@ -9,7 +9,7 @@
 
 include(KDEInstallDirs)
 include(ECMAddTests)
-include(KDECompilerSettings)
+include(KDECompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 include(ECMInstallIcons)
 include(ECMOptionalAddSubdirectory)
@@ -27,13 +27,13 @@
 )
 
 find_package(KF5 REQUIRED COMPONENTS
+    Crash
     KHtml
     Config
     KDELibs4Support
     NewStuff
     Plotting
 )
-find_package(KF5DocTools REQUIRED)
 find_package(Eigen3 3.2.2 REQUIRED)
 find_package(GSL)
 find_package(Qalculate)
@@ -69,7 +69,9 @@
 
 include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${EIGEN3_INCLUDE_DIR})
 
-add_subdirectory(doc)
+if(KF5DocTools_FOUND)
+    ecm_optional_add_subdirectory(doc)
+endif()
 add_subdirectory(stepcore)
 add_subdirectory(step)
 add_subdirectory(autotests)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/step-15.12.3/step/CMakeLists.txt 
new/step-16.04.1/step/CMakeLists.txt
--- old/step-15.12.3/step/CMakeLists.txt        2015-11-04 15:29:54.000000000 
+0100
+++ new/step-16.04.1/step/CMakeLists.txt        2016-03-15 21:47:52.000000000 
+0100
@@ -66,6 +66,7 @@
 
 target_link_libraries(step
     stepcore
+    KF5::Crash
     KF5::KHtml
     KF5::Plotting
     KF5::NewStuff
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/step-15.12.3/step/main.cc 
new/step-16.04.1/step/main.cc
--- old/step-15.12.3/step/main.cc       2015-11-04 15:29:54.000000000 +0100
+++ new/step-16.04.1/step/main.cc       2016-03-15 21:47:52.000000000 +0100
@@ -21,6 +21,7 @@
 #include <QCommandLineParser>
 #include <QDebug>
 #include <KLocalizedString>
+#include <KCrash>
 #include <QUrl>
 #include <QDir>
 #include <QIcon>
@@ -45,6 +46,10 @@
     QApplication::setApplicationDisplayName(i18n("Step"));
     QApplication::setWindowIcon(QIcon::fromTheme("step"));
 
+    app.setAttribute(Qt::AA_UseHighDpiPixmaps, true);
+
+    KCrash::initialize();
+
     KAboutData aboutData("step",
                          i18n("Step"),
                          version,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/step-15.12.3/step/org.kde.step.desktop 
new/step-16.04.1/step/org.kde.step.desktop
--- old/step-15.12.3/step/org.kde.step.desktop  2015-11-04 15:29:54.000000000 
+0100
+++ new/step-16.04.1/step/org.kde.step.desktop  2016-03-15 21:47:52.000000000 
+0100
@@ -6,6 +6,7 @@
 X-DocPath=step/index.html
 Terminal=false
 Name=Step
+Name[ast]=Step
 Name[bg]=Step
 Name[bs]=Step
 Name[ca]=Step


Reply via email to