diff --git a/gnuplot-4.2.0.tar.bz2 b/gnuplot-4.2.0.tar.bz2 deleted file mode 100644 index 28d3c13..0000000 --- a/gnuplot-4.2.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12cc269de1c78a54444d18d87dbf1169f16c89155824b457ac5b7a7f1a3d994f -size 2299396 diff --git a/gnuplot-4.2.2.tar.bz2 b/gnuplot-4.2.2.tar.bz2 new file mode 100644 index 0000000..9ee53e4 --- /dev/null +++ b/gnuplot-4.2.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74269291f76e8c4515ea92e8a52d0dc76aafafce1f3ee376a56c849c3bed5328 +size 2308680 diff --git a/gnuplot.changes b/gnuplot.changes index e5510ac..fed1306 100644 --- a/gnuplot.changes +++ b/gnuplot.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Dec 14 15:24:04 CET 2007 - werner@suse.de + +- Update to gnuplot 4.2.2 + * FIX Axis labels were ignored in mode "set view map" + Candlesticks did not receive the border color specified in fillstyle + * NEW allow extra column in 2D plots containing color information + * NEW set term latex {size XX,YY} + * FIX buffering of very long input lines + * FIX clipping of image data against plot boundary + * FIX polygon clipping bugs + * FIX key sample for plots with variable color + * FIX wxt initialization on non-gnu systems + * FIX escape sequence %% handling in sprintf() format strings + * FIX Apply "set style incr user" to 3D contours and to columnstacked histograms + * FIX Apply "set key {no}enhanced" to key titles read from a file + * FIX Allow string variable as filename for "fit via " + * CHANGE defer x11 initialization until first plot command + * CHANGE clean up configuration files for amg, cyg, mgw, dj2 + * CHANGE modify SVG output to accommodate non-compliant viewers + * CHANGE allow 'strcol()' as shorthand for 'stringcolumn()' + * CHANGE default to "blacktext" for TeX-based PostScript variants + ------------------------------------------------------------------- Wed Sep 5 17:02:11 CEST 2007 - werner@suse.de diff --git a/gnuplot.spec b/gnuplot.spec index 5fb49cf..be2a3c6 100644 --- a/gnuplot.spec +++ b/gnuplot.spec @@ -1,5 +1,5 @@ # -# spec file for package gnuplot (Version 4.2.0) +# spec file for package gnuplot (Version 4.2.2) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,15 +12,15 @@ Name: gnuplot BuildRequires: cairo-devel freetype2-devel gcc-c++ gd-devel gtk2-devel latex2html libjpeg-devel libpng-devel pango-devel plotutils readline-devel texlive-latex wxGTK-devel xorg-x11-devel -URL: http://www.gnuplot.info/ -License: BSD 3-Clause, Change notification +Url: http://www.gnuplot.info/ +License: BSD 3-Clause Group: Productivity/Graphics/Visualization/Graph -Autoreqprov: on +AutoReqProv: on PreReq: %install_info_prereq -Version: 4.2.0 -Release: 60 +Version: 4.2.2 +Release: 1 Summary: Function Plotting Utility -Source0: gnuplot-4.2.0.tar.bz2 +Source0: gnuplot-4.2.2.tar.bz2 Source2: gnuplot-fr.doc.bz2 Source3: README.whynot Patch0: gnuplot-4.2.0.dif @@ -100,6 +100,7 @@ test $? -eq 0 || exit 1 --with-gif=png \ --with-freetype=/usr/%_lib \ --enable-x11-mbfonts \ + --enable-h3d-quadtree \ --with-zlib \ --with-gd \ --enable-thin-splines \ @@ -175,6 +176,26 @@ test $? -eq 0 || exit 1 %{_appdef}/Gnuplot %changelog +* Fri Dec 14 2007 - werner@suse.de +- Update to gnuplot 4.2.2 + * FIX Axis labels were ignored in mode "set view map" + Candlesticks did not receive the border color specified in fillstyle + * NEW allow extra column in 2D plots containing color information + * NEW set term latex {size XX,YY} + * FIX buffering of very long input lines + * FIX clipping of image data against plot boundary + * FIX polygon clipping bugs + * FIX key sample for plots with variable color + * FIX wxt initialization on non-gnu systems + * FIX escape sequence %% handling in sprintf() format strings + * FIX Apply "set style incr user" to 3D contours and to columnstacked histograms + * FIX Apply "set key {no}enhanced" to key titles read from a file + * FIX Allow string variable as filename for "fit via " + * CHANGE defer x11 initialization until first plot command + * CHANGE clean up configuration files for amg, cyg, mgw, dj2 + * CHANGE modify SVG output to accommodate non-compliant viewers + * CHANGE allow 'strcol()' as shorthand for 'stringcolumn()' + * CHANGE default to "blacktext" for TeX-based PostScript variants * Wed Sep 05 2007 - werner@suse.de - Correct name of app-defaults file - Make samples in demo directory usable from any path