- Add patch gnuplot-6.0.3-backward_compat.patch
- Update to gnuplot 6.0.3
* NEW backport "contourfill {at base} {fs {no}border}"
* NEW backport "save changes <filename>"
This variant saves only the differences between the current
state and the state at the start of the session.
* NEW backport "plot <data> ... if (filter_condition)"
Input lines that satisfy the if condition are processed as usual.
Lines that fail are essentially ignored.
* NEW backport watchpoint label improvements from 6.1
Each watch target can have its own label, generated by a user function
* CHANGE 3D polygon objects can have per-object fill border properties.
The restriction that all 3D polygons share a single set of
properties from "set pm3d" remains true for "splot with polygons".
* CHANGE multiplot mousing and replot improvements back-ported from version 6.1
* CHANGE wxt: remove --with-wx-multithreaded configuration option
* CHANGE restrictions on watchpoint function target removed; any function is OK
* CHANGE "with hsteps" takes default width from "set boxwidth"
* CHANGE column(0) returns an integer (not complex) value
* FIX Support for combined hidden3d + pm3d depthorder back-ported from 6.1
This allows placing contours on a depth-sorted pm3d surface Bug 2762
* FIX "with yerrorbars" error bar span should not affect OUTRANGE Bug 2749
* FIX qt: opaque key caused incorrect interactive toggling Bug 2761
* FIX 6.0.2 regression in "splot ... using 1:2:3:4 lc palette" Bug 2784
* FIX placement of category labels along x-axis of boxplots Bug 2789
* FIX qt, cairo: "set colorbox invert" produced empty colorbox
* FIX placement of minor tics along logscale axis with narrow range Bug 2765
* FIX OK to have missing corners in an image from a sparse matrix Bug 2791
* FIX error handling for various cases involving function blocks Bug 2797
OBS-URL: https://build.opensuse.org/request/show/1284714
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=100
- Update to gnuplot 6.0.2
* NEW backport plot style "with hsteps"
* NEW backport plot style "splot with filledcurves" (waterfall plots)
* NEW general binary keyword option "blank=NaN"
- faciliates binary input to plot styles sensitive to blank lines
* NEW polygons in splot can use pm3d coloring
- facilitates use of triangular tessellated 3D pm3d surfaces
* NEW - UTF-8 terminal input now works when linked against BSD editline
./configure --with-readline=bsd
* CHANGE backport reimplementation of local variables
- faster function block evaluation, better-defined scope
* CHANGE apply jitter to the horizontal spread of boxplot outliers
* CHANGE dump $GPVAL_LAST_MULTIPLOT at the end of a "save" file
* FIX backport reworked generation of logscale axis tic marks Bug 2372 2717
* FIX Do not save extraneous commands to $GPVAL_LAST_MULTIPLOT Bug 2714
* FIX svg: modify gnuplot_svg.js to work in local standalone mode Bug 2715
* FIX "set table": honor "nosurface" keyword in splot
* FIX "set table": honor "set format z" when z is printed from plot
* FIX better contouring near the edge of a z-clipped surface
* FIX x11: handle mousing of logscale axes in inactive plot window Bug 2723
* FIX qt: handle mousing of logscale axes in inactive plot window Bug 2723
* FIX wxt: handle mousing of logscale axes in inactive plot window Bug 2723
* FIX wxt: release per-thread font data before entering "persist" Bug 2693
* FIX "set tics scale" should not change other axis tick properties Bug 2724
* FIX fill properties can be given as part of "splot with circles"
* FIX some properties of the key title not shown by "show" or "save" Bug 2729
* FIX points with variable color value NaN should not be drawn Bug 2737
* FIX "set term tikz nostandalone" should suppress the latex wrapper Bug 2740
* FIX handle unusual case of intersecting pm3d surfaces Bug 2744
* FIX prevent use-after-free if a function block has no "return" Bug 2745
OBS-URL: https://build.opensuse.org/request/show/1235564
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=96
- Update to gnuplot 6.0.2
* NEW backport plot style "with hsteps"
* NEW backport plot style "splot with filledcurves" (waterfall plots)
* NEW general binary keyword option "blank=NaN"
- faciliates binary input to plot styles sensitive to blank lines
* NEW polygons in splot can use pm3d coloring
- facilitates use of triangular tessellated 3D pm3d surfaces
* NEW - UTF-8 terminal input now works when linked against BSD editline
./configure --with-readline=bsd
* CHANGE backport reimplementation of local variables
- faster function block evaluation, better-defined scope
* CHANGE apply jitter to the horizontal spread of boxplot outliers
* CHANGE dump $GPVAL_LAST_MULTIPLOT at the end of a "save" file
* FIX backport reworked generation of logscale axis tic marks Bug 2372 2717
* FIX Do not save extraneous commands to $GPVAL_LAST_MULTIPLOT Bug 2714
* FIX svg: modify gnuplot_svg.js to work in local standalone mode Bug 2715
* FIX "set table": honor "nosurface" keyword in splot
* FIX "set table": honor "set format z" when z is printed from plot
* FIX better contouring near the edge of a z-clipped surface
* FIX x11: handle mousing of logscale axes in inactive plot window Bug 2723
* FIX qt: handle mousing of logscale axes in inactive plot window Bug 2723
* FIX wxt: handle mousing of logscale axes in inactive plot window Bug 2723
* FIX wxt: release per-thread font data before entering "persist" Bug 2693
* FIX "set tics scale" should not change other axis tick properties Bug 2724
* FIX fill properties can be given as part of "splot with circles"
* FIX some properties of the key title not shown by "show" or "save" Bug 2729
* FIX points with variable color value NaN should not be drawn Bug 2737
* FIX "set term tikz nostandalone" should suppress the latex wrapper Bug 2740
* FIX handle unusual case of intersecting pm3d surfaces Bug 2744
* FIX prevent use-after-free if a function block has no "return" Bug 2745
OBS-URL: https://build.opensuse.org/request/show/1235564
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=96
- Update to gnuplot 6.0.1
* CHANGE Use of data source '-' inside a multiplot is an error;
use a local datablock instead
* CHANGE gd: scale "dot" (pointtype 0) by current linewidth Bug 2690
* CHANGE modify configure script to accommodate Fedora dependencies Bug 2706
* FIX empty field in csv file should not generate a tic label Bug 2667 2672
* FIX Do not autoscale or extend axis ranges while zooming Bug 2679 2680
* FIX x11: Empirical correction for bad rotation of enhanced text Bug 2661
* FIX wxt: Add exception handler for mouse event processing Bug 2680 2683
* FIX wxt: make right-mouse zoom box independent of terminal scaling Bug 2578
* FIX regression: border color of objects with fillstyle "empty" Bug 2686
* FIX "set colorbox border {<lt>}" parsing error
* FIX svg: set default fill properties for depth-sorted pm3d objects
* FIX gd x11: very short arrows were not drawn at all Bug 2690
* FIX "stats ... name FOO" Do not delete existing variables FOO_* Bug 2695
* FIX order-dependent parsing of 2D plots with "fs solid fc variable"
* FIX mp: configure --with-metapost failed to include mp terminal
* FIX qt wxt x11: "set term" from a script causes next pause to fail Bug 2703
* FIX tikz: fix use of palettes with a fixed number of colors Bug 2706
- Add patch gnuplot-doc2tex.patch
* Avoid SIGSEGV at the end of a string due to scanning with initial line lenght
- Update to gnuplot 6.0.1
* CHANGE Use of data source '-' inside a multiplot is an error;
use a local datablock instead
* CHANGE gd: scale "dot" (pointtype 0) by current linewidth Bug 2690
* CHANGE modify configure script to accommodate Fedora dependencies Bug 2706
* FIX empty field in csv file should not generate a tic label Bug 2667 2672
* FIX Do not autoscale or extend axis ranges while zooming Bug 2679 2680
* FIX x11: Empirical correction for bad rotation of enhanced text Bug 2661
OBS-URL: https://build.opensuse.org/request/show/1178241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=95
- Update to gnuplot 6.0.1
* CHANGE Use of data source '-' inside a multiplot is an error;
use a local datablock instead
* CHANGE gd: scale "dot" (pointtype 0) by current linewidth Bug 2690
* CHANGE modify configure script to accommodate Fedora dependencies Bug 2706
* FIX empty field in csv file should not generate a tic label Bug 2667 2672
* FIX Do not autoscale or extend axis ranges while zooming Bug 2679 2680
* FIX x11: Empirical correction for bad rotation of enhanced text Bug 2661
* FIX wxt: Add exception handler for mouse event processing Bug 2680 2683
* FIX wxt: make right-mouse zoom box independent of terminal scaling Bug 2578
* FIX regression: border color of objects with fillstyle "empty" Bug 2686
* FIX "set colorbox border {<lt>}" parsing error
* FIX svg: set default fill properties for depth-sorted pm3d objects
* FIX gd x11: very short arrows were not drawn at all Bug 2690
* FIX "stats ... name FOO" Do not delete existing variables FOO_* Bug 2695
* FIX order-dependent parsing of 2D plots with "fs solid fc variable"
* FIX mp: configure --with-metapost failed to include mp terminal
* FIX qt wxt x11: "set term" from a script causes next pause to fail Bug 2703
* FIX tikz: fix use of palettes with a fixed number of colors Bug 2706
- Add patch gnuplot-doc2tex.patch
* Avoid SIGSEGV at the end of a string due to scanning with initial line lenght
- Update to gnuplot 6.0.1
* CHANGE Use of data source '-' inside a multiplot is an error;
use a local datablock instead
* CHANGE gd: scale "dot" (pointtype 0) by current linewidth Bug 2690
* CHANGE modify configure script to accommodate Fedora dependencies Bug 2706
* FIX empty field in csv file should not generate a tic label Bug 2667 2672
* FIX Do not autoscale or extend axis ranges while zooming Bug 2679 2680
* FIX x11: Empirical correction for bad rotation of enhanced text Bug 2661
OBS-URL: https://build.opensuse.org/request/show/1178241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=95
- Add missing doc/webp_figures.gnu fronm upstream git repo
- Update to gnuplot 6.0.0
* Japanese documentation updated
(missing file title-ja.tex, build dependencies for mingw)
* Support building against Qt6
(./configure falls back to Qt5 if the Qt6 libraries are not found)
* New configure option --enable-stable-sort
1) Use mergesort rather than qsort if the system provides it.
2) If neither mergesort nor glibc stable qsort is available,
modify internal gnuplot structures to contain a secondary sort key
* Render color gradient in colorbox as a pixel array (cairo, qt terminals)
* "reset session" restores initial state of all linetype properties
* postscript terminal now handles pixmaps (Bug #2644)
* New plot style "with contourfill" handles 2D and 3D contour plots with
discrete z-ranges indicated by solid fill colors.
* FIX do not clobber a datablock if its name is encountered unexpectedly
* FIX cairo terminals: ignore zero-size polygons
* FIX svg terminal now correctly tracks pattern-fill color
* FIX integer overflow/wraparound when polygon is clipped to plot border
* FIX do not mangle variable point properties in polar mode Bug #2650
* partial support for replotting and mousing multiplots (finally!)
* fixes build error for postscript terminal when libgd and cairo are not present
* strip trailing CR from function blocks read from a dos file Bug #2653
* use 64-bit integers for iteration
* "unset pointintervalbox" disables the box rather than setting it to default size
* keyentry '...' can be used to place a secondary title in the key
* fix use of stacked histograms with variable number of data columns
- Replotting and mousing multiplots
o now working much more comprehensively
OBS-URL: https://build.opensuse.org/request/show/1137694
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=94
- Add missing doc/webp_figures.gnu fronm upstream git repo
- Update to gnuplot 6.0.0
* Japanese documentation updated
(missing file title-ja.tex, build dependencies for mingw)
* Support building against Qt6
(./configure falls back to Qt5 if the Qt6 libraries are not found)
* New configure option --enable-stable-sort
1) Use mergesort rather than qsort if the system provides it.
2) If neither mergesort nor glibc stable qsort is available,
modify internal gnuplot structures to contain a secondary sort key
* Render color gradient in colorbox as a pixel array (cairo, qt terminals)
* "reset session" restores initial state of all linetype properties
* postscript terminal now handles pixmaps (Bug #2644)
* New plot style "with contourfill" handles 2D and 3D contour plots with
discrete z-ranges indicated by solid fill colors.
* FIX do not clobber a datablock if its name is encountered unexpectedly
* FIX cairo terminals: ignore zero-size polygons
* FIX svg terminal now correctly tracks pattern-fill color
* FIX integer overflow/wraparound when polygon is clipped to plot border
* FIX do not mangle variable point properties in polar mode Bug #2650
* partial support for replotting and mousing multiplots (finally!)
* fixes build error for postscript terminal when libgd and cairo are not present
* strip trailing CR from function blocks read from a dos file Bug #2653
* use 64-bit integers for iteration
* "unset pointintervalbox" disables the box rather than setting it to default size
* keyentry '...' can be used to place a secondary title in the key
* fix use of stacked histograms with variable number of data columns
- Replotting and mousing multiplots
o now working much more comprehensively
OBS-URL: https://build.opensuse.org/request/show/1137694
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=94
- Update to gnuplot 5.4.10
* FIX postscript: build failed in 5.4.9 if neither gd nor cairo libraries present
* FIX data-dependent variable point properties in polar plots
* FIX configure script modified to work with macOS+Homebrew
* CHANGE use 64-bit integers for iteration (allows iteration over dates)
- Update to gnuplot 5.4.10
* FIX postscript: build failed in 5.4.9 if neither gd nor cairo libraries present
* FIX data-dependent variable point properties in polar plots
* FIX configure script modified to work with macOS+Homebrew
* CHANGE use 64-bit integers for iteration (allows iteration over dates)
OBS-URL: https://build.opensuse.org/request/show/1119564
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=93
- Update to gnuplot 5.4.10
* FIX postscript: build failed in 5.4.9 if neither gd nor cairo libraries present
* FIX data-dependent variable point properties in polar plots
* FIX configure script modified to work with macOS+Homebrew
* CHANGE use 64-bit integers for iteration (allows iteration over dates)
- Update to gnuplot 5.4.10
* FIX postscript: build failed in 5.4.9 if neither gd nor cairo libraries present
* FIX data-dependent variable point properties in polar plots
* FIX configure script modified to work with macOS+Homebrew
* CHANGE use 64-bit integers for iteration (allows iteration over dates)
OBS-URL: https://build.opensuse.org/request/show/1119564
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=93