diff --git a/gnuplot-4.6.0.dif b/gnuplot-4.6.0.dif index ff5907b..ee42c13 100644 --- a/gnuplot-4.6.0.dif +++ b/gnuplot-4.6.0.dif @@ -10,7 +10,7 @@ --- gnuplot-5.2.3/configure.ac +++ 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, [ Define if this is a Linux system with SuperVGA library. ]) LINUXSUID='chown root $(bindir)/gnuplot; chmod u+s $(bindir)/gnuplot' @@ -65,7 +65,7 @@ alldoc2gih_CPPFLAGS = -DALL_TERM_DOC $(AM_CPPFLAGS) --- gnuplot-5.2.3/src/gadgets.h +++ 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_points; diff --git a/gnuplot-5.2.4.tar.gz b/gnuplot-5.2.4.tar.gz deleted file mode 100644 index 82afd9b..0000000 --- a/gnuplot-5.2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1515f000bd373aaa53b16183f274189d4f5e0ae47d22f434857933d16a4770cb -size 5292321 diff --git a/gnuplot-5.2.5.tar.gz b/gnuplot-5.2.5.tar.gz new file mode 100644 index 0000000..3d0a8be --- /dev/null +++ b/gnuplot-5.2.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:039db2cce62ddcfd31a6696fe576f4224b3bc3f919e66191dfe2cdb058475caa +size 5305288 diff --git a/gnuplot-gd.patch b/gnuplot-gd.patch index fde67aa..e0891df 100644 --- a/gnuplot-gd.patch +++ b/gnuplot-gd.patch @@ -7,7 +7,7 @@ Index: gnuplot-5.2.2/configure.ac --- gnuplot-5.2.3/configure.ac +++ 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) if test "$with_gd" != no; then diff --git a/gnuplot.changes b/gnuplot.changes index 25c6b0c..abd1404 100644 --- a/gnuplot.changes +++ b/gnuplot.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Tue Oct 9 07:10:08 UTC 2018 - Dr. Werner Fink + +- 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 diff --git a/gnuplot.spec b/gnuplot.spec index 5085216..d813a99 100644 --- a/gnuplot.spec +++ b/gnuplot.spec @@ -77,10 +77,10 @@ BuildRequires: wxWidgets-devel BuildRequires: wxWidgets-devel >= 3 %endif Url: http://www.gnuplot.info/ -Version: 5.2.4 +Version: 5.2.5 Release: 0 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 Source0: http://downloads.sourceforge.net/project/gnuplot/gnuplot/%{version}/gnuplot-%{version}.tar.gz Source2: gnuplot-fr.doc.bz2