Accepting request 494037 from home:NicoK:branches:Publishing
update to 5.0.6 OBS-URL: https://build.opensuse.org/request/show/494037 OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=78
This commit is contained in:
parent
3ec92bf9ab
commit
cdb4f05ca6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:25f3e0bf192e01115c580f278c3725d7a569eb848786e12b455a3fda70312053
|
||||
size 5078771
|
3
gnuplot-5.0.6.tar.gz
Normal file
3
gnuplot-5.0.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5bbe4713e555c2e103b7d4ffd45fca69551fff09cf5c3f9cb17428aaacc9b460
|
||||
size 5093897
|
@ -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 <lw>" 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
|
||||
|
||||
|
@ -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+
|
||||
|
Loading…
Reference in New Issue
Block a user