Hello community,

here is the log from the commit of package labplot-kf5 for openSUSE:Factory 
checked in at 2020-09-29 19:01:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/labplot-kf5 (Old)
 and      /work/SRC/openSUSE:Factory/.labplot-kf5.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "labplot-kf5"

Tue Sep 29 19:01:02 2020 rev:11 rq:837886 version:2.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/labplot-kf5/labplot-kf5.changes  2019-10-30 
14:43:38.209915524 +0100
+++ /work/SRC/openSUSE:Factory/.labplot-kf5.new.4249/labplot-kf5.changes        
2020-09-29 19:01:17.117735725 +0200
@@ -1,0 +2,54 @@
+Fri Sep 25 12:05:16 UTC 2020 - wba...@tmo.at
+
+- Move english docs from labplot-kf5-lang to the main package again
+- Remove unused Qt5Qml BuildRequires
+
+-------------------------------------------------------------------
+Wed Sep 16 14:52:28 UTC 2020 - andy great <andythe_gr...@pm.me>
+
+- Update to version 2.8.0.
+  * New features:
+    * Improved DateTime data support
+    * Show the size of the members in the JSON file in the import 
+      file dialog
+    * [worksheet] In the Export Worksheet Dialog allow to export to
+      the clipboard
+    * [worksheet] Allow to move plots, text labels and legend with
+      arrow keys
+    * [worksheet] Image worksheet element
+    * [worksheet] Reference line on the plot
+    * [worksheet] Support for imperial units for geometry and size
+      settings of objects
+    * [worksheet] Improve axes major and minor tick settings
+    * [spreadsheet] show infinite values as such and not as NaN
+    * [spreadsheet] support big integer (64 bit) as data type
+    * [spreadsheet] column normalization methods "divide by max", 
+      "divide by min", etc.
+    * [spreadsheet] Tukey's ladder of powers
+    * [spreadsheet] added the size of the data set, its mode, 1st 
+      and 3rd quartiles and IQR to the column statistics
+    * [analysis] calculate and expose the rough values as the 
+      result of a smooth (data = smooth + rough)
+    * Allow to open Cantor and Jupyter projects
+    * [Windows] improved craft blueprint and installer package
+    * [macOS] added support for touchbar
+    * Support global user specified decimal separator
+    * Improved locale support in number input fields
+    * Extended "About"-Dialog
+  * Bug fixes:
+    * BUG: 421193 - import float(4) data from hdf5
+    * BUG: 418390 - Ignore infinite values (created in CAS 
+      worksheets for example) in curves
+    * BUG: 412455 - Don't crash (sporadically) when opening the 
+      color scheme menu
+    * BUG: 415214 - Better algorithm to draw the error bar caps
+    * BUG: 413397 - Properly handle removal of columns in the 
+      spreadsheet model
+    * BUG: 413401 - In plot data dialog, don't add new worksheets 
+      as children to workbooks, use the proper parent aspect
+    * Fix Cantor support and Unicode characters on Windows
+    * Fix evaluating fit residuals
+- Add fix_labplot_assumption_cantor_version.patch to fix Labplot 2.8.0
+  wrong assumption that Cantor 20.08.1 has a new interface.
+
+-------------------------------------------------------------------

Old:
----
  labplot-2.7.0.tar.xz

New:
----
  fix_labplot_assumption_cantor_version.patch
  labplot-2.8.0.tar.xz

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

Other differences:
------------------
++++++ labplot-kf5.spec ++++++
--- /var/tmp/diff_new_pack.ZJC6oU/_old  2020-09-29 19:01:18.065736877 +0200
+++ /var/tmp/diff_new_pack.ZJC6oU/_new  2020-09-29 19:01:18.069736881 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package labplot-kf5
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -21,13 +21,15 @@
 %define _kf5_appstreamdir %{_kf5_sharedir}/appdata
 %endif
 Name:           labplot-kf5
-Version:        2.7.0
+Version:        2.8.0
 Release:        0
 Summary:        KDE Framework 5 data analysis and visualization application
 License:        GPL-2.0-or-later
 Group:          Productivity/Scientific/Other
 URL:            https://labplot.kde.org/
 Source:         
https://download.kde.org/stable/labplot/%{version}/labplot-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM fix_labplot_assumption_cantor_version.patch 
andythe_gr...@pm.me -- Fix Labplot 2.8.0 wrong assumption that Cantor 20.08.1 
has a new interface.
+Patch0:         fix_labplot_assumption_cantor_version.patch
 BuildRequires:  bison
 BuildRequires:  cantor-devel
 BuildRequires:  extra-cmake-modules
@@ -74,7 +76,6 @@
 BuildRequires:  pkgconfig(zlib)
 Provides:       labplot = %{version}
 Obsoletes:      labplot < 2.3.0
-
 %lang_package
 
 %description
@@ -88,6 +89,7 @@
 
 %prep
 %setup -q -n labplot-%{version}
+%patch0 -p1
 
 %build
 %cmake_kf5 -d build
@@ -127,7 +129,6 @@
 %dir %{_kf5_appstreamdir}
 %{_kf5_appstreamdir}/org.kde.labplot2.appdata.xml
 %{_kf5_htmldir}/en/labplot2/
-%{_kf5_configdir}/labplot2_themes.knsrc
 %{_kf5_mandir}/man1/labplot2.1%{?ext_man}
 
 %files lang -f labplot2.lang

++++++ fix_labplot_assumption_cantor_version.patch ++++++
https://invent.kde.org/education/labplot/-/commit/4255438c98ce274a4bbb381b706b6ba5b41816c7
diff -ruN a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt    2020-09-12 15:17:33.000000000 +0700
+++ b/CMakeLists.txt    2020-09-16 22:29:49.371712613 +0700
@@ -230,7 +230,7 @@
        ELSE ()
                MESSAGE (STATUS "Cantor Library ${Cantor_VERSION} TOO OLD. 
Minimum usable version is 19.12")
        ENDIF ()
-       IF (${Cantor_VERSION} VERSION_GREATER "20.08")
+       IF (${Cantor_VERSION} VERSION_GREATER "20.08.1")
                add_definitions (-DHAVE_NEW_CANTOR_LIBS)
        ENDIF ()
 ELSE ()
++++++ labplot-2.7.0.tar.xz -> labplot-2.8.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/labplot-kf5/labplot-2.7.0.tar.xz 
/work/SRC/openSUSE:Factory/.labplot-kf5.new.4249/labplot-2.8.0.tar.xz differ: 
char 17, line 1


Reply via email to