forked from pool/gnuplot
Accepting request 223794 from home:burnus:branches:Publishing
Update to 4.6.5 OBS-URL: https://build.opensuse.org/request/show/223794 OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=55
This commit is contained in:
parent
8312c0c47d
commit
d2e016e355
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:843a2019bcc89f76520ac2c88ada900917f28b90f809a47da50a1cffc9190431
|
||||
size 4974176
|
3
gnuplot-4.6.5.tar.gz
Normal file
3
gnuplot-4.6.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e550f030c7d04570e89c3d4e3f6e82296816508419c86ab46c4dd73156519a2d
|
||||
size 5035657
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 08:42:01 UTC 2014 - burnus@net-b.de
|
||||
|
||||
- Update to 4.6.5
|
||||
* NEW monotonic cubic splines using "smooth mcsplines"
|
||||
* NEW phase-jump removal filter "smooth unwrap"
|
||||
* NEW allow '+' pseudofile to sample the T axis in 2D parametric
|
||||
plots
|
||||
* NEW allow '++' pseudofile to sample the U/V axes in 3D
|
||||
parametric plots
|
||||
* NEW "sixel" terminal driver
|
||||
* NEW new object attribute clip/noclip
|
||||
* CHANGE maximum number of using spec columns increased from 7
|
||||
to 11
|
||||
* CHANGE code in bitmap.c relicensed to remove restriction to
|
||||
noncommercial use
|
||||
* FIX allow 'set pm3d' interpolate and top/bottom options to
|
||||
coexist
|
||||
* FIX revised handling of defined palettes with explicit
|
||||
maxcolors
|
||||
* FIX continue as normal after an interactive session error
|
||||
from "gnuplot -"
|
||||
* FIX empty first field in a tab-separated-values file was
|
||||
incorrectly ignored
|
||||
* FIX several problems with color assignment to contour lines
|
||||
* FIX qt terminal incorrectly changed linetype (dot/dash)
|
||||
to match line color
|
||||
* FIX "pause mouse" worked only for right- or center- click,
|
||||
not left-click
|
||||
* FIX emf terminal font initialization
|
||||
* FIX wxt terminal vertical centering of enhanced text
|
||||
* FIX win terminal filled polygon bugs
|
||||
* FIX iteration over parametric function plots
|
||||
* FIX autoscaling of polar mode plots
|
||||
* FIX increase precision of xticlabel placement from (float) to (double)
|
||||
* FIX allocation error affecting certain cvs files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 29 22:32:31 UTC 2013 - burnus@net-b.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnuplot
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -64,7 +64,7 @@ BuildRequires: plotutils-devel
|
||||
BuildRequires: plotutils
|
||||
%endif
|
||||
Url: http://www.gnuplot.info/
|
||||
Version: 4.6.4
|
||||
Version: 4.6.5
|
||||
Release: 0
|
||||
Summary: GNUplot a Function Plotting Utility
|
||||
License: SUSE-Gnuplot and GPL-2.0+
|
||||
|
Loading…
Reference in New Issue
Block a user