Dr. Werner Fink 2010-09-14 15:16:45 +00:00 committed by Git OBS Bridge
parent d390e2136b
commit bc2bfe32ca
6 changed files with 62 additions and 27 deletions

@ -224,8 +224,8 @@
reset
--- src/show.c
+++ src/show.c 2010-05-10 14:04:43.814925577 +0200
@@ -1054,6 +1054,15 @@ show_version(FILE *fp)
+++ src/show.c 2010-05-19 21:19:16.000000000 +0200
@@ -1054,6 +1054,15 @@
p /* hit 'h' */
);
@ -233,8 +233,8 @@
+ {
+ struct stat st;
+ if ((stat(GNUPLOT_LIB_DEFAULT, &st) == 0) && S_ISDIR(st.st_mode)) {
+ fprintf(fp, "\n%s\tType `load \"all.dem\"` to display a large number of examples.", p);
+ fprintf(fp, "\n%s\tThey are located at %s/*\n\n", p, GNUPLOT_LIB_DEFAULT);
+ fprintf(fp, "%s\n%s\tType `load \"all.dem\"` to display a large number of examples.", p, p);
+ fprintf(fp, "\n%s\tThey are located at %s/*\n%s\n", p, GNUPLOT_LIB_DEFAULT, p);
+ }
+ }
+#endif

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

@ -104,8 +104,8 @@
else if (*buffer == 'A')
sscanf(buffer + 1, "%lf", &plot->angle);
--- src/plot.c
+++ src/plot.c 2009-05-09 11:32:24.000000000 +0000
@@ -222,6 +222,7 @@ static int asked_privi = 0;
+++ src/plot.c 2010-09-14 17:08:15.836458107 +0200
@@ -220,6 +220,7 @@ static int asked_privi = 0;
void
drop_privilege()
{
@ -113,7 +113,7 @@
if (!asked_privi) {
euid = geteuid();
egid = getegid();
@@ -235,11 +236,13 @@ drop_privilege()
@@ -233,11 +234,13 @@ drop_privilege()
if (seteuid(ruid) == -1)
(void) fprintf(stderr, "seteuid(%d): %s\n",
(int) ruid, strerror(errno));
@ -127,7 +127,7 @@
if (!asked_privi) {
euid = geteuid();
egid = getegid();
@@ -253,6 +256,7 @@ take_privilege()
@@ -251,6 +254,7 @@ take_privilege()
if (seteuid(euid) == -1)
(void) fprintf(stderr, "seteuid(%d): %s\n",
(int) euid, strerror(errno));
@ -135,7 +135,7 @@
}
#endif /* LINUXVGA */
@@ -278,8 +282,8 @@ main(int argc, char **argv)
@@ -276,8 +280,8 @@ main(int argc, char **argv)
int i;
#ifdef LINUXVGA
@ -145,23 +145,22 @@
#endif
/* make sure that we really have revoked root access, this might happen if
gnuplot is compiled without vga support but is installed suid by mistake */
@@ -345,6 +349,23 @@ main(int argc, char **argv)
#if defined(HAVE_LIBEDITLINE)
@@ -344,6 +348,22 @@ main(int argc, char **argv)
rl_getc_function = getc_wrapper;
#endif
+
+#ifdef __linux__
+ if (!getenv("GNUHELP")) {
+ const char* msg = setlocale(LC_MESSAGES, NULL);
+ if (msg) {
+ char hfile[64];
+ struct stat buf;
+
+
+ strcpy (hfile, "/usr/share/gnuplot/4.0/gnuplot-");
+ strncat(hfile, msg, 2);
+ strcat (hfile, ".gih");
+ if (stat(hfile, &buf) == 0)
+ setenv("GNUHELP", strdup(hfile), 0);
+ setenv("GNUHELP", strdup(hfile), 0);
+ }
+ }
+#endif

3
gnuplot-4.4.1.tar.bz2 Normal file

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

@ -1,3 +1,39 @@
-------------------------------------------------------------------
Tue Sep 14 17:00:07 CEST 2010 - werner@suse.de
- Update to gnuplot 4.4.0
* NEW Support the "%s" format specifier in strftime()
* NEW Optional 6th data column in candlesticks style to specific box width
* NEW If integer arithmetic i*j or i**j would overflow, return value as a real
* NEW "set style circle radius <default-radius>"
* FIX autoconfiguration of readline support in OSX
* FIX font problems in win terminal
* FIX Protect against runaway recursion by limiting depth of nested functions
* FIX metapost terminal: Fix inheritance of line thickness by text strings
* FIX cairo terminals could segfault on certain enhanced text strings
* FIX pdfcairo output to stdout now works
* FIX font ",size" in non-enhanced mode postscript terminals
* FIX Do a better job of estimating the width of UTF-8 encoded strings
* FIX baseline bug in canvas terminal rotation of enhanced text
* FIX Allow "with labels" to work for binary input data
* FIX update user GPVAL variables after plot in table mode
* CHANGE depth-sorting of pm3d surfaces now applies jointly to all in the plot
* CHANGE 3D impulses are now always drawn from z=0
* CHANGE Enable HIDDEN_QUADTREE by default
* CHANGE Enable "set fit errorvariables" by default
* CHANGE Regardless of current timefmt, read time from binary files as a binary
* CHANGE do not limit 3D rotation to 0<rotx<180
-------------------------------------------------------------------
Thu May 20 12:44:38 CEST 2010 - werner@suse.de
- Correct macro name in spec file
-------------------------------------------------------------------
Wed May 19 00:00:00 CEST 2010 - dieter.jurzitza@t-online.de
- Fix format being written into plt files (add missing #)
-------------------------------------------------------------------
Sun May 9 00:00:00 CEST 2010 - dieter.jurzitza@t-online.de
@ -190,7 +226,7 @@ Wed May 30 16:12:19 CEST 2007 - werner@suse.de
- Correct datadir
- The patent of gif is expired
------------------------------------------------------------------
-------------------------------------------------------------------
Fri May 11 16:52:57 CEST 2007 - werner@suse.de
- Use setlocale(..,NULL) instead of gentenv() (bug #272915)
@ -503,7 +539,7 @@ Sun Aug 23 10:51:12 MEST 1998 - bs@suse.de
- fixed "neededforbuild"
----------------------------------------------------------------------------
-------------------------------------------------------------------
Mon Jul 13 17:32:27 MET DST 1998 - werner@suse.de
- New version: 3.5beta6.347
@ -511,12 +547,12 @@ Mon Jul 13 17:32:27 MET DST 1998 - werner@suse.de
* Some enhancements
* Some bug fixes
----------------------------------------------------------------------------
-------------------------------------------------------------------
Thu Oct 23 13:59:59 MET DST 1997 - werner@suse.de
- New version: 3.5beta6.336
----------------------------------------------------------------------------
-------------------------------------------------------------------
Mon Feb 3 23:03:09 MET 1997 - werner@suse.de
- Update auf Version 3.5-beta-3.6pl319
@ -524,7 +560,7 @@ Mon Feb 3 23:03:09 MET 1997 - werner@suse.de
von Messdaten.
- verschoben von ap1 -> xap1
----------------------------------------------------------------------------
-------------------------------------------------------------------
Wed Nov 13 23:06:41 MET 1996 - werner@suse.de
- Neu Erstellen des Paketes:

@ -1,5 +1,5 @@
#
# spec file for package gnuplot (Version 4.4.0)
# spec file for package gnuplot (Version 4.4.1)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -34,13 +34,13 @@ Url: http://www.gnuplot.info/
License: BSD3c(or similar)
Group: Productivity/Graphics/Visualization/Graph
AutoReqProv: on
Version: 4.4.0
Release: 2
Version: 4.4.1
Release: 1
Summary: GNUplot a Function Plotting Utility
Source0: gnuplot-%{version}.tar.bz2
Source2: gnuplot-fr.doc.bz2
Source3: README.whynot
Patch0: gnuplot-4.4.0.dif
Patch0: gnuplot-4.4.1.dif
Patch1: gnuplot-4.4.0-x11ovf.dif
Patch2: gnuplot-4.4.0-fonts.dif
Patch3: gnuplot-4.4.0-wxt.dif
@ -52,7 +52,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define _x11lib %{_exec_prefix}/%{_lib}
%define _x11data %{_exec_prefix}/lib/X11
%define _libx11 %{_x11data}
%define _x11inc %{_x11_prefix}/include
%define _x11inc %{_exec_prefix}/include
%define _appdef %{_x11data}/app-defaults
%else
%define _x11lib %{_libdir}