Hello community, here is the log from the commit of package labplot-kf5 for openSUSE:Factory checked in at 2019-06-04 12:14:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/labplot-kf5 (Old) and /work/SRC/openSUSE:Factory/.labplot-kf5.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "labplot-kf5" Tue Jun 4 12:14:47 2019 rev:9 rq:707393 version:2.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/labplot-kf5/labplot-kf5.changes 2018-06-29 22:34:14.322114373 +0200 +++ /work/SRC/openSUSE:Factory/.labplot-kf5.new.5148/labplot-kf5.changes 2019-06-04 12:14:49.639772903 +0200 @@ -1,0 +2,53 @@ +Sat Jun 1 21:01:22 UTC 2019 - [email protected] + +- Update to version 2.6.0 +- New features: + * Histogram + * Import from MQTT sources + * Import of ROOT (CERN) TH1 histograms + * Import of Ngspice raw files (ASCII and binary) + * Import of data in JSON format (JSON arrays and objects) + * Improved import of NetCDF files + * Added file type specific summary and content for special file + types in info box of import dialog + * Convolution/Deconvolution of data sets (sampling interval, + linear/circular, normalization, wrap, standard kernel) + * Cross-/Autocorrelation of data sets (sampling interval, + linear/circular, normalization) + * Allow to specify the number format when exporting spreadsheet + and matrix + * Improved user interface for data fitting (add fit function + preview, show parameters directly, make options foldable) + * [spreadsheet] when filling a float column with row numbers, + automatically convert its type to integer + * [spreadsheet] when filling an integer column with function + values, automatically convert its type to float + * [spreadsheet] data manipulation: add/subtract/multiply/divide + for column values + * [spreadsheet] export to SQLite + * [matrix] data manipulation: add/subtract/multiply/divide for + matrix values + * [worksheet] Allow to specify different border shapes for labels + (rectangle, eclipse, etc.) + * [worksheet] Allow to rotate plot legends + * [worksheet] Better positioning of rotated axis tick labels + * [worksheet] Allow to make plots not-interactive (ignore mouse + drag and wheel events) to avoid unwanted occasional panning and + zooming + * Allow to connect to SQL databases via ODBC + * Show the amount of consumed memory in the status bar (optional) + * Allow to change the settings for different computer algebra + systems (Maxima, etc.) directly in LabPlot (embedd Cantor's + settings widgets) + +- Bug fixes: + * Fixed several problems in live data support + * [spreadsheet] properly calculate function values out of integer + x-values + * [matrix] fix editing integer values + * [import] fix preview update and add missing close of netcdf + files + * Don't crash when a scaling factor equal to zero was set for + axis + +------------------------------------------------------------------- Old: ---- labplot-2.5.0.tar.xz New: ---- labplot-2.6.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ labplot-kf5.spec ++++++ --- /var/tmp/diff_new_pack.xevhci/_old 2019-06-04 12:14:51.699772229 +0200 +++ /var/tmp/diff_new_pack.xevhci/_new 2019-06-04 12:14:51.703772227 +0200 @@ -22,13 +22,13 @@ %endif Name: labplot-kf5 -Version: 2.5.0 +Version: 2.6.0 Release: 0 Summary: KDE Framework 5 data analysis and visualization application License: GPL-2.0+ Group: Productivity/Scientific/Other Url: https://labplot.kde.org/ -Source: http://download.kde.org/stable/labplot/%{version}/labplot-%{version}.tar.xz +Source: https://download.kde.org/stable/labplot/%{version}/labplot-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: bison BuildRequires: cantor-devel @@ -43,12 +43,13 @@ BuildRequires: cmake(KF5Config) BuildRequires: cmake(KF5ConfigWidgets) BuildRequires: cmake(KF5CoreAddons) +BuildRequires: cmake(KF5Crash) BuildRequires: cmake(KF5DocTools) BuildRequires: cmake(KF5I18n) BuildRequires: cmake(KF5IconThemes) -BuildRequires: cmake(KF5KDELibs4Support) -BuildRequires: cmake(KF5KIO) BuildRequires: cmake(KF5NewStuff) +BuildRequires: cmake(KF5Parts) +BuildRequires: cmake(KF5Service) %if 0%{?suse_version} >= 1500 || 0%{?sle_version} >= 120300 # only available since Leap 42.3 BuildRequires: cmake(KF5SyntaxHighlighting) @@ -64,9 +65,9 @@ BuildRequires: cmake(Qt5Svg) BuildRequires: cmake(Qt5Test) BuildRequires: cmake(Qt5Widgets) +BuildRequires: pkgconfig(cfitsio) BuildRequires: pkgconfig(gsl) -BuildRequires: pkgconfig(libpng) -BuildRequires: pkgconfig(muparser) +BuildRequires: pkgconfig(liblz4) BuildRequires: pkgconfig(netcdf) BuildRequires: pkgconfig(shared-mime-info) BuildRequires: pkgconfig(zlib) @@ -85,18 +86,16 @@ This version is based on KDE Frameworks 5 %prep -%setup -q -n labplot-%{version} +%setup -q -n labplot-%(echo %{version} | cut -d . -f -2) %build %cmake_kf5 -d build %make_jobs %install -pushd build -%kf5_makeinstall -popd +%kf5_makeinstall -C build -%find_lang labplot2 %{?no_lang_C} +%find_lang labplot2 --with-man %{?no_lang_C} %fdupes -s %{buildroot} @@ -114,7 +113,7 @@ %files %defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING README +%doc AUTHORS ChangeLog COPYING README.md %{_kf5_bindir}/labplot2 %{_kf5_appsdir}/labplot2/ %{_kf5_applicationsdir}/org.kde.labplot2.desktop @@ -128,6 +127,7 @@ %{_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 %defattr(-,root,root,-) ++++++ labplot-2.5.0.tar.xz -> labplot-2.6.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/labplot-kf5/labplot-2.5.0.tar.xz /work/SRC/openSUSE:Factory/.labplot-kf5.new.5148/labplot-2.6.0.tar.xz differ: char 26, line 1
