Hello community, here is the log from the commit of package kmplot for openSUSE:Factory checked in at 2015-01-21 22:10:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kmplot (Old) and /work/SRC/openSUSE:Factory/.kmplot.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kmplot" Changes: -------- --- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes 2015-01-08 23:17:55.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes 2015-01-21 22:11:07.000000000 +0100 @@ -1,0 +2,7 @@ +Mon Jan 12 20:00:33 UTC 2015 - [email protected] + +- Update to KDE Applications 14.12.1 + * KDE Applications 14.12.1 + * See https://www.kde.org/announcements/announce-applications-14.12.1.php + +------------------------------------------------------------------- Old: ---- kmplot-14.12.0.tar.xz New: ---- kmplot-14.12.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kmplot.spec ++++++ --- /var/tmp/diff_new_pack.4aB6g4/_old 2015-01-21 22:11:08.000000000 +0100 +++ /var/tmp/diff_new_pack.4aB6g4/_new 2015-01-21 22:11:08.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package kmplot # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: kmplot -Version: 14.12.0 +Version: 14.12.1 Release: 0 Summary: Mathematical Function Plotter License: GPL-2.0+ ++++++ kmplot-14.12.0.tar.xz -> kmplot-14.12.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmplot-14.12.0/kmplot/parser.cpp new/kmplot-14.12.1/kmplot/parser.cpp --- old/kmplot-14.12.0/kmplot/parser.cpp 2014-11-28 06:43:35.000000000 +0100 +++ new/kmplot-14.12.1/kmplot/parser.cpp 2014-12-22 04:46:28.000000000 +0100 @@ -895,10 +895,12 @@ void Parser::heir4() { if (match("-")) { - heir5(); + heir4(); if (*m_error != ParseSuccess) return; addToken(NEG); + } else if (match("+")) { + heir4(); } else { heir5(); } -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
