From ae9e591a29e082275dddde4de416255c47fab7477b65cc0f4ffbb00c62721560 Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Tue, 28 Oct 2014 21:27:23 +0000 Subject: [PATCH] Accepting request 258720 from home:NicoK:branches:Publishing update to 4.6.6 OBS-URL: https://build.opensuse.org/request/show/258720 OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=57 --- gnuplot-4.6.5.tar.gz | 3 --- gnuplot-4.6.6.tar.gz | 3 +++ gnuplot.changes | 44 ++++++++++++++++++++++++++++++++++++++++++++ gnuplot.spec | 2 +- 4 files changed, 48 insertions(+), 4 deletions(-) delete mode 100644 gnuplot-4.6.5.tar.gz create mode 100644 gnuplot-4.6.6.tar.gz diff --git a/gnuplot-4.6.5.tar.gz b/gnuplot-4.6.5.tar.gz deleted file mode 100644 index 35242cb..0000000 --- a/gnuplot-4.6.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e550f030c7d04570e89c3d4e3f6e82296816508419c86ab46c4dd73156519a2d -size 5035657 diff --git a/gnuplot-4.6.6.tar.gz b/gnuplot-4.6.6.tar.gz new file mode 100644 index 0000000..439cde4 --- /dev/null +++ b/gnuplot-4.6.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f19596fd09045f22225afbfec11fa91b9ad1d95b9f48406362f517d4f130274 +size 5059214 diff --git a/gnuplot.changes b/gnuplot.changes index d96a0a4..6a04cf4 100644 --- a/gnuplot.changes +++ b/gnuplot.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Tue Oct 28 20:57:31 UTC 2014 - kruber@zib.de + +- Update to 4.6.6 + * NEW linetype keyword "nodraw" can be used to draw only the points in + "with lp" + * NEW plot option to "skip N" lines at start of an ascii data file + * NEW 'set fit prescale' normalized fit parameters before M-L refinement + * NEW update svg terminal to grey out the key entry when a plot is + toggled off + * NEW allow keywords "comma" and "tab" for "set datafile separator" + * CHANGE Accept "with image pixels" as a synonym for "with image failsafe" + * CHANGE return NaN if a requested numerical data value finds a string + instead + * CHANGE Consume only one space following the font name in an enhanced + test string + * CHANGE respond to left mouse click on press rather than on release + * FIX Faster recovery from outboard server gnuplot_qt being killed + * FIX get rid of O(N^2) memory allocation for string data in long input + lines + * FIX large integers in iteration spec could cause overflow in end + condition check + * FIX object fillcolors should be consistent with the color of current + linetypes + * FIX LFS support on 64bit platforms (not backported for 32bit platforms) + * FIX timecolumn() applied to non-axis data reports an error rather than + faulting + * FIX clipping could fail on integer overflow + * FIX segfault resulting from strcol(N) applied to empty field in a *.csv + file + * FIX adjustment of key size to accommodate long key title + * FIX treat data value read as "NaN" the same as we would "1/0" + * FIX handling of events triggered by closing the qt plot window + * FIX iteration failure due to integer overflow + * FIX clip r axis tics to current plot boundary + * FIX logscale cb axis with volatile data + * FIX qt terminal timing problem with mouse click+release + * FIX qt terminal handle window close events + * FIX incorrect processing of certain loop [start:end:incr] combinations + * FIX Fix y extent and clipping of rectangles with y coord < 0 or inverted + axes + * FIX handle columnheaders in input to fit + * FIX add sanity check in pdf.trm to avoid strcpy(fontname,fontname) + ------------------------------------------------------------------- Tue Feb 25 08:42:01 UTC 2014 - burnus@net-b.de diff --git a/gnuplot.spec b/gnuplot.spec index dad879e..a889c39 100644 --- a/gnuplot.spec +++ b/gnuplot.spec @@ -64,7 +64,7 @@ BuildRequires: plotutils-devel BuildRequires: plotutils %endif Url: http://www.gnuplot.info/ -Version: 4.6.5 +Version: 4.6.6 Release: 0 Summary: GNUplot a Function Plotting Utility License: SUSE-Gnuplot and GPL-2.0+