Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2019-09-23 12:25:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and      /work/SRC/openSUSE:Factory/.kplotting.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kplotting"

Mon Sep 23 12:25:37 2019 rev:70 rq:730951 version:5.62.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes      2019-08-19 
21:11:17.624834384 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new.7948/kplotting.changes    
2019-09-23 12:25:38.509725968 +0200
@@ -1,0 +2,12 @@
+Sat Sep  7 20:37:03 UTC 2019 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * Remove unused includes
+  * Add option to build Qt Designer plugin (BUILD_DESIGNERPLUGIN, default ON)
+- Replace foo-devel with cmake(KF5Foo) in build requirements
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kplotting.spec ++++++
--- /var/tmp/diff_new_pack.i5t3B9/_old  2019-09-23 12:25:39.265725845 +0200
+++ /var/tmp/diff_new_pack.i5t3B9/_new  2019-09-23 12:25:39.265725845 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.61
+%define _tar_path 5.62
 # 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.61.0
+Version:        5.62.0
 Release:        0
 Summary:        KDE Data plotting library
 License:        LGPL-2.1-or-later
@@ -42,8 +42,7 @@
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
-# uncomment after 5.61
-# BuildRequires:  cmake(Qt5UiPlugin) >= 5.6.0
+BuildRequires:  cmake(Qt5UiPlugin) >= 5.6.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
 
 %description
@@ -97,8 +96,8 @@
 %files devel
 %{_kf5_libdir}/libKF5Plotting.so
 %{_kf5_libdir}/cmake/KF5Plotting/
-# %dir %{_kf5_plugindir}/designer
-# %{_kf5_plugindir}/designer/kplotting5widgets.so
+%dir %{_kf5_plugindir}/designer
+%{_kf5_plugindir}/designer/kplotting5widgets.so
 %{_kf5_includedir}/
 %{_kf5_mkspecsdir}/qt_KPlotting.pri
 


++++++ kplotting-5.61.0.tar.xz -> kplotting-5.62.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.61.0/.gitignore 
new/kplotting-5.62.0/.gitignore
--- old/kplotting-5.61.0/.gitignore     1970-01-01 01:00:00.000000000 +0100
+++ new/kplotting-5.62.0/.gitignore     2019-09-07 14:37:08.000000000 +0200
@@ -0,0 +1,21 @@
+# Ignore the following files
+*~
+*.[oa]
+*.diff
+*.kate-swp
+*.kdev4
+.kdev_include_paths
+*.kdevelop.pcs
+*.moc
+*.moc.cpp
+*.orig
+*.user
+.*.swp
+.swp.*
+Doxyfile
+Makefile
+avail
+random_seed
+/build*/
+CMakeLists.txt.user*
+*.unc-backup*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.61.0/CMakeLists.txt 
new/kplotting-5.62.0/CMakeLists.txt
--- old/kplotting-5.61.0/CMakeLists.txt 2019-08-03 21:35:00.000000000 +0200
+++ new/kplotting-5.62.0/CMakeLists.txt 2019-09-07 14:37:08.000000000 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.61.0") # handled by release scripts
+set(KF5_VERSION "5.62.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.61.0  NO_MODULE)
+find_package(ECM 5.62.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)
 
@@ -28,6 +28,9 @@
 option(BUILD_QCH "Build API documentation in QCH format (for e.g. Qt 
Assistant, Qt Creator & KDevelop)" OFF)
 add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. 
Qt Assistant, Qt Creator & KDevelop)")
 
+option(BUILD_DESIGNERPLUGIN "Build plugin for Qt Designer" ON)
+add_feature_info(DESIGNERPLUGIN ${BUILD_DESIGNERPLUGIN} "Build plugin for Qt 
Designer")
+
 ecm_setup_version(PROJECT VARIABLE_PREFIX KPLOTTING
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kplotting_version.h"
                         PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5PlottingConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.61.0/examples/testplot_widget.cpp 
new/kplotting-5.62.0/examples/testplot_widget.cpp
--- old/kplotting-5.61.0/examples/testplot_widget.cpp   2019-08-03 
21:35:00.000000000 +0200
+++ new/kplotting-5.62.0/examples/testplot_widget.cpp   2019-09-07 
14:37:08.000000000 +0200
@@ -17,9 +17,8 @@
 
 #include <math.h>
 #include <QComboBox>
-#include <QBoxLayout>
 #include <QPen>
-#include <QDebug>
+#include <QVBoxLayout>
 
 #include "kplotwidget.h"
 #include "kplotobject.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.61.0/src/CMakeLists.txt 
new/kplotting-5.62.0/src/CMakeLists.txt
--- old/kplotting-5.61.0/src/CMakeLists.txt     2019-08-03 21:35:00.000000000 
+0200
+++ new/kplotting-5.62.0/src/CMakeLists.txt     2019-09-07 14:37:08.000000000 
+0200
@@ -38,6 +38,10 @@
   DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5}/KPlotting COMPONENT Devel
 )
 
+if (BUILD_DESIGNERPLUGIN)
+    add_subdirectory(designer)
+endif()
+
 if(BUILD_QCH)
     ecm_add_qch(
         KF5Plotting_QCH
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.61.0/src/designer/CMakeLists.txt 
new/kplotting-5.62.0/src/designer/CMakeLists.txt
--- old/kplotting-5.61.0/src/designer/CMakeLists.txt    1970-01-01 
01:00:00.000000000 +0100
+++ new/kplotting-5.62.0/src/designer/CMakeLists.txt    2019-09-07 
14:37:08.000000000 +0200
@@ -0,0 +1,18 @@
+include(ECMAddQtDesignerPlugin)
+
+ecm_qtdesignerplugin_widget(KPlotWidget
+    TOOLTIP "A plot widget"
+    WHATSTHIS "A widget for easily making 2-dimensional plots"
+    GROUP "Plot (KF5)"
+)
+
+ecm_add_qtdesignerplugin(kplottingwidgets
+    NAME KPlottingWidgets
+    OUTPUT_NAME kplotting5widgets
+    WIDGETS
+        KPlotWidget
+    LINK_LIBRARIES
+        KF5::Plotting
+    INSTALL_DESTINATION "${KDE_INSTALL_QTPLUGINDIR}/designer"
+    COMPONENT Devel
+)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.61.0/src/kplotpoint.cpp 
new/kplotting-5.62.0/src/kplotpoint.cpp
--- old/kplotting-5.61.0/src/kplotpoint.cpp     2019-08-03 21:35:00.000000000 
+0200
+++ new/kplotting-5.62.0/src/kplotpoint.cpp     2019-09-07 14:37:08.000000000 
+0200
@@ -21,8 +21,7 @@
 #include "kplotpoint.h"
 
 #include <QtAlgorithms>
-#include <QPainter>
-#include <QDebug>
+#include <QPointF>
 
 class KPlotPoint::Private
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.61.0/src/kplotwidget.cpp 
new/kplotting-5.62.0/src/kplotwidget.cpp
--- old/kplotting-5.61.0/src/kplotwidget.cpp    2019-08-03 21:35:00.000000000 
+0200
+++ new/kplotting-5.62.0/src/kplotwidget.cpp    2019-09-07 14:37:08.000000000 
+0200
@@ -22,10 +22,8 @@
 
 #include <math.h>
 
-#include <QActionEvent>
 #include <QHash>
 #include <QPainter>
-#include <QPixmap>
 #include <QToolTip>
 #include <QtAlgorithms>
 


Reply via email to