Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2014-04-02 17:22:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and      /work/SRC/openSUSE:Factory/.kplotting.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kplotting"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes      2014-03-10 
12:17:33.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2014-04-02 
17:22:32.000000000 +0200
@@ -1,0 +2,9 @@
+Sat Mar 29 19:47:48 UTC 2014 - [email protected]
+
+- Update to 4.98.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+    http://www.kde.org/announcements/announce-frameworks5-beta1.php
+
+-------------------------------------------------------------------

Old:
----
  kplotting-4.97.0.tar.xz

New:
----
  kplotting-4.98.0.tar.xz

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

Other differences:
------------------
++++++ kplotting.spec ++++++
--- /var/tmp/diff_new_pack.5qJOXk/_old  2014-04-02 17:22:33.000000000 +0200
+++ /var/tmp/diff_new_pack.5qJOXk/_new  2014-04-02 17:22:33.000000000 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5Plotting5
 Name:           kplotting
-Version:        4.97.0
+Version:        4.98.0
 Release:        0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 0.0.11
+BuildRequires:  extra-cmake-modules >= 0.0.12
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0

++++++ kplotting-4.97.0.tar.xz -> kplotting-4.98.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-4.97.0/CMakeLists.txt 
new/kplotting-4.98.0/CMakeLists.txt
--- old/kplotting-4.97.0/CMakeLists.txt 2014-03-01 12:51:27.000000000 +0100
+++ new/kplotting-4.98.0/CMakeLists.txt 2014-03-28 19:17:23.000000000 +0100
@@ -2,7 +2,7 @@
 
 project(KPlotting)
 
-find_package(ECM 0.0.11 REQUIRED NO_MODULE)
+find_package(ECM 0.0.12 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -19,7 +19,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "4.97.0")
+set(KF5_VERSION "4.98.0")
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KPLOTTING
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kplotting_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-4.97.0/MAINTAINER 
new/kplotting-4.98.0/MAINTAINER
--- old/kplotting-4.97.0/MAINTAINER     2014-03-01 12:51:27.000000000 +0100
+++ new/kplotting-4.98.0/MAINTAINER     1970-01-01 01:00:00.000000000 +0100
@@ -1,3 +0,0 @@
-
-Current kplotting maintainer is: Benjamin Port <[email protected]>
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-4.97.0/src/kplotobject.h 
new/kplotting-4.98.0/src/kplotobject.h
--- old/kplotting-4.97.0/src/kplotobject.h      2014-03-01 12:51:27.000000000 
+0100
+++ new/kplotting-4.98.0/src/kplotobject.h      2014-03-28 19:17:23.000000000 
+0100
@@ -83,7 +83,7 @@
         Hexagon = 6,
         Asterisk = 7,
         Star = 8,
-        UnknwonPoint
+        UnknownPoint
     };
 
     /**
@@ -95,7 +95,7 @@
      * @param size the size to use for plotted points, in pixels
      * @param ps The PointStyle describing the shape for plotted points
      */
-    explicit KPlotObject(const QColor &color = Qt::white, PlotType otype = 
Points, double size = 2, PointStyle ps = Circle);
+    explicit KPlotObject(const QColor &color = Qt::white, PlotType otype = 
Points, double size = 2.0, PointStyle ps = Circle);
 
     /**
      * Destructor.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-4.97.0/src/kplotwidget.h 
new/kplotting-4.98.0/src/kplotwidget.h
--- old/kplotting-4.97.0/src/kplotwidget.h      2014-03-01 12:51:27.000000000 
+0100
+++ new/kplotting-4.98.0/src/kplotwidget.h      2014-03-28 19:17:23.000000000 
+0100
@@ -370,7 +370,7 @@
      * @param value Allows you to determine how strongly the rectangle
      * should be avoided.  Larger values are avoided more strongly.
      */
-    void maskRect(const QRectF &r, float value = 1.0);
+    void maskRect(const QRectF &r, float value = 1.0f);
 
     /**
      * Indicate that object labels should try to avoid the line
@@ -383,7 +383,7 @@
      * @param value Allows you to determine how strongly the line
      * should be avoided.  Larger values are avoided more strongly.
      */
-    void maskAlongLine(const QPointF &p1, const QPointF &p2, float value = 
1.0);
+    void maskAlongLine(const QPointF &p1, const QPointF &p2, float value = 
1.0f);
 
     /**
      * Place an object label optimally in the plot.  This function will

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

Reply via email to