forked from pool/gnuplot
Update to gnuplot 5.4.6
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=146
This commit is contained in:
parent
0e630d12bc
commit
ef98346a31
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:bdd4cc2b85b5c7f75f8488020c9b85b9cca070227aff9a3792f30c85ccb31284
|
oid sha256:c3ac52deec8794fb8817b836ceb83b84f4a8e2b190c314efe9e76c72dec45ee0
|
||||||
size 2209518
|
size 2211429
|
||||||
|
@ -71,7 +71,7 @@
|
|||||||
|
|
||||||
--- src/show.c
|
--- src/show.c
|
||||||
+++ src/show.c 2020-07-17 07:25:00.022670914 +0000
|
+++ src/show.c 2020-07-17 07:25:00.022670914 +0000
|
||||||
@@ -1076,6 +1076,15 @@ show_version(FILE *fp)
|
@@ -1077,6 +1077,15 @@ show_version(FILE *fp)
|
||||||
p /* type "help seeking-assistance" */
|
p /* type "help seeking-assistance" */
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@
|
|||||||
first_time = FALSE;
|
first_time = FALSE;
|
||||||
}
|
}
|
||||||
while (n_miss-- > 0)
|
while (n_miss-- > 0)
|
||||||
@@ -5897,6 +5906,18 @@ char *fontname;
|
@@ -5896,6 +5905,18 @@ char *fontname;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef USE_X11_MULTIBYTE
|
#ifdef USE_X11_MULTIBYTE
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
DISTFILES = $(DIST_COMMON) $(SOURCES) $(DOCHEADERS) $(EXTRA_DIST)
|
DISTFILES = $(DIST_COMMON) $(SOURCES) $(DOCHEADERS) $(EXTRA_DIST)
|
||||||
|
|
||||||
@@ -265,17 +265,21 @@ gnuplot.hlp: doc2hlp$(EXEEXT) $(srcdir)/
|
@@ -262,17 +262,21 @@ gnuplot.hlp: doc2hlp$(EXEEXT) $(srcdir)/
|
||||||
doc2hlp_SOURCES = doc2hlp.c termdoc.c
|
doc2hlp_SOURCES = doc2hlp.c termdoc.c
|
||||||
|
|
||||||
### gnuplot interactive help format
|
### gnuplot interactive help format
|
||||||
@ -52,7 +52,7 @@
|
|||||||
alldoc2gih_CPPFLAGS = -DALL_TERM_DOC $(AM_CPPFLAGS)
|
alldoc2gih_CPPFLAGS = -DALL_TERM_DOC $(AM_CPPFLAGS)
|
||||||
--- gnuplot-5.4.0/src/gadgets.h
|
--- gnuplot-5.4.0/src/gadgets.h
|
||||||
+++ gnuplot-5.4.0/src/gadgets.h 2020-07-17 07:27:48.183763305 +0000
|
+++ gnuplot-5.4.0/src/gadgets.h 2020-07-17 07:27:48.183763305 +0000
|
||||||
@@ -515,7 +515,7 @@ extern TBOOLEAN clip_lines2;
|
@@ -522,7 +522,7 @@ extern TBOOLEAN clip_lines2;
|
||||||
extern TBOOLEAN clip_points;
|
extern TBOOLEAN clip_points;
|
||||||
extern TBOOLEAN clip_radial;
|
extern TBOOLEAN clip_radial;
|
||||||
|
|
||||||
@ -81,7 +81,7 @@
|
|||||||
|
|
||||||
--- gnuplot-5.4.0/src/plot.c
|
--- gnuplot-5.4.0/src/plot.c
|
||||||
+++ gnuplot-5.4.0/src/plot.c 2020-07-17 07:28:52.762646614 +0000
|
+++ gnuplot-5.4.0/src/plot.c 2020-07-17 07:28:52.762646614 +0000
|
||||||
@@ -205,6 +205,7 @@ static int asked_privi = 0;
|
@@ -206,6 +206,7 @@ static int asked_privi = 0;
|
||||||
void
|
void
|
||||||
drop_privilege()
|
drop_privilege()
|
||||||
{
|
{
|
||||||
@ -89,7 +89,7 @@
|
|||||||
if (!asked_privi) {
|
if (!asked_privi) {
|
||||||
euid = geteuid();
|
euid = geteuid();
|
||||||
egid = getegid();
|
egid = getegid();
|
||||||
@@ -218,11 +219,13 @@ drop_privilege()
|
@@ -219,11 +220,13 @@ drop_privilege()
|
||||||
if (seteuid(ruid) == -1)
|
if (seteuid(ruid) == -1)
|
||||||
(void) fprintf(stderr, "seteuid(%d): %s\n",
|
(void) fprintf(stderr, "seteuid(%d): %s\n",
|
||||||
(int) ruid, strerror(errno));
|
(int) ruid, strerror(errno));
|
||||||
@ -103,7 +103,7 @@
|
|||||||
if (!asked_privi) {
|
if (!asked_privi) {
|
||||||
euid = geteuid();
|
euid = geteuid();
|
||||||
egid = getegid();
|
egid = getegid();
|
||||||
@@ -236,6 +239,7 @@ take_privilege()
|
@@ -237,6 +240,7 @@ take_privilege()
|
||||||
if (seteuid(euid) == -1)
|
if (seteuid(euid) == -1)
|
||||||
(void) fprintf(stderr, "seteuid(%d): %s\n",
|
(void) fprintf(stderr, "seteuid(%d): %s\n",
|
||||||
(int) euid, strerror(errno));
|
(int) euid, strerror(errno));
|
||||||
@ -111,7 +111,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif /* LINUXVGA */
|
#endif /* LINUXVGA */
|
||||||
@@ -271,8 +275,8 @@ main(int argc_orig, char **argv)
|
@@ -272,8 +276,8 @@ main(int argc_orig, char **argv)
|
||||||
argc = argc_orig;
|
argc = argc_orig;
|
||||||
|
|
||||||
#ifdef LINUXVGA
|
#ifdef LINUXVGA
|
||||||
@ -121,7 +121,7 @@
|
|||||||
#endif
|
#endif
|
||||||
/* make sure that we really have revoked root access, this might happen if
|
/* 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 */
|
gnuplot is compiled without vga support but is installed suid by mistake */
|
||||||
@@ -345,6 +349,22 @@ main(int argc_orig, char **argv)
|
@@ -346,6 +350,22 @@ main(int argc_orig, char **argv)
|
||||||
rl_getc_function = getc_wrapper;
|
rl_getc_function = getc_wrapper;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ diff --git a/docs/Makefile.am b/docs/Makefile.am
|
|||||||
index f94eea28b..2e867d0db 100644
|
index f94eea28b..2e867d0db 100644
|
||||||
--- a/docs/Makefile.am
|
--- a/docs/Makefile.am
|
||||||
+++ b/docs/Makefile.am
|
+++ b/docs/Makefile.am
|
||||||
@@ -135,7 +135,7 @@ LUA_HELP =
|
@@ -121,7 +121,7 @@ LUA_HELP =
|
||||||
endif
|
endif
|
||||||
|
|
||||||
allterm.h: $(CORETERM) $(LUA_HELP)
|
allterm.h: $(CORETERM) $(LUA_HELP)
|
||||||
@ -37,7 +37,7 @@ index f94eea28b..2e867d0db 100644
|
|||||||
LC_ALL=C sort -f -t':' -k2` ; do \
|
LC_ALL=C sort -f -t':' -k2` ; do \
|
||||||
f=`echo $$e |cut -d\: -f1` ; s=`echo $$e | cut -d\: -f2` ;\
|
f=`echo $$e |cut -d\: -f1` ; s=`echo $$e | cut -d\: -f2` ;\
|
||||||
sed -n "/^[ ]*$$s/,/^[ ]*END_HELP/p" $$f ; \
|
sed -n "/^[ ]*$$s/,/^[ ]*END_HELP/p" $$f ; \
|
||||||
@@ -386,7 +386,7 @@ install-info: gnuplot.info
|
@@ -333,7 +333,7 @@ install-info: gnuplot.info
|
||||||
$(AM_V_at) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(infodir)
|
$(AM_V_at) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(infodir)
|
||||||
$(AM_V_at) $(INSTALL_DATA) gnuplot.info $(DESTDIR)$(infodir)/gnuplot.info
|
$(AM_V_at) $(INSTALL_DATA) gnuplot.info $(DESTDIR)$(infodir)/gnuplot.info
|
||||||
$(AM_V_at) if (install-info --version && \
|
$(AM_V_at) if (install-info --version && \
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:66f679115dd30559e110498fc94d926949d4d370b4999a042e724b8e910ee478
|
|
||||||
size 5643171
|
|
3
gnuplot-5.4.6.tar.gz
Normal file
3
gnuplot-5.4.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:02fc27918200ed64d8f0c3b84fe81b95b59cd47ad99f270939ae497c19f27419
|
||||||
|
size 5655661
|
@ -3,7 +3,7 @@ Index: gnuplot-5.4.1/src/Makefile.am
|
|||||||
--- gnuplot-5.4.1.orig/src/Makefile.am
|
--- gnuplot-5.4.1.orig/src/Makefile.am
|
||||||
+++ gnuplot-5.4.1/src/Makefile.am
|
+++ gnuplot-5.4.1/src/Makefile.am
|
||||||
@@ -61,6 +61,7 @@ util3d.c util3d.h variable.c variable.h
|
@@ -61,6 +61,7 @@ util3d.c util3d.h variable.c variable.h
|
||||||
voxelgrid.c voxelgrid.h vplot.c vplot.h marching_cubes.h
|
voxelgrid.c voxelgrid.h vplot.c vplot.h marching_cubes.h xdg.c xdg.h
|
||||||
|
|
||||||
gnuplot_LDADD = $(GD_LIBS) $(TERMLIBS) $(TERMXLIBS) $(WX_LIBS) $(QT_LIBS)
|
gnuplot_LDADD = $(GD_LIBS) $(TERMLIBS) $(TERMXLIBS) $(WX_LIBS) $(QT_LIBS)
|
||||||
+gnuplot_LDFLAGS = -pie
|
+gnuplot_LDFLAGS = -pie
|
||||||
|
@ -95,7 +95,7 @@ Index: gnuplot-5.2.2/configure.ac
|
|||||||
+++ gnuplot-5.4.3/src/Makefile.am 2022-01-10 08:51:05.936921975 +0000
|
+++ gnuplot-5.4.3/src/Makefile.am 2022-01-10 08:51:05.936921975 +0000
|
||||||
@@ -60,7 +60,7 @@ term_api.h term.c term.h time.c unset.c
|
@@ -60,7 +60,7 @@ term_api.h term.c term.h time.c unset.c
|
||||||
util3d.c util3d.h variable.c variable.h version.c version.h \
|
util3d.c util3d.h variable.c variable.h version.c version.h \
|
||||||
voxelgrid.c voxelgrid.h vplot.c vplot.h marching_cubes.h
|
voxelgrid.c voxelgrid.h vplot.c vplot.h marching_cubes.h xdg.c xdg.h
|
||||||
|
|
||||||
-gnuplot_LDADD = $(TERMLIBS) $(TERMXLIBS) $(WX_LIBS) $(QT_LIBS)
|
-gnuplot_LDADD = $(TERMLIBS) $(TERMXLIBS) $(WX_LIBS) $(QT_LIBS)
|
||||||
+gnuplot_LDADD = $(GD_LIBS) $(TERMLIBS) $(TERMXLIBS) $(WX_LIBS) $(QT_LIBS)
|
+gnuplot_LDADD = $(GD_LIBS) $(TERMLIBS) $(TERMXLIBS) $(WX_LIBS) $(QT_LIBS)
|
||||||
|
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 12 15:07:08 UTC 2023 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
- Update to gnuplot 5.4.6
|
||||||
|
* NEW set key {columns <exact no of columns>}
|
||||||
|
set key {keywidth <exact width>}
|
||||||
|
* NEW XDG support
|
||||||
|
startup file: $XDG_CONFIG_HOME/gnuplot/gnuplotrc
|
||||||
|
history file: $XDG_STATE_HOME/gnuplot_history
|
||||||
|
wxt configuration: $XDG_CONFIG_HOME/gnuplot/gnuplot-wxt.conf
|
||||||
|
* CHANGE remove "alldoc" build target
|
||||||
|
* CHANGE plot with polygons fillstyle empty really does mean empty
|
||||||
|
* FIX windows: various problems mixing piped input and stdin Bug #2491
|
||||||
|
* FIX x11: bad interactions of lt nodraw, bgnd and dash pattern Bug #2572
|
||||||
|
* FIX wxt: export-to-file widget should preserve line properties
|
||||||
|
* FIX svg: set initial default fill to "none"
|
||||||
|
* FIX png: back-compatibility with very old versions of gdlib Bug #2579
|
||||||
|
* FIX variable pointtype, pointsize in plot style yerrorlines
|
||||||
|
* FIX border color for polygons with variable fillcolor
|
||||||
|
* FIX definition followed by iteration in a plot command Bug #2580
|
||||||
|
* FIX parametric plot with filledcurves y1=<limit> Bug #1797
|
||||||
|
- Port patches
|
||||||
|
* Gnuplot_5_4.pdf
|
||||||
|
* gnuplot-4.6.0-demo.diff
|
||||||
|
* gnuplot-4.6.0-fonts.diff
|
||||||
|
* gnuplot-4.6.0.dif
|
||||||
|
* gnuplot-5.4.4-grep.patch
|
||||||
|
* gnuplot-PIE.patch
|
||||||
|
* gnuplot-gd.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 17 19:33:27 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Sat Dec 17 19:33:27 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -78,7 +78,7 @@ BuildRequires: tex(subfigure.sty)
|
|||||||
BuildRequires: tex(textgreek.sty)
|
BuildRequires: tex(textgreek.sty)
|
||||||
%endif
|
%endif
|
||||||
URL: https://www.gnuplot.info/
|
URL: https://www.gnuplot.info/
|
||||||
Version: 5.4.5
|
Version: 5.4.6
|
||||||
Release: 0
|
Release: 0
|
||||||
%global underscore 5_4
|
%global underscore 5_4
|
||||||
%if "%{flavor}" == ""
|
%if "%{flavor}" == ""
|
||||||
|
Loading…
Reference in New Issue
Block a user