Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2019-10-14 13:38:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and      /work/SRC/openSUSE:Factory/.kplotting.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kplotting"

Mon Oct 14 13:38:18 2019 rev:71 rq:738051 version:5.63.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes      2019-09-23 
12:25:38.509725968 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new.2352/kplotting.changes    
2019-10-14 13:38:21.609888785 +0200
@@ -1,0 +2,10 @@
+Sun Oct  6 13:26:52 UTC 2019 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.63.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.63.0.php
+- Changes since 5.62.0:
+  * Port away from deprecated QPainter::drawRoundRect
+
+-------------------------------------------------------------------

Old:
----
  kplotting-5.62.0.tar.xz
  kplotting-5.62.0.tar.xz.sig

New:
----
  kplotting-5.63.0.tar.xz
  kplotting-5.63.0.tar.xz.sig

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

Other differences:
------------------
++++++ kplotting.spec ++++++
--- /var/tmp/diff_new_pack.4NqBdj/_old  2019-10-14 13:38:22.221887190 +0200
+++ /var/tmp/diff_new_pack.4NqBdj/_new  2019-10-14 13:38:22.225887180 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.62
+%define _tar_path 5.63
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:           kplotting
-Version:        5.62.0
+Version:        5.63.0
 Release:        0
 Summary:        KDE Data plotting library
 License:        LGPL-2.1-or-later
@@ -41,9 +41,9 @@
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
-BuildRequires:  cmake(Qt5Test) >= 5.6.0
-BuildRequires:  cmake(Qt5UiPlugin) >= 5.6.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
+BuildRequires:  cmake(Qt5Test) >= 5.11.0
+BuildRequires:  cmake(Qt5UiPlugin) >= 5.11.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.11.0
 
 %description
 KPlotWidget is a QWidget-derived class that provides a virtual base
@@ -69,7 +69,7 @@
 Group:          Development/Libraries/KDE
 Requires:       %{lname} = %{version}
 Requires:       extra-cmake-modules
-Requires:       cmake(Qt5Widgets) >= 5.6.0
+Requires:       cmake(Qt5Widgets) >= 5.11.0
 
 %description devel
 Development files for KPlotWidget, which is a QWidget-derived class


++++++ kplotting-5.62.0.tar.xz -> kplotting-5.63.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.62.0/CMakeLists.txt 
new/kplotting-5.63.0/CMakeLists.txt
--- old/kplotting-5.62.0/CMakeLists.txt 2019-09-07 14:37:08.000000000 +0200
+++ new/kplotting-5.63.0/CMakeLists.txt 2019-10-06 11:37:08.000000000 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.62.0") # handled by release scripts
+set(KF5_VERSION "5.63.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.62.0  NO_MODULE)
+find_package(ECM 5.63.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)
 
@@ -35,7 +35,7 @@
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kplotting_version.h"
                         PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5PlottingConfigVersion.cmake"
                         SOVERSION 5)
-#add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000)
+add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
 
 add_subdirectory(src)
 add_subdirectory(examples)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.62.0/src/CMakeLists.txt 
new/kplotting-5.63.0/src/CMakeLists.txt
--- old/kplotting-5.62.0/src/CMakeLists.txt     2019-09-07 14:37:08.000000000 
+0200
+++ new/kplotting-5.63.0/src/CMakeLists.txt     2019-10-06 11:37:08.000000000 
+0200
@@ -54,6 +54,8 @@
         MD_MAINPAGE "${CMAKE_SOURCE_DIR}/README.md"
         LINK_QCHS
             Qt5Widgets_QCH
+        INCLUDE_DIRS
+            ${CMAKE_CURRENT_BINARY_DIR}
         BLANK_MACROS
             KPLOTTING_EXPORT
             KPLOTTING_DEPRECATED
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.62.0/src/kplotwidget.cpp 
new/kplotting-5.63.0/src/kplotwidget.cpp
--- old/kplotting-5.62.0/src/kplotwidget.cpp    2019-09-07 14:37:08.000000000 
+0200
+++ new/kplotting-5.63.0/src/kplotwidget.cpp    2019-10-06 11:37:08.000000000 
+0200
@@ -670,7 +670,7 @@
         //QPen pen = painter->pen();
         //pen.setStyle( Qt::DotLine );
         //painter->setPen( pen );
-        painter->drawRoundRect(bestRect);
+        painter->drawRoundedRect(bestRect, 25, 25, Qt::RelativeSize);
 
         //Now connect the label to the point with a line.
         //The line is drawn from the center of the near edge of the rectangle


Reply via email to