Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2021-05-11 23:03:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kplotting (Old)
 and      /work/SRC/openSUSE:Factory/.kplotting.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kplotting"

Tue May 11 23:03:37 2021 rev:90 rq:891774 version:5.82.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes      2021-04-12 
17:10:39.550584548 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new.2988/kplotting.changes    
2021-05-11 23:03:48.357054686 +0200
@@ -1,0 +2,10 @@
+Sat May  1 16:41:09 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.82.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.82.0
+- Changes since 5.81.0:
+  * Fix mem leak found by asan
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kplotting.spec ++++++
--- /var/tmp/diff_new_pack.GHi2Zl/_old  2021-05-11 23:03:48.853052423 +0200
+++ /var/tmp/diff_new_pack.GHi2Zl/_new  2021-05-11 23:03:48.853052423 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.81
+%define _tar_path 5.82
 # 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.81.0
+Version:        5.82.0
 Release:        0
 Summary:        KDE Data plotting library
 License:        LGPL-2.1-or-later
@@ -40,9 +40,9 @@
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
-BuildRequires:  cmake(Qt5Test) >= 5.14.0
-BuildRequires:  cmake(Qt5UiPlugin) >= 5.14.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.14.0
+BuildRequires:  cmake(Qt5Test) >= 5.15.0
+BuildRequires:  cmake(Qt5UiPlugin) >= 5.15.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.15.0
 
 %description
 KPlotWidget is a QWidget-derived class that provides a virtual base
@@ -68,22 +68,22 @@
 Group:          Development/Libraries/KDE
 Requires:       %{lname} = %{version}
 Requires:       extra-cmake-modules
-Requires:       cmake(Qt5Widgets) >= 5.14.0
+Requires:       cmake(Qt5Widgets) >= 5.15.0
 
 %description devel
 Development files for KPlotWidget, which is a QWidget-derived class
 that provides a virtual base class for data plotting.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
-  %cmake_kf5 -d build
-  %cmake_build
+%cmake_kf5 -d build
+%cmake_build
 
 %install
-  %kf5_makeinstall -C build
-  %fdupes %{buildroot}
+%kf5_makeinstall -C build
+%fdupes %{buildroot}
 
 %post -n %{lname} -p /sbin/ldconfig
 %postun -n %{lname} -p /sbin/ldconfig


++++++ kplotting-5.81.0.tar.xz -> kplotting-5.82.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.81.0/.gitignore 
new/kplotting-5.82.0/.gitignore
--- old/kplotting-5.81.0/.gitignore     2021-04-03 11:36:21.000000000 +0200
+++ new/kplotting-5.82.0/.gitignore     2021-05-01 11:44:47.000000000 +0200
@@ -22,3 +22,6 @@
 .cmake/
 /.clang-format
 /compile_commands.json
+.clangd
+.idea
+/cmake-build*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.81.0/CMakeLists.txt 
new/kplotting-5.82.0/CMakeLists.txt
--- old/kplotting-5.81.0/CMakeLists.txt 2021-04-03 11:36:21.000000000 +0200
+++ new/kplotting-5.82.0/CMakeLists.txt 2021-05-01 11:44:47.000000000 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF_VERSION "5.81.0") # handled by release scripts
+set(KF_VERSION "5.82.0") # handled by release scripts
 project(KPlotting VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.81.0  NO_MODULE)
+find_package(ECM 5.82.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)
 
@@ -16,7 +16,7 @@
 include(KDECMakeSettings)
 include(KDEGitCommitHooks)
 
-set(REQUIRED_QT_VERSION 5.14.0)
+set(REQUIRED_QT_VERSION 5.15.0)
 find_package(Qt5Widgets ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 
 
@@ -36,7 +36,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=0x050e00)
+add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00)
 add_definitions(-DQT_NO_FOREACH)
 
 add_subdirectory(src)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.81.0/autotests/kplotobjecttest.cpp 
new/kplotting-5.82.0/autotests/kplotobjecttest.cpp
--- old/kplotting-5.81.0/autotests/kplotobjecttest.cpp  2021-04-03 
11:36:21.000000000 +0200
+++ new/kplotting-5.82.0/autotests/kplotobjecttest.cpp  2021-05-01 
11:44:47.000000000 +0200
@@ -170,6 +170,7 @@
         QCOMPARE(m_kPlotObject->points().size(), 2);
         KPlotPoint *p2List = m_kPlotObject->points().at(1);
         QCOMPARE(p2, p2List);
+        delete p2;
 
         // test void KPlotObject::addPoint( double x, double y, const QString 
&label, double barWidth )
         m_kPlotObject->addPoint(3, 3, QStringLiteral("label3"), 3.0);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.81.0/autotests/kplotwidgettest.cpp 
new/kplotting-5.82.0/autotests/kplotwidgettest.cpp
--- old/kplotting-5.81.0/autotests/kplotwidgettest.cpp  2021-04-03 
11:36:21.000000000 +0200
+++ new/kplotting-5.82.0/autotests/kplotwidgettest.cpp  2021-05-01 
11:44:47.000000000 +0200
@@ -72,6 +72,7 @@
         // Add objects
         QList<KPlotObject *> list;
         list << new KPlotObject() << new KPlotObject() << new KPlotObject();
+        widget->addPlotObjects(list);
 
         widget->removeAllPlotObjects();
         QCOMPARE(widget->plotObjects().size(), 0);

Reply via email to