diff --git a/gnuplot-5.2.0.tar.gz b/gnuplot-5.2.0.tar.gz deleted file mode 100644 index fc7be0b..0000000 --- a/gnuplot-5.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7dfe6425a1a6b9349b1fb42dae46b2e52833b13e807a78a613024d6a99541e43 -size 5265808 diff --git a/gnuplot-5.2.1.tar.gz b/gnuplot-5.2.1.tar.gz new file mode 100644 index 0000000..e5417a0 --- /dev/null +++ b/gnuplot-5.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dc6b0fb6b321691e89e344387310a8e6614f0c4e5eb15a90dc742a53d807e88 +size 5295961 diff --git a/gnuplot.changes b/gnuplot.changes index 50bd304..d634ce6 100644 --- a/gnuplot.changes +++ b/gnuplot.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Nov 8 18:31:59 UTC 2017 - nico.kruber@gmail.com + +- Update to gnuplot 5.2.1 + * NEW set table separator {tab|comma|"char"} allows creation of csv files + * NEW hotkey for changing azimuth in 3D plots with mousing + * NEW titles for "splot .. with lines" can be placed at {beg|end} of plotted line + * NEW Rework gstrptime() to handle relative time formats tH tM tS + * NEW command 'set rgbmax ' controls interpretation of input RGB values + * CHANGE restore pre-5.2 interpretation of logscaled tic increment as a multiplier + * CHANGE allow mixed use of in-key plot titles and manually placed titles + * FIX autoscaling of plots with spline or bezier smoothing + * FIX autoscaling of plots with linked axes where data is plotted on x2 or y2 + * FIX "with filledcurves below y=foo" mishandled the case of y value exactly = foo + * FIX [windows] repair breakage of stderr/stdout redirection to console + * FIX postscript terminal artifacts when drawing dot/dash circles + * FIX handle empty range on logscale y axis as a warning, not an error + ------------------------------------------------------------------- Fri Sep 29 07:55:11 UTC 2017 - werner@suse.de @@ -16,7 +34,7 @@ Wed Sep 27 13:47:57 UTC 2017 - werner@suse.de - Update to gnuplot 5.2.0 * NEW user-defined dashtypes in metapost terminal -* NEW datablock contents may be accessed as an indexed array of strings + * NEW datablock contents may be accessed as an indexed array of strings * CHANGE allow explicit sample interval for u and v using pseudofile '++' * CHANGE decouple cbrange from color components in "with rgbimage" * FIX reconcile aspect ratio flags from "set view map" and "set view equal xy" diff --git a/gnuplot.spec b/gnuplot.spec index d76306b..8799a8c 100644 --- a/gnuplot.spec +++ b/gnuplot.spec @@ -83,7 +83,7 @@ BuildRequires: wxWidgets-devel >= 3 BuildRequires: xorg-x11 BuildRequires: xorg-x11-devel Url: http://www.gnuplot.info/ -Version: 5.2.0 +Version: 5.2.1 Release: 0 Summary: Function Plotting Utility and more License: SUSE-Gnuplot and GPL-2.0+