commit kplotting for openSUSE:Factory

2020-10-12 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2020-10-12 13:55:53

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new.3486 (New)


Package is "kplotting"

Mon Oct 12 13:55:53 2020 rev:83 rq:840842 version:5.75.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2020-09-18 
14:42:34.936065629 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new.3486/kplotting.changes
2020-10-12 13:57:42.002175704 +0200
@@ -1,0 +2,9 @@
+Mon Oct  5 08:33:30 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.75.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.75.0
+- No code change since 5.74.0
+
+---

Old:

  kplotting-5.74.0.tar.xz
  kplotting-5.74.0.tar.xz.sig

New:

  kplotting-5.75.0.tar.xz
  kplotting-5.75.0.tar.xz.sig



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.NqDaWy/_old  2020-10-12 13:57:42.610175958 +0200
+++ /var/tmp/diff_new_pack.NqDaWy/_new  2020-10-12 13:57:42.614175959 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.74
+%define _tar_path 5.75
 # 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.74.0
+Version:5.75.0
 Release:0
 Summary:KDE Data plotting library
 License:LGPL-2.1-or-later


++ kplotting-5.74.0.tar.xz -> kplotting-5.75.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.74.0/CMakeLists.txt 
new/kplotting-5.75.0/CMakeLists.txt
--- old/kplotting-5.74.0/CMakeLists.txt 2020-09-06 11:28:46.0 +0200
+++ new/kplotting-5.75.0/CMakeLists.txt 2020-10-04 11:56:04.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.74.0") # handled by release scripts
+set(KF5_VERSION "5.75.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.74.0  NO_MODULE)
+find_package(ECM 5.75.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kplotting for openSUSE:Factory

2020-09-18 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2020-09-18 14:41:34

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new.4249 (New)


Package is "kplotting"

Fri Sep 18 14:41:34 2020 rev:82 rq:834427 version:5.74.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2020-08-12 
12:29:08.272176496 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new.4249/kplotting.changes
2020-09-18 14:42:34.936065629 +0200
@@ -1,0 +2,10 @@
+Sun Sep  6 12:50:06 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.74.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.74.0
+- Changes since 5.73.0:
+  * Remove obsolete COPYING files
+
+---

Old:

  kplotting-5.73.0.tar.xz
  kplotting-5.73.0.tar.xz.sig

New:

  kplotting-5.74.0.tar.xz
  kplotting-5.74.0.tar.xz.sig



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.4WwLbb/_old  2020-09-18 14:42:38.088068441 +0200
+++ /var/tmp/diff_new_pack.4WwLbb/_new  2020-09-18 14:42:38.092068445 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.73
+%define _tar_path 5.74
 # 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.73.0
+Version:5.74.0
 Release:0
 Summary:KDE Data plotting library
 License:LGPL-2.1-or-later


++ kplotting-5.73.0.tar.xz -> kplotting-5.74.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.73.0/CMakeLists.txt 
new/kplotting-5.74.0/CMakeLists.txt
--- old/kplotting-5.73.0/CMakeLists.txt 2020-08-01 19:10:16.0 +0200
+++ new/kplotting-5.74.0/CMakeLists.txt 2020-09-06 11:28:46.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.73.0") # handled by release scripts
+set(KF5_VERSION "5.74.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.73.0  NO_MODULE)
+find_package(ECM 5.74.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/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.73.0/COPYING.LIB 
new/kplotting-5.74.0/COPYING.LIB
--- old/kplotting-5.73.0/COPYING.LIB2020-08-01 19:10:16.0 +0200
+++ new/kplotting-5.74.0/COPYING.LIB1970-01-01 01:00:00.0 +0100
@@ -1,510 +0,0 @@
-
-  GNU LESSER GENERAL PUBLIC LICENSE
-   Version 2.1, February 1999
-
- Copyright (C) 1991, 1999 Free Software Foundation, Inc.
-   51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-[This is the first released version of the Lesser GPL.  It also counts
- as the successor of the GNU Library Public License, version 2, hence
- the version number 2.1.]
-
-Preamble
-
-  The licenses for most software are designed to take away your
-freedom to share and change it.  By contrast, the GNU General Public
-Licenses are intended to guarantee your freedom to share and change
-free software--to make sure the software is free for all its users.
-
-  This license, the Lesser General Public License, applies to some
-specially designated software packages--typically libraries--of the
-Free Software Foundation and other authors who decide to use it.  You
-can use it too, but we suggest you first think carefully about whether
-this license or the ordinary General Public License is the better
-strategy to use in any particular case, based on the explanations
-below.
-
-  When we speak of free software, we are referring to freedom of use,
-not price.  Our General Public Licenses are designed to make sure that
-you have the freedom to distribute copies of free software (and charge
-for this service if you wish); that you receive source code or can get
-it if you want it; that you can change the software and use pieces of
-it in new free programs; and that you are informed that you can do
-these things.
-
-  To protect your rights, we need to make restrictions that forbid

commit kplotting for openSUSE:Factory

2020-08-12 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2020-08-12 12:24:58

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new.3399 (New)


Package is "kplotting"

Wed Aug 12 12:24:58 2020 rev:81 rq:825100 version:5.73.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2020-07-14 
07:55:13.585000259 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new.3399/kplotting.changes
2020-08-12 12:29:08.272176496 +0200
@@ -1,0 +2,9 @@
+Sun Aug  2 07:13:42 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.73.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.73.0
+- No code change since 5.72.0
+
+---

Old:

  kplotting-5.72.0.tar.xz
  kplotting-5.72.0.tar.xz.sig

New:

  kplotting-5.73.0.tar.xz
  kplotting-5.73.0.tar.xz.sig



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.4rG651/_old  2020-08-12 12:29:08.792176481 +0200
+++ /var/tmp/diff_new_pack.4rG651/_new  2020-08-12 12:29:08.796176481 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.72
+%define _tar_path 5.73
 # 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.72.0
+Version:5.73.0
 Release:0
 Summary:KDE Data plotting library
 License:LGPL-2.1-or-later


++ kplotting-5.72.0.tar.xz -> kplotting-5.73.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.72.0/CMakeLists.txt 
new/kplotting-5.73.0/CMakeLists.txt
--- old/kplotting-5.72.0/CMakeLists.txt 2020-07-04 11:55:21.0 +0200
+++ new/kplotting-5.73.0/CMakeLists.txt 2020-08-01 19:10:16.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.72.0") # handled by release scripts
+set(KF5_VERSION "5.73.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.72.0  NO_MODULE)
+find_package(ECM 5.73.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kplotting for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2020-07-14 07:53:59

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new.3060 (New)


Package is "kplotting"

Tue Jul 14 07:53:59 2020 rev:80 rq:820387 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2020-06-16 
13:43:56.717356336 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new.3060/kplotting.changes
2020-07-14 07:55:13.585000259 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 07:55:40 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.72.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.72.0
+- No code change since 5.71.0
+
+---

Old:

  kplotting-5.71.0.tar.xz
  kplotting-5.71.0.tar.xz.sig

New:

  kplotting-5.72.0.tar.xz
  kplotting-5.72.0.tar.xz.sig



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.djBsTf/_old  2020-07-14 07:55:16.209008755 +0200
+++ /var/tmp/diff_new_pack.djBsTf/_new  2020-07-14 07:55:16.209008755 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.71
+%define _tar_path 5.72
 # 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.71.0
+Version:5.72.0
 Release:0
 Summary:KDE Data plotting library
 License:LGPL-2.1-or-later
@@ -37,7 +37,6 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
-BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
@@ -90,15 +89,16 @@
 %postun -n %{lname} -p /sbin/ldconfig
 
 %files -n %{lname}
-%license COPYING*
+%license LICENSES/*
 %{_kf5_libdir}/libKF5Plotting.so.*
 
 %files devel
-%{_kf5_libdir}/libKF5Plotting.so
-%{_kf5_libdir}/cmake/KF5Plotting/
+%license LICENSES/*
 %dir %{_kf5_plugindir}/designer
-%{_kf5_plugindir}/designer/kplotting5widgets.so
 %{_kf5_includedir}/
+%{_kf5_libdir}/cmake/KF5Plotting/
+%{_kf5_libdir}/libKF5Plotting.so
 %{_kf5_mkspecsdir}/qt_KPlotting.pri
+%{_kf5_plugindir}/designer/kplotting5widgets.so
 
 %changelog


++ kplotting-5.71.0.tar.xz -> kplotting-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.71.0/CMakeLists.txt 
new/kplotting-5.72.0/CMakeLists.txt
--- old/kplotting-5.71.0/CMakeLists.txt 2020-06-06 21:35:34.0 +0200
+++ new/kplotting-5.72.0/CMakeLists.txt 2020-07-04 11:55:21.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.71.0") # handled by release scripts
+set(KF5_VERSION "5.72.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.71.0  NO_MODULE)
+find_package(ECM 5.72.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kplotting for openSUSE:Factory

2020-06-16 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2020-06-16 13:43:41

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new.3606 (New)


Package is "kplotting"

Tue Jun 16 13:43:41 2020 rev:79 rq:814382 version:5.71.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2020-05-11 
13:31:38.511896063 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new.3606/kplotting.changes
2020-06-16 13:43:56.717356336 +0200
@@ -1,0 +2,9 @@
+Sun Jun  7 08:06:56 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.71.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.71.0
+- No code change since 5.70.0
+
+---

Old:

  kplotting-5.70.0.tar.xz
  kplotting-5.70.0.tar.xz.sig

New:

  kplotting-5.71.0.tar.xz
  kplotting-5.71.0.tar.xz.sig



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.gSh98T/_old  2020-06-16 13:43:57.257358304 +0200
+++ /var/tmp/diff_new_pack.gSh98T/_new  2020-06-16 13:43:57.261358318 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.70
+%define _tar_path 5.71
 # 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.70.0
+Version:5.71.0
 Release:0
 Summary:KDE Data plotting library
 License:LGPL-2.1-or-later


++ kplotting-5.70.0.tar.xz -> kplotting-5.71.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.70.0/.arcconfig 
new/kplotting-5.71.0/.arcconfig
--- old/kplotting-5.70.0/.arcconfig 2020-05-03 00:00:01.0 +0200
+++ new/kplotting-5.71.0/.arcconfig 1970-01-01 01:00:00.0 +0100
@@ -1,3 +0,0 @@
-{
-  "phabricator.uri" : "https://phabricator.kde.org/;
-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.70.0/CMakeLists.txt 
new/kplotting-5.71.0/CMakeLists.txt
--- old/kplotting-5.70.0/CMakeLists.txt 2020-05-03 00:00:01.0 +0200
+++ new/kplotting-5.71.0/CMakeLists.txt 2020-06-06 21:35:34.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.70.0") # handled by release scripts
+set(KF5_VERSION "5.71.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.70.0  NO_MODULE)
+find_package(ECM 5.71.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kplotting for openSUSE:Factory

2020-05-11 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2020-05-11 13:29:31

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new.2738 (New)


Package is "kplotting"

Mon May 11 13:29:31 2020 rev:78 rq:802108 version:5.70.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2020-04-15 
20:04:12.278010549 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new.2738/kplotting.changes
2020-05-11 13:31:38.511896063 +0200
@@ -1,0 +2,11 @@
+Sun May  3 09:40:09 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.70.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.70.0
+- Changes since 5.69.0:
+  * [KPlotting] foreach is gone, build with -DQT_NO_FOREACH
+  * [KPlotting] Port foreach (deprecated) to range for
+
+---

Old:

  kplotting-5.69.0.tar.xz
  kplotting-5.69.0.tar.xz.sig

New:

  kplotting-5.70.0.tar.xz
  kplotting-5.70.0.tar.xz.sig



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.CwaIlv/_old  2020-05-11 13:31:40.127899450 +0200
+++ /var/tmp/diff_new_pack.CwaIlv/_new  2020-05-11 13:31:40.127899450 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.69
+%define _tar_path 5.70
 # 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.69.0
+Version:5.70.0
 Release:0
 Summary:KDE Data plotting library
 License:LGPL-2.1-or-later


++ kplotting-5.69.0.tar.xz -> kplotting-5.70.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.69.0/CMakeLists.txt 
new/kplotting-5.70.0/CMakeLists.txt
--- old/kplotting-5.69.0/CMakeLists.txt 2020-04-05 00:37:02.0 +0200
+++ new/kplotting-5.70.0/CMakeLists.txt 2020-05-03 00:00:01.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.69.0") # handled by release scripts
+set(KF5_VERSION "5.70.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.69.0  NO_MODULE)
+find_package(ECM 5.70.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -36,6 +36,7 @@
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5PlottingConfigVersion.cmake"
 SOVERSION 5)
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
+add_definitions(-DQT_NO_FOREACH)
 
 add_subdirectory(src)
 add_subdirectory(examples)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.69.0/src/kplotobject.cpp 
new/kplotting-5.70.0/src/kplotobject.cpp
--- old/kplotting-5.69.0/src/kplotobject.cpp2020-04-05 00:37:02.0 
+0200
+++ new/kplotting-5.70.0/src/kplotobject.cpp2020-05-03 00:00:01.0 
+0200
@@ -248,7 +248,7 @@
 
 QPointF Previous = QPointF();  //Initialize to null
 
-Q_FOREACH (KPlotPoint *pp, d->pList) {
+for (const KPlotPoint *pp : qAsConst(d->pList)) {
 //q is the position of the point in screen pixel coordinates
 QPointF q = pw->mapToWidget(pp->position());
 
@@ -264,7 +264,7 @@
 //Draw points:
 if (d->type & Points) {
 
-Q_FOREACH (KPlotPoint *pp, d->pList) {
+for (const KPlotPoint *pp : qAsConst(d->pList)) {
 //q is the position of the point in screen pixel coordinates
 QPointF q = pw->mapToWidget(pp->position());
 if (pw->pixRect().contains(q.toPoint(), false)) {
@@ -358,7 +358,7 @@
 //Draw labels
 painter->setPen(labelPen());
 
-Q_FOREACH (KPlotPoint *pp, d->pList) {
+for (KPlotPoint *pp : qAsConst(d->pList)) {
 QPoint q = pw->mapToWidget(pp->position()).toPoint();
 if (pw->pixRect().contains(q, false) && ! pp->label().isEmpty()) {
 pw->placeLabel(painter, pp);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.69.0/src/kplotwidget.cpp 
new/kplotting-5.70.0/src/kplotwidget.cpp
--- old/kplotting-5.69.0/src/kplotwidget.cpp2020-04-05 00:37:02.0 
+0200
+++ new/kplotting-5.70.0/src/kplotwidget.cpp2020-05-03 

commit kplotting for openSUSE:Factory

2020-04-15 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2020-04-15 20:02:26

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new.2738 (New)


Package is "kplotting"

Wed Apr 15 20:02:26 2020 rev:77 rq:793175 version:5.69.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2020-03-19 
19:45:53.956038619 +0100
+++ /work/SRC/openSUSE:Factory/.kplotting.new.2738/kplotting.changes
2020-04-15 20:04:12.278010549 +0200
@@ -1,0 +2,9 @@
+Sun Apr  5 19:45:47 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.69.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.69.0
+- No code change since 5.68.0
+
+---

Old:

  kplotting-5.68.0.tar.xz
  kplotting-5.68.0.tar.xz.sig

New:

  kplotting-5.69.0.tar.xz
  kplotting-5.69.0.tar.xz.sig



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.97bNse/_old  2020-04-15 20:04:13.294011311 +0200
+++ /var/tmp/diff_new_pack.97bNse/_new  2020-04-15 20:04:13.294011311 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.68
+%define _tar_path 5.69
 # 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.68.0
+Version:5.69.0
 Release:0
 Summary:KDE Data plotting library
 License:LGPL-2.1-or-later


++ kplotting-5.68.0.tar.xz -> kplotting-5.69.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.68.0/CMakeLists.txt 
new/kplotting-5.69.0/CMakeLists.txt
--- old/kplotting-5.68.0/CMakeLists.txt 2020-03-07 09:53:56.0 +0100
+++ new/kplotting-5.69.0/CMakeLists.txt 2020-04-05 00:37:02.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.68.0") # handled by release scripts
+set(KF5_VERSION "5.69.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.68.0  NO_MODULE)
+find_package(ECM 5.69.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kplotting for openSUSE:Factory

2020-03-19 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2020-03-19 19:43:24

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new.3160 (New)


Package is "kplotting"

Thu Mar 19 19:43:24 2020 rev:76 rq:785344 version:5.68.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2020-02-14 
16:34:21.863485087 +0100
+++ /work/SRC/openSUSE:Factory/.kplotting.new.3160/kplotting.changes
2020-03-19 19:45:53.956038619 +0100
@@ -1,0 +2,10 @@
+Sun Mar  8 09:17:57 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.68.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.68.0.php
+- Changes since 5.67.0:
+  * KPlotting: Convert license statements to SPDX
+
+---

Old:

  kplotting-5.67.0.tar.xz
  kplotting-5.67.0.tar.xz.sig

New:

  kplotting-5.68.0.tar.xz
  kplotting-5.68.0.tar.xz.sig



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.x90ek8/_old  2020-03-19 19:45:57.756040654 +0100
+++ /var/tmp/diff_new_pack.x90ek8/_new  2020-03-19 19:45:57.800040677 +0100
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.67
+%define _tar_path 5.68
 # 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.67.0
+Version:5.68.0
 Release:0
 Summary:KDE Data plotting library
 License:LGPL-2.1-or-later


++ kplotting-5.67.0.tar.xz -> kplotting-5.68.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.67.0/.gitignore 
new/kplotting-5.68.0/.gitignore
--- old/kplotting-5.67.0/.gitignore 2020-02-01 10:06:15.0 +0100
+++ new/kplotting-5.68.0/.gitignore 2020-03-07 09:53:56.0 +0100
@@ -19,3 +19,4 @@
 /build*/
 CMakeLists.txt.user*
 *.unc-backup*
+.cmake/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.67.0/CMakeLists.txt 
new/kplotting-5.68.0/CMakeLists.txt
--- old/kplotting-5.67.0/CMakeLists.txt 2020-02-01 10:06:15.0 +0100
+++ new/kplotting-5.68.0/CMakeLists.txt 2020-03-07 09:53:56.0 +0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.67.0") # handled by release scripts
+set(KF5_VERSION "5.68.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.67.0  NO_MODULE)
+find_package(ECM 5.68.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/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.67.0/LICENSES/GPL-2.0-or-later.txt 
new/kplotting-5.68.0/LICENSES/GPL-2.0-or-later.txt
--- old/kplotting-5.67.0/LICENSES/GPL-2.0-or-later.txt  1970-01-01 
01:00:00.0 +0100
+++ new/kplotting-5.68.0/LICENSES/GPL-2.0-or-later.txt  2020-03-07 
09:53:56.0 +0100
@@ -0,0 +1,319 @@
+GNU GENERAL PUBLIC LICENSE
+
+Version 2, June 1991
+
+Copyright (C) 1989, 1991 Free Software Foundation, Inc. 
+
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+
+Everyone is permitted to copy and distribute verbatim copies of this license
+document, but changing it is not allowed.
+
+Preamble
+
+The licenses for most software are designed to take away your freedom to share
+and change it. By contrast, the GNU General Public License is intended to
+guarantee your freedom to share and change free software--to make sure the
+software is free for all its users. This General Public License applies to
+most of the Free Software Foundation's software and to any other program whose
+authors commit to using it. (Some other Free Software Foundation software
+is covered by the GNU Lesser General Public License instead.) You can apply
+it to your programs, too.
+
+When we speak of free software, we are referring to freedom, not price. Our
+General Public Licenses are designed to make sure that you have the freedom
+to distribute copies of free software (and charge for this service if you
+wish), that you receive source code or can get it if you want it, that you
+can change the software or use pieces of it in new free programs; and that
+you know you can do these things.
+
+To 

commit kplotting for openSUSE:Factory

2020-02-14 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2020-02-14 16:33:44

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new.26092 (New)


Package is "kplotting"

Fri Feb 14 16:33:44 2020 rev:75 rq:773282 version:5.67.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2020-01-14 
21:05:25.258711146 +0100
+++ /work/SRC/openSUSE:Factory/.kplotting.new.26092/kplotting.changes   
2020-02-14 16:34:21.863485087 +0100
@@ -1,0 +2,14 @@
+Sun Feb  2 18:07:08 UTC 2020 - Christophe Giboudeaux 
+
+- Replace %make_jobs with %cmake_build.
+
+---
+Sun Feb  2 14:32:56 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.67.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.67.0.php
+- No code change since 5.66.0
+
+---

Old:

  kplotting-5.66.0.tar.xz
  kplotting-5.66.0.tar.xz.sig

New:

  kplotting-5.67.0.tar.xz
  kplotting-5.67.0.tar.xz.sig



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.hfqQA5/_old  2020-02-14 16:34:22.251485303 +0100
+++ /var/tmp/diff_new_pack.hfqQA5/_new  2020-02-14 16:34:22.255485305 +0100
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.66
+%define _tar_path 5.67
 # 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.66.0
+Version:5.67.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.11.0
-BuildRequires:  cmake(Qt5UiPlugin) >= 5.11.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.11.0
+BuildRequires:  cmake(Qt5Test) >= 5.12.0
+BuildRequires:  cmake(Qt5UiPlugin) >= 5.12.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.12.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.11.0
+Requires:   cmake(Qt5Widgets) >= 5.12.0
 
 %description devel
 Development files for KPlotWidget, which is a QWidget-derived class
@@ -80,7 +80,7 @@
 
 %build
   %cmake_kf5 -d build
-  %make_jobs
+  %cmake_build
 
 %install
   %kf5_makeinstall -C build


++ kplotting-5.66.0.tar.xz -> kplotting-5.67.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.66.0/CMakeLists.txt 
new/kplotting-5.67.0/CMakeLists.txt
--- old/kplotting-5.66.0/CMakeLists.txt 2020-01-04 00:13:36.0 +0100
+++ new/kplotting-5.67.0/CMakeLists.txt 2020-02-01 10:06:15.0 +0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.66.0") # handled by release scripts
+set(KF5_VERSION "5.67.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.66.0  NO_MODULE)
+find_package(ECM 5.67.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kplotting for openSUSE:Factory

2020-01-14 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2020-01-14 21:03:09

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new.6675 (New)


Package is "kplotting"

Tue Jan 14 21:03:09 2020 rev:74 rq:763481 version:5.66.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2019-12-18 
14:43:11.653797990 +0100
+++ /work/SRC/openSUSE:Factory/.kplotting.new.6675/kplotting.changes
2020-01-14 21:05:25.258711146 +0100
@@ -1,0 +2,10 @@
+Sun Jan  5 09:02:18 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.66.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.66.0.php
+- Changes since 5.65.0:
+  * Update the obsolete projects.kde.org URL
+
+---

Old:

  kplotting-5.65.0.tar.xz
  kplotting-5.65.0.tar.xz.sig

New:

  kplotting-5.66.0.tar.xz
  kplotting-5.66.0.tar.xz.sig



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.ZL3dpV/_old  2020-01-14 21:05:25.806711399 +0100
+++ /var/tmp/diff_new_pack.ZL3dpV/_new  2020-01-14 21:05:25.806711399 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kplotting
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.65
+%define _tar_path 5.66
 # 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.65.0
+Version:5.66.0
 Release:0
 Summary:KDE Data plotting library
 License:LGPL-2.1-or-later


++ kplotting-5.65.0.tar.xz -> kplotting-5.66.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.65.0/CMakeLists.txt 
new/kplotting-5.66.0/CMakeLists.txt
--- old/kplotting-5.65.0/CMakeLists.txt 2019-12-07 20:45:03.0 +0100
+++ new/kplotting-5.66.0/CMakeLists.txt 2020-01-04 00:13:36.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.65.0") # handled by release scripts
+set(KF5_VERSION "5.66.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.65.0  NO_MODULE)
-set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
+find_package(ECM 5.66.0  NO_MODULE)
+set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 
@@ -15,7 +15,7 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
-set(REQUIRED_QT_VERSION 5.11.0)
+set(REQUIRED_QT_VERSION 5.12.0)
 find_package(Qt5Widgets ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 
 




commit kplotting for openSUSE:Factory

2019-12-18 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2019-12-18 14:41:27

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new.4691 (New)


Package is "kplotting"

Wed Dec 18 14:41:27 2019 rev:73 rq:757056 version:5.65.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2019-11-12 
11:49:26.110973183 +0100
+++ /work/SRC/openSUSE:Factory/.kplotting.new.4691/kplotting.changes
2019-12-18 14:43:11.653797990 +0100
@@ -1,0 +2,10 @@
+Sun Dec  8 11:18:46 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.65.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.65.0.php
+- Changes since 5.64.0:
+  * Add missing include for Qt 5.14 build
+
+---

Old:

  kplotting-5.64.0.tar.xz
  kplotting-5.64.0.tar.xz.sig

New:

  kplotting-5.65.0.tar.xz
  kplotting-5.65.0.tar.xz.sig



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.DprvZy/_old  2019-12-18 14:43:12.473798365 +0100
+++ /var/tmp/diff_new_pack.DprvZy/_new  2019-12-18 14:43:12.477798367 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kplotting
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.64
+%define _tar_path 5.65
 # 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.64.0
+Version:5.65.0
 Release:0
 Summary:KDE Data plotting library
 License:LGPL-2.1-or-later


++ kplotting-5.64.0.tar.xz -> kplotting-5.65.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.64.0/CMakeLists.txt 
new/kplotting-5.65.0/CMakeLists.txt
--- old/kplotting-5.64.0/CMakeLists.txt 2019-11-02 12:45:52.0 +0100
+++ new/kplotting-5.65.0/CMakeLists.txt 2019-12-07 20:45:03.0 +0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.64.0") # handled by release scripts
+set(KF5_VERSION "5.65.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.64.0  NO_MODULE)
+find_package(ECM 5.65.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)
 
@@ -36,7 +36,6 @@
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5PlottingConfigVersion.cmake"
 SOVERSION 5)
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DQT_DEPRECATED_WARNINGS_SINCE=0x06)
 
 add_subdirectory(src)
 add_subdirectory(examples)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.64.0/src/kplotwidget.cpp 
new/kplotting-5.65.0/src/kplotwidget.cpp
--- old/kplotting-5.64.0/src/kplotwidget.cpp2019-11-02 12:45:52.0 
+0100
+++ new/kplotting-5.65.0/src/kplotwidget.cpp2019-12-07 20:45:03.0 
+0100
@@ -23,6 +23,7 @@
 #include 
 
 #include 
+#include 
 #include 
 #include 
 #include 




commit kplotting for openSUSE:Factory

2019-11-12 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2019-11-12 11:49:24

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new.2990 (New)


Package is "kplotting"

Tue Nov 12 11:49:24 2019 rev:72 rq:747133 version:5.64.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2019-10-14 
13:38:21.609888785 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new.2990/kplotting.changes
2019-11-12 11:49:26.110973183 +0100
@@ -1,0 +2,9 @@
+Sun Nov  3 15:47:12 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.64.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.64.0.php
+- No code change since 5.63.0
+
+---

Old:

  kplotting-5.63.0.tar.xz
  kplotting-5.63.0.tar.xz.sig

New:

  kplotting-5.64.0.tar.xz
  kplotting-5.64.0.tar.xz.sig



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.fNKrHp/_old  2019-11-12 11:49:26.678973764 +0100
+++ /var/tmp/diff_new_pack.fNKrHp/_new  2019-11-12 11:49:26.682973768 +0100
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.63
+%define _tar_path 5.64
 # 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.63.0
+Version:5.64.0
 Release:0
 Summary:KDE Data plotting library
 License:LGPL-2.1-or-later


++ kplotting-5.63.0.tar.xz -> kplotting-5.64.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.63.0/CMakeLists.txt 
new/kplotting-5.64.0/CMakeLists.txt
--- old/kplotting-5.63.0/CMakeLists.txt 2019-10-06 11:37:08.0 +0200
+++ new/kplotting-5.64.0/CMakeLists.txt 2019-11-02 12:45:52.0 +0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.63.0") # handled by release scripts
+set(KF5_VERSION "5.64.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.63.0  NO_MODULE)
+find_package(ECM 5.64.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)
 
@@ -36,6 +36,7 @@
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5PlottingConfigVersion.cmake"
 SOVERSION 5)
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
+add_definitions(-DQT_DEPRECATED_WARNINGS_SINCE=0x06)
 
 add_subdirectory(src)
 add_subdirectory(examples)




commit kplotting for openSUSE:Factory

2019-10-14 Thread root
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 
+
+- 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.0 +0200
+++ new/kplotting-5.63.0/CMakeLists.txt 2019-10-06 11:37:08.0 +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=0x06)
+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.0 
+0200
+++ new/kplotting-5.63.0/src/CMakeLists.txt 2019-10-06 11:37:08.0 
+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.cpp2019-09-07 

commit kplotting for openSUSE:Factory

2019-09-23 Thread root
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 
+
+- 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.0 +0100
+++ new/kplotting-5.62.0/.gitignore 2019-09-07 14:37:08.0 +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.0 +0200
+++ new/kplotting-5.62.0/CMakeLists.txt 2019-09-07 14:37:08.0 +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' 

commit kplotting for openSUSE:Factory

2019-08-19 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2019-08-19 21:11:05

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new.22127 (New)


Package is "kplotting"

Mon Aug 19 21:11:05 2019 rev:69 rq:722486 version:5.61.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2019-07-26 
12:19:26.330693756 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new.22127/kplotting.changes   
2019-08-19 21:11:17.624834384 +0200
@@ -1,0 +2,15 @@
+Wed Aug  7 17:51:42 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.61.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.61.0.php
+- Changes since 5.60.0:
+  * Remove explicit use of ECM_KDE_MODULE_DIR, is part of ECM_MODULE_PATH
+
+---
+Fri Jul 19 11:44:15 UTC 2019 - Wolfgang Bauer 
+
+- Don't lower minimum Qt version anymore, it requires 5.11 now
+
+---

Old:

  kplotting-5.60.0.tar.xz

New:

  frameworks.keyring
  kplotting-5.61.0.tar.xz
  kplotting-5.61.0.tar.xz.sig



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.lXpdlD/_old  2019-08-19 21:11:19.796834033 +0200
+++ /var/tmp/diff_new_pack.lXpdlD/_new  2019-08-19 21:11:19.800834031 +0200
@@ -17,25 +17,33 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.60
+%define _tar_path 5.61
 # 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: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
+# Only needed for the package signature condition
+%bcond_without lang
 Name:   kplotting
-Version:5.60.0
+Version:5.61.0
 Release:0
 Summary:KDE Data plotting library
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 URL:https://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
-Source1:baselibs.conf
+Source: 
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+%if %{with lang}
+Source1:
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
+Source2:frameworks.keyring
+%endif
+Source99:   baselibs.conf
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
+# uncomment after 5.61
+# BuildRequires:  cmake(Qt5UiPlugin) >= 5.6.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
 
 %description
@@ -70,9 +78,6 @@
 
 %prep
 %setup -q
-%if 0%{?suse_version} == 1500
-sed -i -e "s/^set *(REQUIRED_QT_VERSION 5.10.0)$/set(REQUIRED_QT_VERSION 
5.9.0)/" CMakeLists.txt
-%endif
 
 %build
   %cmake_kf5 -d build
@@ -92,6 +97,8 @@
 %files devel
 %{_kf5_libdir}/libKF5Plotting.so
 %{_kf5_libdir}/cmake/KF5Plotting/
+# %dir %{_kf5_plugindir}/designer
+# %{_kf5_plugindir}/designer/kplotting5widgets.so
 %{_kf5_includedir}/
 %{_kf5_mkspecsdir}/qt_KPlotting.pri
 

++ kplotting-5.60.0.tar.xz -> kplotting-5.61.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.60.0/CMakeLists.txt 
new/kplotting-5.61.0/CMakeLists.txt
--- old/kplotting-5.60.0/CMakeLists.txt 2019-07-06 15:17:13.0 +0200
+++ new/kplotting-5.61.0/CMakeLists.txt 2019-08-03 21:35:00.0 +0200
@@ -1,15 +1,15 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.60.0") # handled by release scripts
+set(KF5_VERSION "5.61.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.60.0  NO_MODULE)
+find_package(ECM 5.61.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)
 
 
-set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
+set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)




commit kplotting for openSUSE:Factory

2019-07-26 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2019-07-26 12:19:22

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new.4126 (New)


Package is "kplotting"

Fri Jul 26 12:19:22 2019 rev:68 rq:715901 version:5.60.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2019-06-22 
11:13:50.444729385 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new.4126/kplotting.changes
2019-07-26 12:19:26.330693756 +0200
@@ -1,0 +2,9 @@
+Sun Jul 14 06:41:39 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.60.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.60.0.php
+- No code changes since 5.59.0
+
+---

Old:

  kplotting-5.59.0.tar.xz

New:

  kplotting-5.60.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.0u8qr6/_old  2019-07-26 12:19:27.502692755 +0200
+++ /var/tmp/diff_new_pack.0u8qr6/_new  2019-07-26 12:19:27.506692751 +0200
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.59
+%define _tar_path 5.60
 # 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: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kplotting
-Version:5.59.0
+Version:5.60.0
 Release:0
 Summary:KDE Data plotting library
 License:LGPL-2.1-or-later

++ kplotting-5.59.0.tar.xz -> kplotting-5.60.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.59.0/CMakeLists.txt 
new/kplotting-5.60.0/CMakeLists.txt
--- old/kplotting-5.59.0/CMakeLists.txt 2019-06-01 18:39:56.0 +0200
+++ new/kplotting-5.60.0/CMakeLists.txt 2019-07-06 15:17:13.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.59.0") # handled by release scripts
+set(KF5_VERSION "5.60.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.59.0  NO_MODULE)
+find_package(ECM 5.60.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)
 
@@ -15,7 +15,7 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
-set(REQUIRED_QT_VERSION 5.10.0)
+set(REQUIRED_QT_VERSION 5.11.0)
 find_package(Qt5Widgets ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 
 




commit kplotting for openSUSE:Factory

2019-06-22 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2019-06-22 11:13:49

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new.4615 (New)


Package is "kplotting"

Sat Jun 22 11:13:49 2019 rev:67 rq:710763 version:5.59.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2019-05-21 
10:31:12.951417874 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new.4615/kplotting.changes
2019-06-22 11:13:50.444729385 +0200
@@ -1,0 +2,9 @@
+Sun Jun 09 07:35:12 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.59.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.59.0.php
+- No code changes since 5.58.0
+
+---

Old:

  kplotting-5.58.0.tar.xz

New:

  kplotting-5.59.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.7wJmBF/_old  2019-06-22 11:13:51.072730300 +0200
+++ /var/tmp/diff_new_pack.7wJmBF/_new  2019-06-22 11:13:51.076730305 +0200
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.58
+%define _tar_path 5.59
 # 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: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kplotting
-Version:5.58.0
+Version:5.59.0
 Release:0
 Summary:KDE Data plotting library
 License:LGPL-2.1-or-later

++ kplotting-5.58.0.tar.xz -> kplotting-5.59.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.58.0/CMakeLists.txt 
new/kplotting-5.59.0/CMakeLists.txt
--- old/kplotting-5.58.0/CMakeLists.txt 2019-05-05 00:45:19.0 +0200
+++ new/kplotting-5.59.0/CMakeLists.txt 2019-06-01 18:39:56.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.58.0") # handled by release scripts
+set(KF5_VERSION "5.59.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.58.0  NO_MODULE)
+find_package(ECM 5.59.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)
 




commit kplotting for openSUSE:Factory

2019-05-21 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2019-05-21 10:31:09

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new.5148 (New)


Package is "kplotting"

Tue May 21 10:31:09 2019 rev:66 rq:703373 version:5.58.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2019-04-19 
21:23:59.815844636 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new.5148/kplotting.changes
2019-05-21 10:31:12.951417874 +0200
@@ -1,0 +2,9 @@
+Wed May 15 18:16:18 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.58.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.58.0.php
+- No code changes since 5.57.0
+
+---

Old:

  kplotting-5.57.0.tar.xz

New:

  kplotting-5.58.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.fpRTBg/_old  2019-05-21 10:31:15.319416964 +0200
+++ /var/tmp/diff_new_pack.fpRTBg/_new  2019-05-21 10:31:15.323416962 +0200
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.57
+%define _tar_path 5.58
 # 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: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kplotting
-Version:5.57.0
+Version:5.58.0
 Release:0
 Summary:KDE Data plotting library
 License:LGPL-2.1-or-later

++ kplotting-5.57.0.tar.xz -> kplotting-5.58.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.57.0/CMakeLists.txt 
new/kplotting-5.58.0/CMakeLists.txt
--- old/kplotting-5.57.0/CMakeLists.txt 2019-04-07 09:20:01.0 +0200
+++ new/kplotting-5.58.0/CMakeLists.txt 2019-05-05 00:45:19.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.57.0") # handled by release scripts
+set(KF5_VERSION "5.58.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.57.0  NO_MODULE)
+find_package(ECM 5.58.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)
 




commit kplotting for openSUSE:Factory

2019-04-19 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2019-04-19 21:23:58

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new.5536 (New)


Package is "kplotting"

Fri Apr 19 21:23:58 2019 rev:65 rq:695245 version:5.57.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2019-03-21 
09:47:54.710875262 +0100
+++ /work/SRC/openSUSE:Factory/.kplotting.new.5536/kplotting.changes
2019-04-19 21:23:59.815844636 +0200
@@ -1,0 +2,9 @@
+Sun Apr 14 20:21:44 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.57.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.57.0.php
+- No code changes since 5.56.0
+
+---

Old:

  kplotting-5.56.0.tar.xz

New:

  kplotting-5.57.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.X7kIte/_old  2019-04-19 21:24:01.231846439 +0200
+++ /var/tmp/diff_new_pack.X7kIte/_new  2019-04-19 21:24:01.279846501 +0200
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.56
+%define _tar_path 5.57
 # 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: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kplotting
-Version:5.56.0
+Version:5.57.0
 Release:0
 Summary:KDE Data plotting library
 License:LGPL-2.1-or-later

++ kplotting-5.56.0.tar.xz -> kplotting-5.57.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.56.0/CMakeLists.txt 
new/kplotting-5.57.0/CMakeLists.txt
--- old/kplotting-5.56.0/CMakeLists.txt 2019-03-02 14:28:59.0 +0100
+++ new/kplotting-5.57.0/CMakeLists.txt 2019-04-07 09:20:01.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.56.0") # handled by release scripts
+set(KF5_VERSION "5.57.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.56.0  NO_MODULE)
+find_package(ECM 5.57.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)
 




commit kplotting for openSUSE:Factory

2019-03-21 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2019-03-21 09:47:53

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new.28833 (New)


Package is "kplotting"

Thu Mar 21 09:47:53 2019 rev:64 rq:686762 version:5.56.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2019-02-28 
21:31:46.453765289 +0100
+++ /work/SRC/openSUSE:Factory/.kplotting.new.28833/kplotting.changes   
2019-03-21 09:47:54.710875262 +0100
@@ -1,0 +2,10 @@
+Sun Mar 10 20:15:37 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.56.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.56.0.php
+- Changes since 5.55.0:
+  * No code changes since 5.55.0
+
+---

Old:

  kplotting-5.55.0.tar.xz

New:

  kplotting-5.56.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.kisGDh/_old  2019-03-21 09:47:55.274875133 +0100
+++ /var/tmp/diff_new_pack.kisGDh/_new  2019-03-21 09:47:55.274875133 +0100
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.55
+%define _tar_path 5.56
 # 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: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kplotting
-Version:5.55.0
+Version:5.56.0
 Release:0
 Summary:KDE Data plotting library
 License:LGPL-2.1-or-later

++ kplotting-5.55.0.tar.xz -> kplotting-5.56.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.55.0/CMakeLists.txt 
new/kplotting-5.56.0/CMakeLists.txt
--- old/kplotting-5.55.0/CMakeLists.txt 2019-02-02 18:23:22.0 +0100
+++ new/kplotting-5.56.0/CMakeLists.txt 2019-03-02 14:28:59.0 +0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.55.0") # handled by release scripts
+set(KF5_VERSION "5.56.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.55.0  NO_MODULE)
+find_package(ECM 5.56.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)
 
@@ -32,7 +32,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=0x06)
 
 add_subdirectory(src)
 add_subdirectory(examples)




commit kplotting for openSUSE:Factory

2019-02-28 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2019-02-28 21:31:46

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new.28833 (New)


Package is "kplotting"

Thu Feb 28 21:31:46 2019 rev:63 rq:678710 version:5.55.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2019-02-14 
14:27:38.227810699 +0100
+++ /work/SRC/openSUSE:Factory/.kplotting.new.28833/kplotting.changes   
2019-02-28 21:31:46.453765289 +0100
@@ -1,0 +2,5 @@
+Fri Feb 15 09:25:42 UTC 2019 - alarr...@suse.com
+
+- Downgrade the Qt version requirement to build with 5.9
+
+---



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.67eoaA/_old  2019-02-28 21:31:47.905764833 +0100
+++ /var/tmp/diff_new_pack.67eoaA/_new  2019-02-28 21:31:47.913764830 +0100
@@ -70,6 +70,9 @@
 
 %prep
 %setup -q
+%if 0%{?suse_version} == 1500
+sed -i -e "s/^set *(REQUIRED_QT_VERSION 5.10.0)$/set(REQUIRED_QT_VERSION 
5.9.0)/" CMakeLists.txt
+%endif
 
 %build
   %cmake_kf5 -d build




commit kplotting for openSUSE:Factory

2019-02-14 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2019-02-14 14:27:33

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new.28833 (New)


Package is "kplotting"

Thu Feb 14 14:27:33 2019 rev:62 rq:674261 version:5.55.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2019-01-21 
10:21:47.961985498 +0100
+++ /work/SRC/openSUSE:Factory/.kplotting.new.28833/kplotting.changes   
2019-02-14 14:27:38.227810699 +0100
@@ -1,0 +2,10 @@
+Sun Feb 10 22:03:15 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.55.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.55.0.php
+- Changes since 5.54.0:
+  * No code changes since 5.54.0
+
+---

Old:

  kplotting-5.54.0.tar.xz

New:

  kplotting-5.55.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.G8tM2E/_old  2019-02-14 14:27:39.167810261 +0100
+++ /var/tmp/diff_new_pack.G8tM2E/_new  2019-02-14 14:27:39.167810261 +0100
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.54
+%define _tar_path 5.55
 # 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: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kplotting
-Version:5.54.0
+Version:5.55.0
 Release:0
 Summary:KDE Data plotting library
 License:LGPL-2.1-or-later

++ kplotting-5.54.0.tar.xz -> kplotting-5.55.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.54.0/CMakeLists.txt 
new/kplotting-5.55.0/CMakeLists.txt
--- old/kplotting-5.54.0/CMakeLists.txt 2019-01-04 22:44:11.0 +0100
+++ new/kplotting-5.55.0/CMakeLists.txt 2019-02-02 18:23:22.0 +0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.54.0") # handled by release scripts
+set(KF5_VERSION "5.55.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.54.0  NO_MODULE)
+find_package(ECM 5.55.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)
 
@@ -15,7 +15,7 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
-set(REQUIRED_QT_VERSION 5.9.0)
+set(REQUIRED_QT_VERSION 5.10.0)
 find_package(Qt5Widgets ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 
 




commit kplotting for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2019-01-21 10:21:46

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new.28833 (New)


Package is "kplotting"

Mon Jan 21 10:21:46 2019 rev:61 rq:665838 version:5.54.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2018-12-19 
13:43:02.395819437 +0100
+++ /work/SRC/openSUSE:Factory/.kplotting.new.28833/kplotting.changes   
2019-01-21 10:21:47.961985498 +0100
@@ -1,0 +2,15 @@
+Mon Jan 14 06:08:50 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.54.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.54.0.php
+- Changes since 5.53.0:
+  * Add override
+
+---
+Sat Dec 15 14:08:59 UTC 2018 - Jan Engelhardt 
+
+- Use noun phrase in summaries.
+
+---

Old:

  kplotting-5.53.0.tar.xz

New:

  kplotting-5.54.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.n2aY3E/_old  2019-01-21 10:21:49.193984138 +0100
+++ /var/tmp/diff_new_pack.n2aY3E/_new  2019-01-21 10:21:49.193984138 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kplotting
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,15 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.53
+%define _tar_path 5.54
 # 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: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kplotting
-Version:5.53.0
+Version:5.54.0
 Release:0
-Summary:KDE Data plotting
+Summary:KDE Data plotting library
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 URL:https://www.kde.org
@@ -39,37 +39,34 @@
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
 
 %description
-KPlotWidget is a QWidget-derived class that provides a virtual base class
-for easy data-plotting. The idea behind KPlotWidget is that you only have
-to specify information in "data units"; i.e., the natural units of the
-data being plotted.  KPlotWidget automatically converts everything
-to screen pixel units.
+KPlotWidget is a QWidget-derived class that provides a virtual base
+class for data plotting. The idea behind KPlotWidget is that a
+developer only has to specify information in "data units", i.e. the
+natural units of the data being plotted. KPlotWidget automatically
+converts everything to screen pixel units.
 
 %package -n %{lname}
-Summary:KDE Data plotting
+Summary:KDE Data plotting library
 Group:  System/GUI/KDE
 %requires_gelibQt5Widgets5
 
 %description -n %{lname}
-KPlotWidget is a QWidget-derived class that provides a virtual base class
-for easy data-plotting. The idea behind KPlotWidget is that you only have
-to specify information in "data units"; i.e., the natural units of the
-data being plotted.  KPlotWidget automatically converts everything
-to screen pixel units.
+KPlotWidget is a QWidget-derived class that provides a virtual base
+class for data plotting. The idea behind KPlotWidget is that a
+developer only has to specify information in "data units", i.e. the
+natural units of the data being plotted. KPlotWidget automatically
+converts everything to screen pixel units.
 
 %package devel
-Summary:KDE Data plotting: Build Environment
+Summary:Build environment for the KDE data plotting library
 Group:  Development/Libraries/KDE
 Requires:   %{lname} = %{version}
 Requires:   extra-cmake-modules
 Requires:   cmake(Qt5Widgets) >= 5.6.0
 
 %description devel
-KPlotWidget is a QWidget-derived class that provides a virtual base class
-for easy data-plotting. The idea behind KPlotWidget is that you only have
-to specify information in "data units"; i.e., the natural units of the
-data being plotted.  KPlotWidget automatically converts everything
-to screen pixel units. Development files.
+Development files for KPlotWidget, which is a QWidget-derived class
+that provides a virtual base class for data plotting.
 
 %prep
 %setup -q

++ kplotting-5.53.0.tar.xz -> kplotting-5.54.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit kplotting for openSUSE:Factory

2018-12-19 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2018-12-19 13:43:00

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new.28833 (New)


Package is "kplotting"

Wed Dec 19 13:43:00 2018 rev:60 rq:658586 version:5.53.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2018-11-14 
14:37:07.551107116 +0100
+++ /work/SRC/openSUSE:Factory/.kplotting.new.28833/kplotting.changes   
2018-12-19 13:43:02.395819437 +0100
@@ -1,0 +2,10 @@
+Sun Dec 09 19:43:44 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.53.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.53.0.php
+- Changes since 5.52.0:
+  * Use isEmpty()
+
+---

Old:

  kplotting-5.52.0.tar.xz

New:

  kplotting-5.53.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.4nCh22/_old  2018-12-19 13:43:03.187818324 +0100
+++ /var/tmp/diff_new_pack.4nCh22/_new  2018-12-19 13:43:03.191818318 +0100
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.52
+%define _tar_path 5.53
 # 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: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kplotting
-Version:5.52.0
+Version:5.53.0
 Release:0
 Summary:KDE Data plotting
 License:LGPL-2.1-or-later

++ kplotting-5.52.0.tar.xz -> kplotting-5.53.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.52.0/CMakeLists.txt 
new/kplotting-5.53.0/CMakeLists.txt
--- old/kplotting-5.52.0/CMakeLists.txt 2018-11-03 13:01:53.0 +0100
+++ new/kplotting-5.53.0/CMakeLists.txt 2018-12-01 15:41:25.0 +0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.52.0") # handled by release scripts
+set(KF5_VERSION "5.53.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.52.0  NO_MODULE)
+find_package(ECM 5.53.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)
 
@@ -15,7 +15,7 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
-set(REQUIRED_QT_VERSION 5.8.0)
+set(REQUIRED_QT_VERSION 5.9.0)
 find_package(Qt5Widgets ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.52.0/src/kplotwidget.cpp 
new/kplotting-5.53.0/src/kplotwidget.cpp
--- old/kplotting-5.52.0/src/kplotwidget.cpp2018-11-03 13:01:53.0 
+0100
+++ new/kplotting-5.53.0/src/kplotwidget.cpp2018-12-01 15:41:25.0 
+0100
@@ -420,7 +420,7 @@
 if (d->showObjectToolTip) {
 QHelpEvent *he = static_cast(e);
 QList pts = pointsUnderPoint(he->pos() - 
QPoint(leftPadding(), topPadding()) - contentsRect().topLeft());
-if (pts.count() > 0) {
+if (!pts.isEmpty()) {
 QToolTip::showText(he->globalPos(), pts.front()->label(), 
this);
 }
 }




commit kplotting for openSUSE:Factory

2018-11-14 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2018-11-14 14:37:02

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new (New)


Package is "kplotting"

Wed Nov 14 14:37:02 2018 rev:59 rq:648537 version:5.52.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2018-10-22 
11:14:53.675684727 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2018-11-14 
14:37:07.551107116 +0100
@@ -1,0 +2,10 @@
+Sun Nov 11 19:48:06 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.52.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.52.0.php
+- Changes since 5.51.0:
+  * No code changes since 5.51.0
+
+---

Old:

  kplotting-5.51.0.tar.xz

New:

  kplotting-5.52.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.kayUEn/_old  2018-11-14 14:37:08.531106154 +0100
+++ /var/tmp/diff_new_pack.kayUEn/_new  2018-11-14 14:37:08.535106150 +0100
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.51
+%define _tar_path 5.52
 # 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: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kplotting
-Version:5.51.0
+Version:5.52.0
 Release:0
 Summary:KDE Data plotting
 License:LGPL-2.1-or-later

++ kplotting-5.51.0.tar.xz -> kplotting-5.52.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.51.0/CMakeLists.txt 
new/kplotting-5.52.0/CMakeLists.txt
--- old/kplotting-5.51.0/CMakeLists.txt 2018-10-07 12:08:33.0 +0200
+++ new/kplotting-5.52.0/CMakeLists.txt 2018-11-03 13:01:53.0 +0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.51.0") # handled by release scripts
+set(KF5_VERSION "5.52.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.51.0  NO_MODULE)
+find_package(ECM 5.52.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)
 




commit kplotting for openSUSE:Factory

2018-10-22 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2018-10-22 11:14:51

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new (New)


Package is "kplotting"

Mon Oct 22 11:14:51 2018 rev:58 rq:642340 version:5.51.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2018-10-01 
08:08:26.514287741 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2018-10-22 
11:14:53.675684727 +0200
@@ -1,0 +2,15 @@
+Tue Oct 16 08:02:32 UTC 2018 - Luca Beltrame 
+
+- Run spec-cleaner
+
+---
+Mon Oct 15 11:50:37 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.51.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.51.0.php
+- Changes since 5.50.0:
+  * No code changes since 5.50.0
+
+---

Old:

  kplotting-5.50.0.tar.xz

New:

  kplotting-5.51.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.f64one/_old  2018-10-22 11:14:54.187684172 +0200
+++ /var/tmp/diff_new_pack.f64one/_new  2018-10-22 11:14:54.187684172 +0200
@@ -12,23 +12,23 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.50
+%define _tar_path 5.51
 # 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: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kplotting
-Version:5.50.0
+Version:5.51.0
 Release:0
 Summary:KDE Data plotting
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
-URL:http://www.kde.org
+URL:https://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  cmake >= 3.0

++ kplotting-5.50.0.tar.xz -> kplotting-5.51.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.50.0/CMakeLists.txt 
new/kplotting-5.51.0/CMakeLists.txt
--- old/kplotting-5.50.0/CMakeLists.txt 2018-09-01 00:23:44.0 +0200
+++ new/kplotting-5.51.0/CMakeLists.txt 2018-10-07 12:08:33.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.50.0") # handled by release scripts
+set(KF5_VERSION "5.51.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.50.0  NO_MODULE)
+find_package(ECM 5.51.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)
 




commit kplotting for openSUSE:Factory

2018-10-01 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2018-10-01 08:08:25

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new (New)


Package is "kplotting"

Mon Oct  1 08:08:25 2018 rev:57 rq:636019 version:5.50.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2018-08-24 
16:55:30.933461373 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2018-10-01 
08:08:26.514287741 +0200
@@ -1,0 +2,10 @@
+Thu Sep 13 21:58:46 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.50.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.50.0.php
+- Changes since 5.49.0:
+  * None
+
+---

Old:

  kplotting-5.49.0.tar.xz

New:

  kplotting-5.50.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.ybWzqS/_old  2018-10-01 08:08:27.290287326 +0200
+++ /var/tmp/diff_new_pack.ybWzqS/_new  2018-10-01 08:08:27.294287323 +0200
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.49
+%define _tar_path 5.50
 # 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: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kplotting
-Version:5.49.0
+Version:5.50.0
 Release:0
 Summary:KDE Data plotting
 License:LGPL-2.1-or-later

++ kplotting-5.49.0.tar.xz -> kplotting-5.50.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.49.0/CMakeLists.txt 
new/kplotting-5.50.0/CMakeLists.txt
--- old/kplotting-5.49.0/CMakeLists.txt 2018-08-04 10:44:39.0 +0200
+++ new/kplotting-5.50.0/CMakeLists.txt 2018-09-01 00:23:44.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.49.0") # handled by release scripts
+set(KF5_VERSION "5.50.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.49.0  NO_MODULE)
+find_package(ECM 5.50.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)
 




commit kplotting for openSUSE:Factory

2018-08-24 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2018-08-24 16:55:25

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new (New)


Package is "kplotting"

Fri Aug 24 16:55:25 2018 rev:56 rq:630630 version:5.49.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2018-07-21 
10:14:55.315104921 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2018-08-24 
16:55:30.933461373 +0200
@@ -1,0 +2,10 @@
+Sun Aug 19 09:19:21 UTC 2018 - christo...@krop.fr
+
+- Update to 5.49.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.49.0.php
+- Changes since 5.48.0:
+  * Honor BUILD_TESTING
+
+---

Old:

  kplotting-5.48.0.tar.xz

New:

  kplotting-5.49.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.s3PmlC/_old  2018-08-24 16:55:32.237462913 +0200
+++ /var/tmp/diff_new_pack.s3PmlC/_new  2018-08-24 16:55:32.241462918 +0200
@@ -17,27 +17,26 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.48
+%define _tar_path 5.49
 # 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: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kplotting
-Version:5.48.0
+Version:5.49.0
 Release:0
+Summary:KDE Data plotting
+License:LGPL-2.1-or-later
+Group:  System/GUI/KDE
+URL:http://www.kde.org
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+Source1:baselibs.conf
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
-Summary:KDE Data plotting
-License:LGPL-2.1-or-later
-Group:  System/GUI/KDE
-Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
-Source1:baselibs.conf
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 KPlotWidget is a QWidget-derived class that provides a virtual base class
@@ -46,12 +45,12 @@
 data being plotted.  KPlotWidget automatically converts everything
 to screen pixel units.
 
-%package -n %lname
+%package -n %{lname}
 Summary:KDE Data plotting
 Group:  System/GUI/KDE
 %requires_ge libQt5Widgets5
 
-%description -n %lname
+%description -n %{lname}
 KPlotWidget is a QWidget-derived class that provides a virtual base class
 for easy data-plotting. The idea behind KPlotWidget is that you only have
 to specify information in "data units"; i.e., the natural units of the
@@ -61,7 +60,7 @@
 %package devel
 Summary:KDE Data plotting: Build Environment
 Group:  Development/Libraries/KDE
-Requires:   %lname = %{version}
+Requires:   %{lname} = %{version}
 Requires:   extra-cmake-modules
 Requires:   cmake(Qt5Widgets) >= 5.6.0
 
@@ -83,17 +82,14 @@
   %kf5_makeinstall -C build
   %fdupes %{buildroot}
 
-%post -n %lname -p /sbin/ldconfig
-
-%postun -n %lname -p /sbin/ldconfig
+%post -n %{lname} -p /sbin/ldconfig
+%postun -n %{lname} -p /sbin/ldconfig
 
-%files -n %lname
-%defattr(-,root,root)
-%doc COPYING*
+%files -n %{lname}
+%license COPYING*
 %{_kf5_libdir}/libKF5Plotting.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_kf5_libdir}/libKF5Plotting.so
 %{_kf5_libdir}/cmake/KF5Plotting/
 %{_kf5_includedir}/

++ kplotting-5.48.0.tar.xz -> kplotting-5.49.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.48.0/CMakeLists.txt 
new/kplotting-5.49.0/CMakeLists.txt
--- old/kplotting-5.48.0/CMakeLists.txt 2018-07-07 23:53:26.0 +0200
+++ new/kplotting-5.49.0/CMakeLists.txt 2018-08-04 10:44:39.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.48.0") # handled by release scripts
+set(KF5_VERSION "5.49.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.48.0  NO_MODULE)
+find_package(ECM 5.49.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)
 
@@ -36,7 +36,9 

commit kplotting for openSUSE:Factory

2018-07-21 Thread root
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 - lbeltr...@kde.org
+
+- 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.0 +0200
+++ new/kplotting-5.48.0/CMakeLists.txt 2018-07-07 23:53:26.0 +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.0 
+0200
+++ new/kplotting-5.48.0/src/kplotwidget.h  2018-07-07 23:53:26.0 
+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.




commit kplotting for openSUSE:Factory

2018-06-22 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2018-06-22 13:22:36

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new (New)


Package is "kplotting"

Fri Jun 22 13:22:36 2018 rev:54 rq:616782 version:5.47.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2018-05-18 
14:23:12.572706290 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2018-06-22 
13:22:39.714860902 +0200
@@ -1,0 +2,10 @@
+Tue Jun 12 21:35:07 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.47.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.47.0.php
+- Changes since 5.46.0:
+  * None
+
+---

Old:

  kplotting-5.46.0.tar.xz

New:

  kplotting-5.47.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.xz7FHQ/_old  2018-06-22 13:22:40.662825873 +0200
+++ /var/tmp/diff_new_pack.xz7FHQ/_new  2018-06-22 13:22:40.662825873 +0200
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.46
+%define _tar_path 5.47
 # 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}')}
 Name:   kplotting
-Version:5.46.0
+Version:5.47.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kplotting-5.46.0.tar.xz -> kplotting-5.47.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.46.0/CMakeLists.txt 
new/kplotting-5.47.0/CMakeLists.txt
--- old/kplotting-5.46.0/CMakeLists.txt 2018-05-05 14:39:38.0 +0200
+++ new/kplotting-5.47.0/CMakeLists.txt 2018-06-02 18:29:19.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.46.0") # handled by release scripts
+set(KF5_VERSION "5.47.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.46.0  NO_MODULE)
+find_package(ECM 5.47.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)
 




commit kplotting for openSUSE:Factory

2018-05-18 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2018-05-18 14:23:10

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new (New)


Package is "kplotting"

Fri May 18 14:23:10 2018 rev:53 rq:607582 version:5.46.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2018-04-19 
15:18:11.690470541 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2018-05-18 
14:23:12.572706290 +0200
@@ -1,0 +2,10 @@
+Sun May 13 21:03:06 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.46.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.46.0.php
+- Changes since 5.45.0:
+  * None
+
+---

Old:

  kplotting-5.45.0.tar.xz

New:

  kplotting-5.46.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.oIjjtG/_old  2018-05-18 14:23:13.120686175 +0200
+++ /var/tmp/diff_new_pack.oIjjtG/_new  2018-05-18 14:23:13.120686175 +0200
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.45
+%define _tar_path 5.46
 # 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}')}
 Name:   kplotting
-Version:5.45.0
+Version:5.46.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kplotting-5.45.0.tar.xz -> kplotting-5.46.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.45.0/CMakeLists.txt 
new/kplotting-5.46.0/CMakeLists.txt
--- old/kplotting-5.45.0/CMakeLists.txt 2018-04-07 09:48:21.0 +0200
+++ new/kplotting-5.46.0/CMakeLists.txt 2018-05-05 14:39:38.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.45.0") # handled by release scripts
+set(KF5_VERSION "5.46.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.45.0  NO_MODULE)
+find_package(ECM 5.46.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)
 




commit kplotting for openSUSE:Factory

2018-04-19 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2018-04-19 15:18:10

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new (New)


Package is "kplotting"

Thu Apr 19 15:18:10 2018 rev:52 rq:596895 version:5.45.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2018-03-20 
21:47:08.918225342 +0100
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2018-04-19 
15:18:11.690470541 +0200
@@ -1,0 +2,10 @@
+Sat Apr 14 13:19:05 CEST 2018 - lbeltr...@kde.org
+
+- Update to 5.45.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.45.0.php
+- Changes since 5.44.0:
+  * Remove not necessary QtCore and co
+
+---

Old:

  kplotting-5.44.0.tar.xz

New:

  kplotting-5.45.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.sGPdTw/_old  2018-04-19 15:18:12.282446896 +0200
+++ /var/tmp/diff_new_pack.sGPdTw/_new  2018-04-19 15:18:12.286446736 +0200
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.44
+%define _tar_path 5.45
 # 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}')}
 Name:   kplotting
-Version:5.44.0
+Version:5.45.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kplotting-5.44.0.tar.xz -> kplotting-5.45.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.44.0/CMakeLists.txt 
new/kplotting-5.45.0/CMakeLists.txt
--- old/kplotting-5.44.0/CMakeLists.txt 2018-03-03 10:53:25.0 +0100
+++ new/kplotting-5.45.0/CMakeLists.txt 2018-04-07 09:48:21.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.44.0") # handled by release scripts
+set(KF5_VERSION "5.45.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.44.0  NO_MODULE)
+find_package(ECM 5.45.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)
 
@@ -15,7 +15,7 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
-set(REQUIRED_QT_VERSION 5.7.0)
+set(REQUIRED_QT_VERSION 5.8.0)
 find_package(Qt5Widgets ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.44.0/examples/testplot_widget.cpp 
new/kplotting-5.45.0/examples/testplot_widget.cpp
--- old/kplotting-5.44.0/examples/testplot_widget.cpp   2018-03-03 
10:53:25.0 +0100
+++ new/kplotting-5.45.0/examples/testplot_widget.cpp   2018-04-07 
09:48:21.0 +0200
@@ -19,7 +19,7 @@
 #include 
 #include 
 #include 
-#include 
+#include 
 
 #include "kplotwidget.h"
 #include "kplotobject.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.44.0/src/kplotaxis.h 
new/kplotting-5.45.0/src/kplotaxis.h
--- old/kplotting-5.44.0/src/kplotaxis.h2018-03-03 10:53:25.0 
+0100
+++ new/kplotting-5.45.0/src/kplotaxis.h2018-04-07 09:48:21.0 
+0200
@@ -23,8 +23,8 @@
 
 #include 
 
-#include 
-#include 
+#include 
+#include 
 
 /**
  * @short Axis for KPlotWidget
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.44.0/src/kplotpoint.h 
new/kplotting-5.45.0/src/kplotpoint.h
--- old/kplotting-5.44.0/src/kplotpoint.h   2018-03-03 10:53:25.0 
+0100
+++ new/kplotting-5.45.0/src/kplotpoint.h   2018-04-07 09:48:21.0 
+0200
@@ -23,7 +23,7 @@
 
 #include 
 
-#include 
+#include 
 
 class QPointF;
 




commit kplotting for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2018-03-20 21:47:07

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new (New)


Package is "kplotting"

Tue Mar 20 21:47:07 2018 rev:51 rq:586851 version:5.44.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2018-02-16 
21:33:25.207450209 +0100
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2018-03-20 
21:47:08.918225342 +0100
@@ -1,0 +2,10 @@
+Mon Mar 12 23:29:42 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.44.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.44.0.php
+- Changes since 5.43.0:
+  * None
+
+---

Old:

  kplotting-5.43.0.tar.xz

New:

  kplotting-5.44.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.LbX1wp/_old  2018-03-20 21:47:09.578201574 +0100
+++ /var/tmp/diff_new_pack.LbX1wp/_new  2018-03-20 21:47:09.582201430 +0100
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.43
+%define _tar_path 5.44
 # 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}')}
 Name:   kplotting
-Version:5.43.0
+Version:5.44.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
@@ -32,7 +32,7 @@
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
 Summary:KDE Data plotting
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz

++ kplotting-5.43.0.tar.xz -> kplotting-5.44.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.43.0/CMakeLists.txt 
new/kplotting-5.44.0/CMakeLists.txt
--- old/kplotting-5.43.0/CMakeLists.txt 2018-02-05 09:11:45.0 +0100
+++ new/kplotting-5.44.0/CMakeLists.txt 2018-03-03 10:53:25.0 +0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.43.0") # handled by release scripts
+set(KF5_VERSION "5.44.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.43.0  NO_MODULE)
+find_package(ECM 5.44.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)
 




commit kplotting for openSUSE:Factory

2018-02-16 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2018-02-16 21:33:24

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new (New)


Package is "kplotting"

Fri Feb 16 21:33:24 2018 rev:50 rq:576553 version:5.43.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2018-01-22 
16:02:41.098380486 +0100
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2018-02-16 
21:33:25.207450209 +0100
@@ -1,0 +2,10 @@
+Mon Feb 12 23:42:09 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.43.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.43.0.php
+- Changes since 5.42.0:
+  * None
+
+---

Old:

  kplotting-5.42.0.tar.xz

New:

  kplotting-5.43.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.FiGrFL/_old  2018-02-16 21:33:26.795392869 +0100
+++ /var/tmp/diff_new_pack.FiGrFL/_new  2018-02-16 21:33:26.799392724 +0100
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.42
+%define _tar_path 5.43
 # 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}')}
 Name:   kplotting
-Version:5.42.0
+Version:5.43.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kplotting-5.42.0.tar.xz -> kplotting-5.43.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.42.0/CMakeLists.txt 
new/kplotting-5.43.0/CMakeLists.txt
--- old/kplotting-5.42.0/CMakeLists.txt 2018-01-06 00:42:14.0 +0100
+++ new/kplotting-5.43.0/CMakeLists.txt 2018-02-05 09:11:45.0 +0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.42.0") # handled by release scripts
+set(KF5_VERSION "5.43.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.42.0  NO_MODULE)
+find_package(ECM 5.43.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)
 




commit kplotting for openSUSE:Factory

2018-01-22 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2018-01-22 16:02:39

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new (New)


Package is "kplotting"

Mon Jan 22 16:02:39 2018 rev:49 rq:566702 version:5.42.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2018-01-09 
14:43:57.269792879 +0100
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2018-01-22 
16:02:41.098380486 +0100
@@ -1,0 +2,11 @@
+Tue Jan 16 22:50:20 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.42.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.42.0.php
+- Changes since 5.41.0:
+  * Remove obsolete reviewboardrc file
+  * it was split
+
+---

Old:

  kplotting-5.41.0.tar.xz

New:

  kplotting-5.42.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.kb0BgN/_old  2018-01-22 16:02:41.706352035 +0100
+++ /var/tmp/diff_new_pack.kb0BgN/_new  2018-01-22 16:02:41.706352035 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kplotting
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.41
+%define _tar_path 5.42
 # 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}')}
 Name:   kplotting
-Version:5.41.0
+Version:5.42.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kplotting-5.41.0.tar.xz -> kplotting-5.42.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.41.0/.reviewboardrc 
new/kplotting-5.42.0/.reviewboardrc
--- old/kplotting-5.41.0/.reviewboardrc 2017-12-02 11:18:24.0 +0100
+++ new/kplotting-5.42.0/.reviewboardrc 1970-01-01 01:00:00.0 +0100
@@ -1,5 +0,0 @@
-REVIEWBOARD_URL = "https://git.reviewboard.kde.org;
-REPOSITORY = 'git://anongit.kde.org/kplotting'
-BRANCH = 'master'
-TARGET_GROUPS = 'kdeframeworks'
-TARGET_PEOPLE = 'cfeck'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.41.0/CMakeLists.txt 
new/kplotting-5.42.0/CMakeLists.txt
--- old/kplotting-5.41.0/CMakeLists.txt 2017-12-02 11:18:24.0 +0100
+++ new/kplotting-5.42.0/CMakeLists.txt 2018-01-06 00:42:14.0 +0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.41.0") # handled by release scripts
+set(KF5_VERSION "5.42.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.41.0  NO_MODULE)
+find_package(ECM 5.42.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)
 
@@ -66,6 +66,4 @@
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kplotting_version.h
 DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel )
 
-if ("${CMAKE_BINARY_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}")
-   feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
-endif()
+feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)




commit kplotting for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2018-01-09 14:43:56

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new (New)


Package is "kplotting"

Tue Jan  9 14:43:56 2018 rev:48 rq:559462 version:5.41.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2017-11-16 
14:40:28.095859985 +0100
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2018-01-09 
14:43:57.269792879 +0100
@@ -1,0 +2,10 @@
+Sun Dec 17 09:43:49 CET 2017 - lbeltr...@kde.org
+
+- Update to 5.41.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.41.0.php
+- Changes since 5.40.0:
+  * None
+
+---

Old:

  kplotting-5.40.0.tar.xz

New:

  kplotting-5.41.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.Y3rybq/_old  2018-01-09 14:43:57.917762492 +0100
+++ /var/tmp/diff_new_pack.Y3rybq/_new  2018-01-09 14:43:57.921762305 +0100
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.40
+%define _tar_path 5.41
 # 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}')}
 Name:   kplotting
-Version:5.40.0
+Version:5.41.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kplotting-5.40.0.tar.xz -> kplotting-5.41.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.40.0/CMakeLists.txt 
new/kplotting-5.41.0/CMakeLists.txt
--- old/kplotting-5.40.0/CMakeLists.txt 2017-11-04 22:47:02.0 +0100
+++ new/kplotting-5.41.0/CMakeLists.txt 2017-12-02 11:18:24.0 +0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.40.0") # handled by release scripts
+set(KF5_VERSION "5.41.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.40.0  NO_MODULE)
+find_package(ECM 5.41.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)
 




commit kplotting for openSUSE:Factory

2017-11-16 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2017-11-16 14:40:24

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new (New)


Package is "kplotting"

Thu Nov 16 14:40:24 2017 rev:47 rq:541680 version:5.40.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2017-10-27 
13:57:19.899487787 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2017-11-16 
14:40:28.095859985 +0100
@@ -1,0 +2,10 @@
+Mon Nov 13 07:01:15 CET 2017 - lbeltr...@kde.org
+
+- Update to 5.40.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.40.0.php
+- Changes since 5.39.0:
+  * Add .arcconfig
+
+---

Old:

  kplotting-5.39.0.tar.xz

New:

  kplotting-5.40.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.TO2VQP/_old  2017-11-16 14:40:29.491809376 +0100
+++ /var/tmp/diff_new_pack.TO2VQP/_new  2017-11-16 14:40:29.495809231 +0100
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.39
+%define _tar_path 5.40
 # 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}')}
 Name:   kplotting
-Version:5.39.0
+Version:5.40.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kplotting-5.39.0.tar.xz -> kplotting-5.40.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.39.0/.arcconfig 
new/kplotting-5.40.0/.arcconfig
--- old/kplotting-5.39.0/.arcconfig 1970-01-01 01:00:00.0 +0100
+++ new/kplotting-5.40.0/.arcconfig 2017-11-04 22:47:02.0 +0100
@@ -0,0 +1,3 @@
+{
+  "phabricator.uri" : "https://phabricator.kde.org/;
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.39.0/CMakeLists.txt 
new/kplotting-5.40.0/CMakeLists.txt
--- old/kplotting-5.39.0/CMakeLists.txt 2017-10-07 13:20:01.0 +0200
+++ new/kplotting-5.40.0/CMakeLists.txt 2017-11-04 22:47:02.0 +0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.39.0") # handled by release scripts
+set(KF5_VERSION "5.40.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.39.0  NO_MODULE)
+find_package(ECM 5.40.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)
 




commit kplotting for openSUSE:Factory

2017-10-27 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2017-10-27 13:57:18

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new (New)


Package is "kplotting"

Fri Oct 27 13:57:18 2017 rev:46 rq:536345 version:5.39.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2017-09-19 
16:26:20.550264690 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2017-10-27 
13:57:19.899487787 +0200
@@ -1,0 +2,10 @@
+Mon Oct 23 06:41:42 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.39.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.39.0.php
+- Changes since 5.38.0:
+  * None
+
+---

Old:

  kplotting-5.38.0.tar.xz

New:

  kplotting-5.39.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.DPEhUQ/_old  2017-10-27 13:57:21.391418049 +0200
+++ /var/tmp/diff_new_pack.DPEhUQ/_new  2017-10-27 13:57:21.395417861 +0200
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.38
+%define _tar_path 5.39
 # 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}')}
 Name:   kplotting
-Version:5.38.0
+Version:5.39.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kplotting-5.38.0.tar.xz -> kplotting-5.39.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.38.0/CMakeLists.txt 
new/kplotting-5.39.0/CMakeLists.txt
--- old/kplotting-5.38.0/CMakeLists.txt 2017-09-02 11:16:38.0 +0200
+++ new/kplotting-5.39.0/CMakeLists.txt 2017-10-07 13:20:01.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.38.0") # handled by release scripts
+set(KF5_VERSION "5.39.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.38.0  NO_MODULE)
+find_package(ECM 5.39.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)
 




commit kplotting for openSUSE:Factory

2017-09-19 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2017-09-19 16:26:18

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new (New)


Package is "kplotting"

Tue Sep 19 16:26:18 2017 rev:45 rq:526667 version:5.38.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2017-08-24 
17:57:59.465165600 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2017-09-19 
16:26:20.550264690 +0200
@@ -1,0 +2,10 @@
+Tue Sep 12 07:11:18 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.38.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.38.0.php
+- Changes since 5.37.0:
+  * Do not leak symbols of pimpl classes, protect with Q_DECL_HIDDEN
+
+---

Old:

  kplotting-5.37.0.tar.xz

New:

  kplotting-5.38.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.9eZrFH/_old  2017-09-19 16:26:21.174176277 +0200
+++ /var/tmp/diff_new_pack.9eZrFH/_new  2017-09-19 16:26:21.178175709 +0200
@@ -17,9 +17,13 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.37
+%define _tar_path 5.38
+# 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}')}
 Name:   kplotting
-Version:5.37.0
+Version:5.38.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kplotting-5.37.0.tar.xz -> kplotting-5.38.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.37.0/CMakeLists.txt 
new/kplotting-5.38.0/CMakeLists.txt
--- old/kplotting-5.37.0/CMakeLists.txt 2017-08-06 18:50:19.0 +0200
+++ new/kplotting-5.38.0/CMakeLists.txt 2017-09-02 11:16:38.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.37.0") # handled by release scripts
+set(KF5_VERSION "5.38.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.37.0  NO_MODULE)
+find_package(ECM 5.38.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.37.0/src/kplotwidget.cpp 
new/kplotting-5.38.0/src/kplotwidget.cpp
--- old/kplotting-5.37.0/src/kplotwidget.cpp2017-08-06 18:50:19.0 
+0200
+++ new/kplotting-5.38.0/src/kplotwidget.cpp2017-09-02 11:16:38.0 
+0200
@@ -39,7 +39,7 @@
 #define SMALLTICKSIZE 4
 #define TICKOFFSET 0
 
-class KPlotWidget::Private
+class Q_DECL_HIDDEN KPlotWidget::Private
 {
 public:
 Private(KPlotWidget *qq)




commit kplotting for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2017-08-24 17:57:58

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new (New)


Package is "kplotting"

Thu Aug 24 17:57:58 2017 rev:44 rq:516694 version:5.37.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2017-07-17 
10:25:20.504876517 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2017-08-24 
17:57:59.465165600 +0200
@@ -1,0 +2,10 @@
+Sat Aug 12 09:23:35 UTC 2017 - christo...@krop.fr
+
+- Update to 5.37.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.37.0.php
+- Changes since 5.36.0 :
+  * None
+
+---

Old:

  kplotting-5.36.0.tar.xz

New:

  kplotting-5.37.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.cbnDbn/_old  2017-08-24 17:58:00.065081102 +0200
+++ /var/tmp/diff_new_pack.cbnDbn/_new  2017-08-24 17:58:00.069080539 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.36
+%define _tar_path 5.37
 Name:   kplotting
-Version:5.36.0
+Version:5.37.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kplotting-5.36.0.tar.xz -> kplotting-5.37.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.36.0/CMakeLists.txt 
new/kplotting-5.37.0/CMakeLists.txt
--- old/kplotting-5.36.0/CMakeLists.txt 2017-06-30 12:43:05.0 +0200
+++ new/kplotting-5.37.0/CMakeLists.txt 2017-08-06 18:50:19.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.36.0") # handled by release scripts
+set(KF5_VERSION "5.37.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.36.0  NO_MODULE)
+find_package(ECM 5.37.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)
 
@@ -15,7 +15,7 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
-set(REQUIRED_QT_VERSION 5.6.0)
+set(REQUIRED_QT_VERSION 5.7.0)
 find_package(Qt5Widgets ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 
 




commit kplotting for openSUSE:Factory

2017-07-17 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2017-07-17 10:25:19

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new (New)


Package is "kplotting"

Mon Jul 17 10:25:19 2017 rev:43 rq:509927 version:5.36.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2017-07-05 
23:52:32.10212 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2017-07-17 
10:25:20.504876517 +0200
@@ -1,0 +2,10 @@
+Wed Jul 12 07:14:02 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.36.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.36.0.php
+- Changes since 5.35.0:
+  * [FEATURE] Option to build & install QCH file with the public API dox
+
+---

Old:

  kplotting-5.35.0.tar.xz

New:

  kplotting-5.36.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.yCiGAF/_old  2017-07-17 10:25:20.988808295 +0200
+++ /var/tmp/diff_new_pack.yCiGAF/_new  2017-07-17 10:25:20.988808295 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.35
+%define _tar_path 5.36
 Name:   kplotting
-Version:5.35.0
+Version:5.36.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kplotting-5.35.0.tar.xz -> kplotting-5.36.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.35.0/CMakeLists.txt 
new/kplotting-5.36.0/CMakeLists.txt
--- old/kplotting-5.35.0/CMakeLists.txt 2017-06-03 11:11:22.0 +0200
+++ new/kplotting-5.36.0/CMakeLists.txt 2017-06-30 12:43:05.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.35.0") # handled by release scripts
+set(KF5_VERSION "5.36.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.35.0  NO_MODULE)
+find_package(ECM 5.36.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)
 
@@ -23,6 +23,10 @@
 include(CMakePackageConfigHelpers)
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
+include(ECMAddQch)
+
+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)")
 
 ecm_setup_version(PROJECT VARIABLE_PREFIX KPLOTTING
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kplotting_version.h"
@@ -37,6 +41,16 @@
 # create a Config.cmake and a ConfigVersion.cmake file and install them
 set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Plotting")
 
+if (BUILD_QCH)
+ecm_install_qch_export(
+TARGETS KF5Plotting_QCH
+FILE KF5PlottingQchTargets.cmake
+DESTINATION "${CMAKECONFIG_INSTALL_DIR}"
+COMPONENT Devel
+)
+set(PACKAGE_INCLUDE_QCHTARGETS 
"include(\"\${CMAKE_CURRENT_LIST_DIR}/KF5PlottingQchTargets.cmake\")")
+endif()
+
 
configure_package_config_file("${CMAKE_CURRENT_SOURCE_DIR}/KF5PlottingConfig.cmake.in"
   
"${CMAKE_CURRENT_BINARY_DIR}/KF5PlottingConfig.cmake"
   INSTALL_DESTINATION  ${CMAKECONFIG_INSTALL_DIR}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.35.0/KF5PlottingConfig.cmake.in 
new/kplotting-5.36.0/KF5PlottingConfig.cmake.in
--- old/kplotting-5.35.0/KF5PlottingConfig.cmake.in 2017-06-03 
11:11:22.0 +0200
+++ new/kplotting-5.36.0/KF5PlottingConfig.cmake.in 2017-06-30 
12:43:05.0 +0200
@@ -5,4 +5,4 @@
 
 
 include("${CMAKE_CURRENT_LIST_DIR}/KF5PlottingTargets.cmake")
-
+@PACKAGE_INCLUDE_QCHTARGETS@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.35.0/src/CMakeLists.txt 
new/kplotting-5.36.0/src/CMakeLists.txt
--- old/kplotting-5.35.0/src/CMakeLists.txt 2017-06-03 11:11:22.0 
+0200
+++ new/kplotting-5.36.0/src/CMakeLists.txt 2017-06-30 12:43:05.0 
+0200
@@ -38,6 +38,28 @@
   DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5}/KPlotting COMPONENT Devel
 )
 
+if(BUILD_QCH)
+ecm_add_qch(
+KF5Plotting_QCH
+NAME KPlotting
+BASE_NAME KF5Plotting
+VERSION ${KF5_VERSION}
+

commit kplotting for openSUSE:Factory

2017-07-05 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2017-07-05 23:52:29

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new (New)


Package is "kplotting"

Wed Jul  5 23:52:29 2017 rev:42 rq:502965 version:5.35.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2017-06-01 
16:20:56.702866154 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2017-07-05 
23:52:32.10212 +0200
@@ -1,0 +2,10 @@
+Sun Jun 11 09:27:43 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.35.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.35.0.php
+- Changes since 5.34.0:
+  * None
+
+---

Old:

  kplotting-5.34.0.tar.xz

New:

  kplotting-5.35.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.DV5xUi/_old  2017-07-05 23:52:32.890015687 +0200
+++ /var/tmp/diff_new_pack.DV5xUi/_new  2017-07-05 23:52:32.894015124 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.34
+%define _tar_path 5.35
 Name:   kplotting
-Version:5.34.0
+Version:5.35.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kplotting-5.34.0.tar.xz -> kplotting-5.35.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.34.0/CMakeLists.txt 
new/kplotting-5.35.0/CMakeLists.txt
--- old/kplotting-5.34.0/CMakeLists.txt 2017-05-06 10:46:24.0 +0200
+++ new/kplotting-5.35.0/CMakeLists.txt 2017-06-03 11:11:22.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.34.0") # handled by release scripts
+set(KF5_VERSION "5.35.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.34.0  NO_MODULE)
+find_package(ECM 5.35.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)
 




commit kplotting for openSUSE:Factory

2017-06-01 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2017-06-01 16:20:55

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new (New)


Package is "kplotting"

Thu Jun  1 16:20:55 2017 rev:41 rq:495062 version:5.34.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2017-04-30 
21:20:22.730470445 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2017-06-01 
16:20:56.702866154 +0200
@@ -1,0 +2,10 @@
+Mon May 15 13:53:18 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.34.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.34.0.php
+- Changes since 5.33.0:
+  * None
+
+---

Old:

  kplotting-5.33.0.tar.xz

New:

  kplotting-5.34.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.mxF0B3/_old  2017-06-01 16:20:57.226792274 +0200
+++ /var/tmp/diff_new_pack.mxF0B3/_new  2017-06-01 16:20:57.230791710 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.33
+%define _tar_path 5.34
 Name:   kplotting
-Version:5.33.0
+Version:5.34.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kplotting-5.33.0.tar.xz -> kplotting-5.34.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.33.0/CMakeLists.txt 
new/kplotting-5.34.0/CMakeLists.txt
--- old/kplotting-5.33.0/CMakeLists.txt 2017-04-01 19:47:51.0 +0200
+++ new/kplotting-5.34.0/CMakeLists.txt 2017-05-06 10:46:24.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_VERSION "5.34.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.33.0  NO_MODULE)
+find_package(ECM 5.34.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)
 




commit kplotting for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2017-04-30 21:20:21

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new (New)


Package is "kplotting"

Sun Apr 30 21:20:21 2017 rev:40 rq:492083 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2017-03-28 
15:11:54.877166182 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2017-04-30 
21:20:22.730470445 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:54 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kplotting-5.32.0.tar.xz

New:

  kplotting-5.33.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.5RoWyx/_old  2017-04-30 21:20:23.366380783 +0200
+++ /var/tmp/diff_new_pack.5RoWyx/_new  2017-04-30 21:20:23.374379654 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kplotting
-Version:5.32.0
+Version:5.33.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kplotting-5.32.0.tar.xz -> kplotting-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.32.0/CMakeLists.txt 
new/kplotting-5.33.0/CMakeLists.txt
--- old/kplotting-5.32.0/CMakeLists.txt 2017-03-03 14:04:45.0 +0100
+++ new/kplotting-5.33.0/CMakeLists.txt 2017-04-01 19:47:51.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.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)
 




commit kplotting for openSUSE:Factory

2017-03-28 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2017-03-28 15:11:52

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new (New)


Package is "kplotting"

Tue Mar 28 15:11:52 2017 rev:39 rq:481532 version:5.32.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2017-03-03 
17:17:13.284805889 +0100
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2017-03-28 
15:11:54.877166182 +0200
@@ -1,0 +2,11 @@
+Sun Mar 19 14:50:52 CET 2017 - lbeltr...@kde.org
+
+- Update to 5.32.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.32.0.php
+- Changes since 5.31.0:
+  * Upgrade ECM and KF5 version requirements for 5.32.0 release.
+  * Upgrade KF5 version to 5.32.0.
+
+---

Old:

  kplotting-5.31.0.tar.xz

New:

  kplotting-5.32.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.7kK8IP/_old  2017-03-28 15:11:55.413090262 +0200
+++ /var/tmp/diff_new_pack.7kK8IP/_new  2017-03-28 15:11:55.413090262 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.31
+%define _tar_path 5.32
 Name:   kplotting
-Version:5.31.0
+Version:5.32.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kplotting-5.31.0.tar.xz -> kplotting-5.32.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.31.0/CMakeLists.txt 
new/kplotting-5.32.0/CMakeLists.txt
--- old/kplotting-5.31.0/CMakeLists.txt 2017-02-04 19:28:20.0 +0100
+++ new/kplotting-5.32.0/CMakeLists.txt 2017-03-03 14:04:45.0 +0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.31.0") # handled by release scripts
+set(KF5_VERSION "5.32.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.31.0  NO_MODULE)
+find_package(ECM 5.32.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)
 




commit kplotting for openSUSE:Factory

2017-03-03 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2017-03-03 17:17:12

Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and  /work/SRC/openSUSE:Factory/.kplotting.new (New)


Package is "kplotting"

Fri Mar  3 17:17:12 2017 rev:38 rq:461453 version:5.31.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2017-02-03 
17:45:59.646272986 +0100
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2017-03-03 
17:17:13.284805889 +0100
@@ -1,0 +2,7 @@
+Thu Feb  9 09:32:18 UTC 2017 - hrvoje.sen...@gmail.com
+
+- Update to 5.31.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.31.0.php
+
+---

Old:

  kplotting-5.30.0.tar.xz

New:

  kplotting-5.31.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.PAuioD/_old  2017-03-03 17:17:13.872722732 +0100
+++ /var/tmp/diff_new_pack.PAuioD/_new  2017-03-03 17:17:13.876722165 +0100
@@ -17,16 +17,16 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.30
+%define _tar_path 5.31
 Name:   kplotting
-Version:5.30.0
+Version:5.31.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
-BuildRequires:  cmake(Qt5Test) >= 5.5.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.5.0
+BuildRequires:  cmake(Qt5Test) >= 5.6.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
 Summary:KDE Data plotting
 License:LGPL-2.1+
 Group:  System/GUI/KDE
@@ -59,7 +59,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules
-Requires:   cmake(Qt5Widgets) >= 5.5.0
+Requires:   cmake(Qt5Widgets) >= 5.6.0
 
 %description devel
 KPlotWidget is a QWidget-derived class that provides a virtual base class

++ kplotting-5.30.0.tar.xz -> kplotting-5.31.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.30.0/CMakeLists.txt 
new/kplotting-5.31.0/CMakeLists.txt
--- old/kplotting-5.30.0/CMakeLists.txt 2017-01-08 16:40:17.0 +0100
+++ new/kplotting-5.31.0/CMakeLists.txt 2017-02-04 19:28:20.0 +0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.30.0") # handled by release scripts
+set(KF5_VERSION "5.31.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.30.0  NO_MODULE)
+find_package(ECM 5.31.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)
 
@@ -15,7 +15,7 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
-set(REQUIRED_QT_VERSION 5.5.0)
+set(REQUIRED_QT_VERSION 5.6.0)
 find_package(Qt5Widgets ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.30.0/examples/testplot_main.cpp 
new/kplotting-5.31.0/examples/testplot_main.cpp
--- old/kplotting-5.30.0/examples/testplot_main.cpp 2017-01-08 
16:40:17.0 +0100
+++ new/kplotting-5.31.0/examples/testplot_main.cpp 2017-02-04 
19:28:20.0 +0100
@@ -21,7 +21,7 @@
 int main(int argc, char *argv[])
 {
 QApplication a(argc, argv);
-TestPlot *tp = new TestPlot(0);
+TestPlot *tp = new TestPlot(nullptr);
 tp->show();
 QObject::connect(qApp, SIGNAL(lastWindowClosed()), qApp, SLOT(quit()));
 return a.exec();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.30.0/examples/testplot_widget.cpp 
new/kplotting-5.31.0/examples/testplot_widget.cpp
--- old/kplotting-5.30.0/examples/testplot_widget.cpp   2017-01-08 
16:40:17.0 +0100
+++ new/kplotting-5.31.0/examples/testplot_widget.cpp   2017-02-04 
19:28:20.0 +0100
@@ -26,7 +26,7 @@
 #include "kplotaxis.h"
 #include "testplot_widget.h"
 
-TestPlot::TestPlot(QWidget *p) : QMainWindow(p), po1(0), po2(0)
+TestPlot::TestPlot(QWidget *p) : QMainWindow(p), po1(nullptr), po2(nullptr)
 {
 QWidget *w = new QWidget(this);
 vlay = new QVBoxLayout(w);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.30.0/examples/testplot_widget.h 
new/kplotting-5.31.0/examples/testplot_widget.h
--- old/kplotting-5.30.0/examples/testplot_widget.h 

commit kplotting for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2017-01-31 12:07:45

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  2016-12-17 
11:12:17.035303400 +0100
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2017-02-03 
17:45:59.646272986 +0100
@@ -1,0 +2,7 @@
+Sun Jan  8 23:43:09 UTC 2017 - hrvoje.sen...@gmail.com
+
+- Update to 5.30.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.30.0.php
+
+---

Old:

  kplotting-5.29.0.tar.xz

New:

  kplotting-5.30.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.3YEVjU/_old  2017-02-03 17:46:00.074212414 +0100
+++ /var/tmp/diff_new_pack.3YEVjU/_new  2017-02-03 17:46:00.078211848 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kplotting
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,11 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.29
+%define _tar_path 5.30
 Name:   kplotting
-Version:5.29.0
+Version:5.30.0
 Release:0
-BuildRequires:  cmake >= 2.8.12
+BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem

++ kplotting-5.29.0.tar.xz -> kplotting-5.30.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.29.0/CMakeLists.txt 
new/kplotting-5.30.0/CMakeLists.txt
--- old/kplotting-5.29.0/CMakeLists.txt 2016-12-03 11:32:16.0 +0100
+++ new/kplotting-5.30.0/CMakeLists.txt 2017-01-08 16:40:17.0 +0100
@@ -1,9 +1,10 @@
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 3.0)
 
-project(KPlotting)
+set(KF5_VERSION "5.30.0") # handled by release scripts
+project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.29.0  NO_MODULE)
+find_package(ECM 5.30.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)
 
@@ -19,13 +20,11 @@
 
 
 include(GenerateExportHeader)
-include(ECMPackageConfigHelpers)
+include(CMakePackageConfigHelpers)
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.29.0") # handled by release scripts
-
-ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KPLOTTING
+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"
 SOVERSION 5)
@@ -38,7 +37,7 @@
 # create a Config.cmake and a ConfigVersion.cmake file and install them
 set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Plotting")
 
-ecm_configure_package_config_file("${CMAKE_CURRENT_SOURCE_DIR}/KF5PlottingConfig.cmake.in"
+configure_package_config_file("${CMAKE_CURRENT_SOURCE_DIR}/KF5PlottingConfig.cmake.in"
   
"${CMAKE_CURRENT_BINARY_DIR}/KF5PlottingConfig.cmake"
   INSTALL_DESTINATION  ${CMAKECONFIG_INSTALL_DIR}
   )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.29.0/KF5PlottingConfig.cmake.in 
new/kplotting-5.30.0/KF5PlottingConfig.cmake.in
--- old/kplotting-5.29.0/KF5PlottingConfig.cmake.in 2016-12-03 
11:32:16.0 +0100
+++ new/kplotting-5.30.0/KF5PlottingConfig.cmake.in 2017-01-08 
16:40:17.0 +0100
@@ -1,5 +1,6 @@
 @PACKAGE_INIT@
 
+include(CMakeFindDependencyMacro)
 find_dependency(Qt5Widgets @REQUIRED_QT_VERSION@)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.29.0/metainfo.yaml 
new/kplotting-5.30.0/metainfo.yaml
--- old/kplotting-5.29.0/metainfo.yaml  2016-12-03 11:32:16.0 +0100
+++ new/kplotting-5.30.0/metainfo.yaml  2017-01-08 16:40:17.0 +0100
@@ -4,6 +4,7 @@
 type: functional
 platforms:
 - name: Linux
+- name: FreeBSD
 - name: Windows
 - name: MacOSX
 - name: 

commit kplotting for openSUSE:Factory

2016-11-17 Thread h_root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2016-11-17 12:35:50

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  2016-10-28 
12:22:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2016-11-17 
12:35:51.0 +0100
@@ -1,0 +2,7 @@
+Sat Nov  5 22:10:04 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.28.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.28.0.php
+
+---

Old:

  kplotting-5.27.0.tar.xz

New:

  kplotting-5.28.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.Wumuzd/_old  2016-11-17 12:35:52.0 +0100
+++ /var/tmp/diff_new_pack.Wumuzd/_new  2016-11-17 12:35:52.0 +0100
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.27
+%define _tar_path 5.28
 Name:   kplotting
-Version:5.27.0
+Version:5.28.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kplotting-5.27.0.tar.xz -> kplotting-5.28.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.27.0/CMakeLists.txt 
new/kplotting-5.28.0/CMakeLists.txt
--- old/kplotting-5.27.0/CMakeLists.txt 2016-10-02 10:08:59.0 +0200
+++ new/kplotting-5.28.0/CMakeLists.txt 2016-11-05 12:10:32.0 +0100
@@ -3,7 +3,7 @@
 project(KPlotting)
 
 include(FeatureSummary)
-find_package(ECM 5.27.0  NO_MODULE)
+find_package(ECM 5.28.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)
 
@@ -23,7 +23,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.27.0") # handled by release scripts
+set(KF5_VERSION "5.28.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KPLOTTING
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kplotting_version.h"




commit kplotting for openSUSE:Factory

2016-10-28 Thread h_root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2016-10-28 12:22:52

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  2016-09-14 
23:27:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2016-10-28 
12:22:53.0 +0200
@@ -1,0 +2,7 @@
+Sun Oct  2 12:58:37 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.27.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.27.0.php
+
+---

Old:

  kplotting-5.26.0.tar.xz

New:

  kplotting-5.27.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.iML1wZ/_old  2016-10-28 12:22:54.0 +0200
+++ /var/tmp/diff_new_pack.iML1wZ/_new  2016-10-28 12:22:54.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.26
+%define _tar_path 5.27
 Name:   kplotting
-Version:5.26.0
+Version:5.27.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kplotting-5.26.0.tar.xz -> kplotting-5.27.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.26.0/CMakeLists.txt 
new/kplotting-5.27.0/CMakeLists.txt
--- old/kplotting-5.26.0/CMakeLists.txt 2016-09-06 00:42:24.0 +0200
+++ new/kplotting-5.27.0/CMakeLists.txt 2016-10-02 10:08:59.0 +0200
@@ -3,7 +3,7 @@
 project(KPlotting)
 
 include(FeatureSummary)
-find_package(ECM 5.26.0  NO_MODULE)
+find_package(ECM 5.27.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)
 
@@ -23,7 +23,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.26.0") # handled by release scripts
+set(KF5_VERSION "5.27.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KPLOTTING
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kplotting_version.h"




commit kplotting for openSUSE:Factory

2016-09-14 Thread h_root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2016-09-14 23:27:22

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  2016-08-29 
15:09:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2016-09-14 
23:27:24.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep  6 20:52:39 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.26.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.26.0.php
+
+---

Old:

  kplotting-5.25.0.tar.xz

New:

  kplotting-5.26.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.abnRPF/_old  2016-09-14 23:27:25.0 +0200
+++ /var/tmp/diff_new_pack.abnRPF/_new  2016-09-14 23:27:25.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.25
+%define _tar_path 5.26
 Name:   kplotting
-Version:5.25.0
+Version:5.26.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kplotting-5.25.0.tar.xz -> kplotting-5.26.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.25.0/CMakeLists.txt 
new/kplotting-5.26.0/CMakeLists.txt
--- old/kplotting-5.25.0/CMakeLists.txt 2016-08-06 10:38:40.0 +0200
+++ new/kplotting-5.26.0/CMakeLists.txt 2016-09-06 00:42:24.0 +0200
@@ -3,7 +3,7 @@
 project(KPlotting)
 
 include(FeatureSummary)
-find_package(ECM 5.25.0  NO_MODULE)
+find_package(ECM 5.26.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)
 
@@ -23,7 +23,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.25.0") # handled by release scripts
+set(KF5_VERSION "5.26.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KPLOTTING
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kplotting_version.h"




commit kplotting for openSUSE:Factory

2016-08-29 Thread h_root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2016-08-29 15:09:06

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  2016-07-15 
12:38:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2016-08-29 
15:09:10.0 +0200
@@ -1,0 +2,8 @@
+Sun Aug  7 21:55:51 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.25.0
+  * Qt >= 5.5 is now required
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.25.0.php
+
+---

Old:

  kplotting-5.24.0.tar.xz

New:

  kplotting-5.25.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.TzGe4k/_old  2016-08-29 15:09:11.0 +0200
+++ /var/tmp/diff_new_pack.TzGe4k/_new  2016-08-29 15:09:11.0 +0200
@@ -17,16 +17,16 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.24
+%define _tar_path 5.25
 Name:   kplotting
-Version:5.24.0
+Version:5.25.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
-BuildRequires:  cmake(Qt5Test) >= 5.4.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.4.0
+BuildRequires:  cmake(Qt5Test) >= 5.5.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.5.0
 Summary:KDE Data plotting
 License:LGPL-2.1+
 Group:  System/GUI/KDE
@@ -59,7 +59,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules
-Requires:   cmake(Qt5Widgets) >= 5.4.0
+Requires:   cmake(Qt5Widgets) >= 5.5.0
 
 %description devel
 KPlotWidget is a QWidget-derived class that provides a virtual base class

++ kplotting-5.24.0.tar.xz -> kplotting-5.25.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.24.0/CMakeLists.txt 
new/kplotting-5.25.0/CMakeLists.txt
--- old/kplotting-5.24.0/CMakeLists.txt 2016-07-02 10:53:05.0 +0200
+++ new/kplotting-5.25.0/CMakeLists.txt 2016-08-06 10:38:40.0 +0200
@@ -3,7 +3,7 @@
 project(KPlotting)
 
 include(FeatureSummary)
-find_package(ECM 5.24.0  NO_MODULE)
+find_package(ECM 5.25.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)
 
@@ -14,7 +14,7 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
-set(REQUIRED_QT_VERSION 5.4.0)
+set(REQUIRED_QT_VERSION 5.5.0)
 find_package(Qt5Widgets ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 
 
@@ -23,7 +23,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.24.0") # handled by release scripts
+set(KF5_VERSION "5.25.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KPLOTTING
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kplotting_version.h"




commit kplotting for openSUSE:Factory

2016-07-15 Thread h_root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2016-07-15 12:38:48

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  2016-07-03 
12:24:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2016-07-15 
12:38:50.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul  6 15:05:48 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.24.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.24.0.php
+
+---

Old:

  kplotting-5.23.0.tar.xz

New:

  kplotting-5.24.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.d9oLJ1/_old  2016-07-15 12:38:51.0 +0200
+++ /var/tmp/diff_new_pack.d9oLJ1/_new  2016-07-15 12:38:51.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.23
+%define _tar_path 5.24
 Name:   kplotting
-Version:5.23.0
+Version:5.24.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kplotting-5.23.0.tar.xz -> kplotting-5.24.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.23.0/CMakeLists.txt 
new/kplotting-5.24.0/CMakeLists.txt
--- old/kplotting-5.23.0/CMakeLists.txt 2016-06-06 11:34:38.0 +0200
+++ new/kplotting-5.24.0/CMakeLists.txt 2016-07-02 10:53:05.0 +0200
@@ -3,7 +3,7 @@
 project(KPlotting)
 
 include(FeatureSummary)
-find_package(ECM 5.23.0  NO_MODULE)
+find_package(ECM 5.24.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)
 
@@ -23,7 +23,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.23.0") # handled by release scripts
+set(KF5_VERSION "5.24.0") # handled by release scripts
 
 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-5.23.0/metainfo.yaml 
new/kplotting-5.24.0/metainfo.yaml
--- old/kplotting-5.23.0/metainfo.yaml  2016-06-06 11:34:38.0 +0200
+++ new/kplotting-5.24.0/metainfo.yaml  2016-07-02 10:53:05.0 +0200
@@ -3,7 +3,10 @@
 tier: 1
 type: functional
 platforms:
-- name: All
+- name: Linux
+- name: Windows
+- name: MacOSX
+- name: Android
 portingAid: false
 deprecated: false
 release: true




commit kplotting for openSUSE:Factory

2016-07-03 Thread h_root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2016-07-03 12:24:32

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  2016-05-19 
12:09:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2016-07-03 
12:24:33.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun  6 21:27:07 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.23.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.23.0.php
+
+---

Old:

  kplotting-5.22.0.tar.xz

New:

  kplotting-5.23.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.wH4gbI/_old  2016-07-03 12:24:34.0 +0200
+++ /var/tmp/diff_new_pack.wH4gbI/_new  2016-07-03 12:24:34.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.22
+%define _tar_path 5.23
 Name:   kplotting
-Version:5.22.0
+Version:5.23.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kplotting-5.22.0.tar.xz -> kplotting-5.23.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.22.0/CMakeLists.txt 
new/kplotting-5.23.0/CMakeLists.txt
--- old/kplotting-5.22.0/CMakeLists.txt 2016-05-06 21:54:00.0 +0200
+++ new/kplotting-5.23.0/CMakeLists.txt 2016-06-06 11:34:38.0 +0200
@@ -3,7 +3,7 @@
 project(KPlotting)
 
 include(FeatureSummary)
-find_package(ECM 5.22.0  NO_MODULE)
+find_package(ECM 5.23.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)
 
@@ -23,7 +23,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.22.0") # handled by release scripts
+set(KF5_VERSION "5.23.0") # handled by release scripts
 
 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-5.22.0/metainfo.yaml 
new/kplotting-5.23.0/metainfo.yaml
--- old/kplotting-5.22.0/metainfo.yaml  2016-05-06 21:54:00.0 +0200
+++ new/kplotting-5.23.0/metainfo.yaml  2016-06-06 11:34:38.0 +0200
@@ -11,3 +11,7 @@
  - qmake: KPlotting
cmake: "KF5::Plotting"
 cmakename: KF5Plotting
+
+public_lib: true
+group: Frameworks
+subgroup: Tier 1




commit kplotting for openSUSE:Factory

2016-05-19 Thread h_root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2016-05-19 12:09:16

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  2016-04-12 
19:24:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2016-05-19 
12:09:17.0 +0200
@@ -1,0 +2,7 @@
+Sat May  7 18:33:26 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.22.0 (boo#980066)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.22.0.php
+
+---

Old:

  kplotting-5.21.0.tar.xz

New:

  kplotting-5.22.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.DFFMnm/_old  2016-05-19 12:09:18.0 +0200
+++ /var/tmp/diff_new_pack.DFFMnm/_new  2016-05-19 12:09:18.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.21
+%define _tar_path 5.22
 Name:   kplotting
-Version:5.21.0
+Version:5.22.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kplotting-5.21.0.tar.xz -> kplotting-5.22.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.21.0/CMakeLists.txt 
new/kplotting-5.22.0/CMakeLists.txt
--- old/kplotting-5.21.0/CMakeLists.txt 2016-04-03 22:36:47.0 +0200
+++ new/kplotting-5.22.0/CMakeLists.txt 2016-05-06 21:54:00.0 +0200
@@ -3,7 +3,7 @@
 project(KPlotting)
 
 include(FeatureSummary)
-find_package(ECM 5.21.0  NO_MODULE)
+find_package(ECM 5.22.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)
 
@@ -23,7 +23,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.21.0") # handled by release scripts
+set(KF5_VERSION "5.22.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KPLOTTING
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kplotting_version.h"




commit kplotting for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2016-04-12 19:24:26

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  2016-03-16 
10:31:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2016-04-12 
19:24:28.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr  4 14:22:07 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.21.0 (boo#974793)
+  * Upgrade Qt version requirement to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.21.0.php
+
+---

Old:

  kplotting-5.20.0.tar.xz

New:

  kplotting-5.21.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.EVvY0Q/_old  2016-04-12 19:24:28.0 +0200
+++ /var/tmp/diff_new_pack.EVvY0Q/_new  2016-04-12 19:24:28.0 +0200
@@ -17,16 +17,16 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.20
+%define _tar_path 5.21
 Name:   kplotting
-Version:5.20.0
+Version:5.21.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
-BuildRequires:  cmake(Qt5Test) >= 5.3.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.3.0
+BuildRequires:  cmake(Qt5Test) >= 5.4.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.4.0
 Summary:KDE Data plotting
 License:LGPL-2.1+
 Group:  System/GUI/KDE
@@ -59,7 +59,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules
-Requires:   cmake(Qt5Widgets) >= 5.3.0
+Requires:   cmake(Qt5Widgets) >= 5.4.0
 
 %description devel
 KPlotWidget is a QWidget-derived class that provides a virtual base class

++ kplotting-5.20.0.tar.xz -> kplotting-5.21.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.20.0/CMakeLists.txt 
new/kplotting-5.21.0/CMakeLists.txt
--- old/kplotting-5.20.0/CMakeLists.txt 2016-03-04 23:22:25.0 +0100
+++ new/kplotting-5.21.0/CMakeLists.txt 2016-04-03 22:36:47.0 +0200
@@ -3,7 +3,7 @@
 project(KPlotting)
 
 include(FeatureSummary)
-find_package(ECM 5.20.0  NO_MODULE)
+find_package(ECM 5.21.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)
 
@@ -14,7 +14,7 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
-set(REQUIRED_QT_VERSION 5.3.0)
+set(REQUIRED_QT_VERSION 5.4.0)
 find_package(Qt5Widgets ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 
 
@@ -23,7 +23,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.20.0") # handled by release scripts
+set(KF5_VERSION "5.21.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KPLOTTING
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kplotting_version.h"




commit kplotting for openSUSE:Factory

2016-03-16 Thread h_root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2016-03-16 10:31:21

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  2016-02-24 
18:56:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2016-03-16 
10:31:22.0 +0100
@@ -1,0 +2,7 @@
+Sun Mar  6 10:01:04 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.20.0 (boo#970856)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.20.0.php
+
+---

Old:

  kplotting-5.19.0.tar.xz

New:

  kplotting-5.20.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.1B0aZV/_old  2016-03-16 10:31:23.0 +0100
+++ /var/tmp/diff_new_pack.1B0aZV/_new  2016-03-16 10:31:23.0 +0100
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.19
+%define _tar_path 5.20
 Name:   kplotting
-Version:5.19.0
+Version:5.20.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kplotting-5.19.0.tar.xz -> kplotting-5.20.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.19.0/CMakeLists.txt 
new/kplotting-5.20.0/CMakeLists.txt
--- old/kplotting-5.19.0/CMakeLists.txt 2016-02-06 10:42:15.0 +0100
+++ new/kplotting-5.20.0/CMakeLists.txt 2016-03-04 23:22:25.0 +0100
@@ -3,7 +3,7 @@
 project(KPlotting)
 
 include(FeatureSummary)
-find_package(ECM 5.19.0  NO_MODULE)
+find_package(ECM 5.20.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)
 
@@ -23,7 +23,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.19.0") # handled by release scripts
+set(KF5_VERSION "5.20.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KPLOTTING
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kplotting_version.h"




commit kplotting for openSUSE:Factory

2016-02-24 Thread h_root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2016-02-24 18:56:49

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  2016-01-20 
09:47:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2016-02-24 
18:56:50.0 +0100
@@ -1,0 +2,7 @@
+Sat Feb  6 18:05:59 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.19.0 (boo#967668)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.19.0.php
+
+---

Old:

  kplotting-5.18.0.tar.xz

New:

  kplotting-5.19.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.pC218m/_old  2016-02-24 18:56:51.0 +0100
+++ /var/tmp/diff_new_pack.pC218m/_new  2016-02-24 18:56:51.0 +0100
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.18
+%define _tar_path 5.19
 Name:   kplotting
-Version:5.18.0
+Version:5.19.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kplotting-5.18.0.tar.xz -> kplotting-5.19.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.18.0/CMakeLists.txt 
new/kplotting-5.19.0/CMakeLists.txt
--- old/kplotting-5.18.0/CMakeLists.txt 2016-01-01 21:03:21.0 +0100
+++ new/kplotting-5.19.0/CMakeLists.txt 2016-02-06 10:42:15.0 +0100
@@ -3,7 +3,7 @@
 project(KPlotting)
 
 include(FeatureSummary)
-find_package(ECM 5.18.0  NO_MODULE)
+find_package(ECM 5.19.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)
 
@@ -11,7 +11,7 @@
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(KDEInstallDirs)
-include(KDEFrameworkCompilerSettings)
+include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
 set(REQUIRED_QT_VERSION 5.3.0)
@@ -23,7 +23,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.18.0") # handled by release scripts
+set(KF5_VERSION "5.19.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KPLOTTING
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kplotting_version.h"




commit kplotting for openSUSE:Factory

2016-01-20 Thread h_root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2016-01-20 09:47:35

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  2015-12-29 
12:54:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2016-01-20 
09:47:36.0 +0100
@@ -1,0 +2,7 @@
+Sat Jan  2 17:44:57 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.18.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.18.0.php
+
+---

Old:

  kplotting-5.17.0.tar.xz

New:

  kplotting-5.18.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.zupnZN/_old  2016-01-20 09:47:38.0 +0100
+++ /var/tmp/diff_new_pack.zupnZN/_new  2016-01-20 09:47:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kplotting
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.17
+%define _tar_path 5.18
 Name:   kplotting
-Version:5.17.0
+Version:5.18.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kplotting-5.17.0.tar.xz -> kplotting-5.18.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.17.0/CMakeLists.txt 
new/kplotting-5.18.0/CMakeLists.txt
--- old/kplotting-5.17.0/CMakeLists.txt 2015-12-06 15:56:06.0 +0100
+++ new/kplotting-5.18.0/CMakeLists.txt 2016-01-01 21:03:21.0 +0100
@@ -3,7 +3,7 @@
 project(KPlotting)
 
 include(FeatureSummary)
-find_package(ECM 5.17.0  NO_MODULE)
+find_package(ECM 5.18.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)
 
@@ -23,7 +23,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.17.0") # handled by release scripts
+set(KF5_VERSION "5.18.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KPLOTTING
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kplotting_version.h"




commit kplotting for openSUSE:Factory

2015-12-29 Thread h_root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2015-12-29 12:54:15

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  2015-11-24 
22:24:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2015-12-29 
12:54:16.0 +0100
@@ -1,0 +2,7 @@
+Thu Dec 10 23:08:51 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.17.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.17.0.php
+
+---

Old:

  kplotting-5.16.0.tar.xz

New:

  kplotting-5.17.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.DcI4Qd/_old  2015-12-29 12:54:17.0 +0100
+++ /var/tmp/diff_new_pack.DcI4Qd/_new  2015-12-29 12:54:17.0 +0100
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.16
+%define _tar_path 5.17
 Name:   kplotting
-Version:5.16.0
+Version:5.17.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kplotting-5.16.0.tar.xz -> kplotting-5.17.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.16.0/CMakeLists.txt 
new/kplotting-5.17.0/CMakeLists.txt
--- old/kplotting-5.16.0/CMakeLists.txt 2015-11-08 12:14:43.0 +0100
+++ new/kplotting-5.17.0/CMakeLists.txt 2015-12-06 15:56:06.0 +0100
@@ -3,7 +3,7 @@
 project(KPlotting)
 
 include(FeatureSummary)
-find_package(ECM 5.16.0  NO_MODULE)
+find_package(ECM 5.17.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)
 
@@ -23,7 +23,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.16.0") # handled by release scripts
+set(KF5_VERSION "5.17.0") # handled by release scripts
 
 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-5.16.0/autotests/kplotaxistest.cpp 
new/kplotting-5.17.0/autotests/kplotaxistest.cpp
--- old/kplotting-5.16.0/autotests/kplotaxistest.cpp2015-11-08 
12:14:43.0 +0100
+++ new/kplotting-5.17.0/autotests/kplotaxistest.cpp2015-12-06 
15:56:06.0 +0100
@@ -28,7 +28,7 @@
 private Q_SLOTS:
 void initTestCase()
 {
-m_kPlotAxis = new KPlotAxis(QLatin1String("label"));
+m_kPlotAxis = new KPlotAxis(QStringLiteral("label"));
 }
 
 void cleanupTestCase()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.16.0/autotests/kplotobjecttest.cpp 
new/kplotting-5.17.0/autotests/kplotobjecttest.cpp
--- old/kplotting-5.16.0/autotests/kplotobjecttest.cpp  2015-11-08 
12:14:43.0 +0100
+++ new/kplotting-5.17.0/autotests/kplotobjecttest.cpp  2015-12-06 
15:56:06.0 +0100
@@ -178,7 +178,7 @@
 QCOMPARE(p1->barWidth(), 1.0);
 
 // test void KPlotObject::addPoint( KPlotPoint *p )
-KPlotPoint *p2 = new KPlotPoint(2, 2, QLatin1String("label2"), 2.0);
+KPlotPoint *p2 = new KPlotPoint(2, 2, QStringLiteral("label2"), 2.0);
 m_kPlotObject->addPoint(p2);
 QCOMPARE(m_kPlotObject->points().size(), 2);
 KPlotPoint *p2List = m_kPlotObject->points().at(1);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.16.0/autotests/kplotpointtest.cpp 
new/kplotting-5.17.0/autotests/kplotpointtest.cpp
--- old/kplotting-5.16.0/autotests/kplotpointtest.cpp   2015-11-08 
12:14:43.0 +0100
+++ new/kplotting-5.17.0/autotests/kplotpointtest.cpp   2015-12-06 
15:56:06.0 +0100
@@ -29,8 +29,8 @@
 
 void testConstructor()
 {
-KPlotPoint *p1 = new KPlotPoint(2.0, 3.0, QLatin1String("label"), 5.0);
-KPlotPoint *p2 = new KPlotPoint(QPointF(2.0, 3.0), 
QLatin1String("label"), 5.0);
+KPlotPoint *p1 = new KPlotPoint(2.0, 3.0, QStringLiteral("label"), 
5.0);
+KPlotPoint *p2 = new KPlotPoint(QPointF(2.0, 3.0), 
QStringLiteral("label"), 5.0);
 
 QCOMPARE(p1->x(), 2.0);
 QCOMPARE(p2->x(), 2.0);
@@ -50,7 +50,7 @@
 
 void testPosition()
 {
-KPlotPoint *p1 = new 

commit kplotting for openSUSE:Factory

2015-11-24 Thread h_root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2015-11-24 22:24:46

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  2015-10-19 
22:26:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2015-11-24 
22:24:48.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  8 17:03:18 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.16.0 (boo#955067)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.16.0.php
+
+---

Old:

  kplotting-5.15.0.tar.xz

New:

  kplotting-5.16.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.c6cu4L/_old  2015-11-24 22:24:48.0 +0100
+++ /var/tmp/diff_new_pack.c6cu4L/_new  2015-11-24 22:24:48.0 +0100
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.15
+%define _tar_path 5.16
 Name:   kplotting
-Version:5.15.0
+Version:5.16.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kplotting-5.15.0.tar.xz -> kplotting-5.16.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.15.0/CMakeLists.txt 
new/kplotting-5.16.0/CMakeLists.txt
--- old/kplotting-5.15.0/CMakeLists.txt 2015-10-03 12:29:58.0 +0200
+++ new/kplotting-5.16.0/CMakeLists.txt 2015-11-08 12:14:43.0 +0100
@@ -3,7 +3,7 @@
 project(KPlotting)
 
 include(FeatureSummary)
-find_package(ECM 5.15.0  NO_MODULE)
+find_package(ECM 5.16.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)
 
@@ -23,7 +23,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.15.0") # handled by release scripts
+set(KF5_VERSION "5.16.0") # handled by release scripts
 
 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-5.15.0/autotests/kplotaxistest.cpp 
new/kplotting-5.16.0/autotests/kplotaxistest.cpp
--- old/kplotting-5.15.0/autotests/kplotaxistest.cpp2015-10-03 
12:29:58.0 +0200
+++ new/kplotting-5.16.0/autotests/kplotaxistest.cpp2015-11-08 
12:14:43.0 +0100
@@ -28,7 +28,7 @@
 private Q_SLOTS:
 void initTestCase()
 {
-m_kPlotAxis = new KPlotAxis(QString::fromLatin1("label"));
+m_kPlotAxis = new KPlotAxis(QLatin1String("label"));
 }
 
 void cleanupTestCase()
@@ -58,7 +58,7 @@
 {
 QCOMPARE(m_kPlotAxis->label(), QString::fromLatin1("label"));
 
-m_kPlotAxis->setLabel(QString::fromLatin1("newLabel"));
+m_kPlotAxis->setLabel(QStringLiteral("newLabel"));
 QCOMPARE(m_kPlotAxis->label(), QString::fromLatin1("newLabel"));
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.15.0/autotests/kplotobjecttest.cpp 
new/kplotting-5.16.0/autotests/kplotobjecttest.cpp
--- old/kplotting-5.15.0/autotests/kplotobjecttest.cpp  2015-10-03 
12:29:58.0 +0200
+++ new/kplotting-5.16.0/autotests/kplotobjecttest.cpp  2015-11-08 
12:14:43.0 +0100
@@ -170,7 +170,7 @@
 QCOMPARE(m_kPlotObject->points().size(), 0);
 
 // test: void KPlotObject::addPoint( const QPointF , const QString 
, double barWidth )
-m_kPlotObject->addPoint(QPointF(1, 0), QString::fromLatin1("label1"), 
1.0);
+m_kPlotObject->addPoint(QPointF(1, 0), QStringLiteral("label1"), 1.0);
 QCOMPARE(m_kPlotObject->points().size(), 1);
 KPlotPoint *p1 = m_kPlotObject->points().at(0);
 QCOMPARE(p1->position(), QPointF(1, 0));
@@ -178,14 +178,14 @@
 QCOMPARE(p1->barWidth(), 1.0);
 
 // test void KPlotObject::addPoint( KPlotPoint *p )
-KPlotPoint *p2 = new KPlotPoint(2, 2, QString::fromLatin1("label2"), 
2.0);
+KPlotPoint *p2 = new KPlotPoint(2, 2, QLatin1String("label2"), 2.0);
 m_kPlotObject->addPoint(p2);
 QCOMPARE(m_kPlotObject->points().size(), 2);
 KPlotPoint *p2List = m_kPlotObject->points().at(1);
 QCOMPARE(p2, p2List);
 
 // test void KPlotObject::addPoint( double x, double 

commit kplotting for openSUSE:Factory

2015-10-19 Thread h_root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2015-10-19 22:26:55

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  2015-09-24 
07:13:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2015-10-19 
22:26:57.0 +0200
@@ -1,0 +2,7 @@
+Mon Oct  5 17:37:31 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.15.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.15.0.php
+
+---

Old:

  kplotting-5.14.0.tar.xz

New:

  kplotting-5.15.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.aGiLme/_old  2015-10-19 22:26:58.0 +0200
+++ /var/tmp/diff_new_pack.aGiLme/_new  2015-10-19 22:26:58.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.14
+%define _tar_path 5.15
 Name:   kplotting
-Version:5.14.0
+Version:5.15.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kplotting-5.14.0.tar.xz -> kplotting-5.15.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.14.0/CMakeLists.txt 
new/kplotting-5.15.0/CMakeLists.txt
--- old/kplotting-5.14.0/CMakeLists.txt 2015-09-04 22:18:00.0 +0200
+++ new/kplotting-5.15.0/CMakeLists.txt 2015-10-03 12:29:58.0 +0200
@@ -3,7 +3,7 @@
 project(KPlotting)
 
 include(FeatureSummary)
-find_package(ECM 5.14.0  NO_MODULE)
+find_package(ECM 5.15.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)
 
@@ -23,7 +23,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.14.0") # handled by release scripts
+set(KF5_VERSION "5.15.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KPLOTTING
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kplotting_version.h"




commit kplotting for openSUSE:Factory

2015-09-23 Thread h_root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2015-09-24 07:13:30

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  2015-09-02 
07:47:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2015-09-24 
07:13:31.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep  8 17:13:26 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.14.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.14.0.php
+
+---

Old:

  kplotting-5.13.0.tar.xz

New:

  kplotting-5.14.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.jfizWt/_old  2015-09-24 07:13:32.0 +0200
+++ /var/tmp/diff_new_pack.jfizWt/_new  2015-09-24 07:13:32.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.13
+%define _tar_path 5.14
 Name:   kplotting
-Version:5.13.0
+Version:5.14.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kplotting-5.13.0.tar.xz -> kplotting-5.14.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.13.0/CMakeLists.txt 
new/kplotting-5.14.0/CMakeLists.txt
--- old/kplotting-5.13.0/CMakeLists.txt 2015-08-01 14:41:18.0 +0200
+++ new/kplotting-5.14.0/CMakeLists.txt 2015-09-04 22:18:00.0 +0200
@@ -3,7 +3,7 @@
 project(KPlotting)
 
 include(FeatureSummary)
-find_package(ECM 5.13.0  NO_MODULE)
+find_package(ECM 5.14.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)
 
@@ -23,7 +23,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.13.0") # handled by release scripts
+set(KF5_VERSION "5.14.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KPLOTTING
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kplotting_version.h"




commit kplotting for openSUSE:Factory

2015-09-01 Thread h_root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2015-09-02 07:47:52

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  2015-07-14 
17:29:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2015-09-02 
07:47:54.0 +0200
@@ -1,0 +2,11 @@
+Tue Aug  4 19:20:40 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.13.0
+  * The Qt version requirement has been bumped from 5.2 to 5.3
+  * Debug output has been ported to categorized output, for less
+noise by default
+  * Docbook documentation has been reviewed and updated
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.13.0.php
+
+---

Old:

  kplotting-5.12.0.tar.xz

New:

  kplotting-5.13.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.jQm3nh/_old  2015-09-02 07:47:55.0 +0200
+++ /var/tmp/diff_new_pack.jQm3nh/_new  2015-09-02 07:47:55.0 +0200
@@ -17,16 +17,16 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.12
+%define _tar_path 5.13
 Name:   kplotting
-Version:5.12.0
+Version:5.13.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
+BuildRequires:  cmake(Qt5Test) >= 5.3.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.3.0
 Summary:KDE Data plotting
 License:LGPL-2.1+
 Group:  System/GUI/KDE
@@ -59,7 +59,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules
-Requires:   pkgconfig(Qt5Widgets) >= 5.2.0
+Requires:   cmake(Qt5Widgets) >= 5.3.0
 
 %description devel
 KPlotWidget is a QWidget-derived class that provides a virtual base class

++ kplotting-5.12.0.tar.xz -> kplotting-5.13.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.12.0/CMakeLists.txt 
new/kplotting-5.13.0/CMakeLists.txt
--- old/kplotting-5.12.0/CMakeLists.txt 2015-07-04 22:40:55.0 +0200
+++ new/kplotting-5.13.0/CMakeLists.txt 2015-08-01 14:41:18.0 +0200
@@ -3,7 +3,7 @@
 project(KPlotting)
 
 include(FeatureSummary)
-find_package(ECM 5.12.0  NO_MODULE)
+find_package(ECM 5.13.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)
 
@@ -14,7 +14,7 @@
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
 
-set(REQUIRED_QT_VERSION 5.2.0)
+set(REQUIRED_QT_VERSION 5.3.0)
 find_package(Qt5Widgets ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 
 
@@ -23,7 +23,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.12.0") # handled by release scripts
+set(KF5_VERSION "5.13.0") # handled by release scripts
 
 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-5.12.0/autotests/CMakeLists.txt 
new/kplotting-5.13.0/autotests/CMakeLists.txt
--- old/kplotting-5.12.0/autotests/CMakeLists.txt   2015-07-04 
22:40:55.0 +0200
+++ new/kplotting-5.13.0/autotests/CMakeLists.txt   2015-08-01 
14:41:18.0 +0200
@@ -1,5 +1,5 @@
 
-find_package(Qt5 5.2.0 CONFIG REQUIRED Test Widgets)
+find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Test Widgets)
 
 include(ECMAddTests)
 




commit kplotting for openSUSE:Factory

2015-07-14 Thread h_root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2015-07-14 17:29:02

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  2015-06-23 
12:11:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2015-07-14 
17:29:03.0 +0200
@@ -1,0 +2,11 @@
+Sun Jul  5 18:45:21 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.12.0
+  * KPlotWidget: add setAutoDeletePlotObjects, fix memory leak in
+replacePlotObject
+  * Fix missing tickmarks when x0  0.
+  * KPlotWidget: no need to setMinimumSize or resize.
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.12.0.php
+
+---

Old:

  kplotting-5.11.0.tar.xz

New:

  kplotting-5.12.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.aWDa5D/_old  2015-07-14 17:29:04.0 +0200
+++ /var/tmp/diff_new_pack.aWDa5D/_new  2015-07-14 17:29:04.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.11
+%define _tar_path 5.12
 Name:   kplotting
-Version:5.11.0
+Version:5.12.0
 Release:0
 BuildRequires:  cmake = 2.8.12
 BuildRequires:  extra-cmake-modules = %{_tar_path}

++ kplotting-5.11.0.tar.xz - kplotting-5.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.11.0/CMakeLists.txt 
new/kplotting-5.12.0/CMakeLists.txt
--- old/kplotting-5.11.0/CMakeLists.txt 2015-06-06 11:31:44.0 +0200
+++ new/kplotting-5.12.0/CMakeLists.txt 2015-07-04 22:40:55.0 +0200
@@ -3,7 +3,7 @@
 project(KPlotting)
 
 include(FeatureSummary)
-find_package(ECM 5.11.0  NO_MODULE)
+find_package(ECM 5.12.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)
 
@@ -23,7 +23,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION 5.11.0) # handled by release scripts
+set(KF5_VERSION 5.12.0) # handled by release scripts
 
 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-5.11.0/autotests/kplotaxistest.cpp 
new/kplotting-5.12.0/autotests/kplotaxistest.cpp
--- old/kplotting-5.11.0/autotests/kplotaxistest.cpp2015-06-06 
11:31:44.0 +0200
+++ new/kplotting-5.12.0/autotests/kplotaxistest.cpp2015-07-04 
22:40:55.0 +0200
@@ -73,42 +73,15 @@
 void testTickMarks()
 {
 m_kPlotAxis-setTickMarks(0.0, 12.0);
-
-QCOMPARE(m_kPlotAxis-majorTickMarks().size(), 4);
-QCOMPARE(m_kPlotAxis-majorTickMarks().at(0), 0.0);
-QCOMPARE(m_kPlotAxis-majorTickMarks().at(1), 4.0);
-QCOMPARE(m_kPlotAxis-majorTickMarks().at(2), 8.0);
-QCOMPARE(m_kPlotAxis-majorTickMarks().at(3), 12.0);
-
-QCOMPARE(m_kPlotAxis-minorTickMarks().size(), 9);
-QCOMPARE(m_kPlotAxis-minorTickMarks().at(0), 1.0);
-QCOMPARE(m_kPlotAxis-minorTickMarks().at(1), 2.0);
-QCOMPARE(m_kPlotAxis-minorTickMarks().at(2), 3.0);
-QCOMPARE(m_kPlotAxis-minorTickMarks().at(3), 5.0);
-QCOMPARE(m_kPlotAxis-minorTickMarks().at(4), 6.0);
-QCOMPARE(m_kPlotAxis-minorTickMarks().at(5), 7.0);
-QCOMPARE(m_kPlotAxis-minorTickMarks().at(6), 9.0);
-QCOMPARE(m_kPlotAxis-minorTickMarks().at(7), 10.0);
-QCOMPARE(m_kPlotAxis-minorTickMarks().at(8), 11.0);
+QCOMPARE(m_kPlotAxis-majorTickMarks(), QListdouble()  0.0  4.0 
 8.0  12.0);
+QCOMPARE(m_kPlotAxis-minorTickMarks(), QListdouble()  1.0  2.0 
 3.0  5.0  6.0  7.0  9.0  10.0  11.0);
 
 m_kPlotAxis-setTickMarks(0.0, 120.0);
+QCOMPARE(m_kPlotAxis-majorTickMarks(), QListdouble()  0.0  40.0 
 80.0  120.0);
+QCOMPARE(m_kPlotAxis-minorTickMarks(), QListdouble()  10.0  
20.0  30.0  50.0  60.0  70.0  90.0  100.0  110.0);
 
-QCOMPARE(m_kPlotAxis-majorTickMarks().size(), 4);
-QCOMPARE(m_kPlotAxis-majorTickMarks().at(0), 0.0);
-QCOMPARE(m_kPlotAxis-majorTickMarks().at(1), 40.0);
-QCOMPARE(m_kPlotAxis-majorTickMarks().at(2), 80.0);
-QCOMPARE(m_kPlotAxis-majorTickMarks().at(3), 120.0);
-
-

commit kplotting for openSUSE:Factory

2015-06-23 Thread h_root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2015-06-23 12:11:14

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  2015-05-11 
19:48:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2015-06-23 
12:11:15.0 +0200
@@ -1,0 +2,7 @@
+Sun Jun  7 19:07:51 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.11.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.11.0.php
+
+---

Old:

  kplotting-5.10.0.tar.xz

New:

  kplotting-5.11.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.V8zZCh/_old  2015-06-23 12:11:15.0 +0200
+++ /var/tmp/diff_new_pack.V8zZCh/_new  2015-06-23 12:11:15.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.10
+%define _tar_path 5.11
 Name:   kplotting
-Version:5.10.0
+Version:5.11.0
 Release:0
 BuildRequires:  cmake = 2.8.12
 BuildRequires:  extra-cmake-modules = %{_tar_path}

++ kplotting-5.10.0.tar.xz - kplotting-5.11.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.10.0/CMakeLists.txt 
new/kplotting-5.11.0/CMakeLists.txt
--- old/kplotting-5.10.0/CMakeLists.txt 2015-05-01 17:21:48.0 +0200
+++ new/kplotting-5.11.0/CMakeLists.txt 2015-06-06 11:31:44.0 +0200
@@ -2,7 +2,11 @@
 
 project(KPlotting)
 
-find_package(ECM 5.10.0 REQUIRED NO_MODULE)
+include(FeatureSummary)
+find_package(ECM 5.11.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)
+
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -13,13 +17,13 @@
 set(REQUIRED_QT_VERSION 5.2.0)
 find_package(Qt5Widgets ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 
-include(FeatureSummary)
+
 include(GenerateExportHeader)
 include(ECMPackageConfigHelpers)
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION 5.10.0) # handled by release scripts
+set(KF5_VERSION 5.11.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KPLOTTING
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kplotting_version.h




commit kplotting for openSUSE:Factory

2015-05-11 Thread h_root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2015-05-11 19:37:03

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  2015-04-13 
20:27:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2015-05-11 
19:48:19.0 +0200
@@ -1,0 +2,7 @@
+Sun May  3 19:49:48 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.10.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.10.0.php
+
+---

Old:

  kplotting-5.9.0.tar.xz

New:

  kplotting-5.10.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.X3Oh9F/_old  2015-05-11 19:48:19.0 +0200
+++ /var/tmp/diff_new_pack.X3Oh9F/_new  2015-05-11 19:48:19.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.9
+%define _tar_path 5.10
 Name:   kplotting
-Version:5.9.0
+Version:5.10.0
 Release:0
 BuildRequires:  cmake = 2.8.12
 BuildRequires:  extra-cmake-modules = %{_tar_path}

++ kplotting-5.9.0.tar.xz - kplotting-5.10.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.9.0/CMakeLists.txt 
new/kplotting-5.10.0/CMakeLists.txt
--- old/kplotting-5.9.0/CMakeLists.txt  2015-04-04 13:50:04.0 +0200
+++ new/kplotting-5.10.0/CMakeLists.txt 2015-05-01 17:21:48.0 +0200
@@ -2,7 +2,7 @@
 
 project(KPlotting)
 
-find_package(ECM 5.9.0 REQUIRED NO_MODULE)
+find_package(ECM 5.10.0 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 5.9.0) # handled by release scripts
+set(KF5_VERSION 5.10.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KPLOTTING
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kplotting_version.h




commit kplotting for openSUSE:Factory

2015-04-13 Thread h_root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2015-04-13 20:27:01

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  2015-03-16 
09:34:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2015-04-13 
20:27:03.0 +0200
@@ -1,0 +2,7 @@
+Sat Apr  4 14:40:56 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.9.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+
+---

Old:

  kplotting-5.8.0.tar.xz

New:

  kplotting-5.9.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.anMwr3/_old  2015-04-13 20:27:03.0 +0200
+++ /var/tmp/diff_new_pack.anMwr3/_new  2015-04-13 20:27:03.0 +0200
@@ -17,12 +17,12 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.8
+%define _tar_path 5.9
 Name:   kplotting
-Version:%{_tar_path}.0
+Version:5.9.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.8.0
+BuildRequires:  extra-cmake-modules = %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Test) = 5.2.0
@@ -77,7 +77,7 @@
 
 %install
   %kf5_makeinstall -C build
-  %fdupes -s %{buildroot}
+  %fdupes %{buildroot}
 
 %post -n %lname -p /sbin/ldconfig
 

++ kplotting-5.8.0.tar.xz - kplotting-5.9.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.8.0/CMakeLists.txt 
new/kplotting-5.9.0/CMakeLists.txt
--- old/kplotting-5.8.0/CMakeLists.txt  2015-02-25 15:21:57.0 +0100
+++ new/kplotting-5.9.0/CMakeLists.txt  2015-04-04 13:50:04.0 +0200
@@ -2,7 +2,7 @@
 
 project(KPlotting)
 
-find_package(ECM 1.8.0 REQUIRED NO_MODULE)
+find_package(ECM 5.9.0 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 5.8.0) # handled by release scripts
+set(KF5_VERSION 5.9.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KPLOTTING
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kplotting_version.h




commit kplotting for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2015-02-16 15:06:42

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  2015-01-29 
12:53:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2015-02-16 
17:32:04.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  8 18:15:32 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kplotting-5.6.0.tar.xz

New:

  kplotting-5.7.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.tAktW9/_old  2015-02-16 17:32:05.0 +0100
+++ /var/tmp/diff_new_pack.tAktW9/_new  2015-02-16 17:32:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kplotting
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,12 @@
 
 
 %define lname   libKF5Plotting5
+%define _tar_path 5.7
 Name:   kplotting
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Test) = 5.2.0
@@ -30,7 +31,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kplotting-5.6.0.tar.xz - kplotting-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.6.0/CMakeLists.txt 
new/kplotting-5.7.0/CMakeLists.txt
--- old/kplotting-5.6.0/CMakeLists.txt  2014-12-31 15:25:11.0 +0100
+++ new/kplotting-5.7.0/CMakeLists.txt  2015-01-23 21:42:12.0 +0100
@@ -2,7 +2,7 @@
 
 project(KPlotting)
 
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.0 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 5.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KPLOTTING
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kplotting_version.h
@@ -32,7 +32,7 @@
 add_subdirectory(autotests)
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
-set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5Plotting)
+set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Plotting)
 
 
ecm_configure_package_config_file(${CMAKE_CURRENT_SOURCE_DIR}/KF5PlottingConfig.cmake.in
   
${CMAKE_CURRENT_BINARY_DIR}/KF5PlottingConfig.cmake
@@ -47,7 +47,7 @@
 install(EXPORT KF5PlottingTargets DESTINATION ${CMAKECONFIG_INSTALL_DIR} 
FILE KF5PlottingTargets.cmake NAMESPACE KF5:: )
 
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kplotting_version.h
-DESTINATION ${KF5_INCLUDE_INSTALL_DIR} COMPONENT Devel )
+DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel )
 
 if (${CMAKE_BINARY_DIR} STREQUAL ${CMAKE_CURRENT_BINARY_DIR})
feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.6.0/src/CMakeLists.txt 
new/kplotting-5.7.0/src/CMakeLists.txt
--- old/kplotting-5.6.0/src/CMakeLists.txt  2014-12-31 15:25:11.0 
+0100
+++ new/kplotting-5.7.0/src/CMakeLists.txt  2015-01-23 21:42:12.0 
+0100
@@ -11,7 +11,7 @@
 generate_export_header(KF5Plotting BASE_NAME KPlotting)
 add_library(KF5::Plotting ALIAS KF5Plotting)
 
-target_include_directories(KF5Plotting INTERFACE 
$INSTALL_INTERFACE:${KF5_INCLUDE_INSTALL_DIR}/KPlotting)
+target_include_directories(KF5Plotting INTERFACE 
$INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF5}/KPlotting)
 
 target_link_libraries(KF5Plotting PUBLIC Qt5::Widgets)
 
@@ -35,10 +35,10 @@
 install(FILES
   

commit kplotting for openSUSE:Factory

2015-01-29 Thread h_root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2015-01-29 12:53:02

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-12-21 
11:58:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2015-01-29 
12:53:04.0 +0100
@@ -1,0 +2,7 @@
+Sat Jan  3 18:03:29 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.6.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.6.0.php
+
+---

Old:

  kplotting-5.5.0.tar.xz

New:

  kplotting-5.6.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.8oFmmi/_old  2015-01-29 12:53:04.0 +0100
+++ /var/tmp/diff_new_pack.8oFmmi/_new  2015-01-29 12:53:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kplotting
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
 
 %define lname   libKF5Plotting5
 Name:   kplotting
-Version:5.5.0
+Version:5.6.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.5.0
+BuildRequires:  extra-cmake-modules = 1.6.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Test) = 5.2.0
@@ -30,7 +30,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.5/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kplotting-5.5.0.tar.xz - kplotting-5.6.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.5.0/CMakeLists.txt 
new/kplotting-5.6.0/CMakeLists.txt
--- old/kplotting-5.5.0/CMakeLists.txt  2014-12-02 17:48:34.0 +0100
+++ new/kplotting-5.6.0/CMakeLists.txt  2014-12-31 15:25:11.0 +0100
@@ -2,7 +2,7 @@
 
 project(KPlotting)
 
-find_package(ECM 1.5.0 REQUIRED NO_MODULE)
+find_package(ECM 1.6.0 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 5.5.0) # handled by release scripts
+set(KF5_VERSION 5.6.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KPLOTTING
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kplotting_version.h

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kplotting for openSUSE:Factory

2014-12-21 Thread h_root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2014-12-21 11:59:02

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-11-11 
01:10:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2014-12-21 
11:58:49.0 +0100
@@ -1,0 +2,7 @@
+Sat Dec  6 12:53:50 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.5.0.php
+
+---

Old:

  kplotting-5.4.0.tar.xz

New:

  kplotting-5.5.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.Hvjdxi/_old  2014-12-21 11:58:50.0 +0100
+++ /var/tmp/diff_new_pack.Hvjdxi/_new  2014-12-21 11:58:50.0 +0100
@@ -18,10 +18,10 @@
 
 %define lname   libKF5Plotting5
 Name:   kplotting
-Version:5.4.0
+Version:5.5.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.4.0
+BuildRequires:  extra-cmake-modules = 1.5.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Test) = 5.2.0
@@ -30,7 +30,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.5/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kplotting-5.4.0.tar.xz - kplotting-5.5.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.4.0/CMakeLists.txt 
new/kplotting-5.5.0/CMakeLists.txt
--- old/kplotting-5.4.0/CMakeLists.txt  2014-10-31 21:18:59.0 +0100
+++ new/kplotting-5.5.0/CMakeLists.txt  2014-12-02 17:48:34.0 +0100
@@ -2,7 +2,7 @@
 
 project(KPlotting)
 
-find_package(ECM 1.4.0 REQUIRED NO_MODULE)
+find_package(ECM 1.5.0 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 5.4.0) # handled by release scripts
+set(KF5_VERSION 5.5.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KPLOTTING
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kplotting_version.h

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kplotting for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2014-11-11 01:09:56

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-10-07 
16:00:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2014-11-11 
01:10:10.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:47:37 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kplotting-5.3.0.tar.xz

New:

  kplotting-5.4.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.JvduLh/_old  2014-11-11 01:10:12.0 +0100
+++ /var/tmp/diff_new_pack.JvduLh/_new  2014-11-11 01:10:12.0 +0100
@@ -18,10 +18,10 @@
 
 %define lname   libKF5Plotting5
 Name:   kplotting
-Version:5.3.0
+Version:5.4.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.3.0
+BuildRequires:  extra-cmake-modules = 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Test) = 5.2.0
@@ -30,7 +30,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kplotting-5.3.0.tar.xz - kplotting-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.3.0/CMakeLists.txt 
new/kplotting-5.4.0/CMakeLists.txt
--- old/kplotting-5.3.0/CMakeLists.txt  2014-10-03 19:56:46.0 +0200
+++ new/kplotting-5.4.0/CMakeLists.txt  2014-10-31 21:18:59.0 +0100
@@ -2,7 +2,7 @@
 
 project(KPlotting)
 
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 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 5.3.0) # handled by release scripts
+set(KF5_VERSION 5.4.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KPLOTTING
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kplotting_version.h

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kplotting for openSUSE:Factory

2014-10-07 Thread h_root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2014-10-07 15:59:50

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-09-12 
17:05:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2014-10-07 
16:00:25.0 +0200
@@ -1,0 +2,7 @@
+Sat Oct  4 17:59:56 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.3.0.php
+
+---

Old:

  kplotting-5.2.0.tar.xz

New:

  kplotting-5.3.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.cplqlo/_old  2014-10-07 16:00:27.0 +0200
+++ /var/tmp/diff_new_pack.cplqlo/_new  2014-10-07 16:00:27.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5Plotting5
 Name:   kplotting
-Version:5.2.0
+Version:5.3.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.2.0
+BuildRequires:  extra-cmake-modules = 1.3.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Test) = 5.2.0

++ kplotting-5.2.0.tar.xz - kplotting-5.3.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.2.0/CMakeLists.txt 
new/kplotting-5.3.0/CMakeLists.txt
--- old/kplotting-5.2.0/CMakeLists.txt  2014-09-08 01:26:53.0 +0200
+++ new/kplotting-5.3.0/CMakeLists.txt  2014-10-03 19:56:46.0 +0200
@@ -2,7 +2,7 @@
 
 project(KPlotting)
 
-find_package(ECM 1.2.0 REQUIRED NO_MODULE)
+find_package(ECM 1.3.0 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 5.2.0) # handled by release scripts
+set(KF5_VERSION 5.3.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KPLOTTING
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kplotting_version.h

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kplotting for openSUSE:Factory

2014-09-12 Thread h_root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2014-09-12 17:03:42

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-08-16 
15:42:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2014-09-12 
17:05:03.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep  9 09:49:36 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.2.0
+  * For more details please see:
+http://kde.org/announcements/kde-frameworks-5.2.php
+
+---

Old:

  kplotting-5.1.0.tar.xz

New:

  kplotting-5.2.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.raHoi4/_old  2014-09-12 17:05:05.0 +0200
+++ /var/tmp/diff_new_pack.raHoi4/_new  2014-09-12 17:05:05.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5Plotting5
 Name:   kplotting
-Version:5.1.0
+Version:5.2.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.1.0
+BuildRequires:  extra-cmake-modules = 1.2.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Test) = 5.2.0

++ kplotting-5.1.0.tar.xz - kplotting-5.2.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.1.0/CMakeLists.txt 
new/kplotting-5.2.0/CMakeLists.txt
--- old/kplotting-5.1.0/CMakeLists.txt  2014-08-02 10:20:40.0 +0200
+++ new/kplotting-5.2.0/CMakeLists.txt  2014-09-08 01:26:53.0 +0200
@@ -2,7 +2,7 @@
 
 project(KPlotting)
 
-find_package(ECM 1.1.0 REQUIRED NO_MODULE)
+find_package(ECM 1.2.0 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 5.1.0) # handled by release scripts
+set(KF5_VERSION 5.2.0) # handled by release scripts
 
 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-5.1.0/README.md 
new/kplotting-5.2.0/README.md
--- old/kplotting-5.1.0/README.md   2014-08-02 10:20:40.0 +0200
+++ new/kplotting-5.2.0/README.md   2014-09-08 01:26:53.0 +0200
@@ -20,9 +20,3 @@
 of a data point.  KPlotObject also specifies the type of data to be
 plotted (POINTS or CURVE or POLYGON or LABEL).
 
-## Links
-
-- Home page: https://projects.kde.org/projects/frameworks/kplotting
-- Mailing list: https://mail.kde.org/mailman/listinfo/kde-frameworks-devel
-- IRC channel: #kde-devel on Freenode
-- Git repository: 
https://projects.kde.org/projects/frameworks/kplotting/repository
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.1.0/metainfo.yaml 
new/kplotting-5.2.0/metainfo.yaml
--- old/kplotting-5.1.0/metainfo.yaml   2014-08-02 10:20:40.0 +0200
+++ new/kplotting-5.2.0/metainfo.yaml   2014-09-08 01:26:53.0 +0200
@@ -7,3 +7,7 @@
 portingAid: false
 deprecated: false
 release: true
+libraries:
+ - qmake: KPlotting
+   cmake: KF5::Plotting
+cmakename: KF5Plotting

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kplotting for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2014-08-16 15:42:11

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-07-10 
09:31:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2014-08-16 
15:42:53.0 +0200
@@ -1,0 +2,8 @@
+Sat Aug  2 10:20:20 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1.0
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.1.php
+- Harden required Qt5 libs versions
+
+---

Old:

  kplotting-5.0.0.tar.xz

New:

  kplotting-5.1.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.CZjZek/_old  2014-08-16 15:42:54.0 +0200
+++ /var/tmp/diff_new_pack.CZjZek/_new  2014-08-16 15:42:54.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5Plotting5
 Name:   kplotting
-Version:5.0.0
+Version:5.1.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Test) = 5.2.0
@@ -44,6 +44,7 @@
 %package -n %lname
 Summary:KDE Data plotting
 Group:  System/GUI/KDE
+%requires_ge libQt5Widgets5
 
 %description -n %lname
 KPlotWidget is a QWidget-derived class that provides a virtual base class
@@ -90,9 +91,7 @@
 %defattr(-,root,root)
 %{_kf5_libdir}/libKF5Plotting.so
 %{_kf5_libdir}/cmake/KF5Plotting/
-%{_kf5_includedir}/*.h
-%dir %{_kf5_includedir}/*/
-%{_kf5_includedir}/*/
+%{_kf5_includedir}/
 %{_kf5_mkspecsdir}/qt_KPlotting.pri
 
 %changelog

++ kplotting-5.0.0.tar.xz - kplotting-5.1.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.0.0/CMakeLists.txt 
new/kplotting-5.1.0/CMakeLists.txt
--- old/kplotting-5.0.0/CMakeLists.txt  2014-07-01 20:17:59.0 +0200
+++ new/kplotting-5.1.0/CMakeLists.txt  2014-08-02 10:20:40.0 +0200
@@ -2,7 +2,7 @@
 
 project(KPlotting)
 
-find_package(ECM 1.0.0 REQUIRED NO_MODULE)
+find_package(ECM 1.1.0 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 5.0.0) # handled by release scripts
+set(KF5_VERSION 5.1.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KPLOTTING
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kplotting_version.h

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kplotting for openSUSE:Factory

2014-07-10 Thread h_root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2014-07-10 08:18:10

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-06-10 
14:37:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2014-07-10 
09:31:37.0 +0200
@@ -1,0 +2,10 @@
+Tue Jul  1 21:36:07 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.0.0
+  * Final release of KDE Frameworks 5
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.0.php
+
+---

Old:

  kplotting-4.100.0.tar.xz

New:

  kplotting-5.0.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.5oLIVj/_old  2014-07-10 09:31:37.0 +0200
+++ /var/tmp/diff_new_pack.5oLIVj/_new  2014-07-10 09:31:37.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5Plotting5
 Name:   kplotting
-Version:4.100.0
+Version:5.0.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 0.0.14
+BuildRequires:  extra-cmake-modules = 1.0.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Test) = 5.2.0
@@ -30,7 +30,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/unstable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kplotting-4.100.0.tar.xz - kplotting-5.0.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-4.100.0/CMakeLists.txt 
new/kplotting-5.0.0/CMakeLists.txt
--- old/kplotting-4.100.0/CMakeLists.txt2014-06-01 12:42:05.0 
+0200
+++ new/kplotting-5.0.0/CMakeLists.txt  2014-07-01 20:17:59.0 +0200
@@ -2,7 +2,7 @@
 
 project(KPlotting)
 
-find_package(ECM 0.0.14 REQUIRED NO_MODULE)
+find_package(ECM 1.0.0 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.100.0) # handled by release scripts
+set(KF5_VERSION 5.0.0) # handled by release scripts
 
 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.100.0/autotests/CMakeLists.txt 
new/kplotting-5.0.0/autotests/CMakeLists.txt
--- old/kplotting-4.100.0/autotests/CMakeLists.txt  2014-06-01 
12:42:05.0 +0200
+++ new/kplotting-5.0.0/autotests/CMakeLists.txt2014-07-01 
20:17:59.0 +0200
@@ -8,6 +8,5 @@
 kplotaxistest.cpp
 kplotobjecttest.cpp
 kplotwidgettest.cpp
-NAME_PREFIX kplotting-
 LINK_LIBRARIES Qt5::Test KF5::Plotting
 )

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kplotting for openSUSE:Factory

2014-06-10 Thread h_root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2014-06-10 14:36:46

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-05-14 
20:27:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2014-06-10 
14:37:15.0 +0200
@@ -1,0 +2,10 @@
+Sun Jun  1 18:02:38 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.100.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta3.php
+- Add baselibs.conf
+
+---

Old:

  kplotting-4.99.0.tar.xz

New:

  baselibs.conf
  kplotting-4.100.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.CZQxg8/_old  2014-06-10 14:37:16.0 +0200
+++ /var/tmp/diff_new_pack.CZQxg8/_new  2014-06-10 14:37:16.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5Plotting5
 Name:   kplotting
-Version:4.99.0
+Version:4.100.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 0.0.13
+BuildRequires:  extra-cmake-modules = 0.0.14
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Test) = 5.2.0
@@ -30,7 +30,8 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source0:kplotting-%{version}.tar.xz
+Source: 
http://download.kde.org/unstable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ baselibs.conf ++
libKF5Plotting5
kplotting-devel
requires libKF5Plotting5-targettype = version
++ kplotting-4.99.0.tar.xz - kplotting-4.100.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-4.99.0/CMakeLists.txt 
new/kplotting-4.100.0/CMakeLists.txt
--- old/kplotting-4.99.0/CMakeLists.txt 2014-05-04 21:01:14.0 +0200
+++ new/kplotting-4.100.0/CMakeLists.txt2014-06-01 12:42:05.0 
+0200
@@ -2,7 +2,7 @@
 
 project(KPlotting)
 
-find_package(ECM 0.0.13 REQUIRED NO_MODULE)
+find_package(ECM 0.0.14 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.99.0) # handled by release scripts
+set(KF5_VERSION 4.100.0) # handled by release scripts
 
 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.99.0/autotests/CMakeLists.txt 
new/kplotting-4.100.0/autotests/CMakeLists.txt
--- old/kplotting-4.99.0/autotests/CMakeLists.txt   2014-05-04 
21:01:14.0 +0200
+++ new/kplotting-4.100.0/autotests/CMakeLists.txt  2014-06-01 
12:42:05.0 +0200
@@ -1,23 +1,13 @@
 
 find_package(Qt5 5.2.0 CONFIG REQUIRED Test Widgets)
 
-include(ECMMarkAsTest)
+include(ECMAddTests)
 
-macro(KPLOTTING_UNIT_TESTS)
-foreach(_testname ${ARGN})
-add_executable(${_testname} ${_testname}.cpp)
-add_test(kplotting-${_testname} ${_testname})
-target_link_libraries(${_testname} Qt5::Test KF5::Plotting)
-ecm_mark_as_test(${_testname})
-endforeach()
-endmacro()
-
-
-### next target ###
-
-kplotting_unit_tests(
-kplotpointtest
-kplotaxistest
-kplotobjecttest
-kplotwidgettest
+ecm_add_tests(
+kplotpointtest.cpp
+kplotaxistest.cpp
+kplotobjecttest.cpp
+kplotwidgettest.cpp
+NAME_PREFIX kplotting-
+LINK_LIBRARIES Qt5::Test KF5::Plotting
 )

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kplotting for openSUSE:Factory

2014-05-14 Thread h_root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2014-05-14 20:27:12

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-04-02 
17:22:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2014-05-14 
20:27:51.0 +0200
@@ -1,0 +2,9 @@
+Sun May  4 01:41:21 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.99.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta2.php
+
+---

Old:

  kplotting-4.98.0.tar.xz

New:

  kplotting-4.99.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.sCoXFG/_old  2014-05-14 20:27:52.0 +0200
+++ /var/tmp/diff_new_pack.sCoXFG/_new  2014-05-14 20:27:52.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5Plotting5
 Name:   kplotting
-Version:4.98.0
+Version:4.99.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 0.0.12
+BuildRequires:  extra-cmake-modules = 0.0.13
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Test) = 5.2.0

++ kplotting-4.98.0.tar.xz - kplotting-4.99.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-4.98.0/CMakeLists.txt 
new/kplotting-4.99.0/CMakeLists.txt
--- old/kplotting-4.98.0/CMakeLists.txt 2014-03-28 19:17:23.0 +0100
+++ new/kplotting-4.99.0/CMakeLists.txt 2014-05-04 21:01:14.0 +0200
@@ -2,7 +2,7 @@
 
 project(KPlotting)
 
-find_package(ECM 0.0.12 REQUIRED NO_MODULE)
+find_package(ECM 0.0.13 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.98.0)
+set(KF5_VERSION 4.99.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KPLOTTING
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kplotting_version.h
@@ -47,7 +47,7 @@
 install(EXPORT KF5PlottingTargets DESTINATION ${CMAKECONFIG_INSTALL_DIR} 
FILE KF5PlottingTargets.cmake NAMESPACE KF5:: )
 
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kplotting_version.h
-DESTINATION ${INCLUDE_INSTALL_DIR} COMPONENT Devel )
+DESTINATION ${KF5_INCLUDE_INSTALL_DIR} COMPONENT Devel )
 
 if (${CMAKE_BINARY_DIR} STREQUAL ${CMAKE_CURRENT_BINARY_DIR})
feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-4.98.0/kplotting.yaml 
new/kplotting-4.99.0/kplotting.yaml
--- old/kplotting-4.98.0/kplotting.yaml 2014-03-28 19:17:23.0 +0100
+++ new/kplotting-4.99.0/kplotting.yaml 1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-tier: 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-4.98.0/metainfo.yaml 
new/kplotting-4.99.0/metainfo.yaml
--- old/kplotting-4.98.0/metainfo.yaml  1970-01-01 01:00:00.0 +0100
+++ new/kplotting-4.99.0/metainfo.yaml  2014-05-04 21:01:14.0 +0200
@@ -0,0 +1,9 @@
+maintainer: cfeck
+description: Lightweight plotting framework
+tier: 1
+type: functional
+platforms:
+- name: All
+portingAid: false
+deprecated: false
+release: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-4.98.0/src/CMakeLists.txt 
new/kplotting-4.99.0/src/CMakeLists.txt
--- old/kplotting-4.98.0/src/CMakeLists.txt 2014-03-28 19:17:23.0 
+0100
+++ new/kplotting-4.99.0/src/CMakeLists.txt 2014-05-04 21:01:14.0 
+0200
@@ -11,7 +11,7 @@
 generate_export_header(KF5Plotting BASE_NAME KPlotting)
 add_library(KF5::Plotting ALIAS KF5Plotting)
 
-target_include_directories(KF5Plotting INTERFACE 
$INSTALL_INTERFACE:${INCLUDE_INSTALL_DIR}/KPlotting)
+target_include_directories(KF5Plotting INTERFACE 
$INSTALL_INTERFACE:${KF5_INCLUDE_INSTALL_DIR}/KPlotting)
 
 target_link_libraries(KF5Plotting PUBLIC Qt5::Widgets)
 
@@ -30,15 +30,15 @@
   REQUIRED_HEADERS KPlotting_HEADERS
 )
 
-install(TARGETS KF5Plotting EXPORT KF5PlottingTargets 
${INSTALL_TARGETS_DEFAULT_ARGS})
+install(TARGETS KF5Plotting EXPORT KF5PlottingTargets 
${KF5_INSTALL_TARGETS_DEFAULT_ARGS})
 
 install(FILES
   ${CMAKE_CURRENT_BINARY_DIR}/kplotting_export.h
   ${KPlotting_HEADERS}
-  DESTINATION 

commit kplotting for openSUSE:Factory

2014-04-02 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2014-04-02 
17:22:32.0 +0200
@@ -1,0 +2,9 @@
+Sat Mar 29 19:47:48 UTC 2014 - hrvoje.sen...@gmail.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.5qJOXk/_new  2014-04-02 17:22:33.0 +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.0 +0100
+++ new/kplotting-4.98.0/CMakeLists.txt 2014-03-28 19:17:23.0 +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.0 +0100
+++ new/kplotting-4.98.0/MAINTAINER 1970-01-01 01:00:00.0 +0100
@@ -1,3 +0,0 @@
-
-Current kplotting maintainer is: Benjamin Port benjamin.p...@ben2367.fr
-
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.0 
+0100
+++ new/kplotting-4.98.0/src/kplotobject.h  2014-03-28 19:17:23.0 
+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.0 
+0100
+++ new/kplotting-4.98.0/src/kplotwidget.h  2014-03-28 19:17:23.0 
+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

-- 

commit kplotting for openSUSE:Factory

2014-03-10 Thread h_root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2014-03-10 12:17:32

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-02-24 
06:53:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2014-03-10 
12:17:33.0 +0100
@@ -1,0 +2,8 @@
+Tue Mar  4 16:35:53 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.97.0:
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-alpha2.php
+
+---

Old:

  kplotting-4.96.0.tar.xz

New:

  kplotting-4.97.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.933Ac5/_old  2014-03-10 12:17:34.0 +0100
+++ /var/tmp/diff_new_pack.933Ac5/_new  2014-03-10 12:17:34.0 +0100
@@ -16,12 +16,12 @@
 #
 
 
-%define lname   libKF5Plotting4
+%define lname   libKF5Plotting5
 Name:   kplotting
-Version:4.96.0
+Version:4.97.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 0.0.10
+BuildRequires:  extra-cmake-modules = 0.0.11
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Test) = 5.2.0

++ kplotting-4.96.0.tar.xz - kplotting-4.97.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-4.96.0/.reviewboardrc 
new/kplotting-4.97.0/.reviewboardrc
--- old/kplotting-4.96.0/.reviewboardrc 2014-02-05 00:02:37.0 +0100
+++ new/kplotting-4.97.0/.reviewboardrc 2014-03-01 12:51:27.0 +0100
@@ -2,3 +2,4 @@
 REPOSITORY = 'git://anongit.kde.org/kplotting'
 BRANCH = 'master'
 TARGET_GROUPS = 'kdeframeworks'
+TARGET_PEOPLE = 'cfeck'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-4.96.0/CMakeLists.txt 
new/kplotting-4.97.0/CMakeLists.txt
--- old/kplotting-4.96.0/CMakeLists.txt 2014-02-05 00:02:37.0 +0100
+++ new/kplotting-4.97.0/CMakeLists.txt 2014-03-01 12:51:27.0 +0100
@@ -2,7 +2,7 @@
 
 project(KPlotting)
 
-find_package(ECM 0.0.10 REQUIRED NO_MODULE)
+find_package(ECM 0.0.11 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -15,15 +15,16 @@
 
 include(FeatureSummary)
 include(GenerateExportHeader)
-include(CMakePackageConfigHelpers)
+include(ECMPackageConfigHelpers)
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION 4.96.0)
+set(KF5_VERSION 4.97.0)
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KPLOTTING
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kplotting_version.h
-PACKAGE_VERSION_FILE 
${CMAKE_CURRENT_BINARY_DIR}/KF5PlottingConfigVersion.cmake)
+PACKAGE_VERSION_FILE 
${CMAKE_CURRENT_BINARY_DIR}/KF5PlottingConfigVersion.cmake
+SOVERSION 5)
 
 
 add_subdirectory(src)
@@ -33,7 +34,7 @@
 # create a Config.cmake and a ConfigVersion.cmake file and install them
 set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5Plotting)
 
-configure_package_config_file(${CMAKE_CURRENT_SOURCE_DIR}/KF5PlottingConfig.cmake.in
+ecm_configure_package_config_file(${CMAKE_CURRENT_SOURCE_DIR}/KF5PlottingConfig.cmake.in
   
${CMAKE_CURRENT_BINARY_DIR}/KF5PlottingConfig.cmake
   INSTALL_DESTINATION  ${CMAKECONFIG_INSTALL_DIR}
   )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-4.96.0/src/CMakeLists.txt 
new/kplotting-4.97.0/src/CMakeLists.txt
--- old/kplotting-4.96.0/src/CMakeLists.txt 2014-02-05 00:02:37.0 
+0100
+++ new/kplotting-4.97.0/src/CMakeLists.txt 2014-03-01 12:51:27.0 
+0100
@@ -20,16 +20,15 @@
  EXPORT_NAME Plotting
 )
 
-ecm_generate_headers(
+ecm_generate_headers(KPlotting_HEADERS
+  HEADER_NAMES
   KPlotAxis
   KPlotPoint
   KPlotObject
   KPlotWidget
 
-  MODULE_NAME KPlotting
   REQUIRED_HEADERS KPlotting_HEADERS
 )
-install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/KPlotting DESTINATION 
${INCLUDE_INSTALL_DIR} COMPONENT Devel)
 
 install(TARGETS KF5Plotting EXPORT KF5PlottingTargets 
${INSTALL_TARGETS_DEFAULT_ARGS})
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org