Hello community,

here is the log from the commit of package kcalc for openSUSE:Factory checked 
in at 2013-12-02 12:33:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-10-03 
15:51:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kcalc.new/kcalc.changes 2013-12-02 
12:33:38.000000000 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:01:20 UTC 2013 - [email protected]
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+-------------------------------------------------------------------
+Sat Nov  9 23:02:46 UTC 2013 - [email protected]
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+-------------------------------------------------------------------
+Sat Nov  2 15:16:02 UTC 2013 - [email protected]
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+-------------------------------------------------------------------

Old:
----
  kcalc-4.11.2.tar.xz

New:
----
  kcalc-4.11.90.tar.xz

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

Other differences:
------------------
++++++ kcalc.spec ++++++
--- /var/tmp/diff_new_pack.AmCAWi/_old  2013-12-02 12:33:39.000000000 +0100
+++ /var/tmp/diff_new_pack.AmCAWi/_new  2013-12-02 12:33:39.000000000 +0100
@@ -25,7 +25,7 @@
 License:        GPL-2.0+
 Group:          Productivity/Scientific/Math
 Url:            http://www.kde.org
-Version:        4.11.2
+Version:        4.11.90
 Release:        0
 Source0:        %{name}-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ kcalc-4.11.2.tar.xz -> kcalc-4.11.90.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-4.11.2/knumber/knumber_float.cpp 
new/kcalc-4.11.90/knumber/knumber_float.cpp
--- old/kcalc-4.11.2/knumber/knumber_float.cpp  2013-08-28 19:08:28.000000000 
+0200
+++ new/kcalc-4.11.90/knumber/knumber_float.cpp 2013-11-13 23:44:16.000000000 
+0100
@@ -25,6 +25,12 @@
 #include <QDebug>
 #include <math.h>
 
+#ifdef _MSC_VER
+double log2(double x) { return log(x) / log(2); }
+double exp2(double x) { return exp(x * log(2)); }
+double exp10(double x) { return exp(x * log(10)); }
+#endif
+
 // NOTE: these assume IEEE floats..
 #ifndef isinf
 #define isinf(x) ((x) != 0.0 && (x) + (x) == (x))

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to