Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2018-07-21 10:14:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and      /work/SRC/openSUSE:Factory/.kplotting.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kplotting"

Sat Jul 21 10:14:53 2018 rev:55 rq:623304 version:5.48.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes      2018-06-22 
13:22:39.714860902 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2018-07-21 
10:14:55.315104921 +0200
@@ -1,0 +2,10 @@
+Mon Jul 16 04:37:43 UTC 2018 - [email protected]
+
+- Update to 5.48.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.48.0.php
+- Changes since 5.47.0:
+  * Use override
+
+-------------------------------------------------------------------

Old:
----
  kplotting-5.47.0.tar.xz

New:
----
  kplotting-5.48.0.tar.xz

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

Other differences:
------------------
++++++ kplotting.spec ++++++
--- /var/tmp/diff_new_pack.bJ4fso/_old  2018-07-21 10:14:55.955104770 +0200
+++ /var/tmp/diff_new_pack.bJ4fso/_new  2018-07-21 10:14:55.959104770 +0200
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.47
+%define _tar_path 5.48
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
-%{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
+%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:           kplotting
-Version:        5.47.0
+Version:        5.48.0
 Release:        0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++++++ kplotting-5.47.0.tar.xz -> kplotting-5.48.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.47.0/CMakeLists.txt 
new/kplotting-5.48.0/CMakeLists.txt
--- old/kplotting-5.47.0/CMakeLists.txt 2018-06-02 18:29:19.000000000 +0200
+++ new/kplotting-5.48.0/CMakeLists.txt 2018-07-07 23:53:26.000000000 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.47.0") # handled by release scripts
+set(KF5_VERSION "5.48.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.47.0  NO_MODULE)
+find_package(ECM 5.48.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.47.0/src/kplotwidget.h 
new/kplotting-5.48.0/src/kplotwidget.h
--- old/kplotting-5.47.0/src/kplotwidget.h      2018-06-02 18:29:19.000000000 
+0200
+++ new/kplotting-5.48.0/src/kplotwidget.h      2018-07-07 23:53:26.000000000 
+0200
@@ -114,12 +114,12 @@
     /**
      *@return suggested minimum size for the plot widget
      */
-    QSize minimumSizeHint() const Q_DECL_OVERRIDE;
+    QSize minimumSizeHint() const override;
 
     /**
      *@return suggested size for the plot widget
      */
-    QSize sizeHint() const Q_DECL_OVERRIDE;
+    QSize sizeHint() const override;
 
     /**
      * Set new data limits for the plot.
@@ -443,17 +443,17 @@
     /**
      * Generic event handler.
      */
-    bool event(QEvent *) Q_DECL_OVERRIDE;
+    bool event(QEvent *) override;
 
     /**
      * The paint event handler, executed when update() or repaint() is called.
      */
-    void paintEvent(QPaintEvent *) Q_DECL_OVERRIDE;
+    void paintEvent(QPaintEvent *) override;
 
     /**
      * The resize event handler, called when the widget is resized.
      */
-    void resizeEvent(QResizeEvent *) Q_DECL_OVERRIDE;
+    void resizeEvent(QResizeEvent *) override;
 
     /**
      * Draws the plot axes and axis labels.


Reply via email to