From d2e016e3550cf299412f7049b6135be5f24da01d0a008218fc05f80dc966602c Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Wed, 26 Feb 2014 20:17:25 +0000 Subject: [PATCH] Accepting request 223794 from home:burnus:branches:Publishing Update to 4.6.5 OBS-URL: https://build.opensuse.org/request/show/223794 OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=55 --- gnuplot-4.6.4.tar.gz | 3 --- gnuplot-4.6.5.tar.gz | 3 +++ gnuplot.changes | 37 +++++++++++++++++++++++++++++++++++++ gnuplot.spec | 4 ++-- 4 files changed, 42 insertions(+), 5 deletions(-) delete mode 100644 gnuplot-4.6.4.tar.gz create mode 100644 gnuplot-4.6.5.tar.gz diff --git a/gnuplot-4.6.4.tar.gz b/gnuplot-4.6.4.tar.gz deleted file mode 100644 index 6893f93..0000000 --- a/gnuplot-4.6.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:843a2019bcc89f76520ac2c88ada900917f28b90f809a47da50a1cffc9190431 -size 4974176 diff --git a/gnuplot-4.6.5.tar.gz b/gnuplot-4.6.5.tar.gz new file mode 100644 index 0000000..35242cb --- /dev/null +++ b/gnuplot-4.6.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e550f030c7d04570e89c3d4e3f6e82296816508419c86ab46c4dd73156519a2d +size 5035657 diff --git a/gnuplot.changes b/gnuplot.changes index 76af393..d96a0a4 100644 --- a/gnuplot.changes +++ b/gnuplot.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Tue Feb 25 08:42:01 UTC 2014 - burnus@net-b.de + +- Update to 4.6.5 + * NEW monotonic cubic splines using "smooth mcsplines" + * NEW phase-jump removal filter "smooth unwrap" + * NEW allow '+' pseudofile to sample the T axis in 2D parametric + plots + * NEW allow '++' pseudofile to sample the U/V axes in 3D + parametric plots + * NEW "sixel" terminal driver + * NEW new object attribute clip/noclip + * CHANGE maximum number of using spec columns increased from 7 + to 11 + * CHANGE code in bitmap.c relicensed to remove restriction to + noncommercial use + * FIX allow 'set pm3d' interpolate and top/bottom options to + coexist + * FIX revised handling of defined palettes with explicit + maxcolors + * FIX continue as normal after an interactive session error + from "gnuplot -" + * FIX empty first field in a tab-separated-values file was + incorrectly ignored + * FIX several problems with color assignment to contour lines + * FIX qt terminal incorrectly changed linetype (dot/dash) + to match line color + * FIX "pause mouse" worked only for right- or center- click, + not left-click + * FIX emf terminal font initialization + * FIX wxt terminal vertical centering of enhanced text + * FIX win terminal filled polygon bugs + * FIX iteration over parametric function plots + * FIX autoscaling of polar mode plots + * FIX increase precision of xticlabel placement from (float) to (double) + * FIX allocation error affecting certain cvs files + ------------------------------------------------------------------- Tue Oct 29 22:32:31 UTC 2013 - burnus@net-b.de diff --git a/gnuplot.spec b/gnuplot.spec index aaf168a..dad879e 100644 --- a/gnuplot.spec +++ b/gnuplot.spec @@ -1,7 +1,7 @@ # # spec file for package gnuplot # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -64,7 +64,7 @@ BuildRequires: plotutils-devel BuildRequires: plotutils %endif Url: http://www.gnuplot.info/ -Version: 4.6.4 +Version: 4.6.5 Release: 0 Summary: GNUplot a Function Plotting Utility License: SUSE-Gnuplot and GPL-2.0+