Hello community, here is the log from the commit of package kcalc for openSUSE:Factory checked in at 2013-07-22 17:13:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kcalc (Old) and /work/SRC/openSUSE:Factory/.kcalc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kcalc" Changes: -------- --- /work/SRC/openSUSE:Factory/kcalc/kcalc.changes 2013-07-08 07:31:49.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kcalc.new/kcalc.changes 2013-07-22 17:13:41.000000000 +0200 @@ -1,0 +2,7 @@ +Mon Jul 15 08:12:45 UTC 2013 - [email protected] + +- Update to 4.10.95 + * KDE 4.11 RC 1 release + * See http://www.kde.org/announcements/announce-4.11-rc1.php + +------------------------------------------------------------------- Old: ---- kcalc-4.10.90.tar.xz New: ---- kcalc-4.10.95.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kcalc.spec ++++++ --- /var/tmp/diff_new_pack.dvyKcg/_old 2013-07-22 17:13:41.000000000 +0200 +++ /var/tmp/diff_new_pack.dvyKcg/_new 2013-07-22 17:13:41.000000000 +0200 @@ -35,7 +35,7 @@ License: GPL-2.0+ Group: Productivity/Scientific/Math Url: http://www.kde.org -Version: 4.10.90 +Version: 4.10.95 Release: 0 Source0: %{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ kcalc-4.10.90.tar.xz -> kcalc-4.10.95.tar.xz ++++++ Files old/kcalc-4.10.90/doc/index.cache.bz2 and new/kcalc-4.10.95/doc/index.cache.bz2 differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalc-4.10.90/knumber/knumber_float.cpp new/kcalc-4.10.95/knumber/knumber_float.cpp --- old/kcalc-4.10.90/knumber/knumber_float.cpp 2013-05-28 21:30:01.000000000 +0200 +++ new/kcalc-4.10.95/knumber/knumber_float.cpp 2013-07-14 12:02:51.000000000 +0200 @@ -23,7 +23,11 @@ #include "knumber_error.h" #include <QScopedArrayPointer> #include <QDebug> +#if defined(Q_OS_MAC) || defined(Q_OS_OPENBSD) +#include <math.h> +#else #include <cmath> +#endif // NOTE: these assume IEEE floats.. #ifndef HAVE_FUNC_ISINF @@ -900,7 +904,7 @@ delete this; return new knumber_error(knumber_error::ERROR_POS_INFINITY); } else { - return execute_libc_func< ::exp10>(x); + return execute_libc_func< ::pow>(10, x); } #endif } -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
