SHA256
1
0
forked from pool/gnuplot
OBS User unknown 2007-12-14 15:29:45 +00:00 committed by Git OBS Bridge
parent 12c779a916
commit 9d822048f4
4 changed files with 54 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:12cc269de1c78a54444d18d87dbf1169f16c89155824b457ac5b7a7f1a3d994f
size 2299396

3
gnuplot-4.2.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:74269291f76e8c4515ea92e8a52d0dc76aafafce1f3ee376a56c849c3bed5328
size 2308680

View File

@ -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 <filename>"
* 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 Wed Sep 5 17:02:11 CEST 2007 - werner@suse.de

View File

@ -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. # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
@ -12,15 +12,15 @@
Name: gnuplot 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 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/ Url: http://www.gnuplot.info/
License: BSD 3-Clause, Change notification License: BSD 3-Clause
Group: Productivity/Graphics/Visualization/Graph Group: Productivity/Graphics/Visualization/Graph
Autoreqprov: on AutoReqProv: on
PreReq: %install_info_prereq PreReq: %install_info_prereq
Version: 4.2.0 Version: 4.2.2
Release: 60 Release: 1
Summary: Function Plotting Utility Summary: Function Plotting Utility
Source0: gnuplot-4.2.0.tar.bz2 Source0: gnuplot-4.2.2.tar.bz2
Source2: gnuplot-fr.doc.bz2 Source2: gnuplot-fr.doc.bz2
Source3: README.whynot Source3: README.whynot
Patch0: gnuplot-4.2.0.dif Patch0: gnuplot-4.2.0.dif
@ -100,6 +100,7 @@ test $? -eq 0 || exit 1
--with-gif=png \ --with-gif=png \
--with-freetype=/usr/%_lib \ --with-freetype=/usr/%_lib \
--enable-x11-mbfonts \ --enable-x11-mbfonts \
--enable-h3d-quadtree \
--with-zlib \ --with-zlib \
--with-gd \ --with-gd \
--enable-thin-splines \ --enable-thin-splines \
@ -175,6 +176,26 @@ test $? -eq 0 || exit 1
%{_appdef}/Gnuplot %{_appdef}/Gnuplot
%changelog %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 <filename>"
* 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 * Wed Sep 05 2007 - werner@suse.de
- Correct name of app-defaults file - Correct name of app-defaults file
- Make samples in demo directory usable from any path - Make samples in demo directory usable from any path