forked from pool/gnuplot
Update to 5.2.5
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=96
This commit is contained in:
parent
4feef04b19
commit
a60b673725
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
--- gnuplot-5.2.3/configure.ac
|
--- gnuplot-5.2.3/configure.ac
|
||||||
+++ gnuplot-5.2.3/configure.ac 2018-05-07 07:12:26.984911679 +0000
|
+++ gnuplot-5.2.3/configure.ac 2018-05-07 07:12:26.984911679 +0000
|
||||||
@@ -365,7 +365,7 @@ if test "$with_linux_vga" = yes; then
|
@@ -364,7 +364,7 @@ if test "$with_linux_vga" = yes; then
|
||||||
[AC_DEFINE(LINUXVGA,1,
|
[AC_DEFINE(LINUXVGA,1,
|
||||||
[ Define if this is a Linux system with SuperVGA library. ])
|
[ Define if this is a Linux system with SuperVGA library. ])
|
||||||
LINUXSUID='chown root $(bindir)/gnuplot; chmod u+s $(bindir)/gnuplot'
|
LINUXSUID='chown root $(bindir)/gnuplot; chmod u+s $(bindir)/gnuplot'
|
||||||
@ -65,7 +65,7 @@
|
|||||||
alldoc2gih_CPPFLAGS = -DALL_TERM_DOC $(AM_CPPFLAGS)
|
alldoc2gih_CPPFLAGS = -DALL_TERM_DOC $(AM_CPPFLAGS)
|
||||||
--- gnuplot-5.2.3/src/gadgets.h
|
--- gnuplot-5.2.3/src/gadgets.h
|
||||||
+++ gnuplot-5.2.3/src/gadgets.h 2018-05-07 07:12:26.984911679 +0000
|
+++ gnuplot-5.2.3/src/gadgets.h 2018-05-07 07:12:26.984911679 +0000
|
||||||
@@ -489,7 +489,7 @@ extern TBOOLEAN clip_lines1;
|
@@ -485,7 +485,7 @@ extern TBOOLEAN clip_lines1;
|
||||||
extern TBOOLEAN clip_lines2;
|
extern TBOOLEAN clip_lines2;
|
||||||
extern TBOOLEAN clip_points;
|
extern TBOOLEAN clip_points;
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1515f000bd373aaa53b16183f274189d4f5e0ae47d22f434857933d16a4770cb
|
|
||||||
size 5292321
|
|
3
gnuplot-5.2.5.tar.gz
Normal file
3
gnuplot-5.2.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:039db2cce62ddcfd31a6696fe576f4224b3bc3f919e66191dfe2cdb058475caa
|
||||||
|
size 5305288
|
@ -7,7 +7,7 @@ Index: gnuplot-5.2.2/configure.ac
|
|||||||
|
|
||||||
--- gnuplot-5.2.3/configure.ac
|
--- gnuplot-5.2.3/configure.ac
|
||||||
+++ gnuplot-5.2.3/configure.ac 2018-05-07 07:14:11.118955435 +0000
|
+++ gnuplot-5.2.3/configure.ac 2018-05-07 07:14:11.118955435 +0000
|
||||||
@@ -578,63 +578,13 @@ AC_ARG_WITH(gd,dnl
|
@@ -577,63 +577,13 @@ AC_ARG_WITH(gd,dnl
|
||||||
with_gd=yes)
|
with_gd=yes)
|
||||||
|
|
||||||
if test "$with_gd" != no; then
|
if test "$with_gd" != no; then
|
||||||
|
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 9 07:10:08 UTC 2018 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
- Update to gnuplot 5.2.5
|
||||||
|
* NEW "set pm3d depthorder base" sorts pm3d quadrangles by projecting to z=0
|
||||||
|
* NEW "set jitter vertical" displaces y coordinate rather than x coordinate
|
||||||
|
* NEW array size can be determined automatically from the initializer
|
||||||
|
* CHANGE place titles along x axis in plots with columnstacked histograms
|
||||||
|
* CHANGE equivalent slope constraint for mcs splines at both ends of the range
|
||||||
|
* CHANGE numerical arguments to "call" are stored in ARG1..ARGn as strings
|
||||||
|
* CHANGE numerical arguments to "call" are stored in ARGV[n] as complex
|
||||||
|
* CHANGE treat imaginary values plotted from a using spec as UNDEFINED (NaN)
|
||||||
|
* CHANGE allow "reset" between plots in a multiplot layout
|
||||||
|
* CHANGE Deprecate linux and vgagl terminals (to be removed in 5.3)
|
||||||
|
* CHANGE placement of axis and tic labels in 3D projections on to xz or yz plane
|
||||||
|
* CHANGE default to ./configure --without-wx-multithreading
|
||||||
|
* FIX parametric function plots did not work with logscale x (regression in 5.2.0-4)
|
||||||
|
* FIX polar mode "set trange" was assumed to use radians, now it tracks "set angle"
|
||||||
|
* FIX clip polar grid lines and ticks to x/y range limits
|
||||||
|
* FIX clipping of plot "with lines" when axes are nonlinear (regression from 5.0)
|
||||||
|
* FIX clipping of all elements in finanacebars/candlesticks/boxplots
|
||||||
|
* FIX clipping of 3D splot "with labels"
|
||||||
|
* FIX strange interaction of "noautoscale" with blank data lines
|
||||||
|
* FIX alignment of boxed text to center for eps/cairolatex
|
||||||
|
* FIX incompatibility of "pm3d depthorder" and rgb color taken from data column
|
||||||
|
* FIX aqua terminal font changes in enhanced text mode
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 4 07:18:27 UTC 2018 - werner@suse.de
|
Mon Jun 4 07:18:27 UTC 2018 - werner@suse.de
|
||||||
|
|
||||||
|
@ -77,10 +77,10 @@ BuildRequires: wxWidgets-devel
|
|||||||
BuildRequires: wxWidgets-devel >= 3
|
BuildRequires: wxWidgets-devel >= 3
|
||||||
%endif
|
%endif
|
||||||
Url: http://www.gnuplot.info/
|
Url: http://www.gnuplot.info/
|
||||||
Version: 5.2.4
|
Version: 5.2.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Function Plotting Utility and more
|
Summary: Function Plotting Utility and more
|
||||||
License: SUSE-Gnuplot and GPL-2.0+
|
License: SUSE-Gnuplot AND GPL-2.0-or-later
|
||||||
Group: Productivity/Graphics/Visualization/Graph
|
Group: Productivity/Graphics/Visualization/Graph
|
||||||
Source0: http://downloads.sourceforge.net/project/gnuplot/gnuplot/%{version}/gnuplot-%{version}.tar.gz
|
Source0: http://downloads.sourceforge.net/project/gnuplot/gnuplot/%{version}/gnuplot-%{version}.tar.gz
|
||||||
Source2: gnuplot-fr.doc.bz2
|
Source2: gnuplot-fr.doc.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user