Hello community, here is the log from the commit of package labplot-kf5 for openSUSE:Factory checked in at 2018-06-29 22:34:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/labplot-kf5 (Old) and /work/SRC/openSUSE:Factory/.labplot-kf5.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "labplot-kf5" Fri Jun 29 22:34:12 2018 rev:8 rq:618946 version:2.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/labplot-kf5/labplot-kf5.changes 2018-06-08 23:14:37.749876325 +0200 +++ /work/SRC/openSUSE:Factory/.labplot-kf5.new/labplot-kf5.changes 2018-06-29 22:34:14.322114373 +0200 @@ -1,0 +2,76 @@ +Thu Jun 21 14:05:16 UTC 2018 - [email protected] + +- Update to version 2.5.0 +- New features: + * Support for reading and plotting of live-data + * Improved data fitting + + Automatically guess parameter of custom models + + Better result presentation + + Support different weight types + + Consider given x- and y-error when fitting (can be switched off) + + Show t statistics, P > |t| and confidence interval + + Calculate p-value for chi-square and F test in nonlinear fitting + + added fit models for most statistical distributions + * Improved theming + + Apply themes to worksheet and to all its children + + Respect theme settings also in plot legends and labels + + Allow to disable theming in worksheets and plots after a theme + was selected + + Show currently active theme in the "Apply theme" button + + New application option in the settings for the default theme + used for new worksheets. + * Support different data types + + auto detect integer and datetime data in import + + support number locale and datetime formats + + improved data type support in spreadsheets + * Import from SQL databases (tables or custom queries) + * Import Origin OPJ projects + * Much better support for Windows and macOS + * Syntax highlighting for LaTeX in the text label + * Allow to set the background color for LaTeX labels + * Support Hermite polynomials from GSL 2.4 + * Support error functions and related functions from libcerf + * "Used in" sub-menu in column contex menu for faster navigation + to the curves consuming the column + * Direct application of analysis functions (smoothing, + interpolating, etc.) on the ploted data via curve's context menu + * Direct application of analysis functions on the data in the + spreadsheet and plotting of the results via spreadsheet's context menu + * Drag columns in the project explorer and drop them on plots (either in + a worksheet view or in the project explorer) to create curves + * "Show last N points" and "Show first N points" data ranges in cartesian plot + * Added CLI option --presenter to start LabPlot directly in the presenter mode + * Added CLI parameter to directly open project files (LabPlot or Origin) + * Allow drag&drop of projects files (LabPlot and Origin) on the main + window to load the project + * Allow drag&drop of data files on the main window to import the data + * Show tooltips for the supported mathematical functions and + constants in the expression text field + * Automatically switch to the scientific representation for numbers + bigger than 10^4 on the axis tick labels + * Automatically allow the latex typesetting in the application after + the latex environment was installed later without making the user + to go to the settings dialog + * Allow to change the color scheme for the application + * Smooth and animated zooming in the worksheet view + * Allow to add text labels to plots + * Improved building with MSVC, Intel and PGI compiler + +- Performance improvements: + * Faster copy&paste in the spreadsheet + +- Bug fixes: + * masked rows in spreadsheet not restored in project (kde#379877) + * Calculation of fit results corrected + * Axes now support values larger than FLT_MAX (~10^38) and smaller + than FLT_MIN (~10^-38) + * When a LabPlot project is being droped in the main window, load + the project directly instead of showing the import file dialog + * Correctly save and restore masked cells + * Don't crash if the rc-file was not found during the startup + +- Drop Fix-compilation-on-Qt5.11.patch, merged upstream +- Update Url to point to labplot's homepage +- Update build requirements + +------------------------------------------------------------------- Old: ---- Fix-compilation-on-Qt5.11.patch labplot-2.4.0-kf5.tar.xz New: ---- labplot-2.5.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ labplot-kf5.spec ++++++ --- /var/tmp/diff_new_pack.Iwln8c/_old 2018-06-29 22:34:14.878113891 +0200 +++ /var/tmp/diff_new_pack.Iwln8c/_new 2018-06-29 22:34:14.882113888 +0200 @@ -22,16 +22,15 @@ %endif Name: labplot-kf5 -Version: 2.4.0 +Version: 2.5.0 Release: 0 Summary: KDE Framework 5 data analysis and visualization application License: GPL-2.0+ Group: Productivity/Scientific/Other -Url: https://edu.kde.org/applications/science/labplot/ -Source: http://download.kde.org/stable/labplot/%{version}/labplot-%{version}-kf5.tar.xz -# PATCH-FIX-UPSTREAM -Patch: Fix-compilation-on-Qt5.11.patch +Url: https://labplot.kde.org/ +Source: http://download.kde.org/stable/labplot/%{version}/labplot-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: bison BuildRequires: cantor-devel BuildRequires: extra-cmake-modules BuildRequires: fdupes @@ -40,14 +39,30 @@ BuildRequires: kf5-filesystem BuildRequires: update-desktop-files BuildRequires: cmake(KF5Archive) +BuildRequires: cmake(KF5Completion) +BuildRequires: cmake(KF5Config) +BuildRequires: cmake(KF5ConfigWidgets) +BuildRequires: cmake(KF5CoreAddons) +BuildRequires: cmake(KF5DocTools) BuildRequires: cmake(KF5I18n) -BuildRequires: cmake(KF5KDE4Support) +BuildRequires: cmake(KF5IconThemes) +BuildRequires: cmake(KF5KDELibs4Support) BuildRequires: cmake(KF5KIO) BuildRequires: cmake(KF5NewStuff) +%if 0%{?suse_version} >= 1500 || 0%{?sle_version} >= 120300 +# only available since Leap 42.3 +BuildRequires: cmake(KF5SyntaxHighlighting) +%endif +BuildRequires: cmake(KF5TextWidgets) BuildRequires: cmake(KF5WidgetsAddons) BuildRequires: cmake(KF5XmlGui) BuildRequires: cmake(Qt5Concurrent) +BuildRequires: cmake(Qt5Gui) +BuildRequires: cmake(Qt5PrintSupport) +BuildRequires: cmake(Qt5SerialPort) +BuildRequires: cmake(Qt5Sql) BuildRequires: cmake(Qt5Svg) +BuildRequires: cmake(Qt5Test) BuildRequires: cmake(Qt5Widgets) BuildRequires: pkgconfig(gsl) BuildRequires: pkgconfig(libpng) @@ -70,8 +85,7 @@ This version is based on KDE Frameworks 5 %prep -%setup -q -n labplot-%{version}-kf5 -%patch -p1 +%setup -q -n labplot-%{version} %build %cmake_kf5 -d build @@ -118,7 +132,6 @@ %files lang -f labplot2.lang %defattr(-,root,root,-) %{_kf5_htmldir}/*/labplot2/ -%{_kf5_htmldir}/pt_BR/ ## These belong in the main package %exclude %{_kf5_htmldir}/en/labplot2/ ++++++ labplot-2.4.0-kf5.tar.xz -> labplot-2.5.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/labplot-kf5/labplot-2.4.0-kf5.tar.xz /work/SRC/openSUSE:Factory/.labplot-kf5.new/labplot-2.5.0.tar.xz differ: char 25, line 1
