SHA256
1
0
forked from pool/gnuplot
OBS User unknown 2008-03-27 20:57:09 +00:00 committed by Git OBS Bridge
parent 831f9843f8
commit 08b33f111d
5 changed files with 84 additions and 16 deletions

View File

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

View File

@ -4,7 +4,7 @@
+bzcat ../gnuplot-fr.doc.bz2 > docs/gnuplot-fr.doc
--- configure.in
+++ configure.in 2004-04-27 18:48:07.000000000 +0200
@@ -227,7 +227,7 @@ if test "$with_linux_vga" = yes; then
@@ -230,7 +230,7 @@ if test "$with_linux_vga" = yes; then
[AC_DEFINE(LINUXVGA,1,
[ Define if this is a Linux system with SuperVGA library. ])
LINUXSUID='chown root $(bindir)/gnuplot; chmod u+s $(bindir)/gnuplot'
@ -77,7 +77,7 @@
reset
--- docs/Makefile.in
+++ docs/Makefile.in 2007-05-30 15:40:43.577475549 +0200
+++ docs/Makefile.in 2007-05-30 15:40:43.577475000 +0200
@@ -37,7 +37,7 @@
#
@ -145,7 +145,7 @@
%_
--- src/command.c
+++ src/command.c 2004-04-27 18:48:07.000000000 +0200
@@ -1137,14 +1137,24 @@ pause_command()
@@ -1145,14 +1145,24 @@ pause_command()
(void) fgets(buf, strlen(buf), stdin);
}
} else if (strcmp(term->name, "atari") == 0) {
@ -172,7 +172,7 @@
if (line)
free(line);
} else
@@ -2640,6 +2650,13 @@ read_line(const char *prompt)
@@ -2660,6 +2670,13 @@ read_line(const char *prompt)
# endif /* no READLINE */
do {
@ -187,7 +187,7 @@
# if defined(READLINE) || defined(HAVE_LIBREADLINE)
if (((interactive)
--- src/gplt_x11.c
+++ src/gplt_x11.c 2004-04-27 18:48:07.000000000 +0200
+++ src/gplt_x11.c 2008-03-26 12:52:10.843886602 +0100
@@ -2273,8 +2273,11 @@ exec_cmd(plot_struct *plot, char *comman
}
}
@ -202,6 +202,16 @@
else if (*buffer == 'A')
sscanf(buffer + 1, "%lf", &plot->angle);
@@ -4787,7 +4790,9 @@ process_event(XEvent *event)
*/
#define On(v) ( !strncasecmp(v, "on", 2) || !strncasecmp(v, "true", 4) )
+#ifndef AppDefDir
#define AppDefDir "/usr/lib/X11/app-defaults"
+#endif
#ifndef MAXHOSTNAMELEN
#define MAXHOSTNAMELEN 64
#endif
--- src/plot.c
+++ src/plot.c 2004-04-27 18:51:49.000000000 +0200
@@ -228,6 +228,7 @@ static int asked_privi = 0;

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

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

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Wed Mar 26 12:47:02 CET 2008 - werner@suse.de
- Update to gnuplot 4.2.3
* NEW options front and back to "set colorbox"
* NEW character encoding support for emf and pdf terminals
* NEW "format" keyword for "set tics" and "set {x|y|...}tics"
* NEW allow user to set colorbar label rotatation if the bar is vertical
* FIX allow tic format to be given as a string variable
* FIX handling of negative screen coordinates on ia64, PPC
* FIX coloring of hidden surfaces if drawn with line styles
* FIX direction of y axis in graph coords for "set view map"
* FIX minitics in log scale
* FIX minor bugfixes to terminals fig, emf, post, svg, x11
* FIX cgm terminal now produces correct pm3d and pattern fill output
* FIX protect against overly long font names in gd, svg
* FIX infinite loop from x11 plot window resizing under ion, fluxbox
* FIX never estimate zero size for a non-empty string
* FIX discard degenerate polygons during hidden3d processing
* FIX segfault if replot is called while terminal type is unknown
* FIX segfault if locale obtained by getenv() is freed
* FIX discard axis ticks read from previous data file
* FIX Do not clip image against Z range in 3D splot with "set view map"
* FIX off-by-one error in implicit column 0 for binary data files
* FIX splot was trashing the default clipping boundaries for 2D plots
* CHANGE tweak installation scripts for OSX nt cyg dj2 mgw
* CHANGE install Xresource file as Gnuplot, not Gnuplot.app-defaults
* CHANGE Remove limitation of 10 args max to internal function sprintf()
* CHANGE Bring emf point types into conformity with other terminals
* CHANGE estimate the vertical space for rotated tick labels on x and x2 axes
-------------------------------------------------------------------
Fri Mar 14 15:00:13 CET 2008 - werner@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package gnuplot (Version 4.2.2)
# spec file for package gnuplot (Version 4.2.3)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -18,13 +18,13 @@ License: BSD 3-Clause
Group: Productivity/Graphics/Visualization/Graph
AutoReqProv: on
PreReq: %install_info_prereq
Version: 4.2.2
Release: 36
Version: 4.2.3
Release: 1
Summary: Function Plotting Utility
Source0: gnuplot-4.2.2.tar.bz2
Source0: gnuplot-4.2.3.tar.bz2
Source2: gnuplot-fr.doc.bz2
Source3: README.whynot
Patch0: gnuplot-4.2.0.dif
Patch0: gnuplot-4.2.3.dif
Patch1: gnuplot-4.2.0-x11ovf.dif
Patch2: gnuplot-4.2.2-fonts.dif
Patch3: gnuplot-4.2.0-wxt.dif
@ -72,7 +72,7 @@ test $? -eq 0 || exit 1
%build
SECSVGA="-DSVGA_IS_SECURE=1"
export CPPFLAGS="-I%{_x11inc} -I%{_includedir}/gd"
export CPPFLAGS="-I%{_x11inc} -I%{_includedir}/gd -DAppDefDir=\\\"%{_appdef}\\\""
export CFLAGS="${RPM_OPT_FLAGS} -pipe ${SECSVGA}"
export CXXFLAGS="$CFLAGS -fno-strict-aliasing"
export LDFLAGS="-L%{_x11lib}"
@ -121,7 +121,7 @@ test $? -eq 0 || exit 1
%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} xresourcedir=%{_appdef} install
make DESTDIR=%{buildroot} appdefaultdir=%{_appdef} install
mkdir -p %{buildroot}/%{_infodir}
mkdir -p %{buildroot}/%{_docdir}/gnuplot/doc
mkdir -p %{buildroot}/%{_docdir}/gnuplot/doc/html
@ -149,7 +149,6 @@ test $? -eq 0 || exit 1
install -m 0444 NEWS VERSION BUGS %{buildroot}/%{_docdir}/gnuplot/
install -m 0444 %{SOURCE3} %{buildroot}/%{_docdir}/gnuplot/
rm -f %{buildroot}/%{_docdir}/gnuplot/demo/Makefile*
mv -f %{buildroot}/%_appdef/Gnuplot.app-defaults %{buildroot}/%_appdef/Gnuplot
for dem in %{buildroot}/%{_docdir}/gnuplot/demo/* ; do
sed "s|@@GNUPLOTDEMOPATH@@|%{_docdir}/gnuplot/demo/|g" < ${dem} > ${dem}.tmp
touch -r ${dem} ${dem}.tmp
@ -177,6 +176,34 @@ test $? -eq 0 || exit 1
%{_appdef}/Gnuplot
%changelog
* Wed Mar 26 2008 werner@suse.de
- Update to gnuplot 4.2.3
* NEW options front and back to "set colorbox"
* NEW character encoding support for emf and pdf terminals
* NEW "format" keyword for "set tics" and "set {x|y|...}tics"
* NEW allow user to set colorbar label rotatation if the bar is vertical
* FIX allow tic format to be given as a string variable
* FIX handling of negative screen coordinates on ia64, PPC
* FIX coloring of hidden surfaces if drawn with line styles
* FIX direction of y axis in graph coords for "set view map"
* FIX minitics in log scale
* FIX minor bugfixes to terminals fig, emf, post, svg, x11
* FIX cgm terminal now produces correct pm3d and pattern fill output
* FIX protect against overly long font names in gd, svg
* FIX infinite loop from x11 plot window resizing under ion, fluxbox
* FIX never estimate zero size for a non-empty string
* FIX discard degenerate polygons during hidden3d processing
* FIX segfault if replot is called while terminal type is unknown
* FIX segfault if locale obtained by getenv() is freed
* FIX discard axis ticks read from previous data file
* FIX Do not clip image against Z range in 3D splot with "set view map"
* FIX off-by-one error in implicit column 0 for binary data files
* FIX splot was trashing the default clipping boundaries for 2D plots
* CHANGE tweak installation scripts for OSX nt cyg dj2 mgw
* CHANGE install Xresource file as Gnuplot, not Gnuplot.app-defaults
* CHANGE Remove limitation of 10 args max to internal function sprintf()
* CHANGE Bring emf point types into conformity with other terminals
* CHANGE estimate the vertical space for rotated tick labels on x and x2 axes
* Fri Mar 14 2008 werner@suse.de
- Disable warning about missing character set to avoid bnc#369156
* Fri Dec 14 2007 werner@suse.de