Hello community, here is the log from the commit of package step for openSUSE:Factory checked in at 2016-07-24 19:49:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-06-25 02:20:00.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.step.new/step.changes 2016-07-24 19:49:51.000000000 +0200 @@ -1,0 +2,8 @@ +Fri Jul 8 09:24:59 UTC 2016 - [email protected] + +- Update to KDE Applications 16.04.3 + * KDE Applications 16.04.3 + * https://www.kde.org/announcements/announce-applications-16.04.3.php + + +------------------------------------------------------------------- Old: ---- step-16.04.2.tar.xz New: ---- step-16.04.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ step.spec ++++++ --- /var/tmp/diff_new_pack.sDDyy9/_old 2016-07-24 19:49:53.000000000 +0200 +++ /var/tmp/diff_new_pack.sDDyy9/_new 2016-07-24 19:49:53.000000000 +0200 @@ -17,7 +17,7 @@ Name: step -Version: 16.04.2 +Version: 16.04.3 Release: 0 Summary: An interactive physics simulator License: GPL-2.0+ ++++++ step-16.04.2.tar.xz -> step-16.04.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/step-16.04.2/CMakeLists.txt new/step-16.04.3/CMakeLists.txt --- old/step-16.04.2/CMakeLists.txt 2016-03-15 21:47:52.000000000 +0100 +++ new/step-16.04.3/CMakeLists.txt 2016-07-05 17:09:32.000000000 +0200 @@ -15,6 +15,7 @@ include(ECMOptionalAddSubdirectory) include(ECMSetupVersion) include(FeatureSummary) +include(ECMPoQmTools) find_package(Qt5 5.2 REQUIRED NO_MODULE COMPONENTS Qml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/step-16.04.2/stepcore/CMakeLists.txt new/step-16.04.3/stepcore/CMakeLists.txt --- old/step-16.04.2/stepcore/CMakeLists.txt 2016-03-15 21:47:52.000000000 +0100 +++ new/step-16.04.3/stepcore/CMakeLists.txt 2016-07-05 17:09:32.000000000 +0200 @@ -33,6 +33,8 @@ xmlfile.cc ) +ecm_create_qm_loader(stepcore_SRCS step_qt) + if(STEPCORE_WITH_GSL) add_definitions(-DSTEPCORE_WITH_GSL) include_directories(${GSL_INCLUDE_DIR}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/step-16.04.2/stepcore/Messages.sh new/step-16.04.3/stepcore/Messages.sh --- old/step-16.04.2/stepcore/Messages.sh 2016-03-15 21:47:52.000000000 +0100 +++ new/step-16.04.3/stepcore/Messages.sh 2016-07-05 17:09:32.000000000 +0200 @@ -1,2 +1,2 @@ #! /bin/sh -$XGETTEXT_QT `find . -name '*.cc'` -o $podir/step_qt.pot +$EXTRACT_TR_STRINGS `find . -name '*.cc'` -o $podir/step_qt.pot
