diff --git a/gnuplot-5.0.5.tar.gz b/gnuplot-5.0.5.tar.gz deleted file mode 100644 index 6a00e7d..0000000 --- a/gnuplot-5.0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25f3e0bf192e01115c580f278c3725d7a569eb848786e12b455a3fda70312053 -size 5078771 diff --git a/gnuplot-5.0.6.tar.gz b/gnuplot-5.0.6.tar.gz new file mode 100644 index 0000000..63e7943 --- /dev/null +++ b/gnuplot-5.0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bbe4713e555c2e103b7d4ffd45fca69551fff09cf5c3f9cb17428aaacc9b460 +size 5093897 diff --git a/gnuplot.changes b/gnuplot.changes index 492ddc8..8980b09 100644 --- a/gnuplot.changes +++ b/gnuplot.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Wed May 10 08:53:16 UTC 2017 - nico.kruber@gmail.com + +- Update to 5.0.6 + * NEW command 'set micro' enables encoding-specific char for gprintf %c format + * NEW command 'set datafile missing NaN' treats invalid data as if it were + missing + * NEW backport updated svg/domterm terminal from development version + * CHANGE - start/end limits in nested iterations are reevaluated dynamically + * CHANGE - revised adjustment of x2label and plot title when x2tics are + present + * CHANGE - mark non-free pdf terminal DEPRECATED + (to be removed in release 5.2) + * CHANGE - allow fractional font sizes for gdlib terminals + * CHANGE - do not allow inverted R axis + (requires support not backported from 5.1) + * CHANGE - allow pointinterval property in 'with lp' for splot as well as + for plot + * CHANGE - "linewidth " is accepted as a terminal option for aquaterm, + qt, wxt + * CHANGE - spline segments outside xrange are ignored rather than treated + as errors + * FIX assignment of x/y dimensions in "binary record=(a,b) ... with image" + * FIX wxt - multithreaded wxt was faulting during resize (mutex lock failure) + * FIX windows - timed pause only worked for intervals < 1 second + * FIX Front/back layering of border+grid lines was not always correct in + hidden3d + * FIX "set pm3d depthorder interpolate N,M" memory allocation failure + * FIX aquaterm failed to honor request to disable enhanced text markup + * FIX save and show commands failed to list linecolor for lines with "lt -1" + * FIX the "missing" data flag is honored by "using ($n)" as it is for "using n" + * FIX error reporting of line number inside a bracketed clause + * FIX gnuplot_x11: possible fix for sporadic use-after-free error + * FIX initialization of hidden3d structures for splot with dots + * FIX track arrowhead properties in hidden3d mode + * FIX tracking of NaN values from function evaluated during binary data input + * FIX 3D rotation does not clobber hidden/visible status of plots + ------------------------------------------------------------------- Thu Dec 15 13:08:46 UTC 2016 - werner@suse.de diff --git a/gnuplot.spec b/gnuplot.spec index de53df9..6b7dd29 100644 --- a/gnuplot.spec +++ b/gnuplot.spec @@ -1,7 +1,7 @@ # # spec file for package gnuplot # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -83,7 +83,7 @@ BuildRequires: wxWidgets-devel >= 3 BuildRequires: xorg-x11 BuildRequires: xorg-x11-devel Url: http://www.gnuplot.info/ -Version: 5.0.5 +Version: 5.0.6 Release: 0 Summary: Function Plotting Utility and more License: SUSE-Gnuplot and GPL-2.0+