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
This commit is contained in:
OBS User mrdocs 2014-10-28 21:27:23 +00:00 committed by Git OBS Bridge
parent d2e016e355
commit ae9e591a29
4 changed files with 48 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e550f030c7d04570e89c3d4e3f6e82296816508419c86ab46c4dd73156519a2d
size 5035657

3
gnuplot-4.6.6.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1f19596fd09045f22225afbfec11fa91b9ad1d95b9f48406362f517d4f130274
size 5059214

View File

@ -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

View File

@ -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+