Hello community,

here is the log from the commit of package labplot-kf5 for openSUSE:Factory 
checked in at 2016-07-30 00:27:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/labplot-kf5 (Old)
 and      /work/SRC/openSUSE:Factory/.labplot-kf5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "labplot-kf5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/labplot-kf5/labplot-kf5.changes  2016-07-20 
09:17:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.labplot-kf5.new/labplot-kf5.changes     
2016-07-30 00:27:54.000000000 +0200
@@ -1,0 +2,47 @@
+Wed Jul 27 11:37:08 UTC 2016 - wba...@tmo.at
+
+- Add fix-desktop-file.patch to fix the Exec line in the .desktop
+  file so labplot can be started from the application menu
+- Add cantor-devel to the build requires to enable the new cantor
+  integration
+
+-------------------------------------------------------------------
+Tue Jul 26 20:19:43 UTC 2016 - wba...@tmo.at
+
+- Update to version 2.3.0
+- New features:
+  * Integration of Cantor - Support for different open-source
+    computer algebra systems
+  * Statistics on spreadsheets and matrices
+  * Export of spreadsheets and matrices to LaTeX tables
+  * Interpolation of data including different splines, cosine,
+    exponential, cubic Hermite (Catmull-Rom, cardinal,
+    Kochanek-Bartels) and rational functions
+  * Data smoothing using moving average (centered or lagged),
+    percentile filter or Savitzky-Golay algorithm
+  * Fourier filter (low pass, high pass, band pass, band reject)
+    with ideal, Butterworth, Chebychev I+II, Legendre or
+    Bessel-Thomson filter
+  * Fourier transform with many window functions (Welch, Hann,
+    Hamming, etc.) calculating magnitude, amplitude, power, phase,
+    dB, etc. and supporting one/two sided spectrum with or without
+    shift and x scaling to frequency, index or period
+  * Filter and search capabilities in the drop down box for the
+    selection of data sources
+  * Sigmoid function as a new pre-defined fit model
+  * Support for compiling on Microsoft Windows
+
+- Performance improvements:
+  * Faster generation of random values
+  * Global option to enable/disable the double-buffering for faster
+    painting of curves (enabled on default)
+
+- Bug fixes:
+  * Save and restore last used setting in RandomValuesDialog
+  * Update axis title shape on title rotations correctly
+  * Save and restore custom column widths in the spreadsheet
+  * Fixed sporadic crashes during project close
+
+- Drop upstreamed labplot-kf5-gcc5-isnan.patch
+
+-------------------------------------------------------------------

Old:
----
  labplot-2.2.0-kf5.tar.xz
  labplot-kf5-gcc5-isnan.patch

New:
----
  fix-desktop-file.patch
  labplot-2.3.0-kf5.tar.xz

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

Other differences:
------------------
++++++ labplot-kf5.spec ++++++
--- /var/tmp/diff_new_pack.oZLI04/_old  2016-07-30 00:27:55.000000000 +0200
+++ /var/tmp/diff_new_pack.oZLI04/_new  2016-07-30 00:27:55.000000000 +0200
@@ -17,16 +17,17 @@
 
 
 Name:           labplot-kf5
-Version:        2.2.0
+Version:        2.3.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 labplot-kf5-gcc5-isnan.patch badshah...@gmail.com -- 
Replace isnan by std::isnan to fix building with gcc5
-Patch0:         labplot-kf5-gcc5-isnan.patch
+# PATCH-FIX-UPSTREAM fix-desktop-file.patch -- fix the Exec line in the 
.desktop file so labplot can be started from the application menu
+Patch:          fix-desktop-file.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  cantor-devel
 BuildRequires:  extra-cmake-modules
 BuildRequires:  fdupes
 BuildRequires:  hdf5-devel
@@ -63,9 +64,7 @@
 
 %prep
 %setup -q -n labplot-%{version}-kf5
-%if 0%{?suse_version} > 1320
-%patch0 -p1
-%endif
+%patch -p1
 
 %build
 %cmake_kf5 -d build

++++++ fix-desktop-file.patch ++++++
diff --git a/src/labplot2.desktop b/src/labplot2.desktop
index 38fe9bb..8ce836c 100755
--- a/src/labplot2.desktop
+++ b/src/labplot2.desktop
@@ -1,6 +1,6 @@
 [Desktop Entry]
 Type=Application
-Exec=labplot2 -caption %c %i %f
+Exec=labplot2 -qwindowtitle %c %i %f
 Icon=labplot2
 Name=LabPlot2
 Name[ast]=LabPlot2
++++++ labplot-2.2.0-kf5.tar.xz -> labplot-2.3.0-kf5.tar.xz ++++++
++++ 268849 lines of diff (skipped)


Reply via email to