Hello community,

here is the log from the commit of package kcalc for openSUSE:Factory checked 
in at 2013-07-30 15:57:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-25 
14:55:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kcalc.new/kcalc.changes 2013-07-30 
15:57:53.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:31:06 UTC 2013 - [email protected]
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+-------------------------------------------------------------------

Old:
----
  kcalc-4.10.95.tar.xz

New:
----
  kcalc-4.10.97.tar.xz

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

Other differences:
------------------
++++++ kcalc.spec ++++++
--- /var/tmp/diff_new_pack.0VHeHW/_old  2013-07-30 15:57:54.000000000 +0200
+++ /var/tmp/diff_new_pack.0VHeHW/_new  2013-07-30 15:57:54.000000000 +0200
@@ -25,7 +25,7 @@
 License:        GPL-2.0+
 Group:          Productivity/Scientific/Math
 Url:            http://www.kde.org
-Version:        4.10.95
+Version:        4.10.97
 Release:        0
 Source0:        %{name}-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ kcalc-4.10.95.tar.xz -> kcalc-4.10.97.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-4.10.95/CMakeLists.txt 
new/kcalc-4.10.97/CMakeLists.txt
--- old/kcalc-4.10.95/CMakeLists.txt    2013-07-10 01:17:27.000000000 +0200
+++ new/kcalc-4.10.97/CMakeLists.txt    2013-07-23 11:01:38.000000000 +0200
@@ -37,12 +37,9 @@
 endif(NOT GMP_FOUND)
 
 include(CheckTypeSize)
-include(CheckFunctionExists)
 include(CheckIncludeFiles)
 
 check_include_files(ieeefp.h     HAVE_IEEEFP_H)
-check_function_exists(isinf      HAVE_FUNC_ISINF)
-check_function_exists(isnan      HAVE_FUNC_ISNAN)
 check_type_size("signed long"    SIZEOF_SIGNED_LONG)
 check_type_size("unsigned long"  SIZEOF_UNSIGNED_LONG)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-4.10.95/kcalc.cpp new/kcalc-4.10.97/kcalc.cpp
--- old/kcalc-4.10.95/kcalc.cpp 2013-07-10 01:17:27.000000000 +0200
+++ new/kcalc-4.10.97/kcalc.cpp 2013-07-23 11:01:38.000000000 +0200
@@ -1654,7 +1654,7 @@
        connect(tmp_menu, SIGNAL(triggeredConstant(science_constant)), this, 
SLOT(slotChooseScientificConst5(science_constant)));
        constants_->pushButton5->setMenu(tmp_menu);
 
-       dialog->addPage(constants_, i18n("Constants"), 
QLatin1String("preferences-kcalc-constants_"), i18n("Define Constants"));
+       dialog->addPage(constants_, i18n("Constants"), 
QLatin1String("preferences-kcalc-constants"), i18n("Define Constants"));
 
        // When the user clicks OK or Apply we want to update our settings.
        connect(dialog, SIGNAL(settingsChanged(QString)), 
SLOT(updateSettings()));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-4.10.95/knumber/knumber_float.cpp 
new/kcalc-4.10.97/knumber/knumber_float.cpp
--- old/kcalc-4.10.95/knumber/knumber_float.cpp 2013-07-14 12:02:51.000000000 
+0200
+++ new/kcalc-4.10.97/knumber/knumber_float.cpp 2013-07-23 11:01:38.000000000 
+0200
@@ -23,18 +23,14 @@
 #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
+#ifndef isinf
 #define isinf(x) ((x) != 0.0 && (x) + (x) == (x))
 #endif
 
-#ifndef HAVE_FUNC_ISNAN
+#ifndef isnan
 #define isnan(x) ((x) != (x))
 #endif
 

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

Reply via email to