diff --git a/gnuplot-4.4.4.tar.bz2 b/gnuplot-4.4.4.tar.bz2 deleted file mode 100644 index c82ecbe..0000000 --- a/gnuplot-4.4.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2fe678cb7f9587dd0cc3b5707484435c1342c209f6cd5b8a74ac405caed0e55 -size 2746669 diff --git a/gnuplot-4.4.0-demo.dif b/gnuplot-4.6.0-demo.diff similarity index 81% rename from gnuplot-4.4.0-demo.dif rename to gnuplot-4.6.0-demo.diff index 0b67270..3b11e5f 100644 --- a/gnuplot-4.4.0-demo.dif +++ b/gnuplot-4.6.0-demo.diff @@ -1,5 +1,5 @@ --- demo/ellipse.dem -+++ demo/ellipse.dem 2010-04-06 16:00:28.000000000 +0000 ++++ demo/ellipse.dem 2012-03-15 11:05:54.000000000 +0000 @@ -9,6 +9,7 @@ if ((GPVAL_VERSION == 4.3 || GPVAL_VERSI print "This copy of gnuplot was built without support for placing ellipses\n" ; \ exit ; @@ -18,7 +18,7 @@ pause -1 "Hit return to continue" --- demo/fit.dem -+++ demo/fit.dem 2010-04-07 07:33:39.097446751 +0000 ++++ demo/fit.dem 2012-03-15 11:05:54.000000000 +0000 @@ -5,9 +5,11 @@ print "Some examples how data fitting using nonlinear least squares fit" print "can be done." @@ -54,7 +54,7 @@ reset +set fit logfile logfile --- demo/poldat.dem -+++ demo/poldat.dem 2010-04-07 07:40:04.016079881 +0000 ++++ demo/poldat.dem 2012-03-15 11:05:54.000000000 +0000 @@ -11,7 +11,7 @@ unset grid unset polar set title "Primitive Smith Chart" @@ -65,18 +65,18 @@ set rrange [-0 : 10] set trange [-pi : pi] --- demo/random.dem -+++ demo/random.dem 2009-06-15 12:28:57.000000000 +0000 -@@ -53,7 +53,8 @@ set parametric - # non-pressing plot-command feature addition may address this issue. - set samples nsamp - set format "%8.5g" --set table "random.tmp" ++++ demo/random.dem 2012-03-15 11:08:49.000000000 +0000 +@@ -46,7 +46,8 @@ print "this case is zero, i.e. a circle. + print "" + nsamp = 50 + # Generate N random data points. +-set print "random.tmp" +random="`mktemp /tmp/random.XXXXXX`" -+set table random - plot invnorm(rand(0)),invnorm(rand(0)) - unset table - unset format -@@ -75,7 +76,7 @@ set vrange [-3:3] ++set print random + do for [i=1:nsamp] { + print sprintf("%8.5g %8.5g", invnorm(rand(0)), invnorm(rand(0))) + } +@@ -73,7 +74,7 @@ set vrange [-3:3] set ticslevel 0 set isosamples 30 splot u,v,( 1/(2*pi) * exp(-0.5 * (u**2 + v**2)) ) with line lc rgb "black", \ @@ -84,17 +84,17 @@ + random using 1:2:(-0.2) with points pointtype 7 lc rgb "black" pause -1 "Hit return to continue" unset contour - -@@ -101,7 +102,7 @@ scale = (binwidth/(xhigh-xlow)) - set parametric - set samples nsamp - set format "%8.5g" --set table "random.tmp" -+set table random - plot invnorm(rand(0)),(1.0*scale/nsamp) - unset table - unset format -@@ -115,7 +116,7 @@ set grid + unset parametric +@@ -96,7 +97,7 @@ xlow = -3.0 + xhigh = 3.0 + scale = (binwidth/(xhigh-xlow)) + # Generate N random data points. +-set print "random.tmp" ++set print random + do for [i=1:nsamp] { + print sprintf("%8.5g %8.5g", invnorm(rand(0)), (1.0*scale/nsamp)) + } +@@ -110,7 +111,7 @@ set grid set xrange [-3:3] set yrange [0:0.45] bin(x) = (1.0/scale)*floor(x*scale) @@ -103,16 +103,16 @@ title "scaled bin frequency", \ normal(x,0,1) with lines title "Gaussian p.d.f." pause -1 "Hit return to continue" -@@ -136,7 +137,7 @@ set parametric - set samples nsamp - set isosamples 2,2 # Smallest possible - set format "%8.5g" --set table "random.tmp" -+set table random - splot invnorm(rand(0)),invnorm(rand(0)),invnorm(rand(0)) - unset table - unset format -@@ -158,7 +159,7 @@ set zzeroaxis lt -1 +@@ -126,7 +127,7 @@ print "" + reset + nsamp = 3000 + # Generate N random data points. +-set print "random.tmp" ++set print random + do for [i=1:nsamp] { + print sprintf("%8.5g %8.5g %8.5g", invnorm(rand(0)), invnorm(rand(0)), invnorm(rand(0))) + } +@@ -150,7 +151,7 @@ set zzeroaxis lt -1 set view 68, 28, 1.4, 0.9 tstring(n) = sprintf("Gaussian 3D cloud of %d random samples\n", n) set title tstring(nsamp) offset graph 0.15, graph -0.33 @@ -121,7 +121,7 @@ if (!oneplot) pause -1 "Hit return to continue" unset parametric -@@ -178,7 +179,7 @@ scale = (binwidth/(xhigh-xlow)) +@@ -170,7 +171,7 @@ scale = (binwidth/(xhigh-xlow)) set xrange [0:xhigh] set yrange [0:0.65] bin(x) = (1.0/scale)*floor(x*scale) @@ -131,7 +131,7 @@ maxwell(x, 1/sqrt(2)) with lines title "Maxwell p.d.f." # --- demo/simple.dem -+++ demo/simple.dem 2009-05-09 11:32:24.000000000 +0000 ++++ demo/simple.dem 2012-03-15 11:05:54.000000000 +0000 @@ -7,12 +7,11 @@ # gnuplot> load 'simple.dem' # @@ -147,7 +147,7 @@ pause -1 "Hit return to continue" --- demo/stringvar.dem -+++ demo/stringvar.dem 2009-06-15 12:46:14.000000000 +0000 ++++ demo/stringvar.dem 2012-03-15 11:05:54.000000000 +0000 @@ -1,7 +1,8 @@ # # Miscellaneous neat things you can do using the string variables code @@ -186,7 +186,7 @@ unset ytics set yrange [0:1] --- demo/vector.dem -+++ demo/vector.dem 2009-06-15 12:24:23.000000000 +0000 ++++ demo/vector.dem 2012-03-15 11:05:54.000000000 +0000 @@ -62,19 +62,21 @@ splot vtot(x,y) w l print "Now create a file with equipotential lines" pause -1 "Hit return to continue" @@ -224,9 +224,9 @@ reset --- src/show.c -+++ src/show.c 2010-05-19 21:19:16.000000000 +0200 -@@ -1054,6 +1054,15 @@ - p /* hit 'h' */ ++++ src/show.c 2012-03-15 11:05:54.000000000 +0000 +@@ -1074,6 +1074,15 @@ show_version(FILE *fp) + p /* type "help seeking-assistance" */ ); +#ifdef GNUPLOT_LIB_DEFAULT @@ -242,7 +242,7 @@ /* show version long */ if (almost_equals(c_token, "l$ong")) { --- src/variable.c -+++ src/variable.c 2009-06-15 12:01:39.000000000 +0000 ++++ src/variable.c 2012-03-15 11:05:54.000000000 +0000 @@ -37,7 +37,10 @@ static char *RCSid() { return RCSid("$Id /* The Death of Global Variables - part one. */ @@ -255,7 +255,7 @@ #include "variable.h" #include "alloc.h" -@@ -95,6 +98,17 @@ loadpath_handler(int action, char *path) +@@ -98,6 +101,17 @@ loadpath_handler(int action, char *path) if (!loadpath) { char *envlib = getenv("GNUPLOT_LIB"); @@ -273,7 +273,7 @@ if (envlib) { int len = strlen(envlib); loadpath = gp_strdup(envlib); -@@ -103,6 +117,10 @@ loadpath_handler(int action, char *path) +@@ -106,6 +120,10 @@ loadpath_handler(int action, char *path) /* convert all PATHSEPs to \0 */ PATHSEP_TO_NUL(loadpath); } /* else: NULL = empty */ diff --git a/gnuplot-4.2.5-fix-format-errors.dif b/gnuplot-4.6.0-fix-format-errors.diff similarity index 56% rename from gnuplot-4.2.5-fix-format-errors.dif rename to gnuplot-4.6.0-fix-format-errors.diff index 0dd9580..a957c14 100644 --- a/gnuplot-4.2.5-fix-format-errors.dif +++ b/gnuplot-4.6.0-fix-format-errors.diff @@ -1,6 +1,6 @@ --- src/gplt_x11.c -+++ src/gplt_x11.c 2009-05-09 13:50:34.000000000 +0200 -@@ -2903,22 +2903,22 @@ exec_cmd(plot_struct *plot, char *comman ++++ src/gplt_x11.c 2012-03-15 11:17:24.000000000 +0000 +@@ -2912,22 +2912,22 @@ exec_cmd(plot_struct *plot, char *comman case PseudoColor: fprintf(stderr, ERROR_NOTICE("PseudoColor")); @@ -27,14 +27,3 @@ break; case DirectColor: ---- term/post.trm -+++ term/post.trm 2009-05-09 13:50:34.000000000 +0200 -@@ -1748,7 +1748,7 @@ gnudict begin\ngsave\n\ - (ps_params->psformat == PSTERM_EPS ? 0.5 : 1.0)/PS_SC); - if (ps_params->psformat == PSTERM_LANDSCAPE) - fprintf(gppsfile,"90 rotate\n0 %d translate\n", -(int)(term->ymax)); -- fprintf(gppsfile, psg1); -+ fprintf(gppsfile, "%s", psg1); - if (ps_common_uses_fonts) - fprintf(gppsfile, "(%s) findfont %d scalefont setfont\n", - ps_params->font, (t->v_char)); diff --git a/gnuplot-4.4.0-fonts.dif b/gnuplot-4.6.0-fonts.diff similarity index 83% rename from gnuplot-4.4.0-fonts.dif rename to gnuplot-4.6.0-fonts.diff index b2ad252..d142c8e 100644 --- a/gnuplot-4.4.0-fonts.dif +++ b/gnuplot-4.6.0-fonts.diff @@ -1,5 +1,5 @@ --- src/gplt_x11.c -+++ src/gplt_x11.c 2010-04-06 16:31:39.655185838 +0000 ++++ src/gplt_x11.c 2012-03-15 11:10:53.000000000 +0000 @@ -104,15 +104,16 @@ static char *RCSid() { return RCSid("$Id * patches by Masahito Yamaga */ @@ -18,11 +18,11 @@ -# include -#endif + #include #include "syscfg.h" - #include "stdfn.h" -@@ -120,6 +121,12 @@ static char *RCSid() { return RCSid("$Id - #include "term_api.h" +@@ -122,6 +123,12 @@ static char *RCSid() { return RCSid("$Id #include "gplt_x11.h" + #include "version.h" +#ifdef USE_X11_MULTIBYTE +# include @@ -33,7 +33,7 @@ #ifdef EXPORT_SELECTION # undef EXPORT_SELECTION #endif /* EXPORT SELECTION */ -@@ -490,7 +497,7 @@ static double mouse_to_axis __PROTO((int +@@ -482,7 +489,7 @@ static double mouse_to_axis __PROTO((int static char *FallbackFont = "fixed"; #ifdef USE_X11_MULTIBYTE static char *FallbackFontMB = @@ -42,7 +42,7 @@ # define FontSetSep ';' static int usemultibyte = 0; static int multibyte_fonts_usable=1; -@@ -507,8 +514,8 @@ static char *gpFallbackFont __PROTO((voi +@@ -499,8 +506,8 @@ static char *gpFallbackFont __PROTO((voi static int gpXGetFontascent __PROTO((XFontStruct *cfont)); enum set_encoding_id encoding = S_ENC_DEFAULT; /* EAM - mirrored from core code by 'QE' */ @@ -53,7 +53,7 @@ #define Nwidths 10 static unsigned int widths[Nwidths] = { 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; -@@ -2117,6 +2124,8 @@ exec_cmd(plot_struct *plot, char *comman +@@ -2116,6 +2123,8 @@ exec_cmd(plot_struct *plot, char *comman /* Save the request default font */ c = &(buffer[strlen(buffer)-1]); while (*c <= ' ') *c-- = '\0'; @@ -62,7 +62,7 @@ strncpy(default_font, &buffer[2], strlen(&buffer[2])+1); FPRINTF((stderr, "gnuplot_x11: exec_cmd() set default_font to \"%s\"\n", default_font)); break; -@@ -5480,7 +5489,7 @@ XFontStruct *gpXLoadQueryFont (Display * +@@ -5395,7 +5404,7 @@ XFontStruct *gpXLoadQueryFont (Display * } #else if (first_time) { @@ -71,7 +71,7 @@ first_time = FALSE; } while (n_miss-- > 0) -@@ -5573,6 +5582,18 @@ char *fontname; +@@ -5490,6 +5499,18 @@ char *fontname; } #ifdef USE_X11_MULTIBYTE @@ -91,8 +91,8 @@ if (multibyte_fonts_usable) { usemultibyte = 1; --- src/variable.c -+++ src/variable.c 2009-06-15 11:55:05.000000000 +0000 -@@ -276,6 +276,8 @@ static const struct path_table fontpath_ ++++ src/variable.c 2012-03-15 11:10:53.000000000 +0000 +@@ -282,6 +282,8 @@ static const struct path_table fontpath_ { "$`kpsexpand '$TEXMFDIST'`/fonts/type1!" }, #endif /* Linux paths */ diff --git a/gnuplot-4.4.1.dif b/gnuplot-4.6.0.dif similarity index 73% rename from gnuplot-4.4.1.dif rename to gnuplot-4.6.0.dif index 38c2e11..b6474fe 100644 --- a/gnuplot-4.4.1.dif +++ b/gnuplot-4.6.0.dif @@ -1,6 +1,6 @@ --- configure.in -+++ configure.in 2009-05-09 11:32:24.000000000 +0000 -@@ -264,7 +264,7 @@ if test "$with_linux_vga" = yes; then ++++ configure.in 2011-08-17 20:44:53.000000000 +0000 +@@ -329,7 +329,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' @@ -10,8 +10,8 @@ fi --- docs/Makefile.in -+++ docs/Makefile.in 2009-05-09 11:32:24.000000000 +0000 -@@ -37,7 +37,7 @@ ++++ docs/Makefile.in 2012-04-02 14:22:57.386065105 +0000 +@@ -38,7 +38,7 @@ # # default is what is needed for interactive gnuplot @@ -20,16 +20,21 @@ # this tells GNU make not to export variables into the environment # But other makes dont understand its significance, so it must -@@ -245,6 +245,8 @@ html: htmldocs/gnuplot.html - # - htmldocs/gnuplot.html: $(srcdir)/gnuplot.tex - mkdir -p htmldocs -+ ln -sf ../../VERSION htmldocs/ -+ ln -sf ../toc_entr.sty htmldocs/ - latex2html -dir htmldocs -local_icons gnuplot +@@ -242,10 +242,12 @@ html: htmldocs/gnuplot.html + # requires a working latex2html, which is hard to find these days + # htmldocs/gnuplot.html: $(srcdir)/gnuplot.tex + # mkdir -p htmldocs ++# ln -sf ../../VERSION htmldocs/ ++# ln -sf ../toc_entr.sty htmldocs/ + # latex2html -dir htmldocs -local_icons gnuplot - ### PDF documentation -@@ -337,12 +339,16 @@ doc2hlp: doc2hlp.o termdoc.o + htmldocs/gnuplot.html: $(srcdir)/gnuplot.dvi +- rm -f VERSION; ln -s ../VERSION . ++ ln -sf ../VERSION . + htlatex gnuplot + mkdir -p htmldocs + mv gnuplot.html gnuplot.css gnuplot*.png gnuplot.log htmldocs/ +@@ -342,12 +344,16 @@ doc2hlp: doc2hlp.o termdoc.o $(LINK) doc2hlp.o termdoc.o $(LIBS) ### gnuplot interactive help format @@ -47,22 +52,22 @@ doc2gih: doc2gih.o termdoc.o $(LINK) doc2gih.o termdoc.o $(LIBS) -@@ -431,6 +437,7 @@ install: install-gih install-info +@@ -444,6 +450,7 @@ install: install-gih install-info instal install-gih: gnuplot.gih $(top_srcdir)/mkinstalldirs $(DESTDIR)$(GIHDIR) $(INSTALL_DATA) gnuplot.gih $(DESTDIR)$(GIHDIR)/gnuplot.gih + $(INSTALL_DATA) gnuplot-fr.gih $(DESTDIR)$(GIHDIR)/gnuplot-fr.gih - install-info: gnuplot.info - $(top_srcdir)/mkinstalldirs $(DESTDIR)$(infodir) -@@ -450,6 +457,7 @@ uninstall: uninstall-gih uninstall-info + install-pdf: + $(top_srcdir)/mkinstalldirs $(DESTDIR)$(GIHDIR) +@@ -469,6 +476,7 @@ uninstall: uninstall-gih uninstall-info uninstall-gih: rm -f $(DESTDIR)$(GIHDIR)/gnuplot.gih + rm -f $(DESTDIR)$(GIHDIR)/gnuplot-fr.gih - uninstall-info: - $(PRE_UNINSTALL) + uninstall-pdf: + rm -f $(DESTDIR)$(GIHDIR)/gnuplot.pdf --- docs/gnuplot-fr.doc +++ docs/gnuplot-fr.doc 2009-05-09 11:32:24.000000000 +0000 @@ -436,8 +436,8 @@ C @@ -77,8 +82,8 @@ %Touche fléchée@Fonction %_ --- src/gadgets.h -+++ src/gadgets.h 2010-05-10 10:57:45.850924766 +0000 -@@ -389,7 +389,7 @@ extern TBOOLEAN clip_lines1; ++++ src/gadgets.h 2011-08-17 20:44:53.000000000 +0000 +@@ -424,7 +424,7 @@ extern TBOOLEAN clip_lines1; extern TBOOLEAN clip_lines2; extern TBOOLEAN clip_points; @@ -88,7 +93,7 @@ extern int samples_2; --- src/gplt_x11.c -+++ src/gplt_x11.c 2009-05-09 11:32:24.000000000 +0000 ++++ src/gplt_x11.c 2011-08-17 20:44:53.000000000 +0000 @@ -2256,8 +2256,11 @@ exec_cmd(plot_struct *plot, char *comman } } @@ -104,8 +109,8 @@ else if (*buffer == 'A') sscanf(buffer + 1, "%lf", &plot->angle); --- src/plot.c -+++ src/plot.c 2010-09-14 17:08:15.836458107 +0200 -@@ -220,6 +220,7 @@ static int asked_privi = 0; ++++ src/plot.c 2011-08-17 20:44:53.000000000 +0000 +@@ -214,6 +214,7 @@ static int asked_privi = 0; void drop_privilege() { @@ -113,7 +118,7 @@ if (!asked_privi) { euid = geteuid(); egid = getegid(); -@@ -233,11 +234,13 @@ drop_privilege() +@@ -227,11 +228,13 @@ drop_privilege() if (seteuid(ruid) == -1) (void) fprintf(stderr, "seteuid(%d): %s\n", (int) ruid, strerror(errno)); @@ -127,7 +132,7 @@ if (!asked_privi) { euid = geteuid(); egid = getegid(); -@@ -251,6 +254,7 @@ take_privilege() +@@ -245,6 +248,7 @@ take_privilege() if (seteuid(euid) == -1) (void) fprintf(stderr, "seteuid(%d): %s\n", (int) euid, strerror(errno)); @@ -135,7 +140,7 @@ } #endif /* LINUXVGA */ -@@ -276,8 +280,8 @@ main(int argc, char **argv) +@@ -270,8 +274,8 @@ main(int argc, char **argv) int i; #ifdef LINUXVGA @@ -145,7 +150,7 @@ #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 */ -@@ -344,6 +348,22 @@ main(int argc, char **argv) +@@ -326,6 +330,22 @@ main(int argc, char **argv) rl_getc_function = getc_wrapper; #endif @@ -155,22 +160,22 @@ + if (msg) { + char hfile[64]; + struct stat buf; -+ ++ + sprintf(hfile, "/usr/share/gnuplot/%s/gnuplot-", gnuplot_version); + strncat(hfile, msg, 2); + strcat (hfile, ".gih"); + if (stat(hfile, &buf) == 0) -+ setenv("GNUHELP", strdup(hfile), 0); ++ setenv("GNUHELP", strdup(hfile), 0); + } + } +#endif + #if defined(HAVE_LIBREADLINE) || defined(HAVE_LIBEDITLINE) - using_history(); /* T.Walter 1999-06-24: 'rl_readline_name' must be this fix name. + * It is used to parse a 'gnuplot' specific section in '~/.inputrc' --- src/term.h -+++ src/term.h 2009-05-09 11:32:24.000000000 +0000 -@@ -309,9 +309,9 @@ ++++ src/term.h 2011-08-17 20:44:53.000000000 +0000 +@@ -272,9 +272,9 @@ #include "emf.trm" /* Roland DXY800A plotter */ @@ -182,7 +187,7 @@ /* fig graphics */ #include "fig.trm" -@@ -341,7 +341,7 @@ +@@ -307,7 +307,7 @@ #include "imagen.trm" /* Kyocera Prescribe printer */ @@ -191,18 +196,18 @@ /* Frame Maker MIF 3.00 format driver */ #include "mif.trm" -@@ -377,7 +377,7 @@ +@@ -340,7 +340,7 @@ #include "tkcanvas.trm" /* Vectrix 384 printer, also Tandy colour */ -/* #include "v384.trm" */ +#include "v384.trm" - /* wire printers */ - /* Epson LX-800, Star NL-10, NX-1000 and lots of others */ + #ifndef NO_BITMAP_SUPPORT + --- term/linux.trm -+++ term/linux.trm 2009-05-09 11:32:24.000000000 +0000 -@@ -80,7 +80,7 @@ TERM_PUBLIC void LINUX_linetype __PROTO( ++++ term/linux.trm 2011-08-17 20:44:53.000000000 +0000 +@@ -195,7 +195,7 @@ TERM_PUBLIC void LINUX_linetype __PROTO( TERM_PUBLIC void LINUX_move __PROTO((unsigned int x, unsigned int y)); TERM_PUBLIC void LINUX_vector __PROTO((unsigned int x, unsigned int y)); TERM_PUBLIC int LINUX_text_angle __PROTO((int ang)); @@ -211,7 +216,7 @@ TERM_PUBLIC void LINUX_suspend __PROTO((void)); TERM_PUBLIC void LINUX_resume __PROTO((void)); -@@ -293,7 +293,7 @@ LINUX_putc( +@@ -408,7 +408,7 @@ LINUX_putc( } TERM_PUBLIC void diff --git a/gnuplot-4.6.0.tar.gz b/gnuplot-4.6.0.tar.gz new file mode 100644 index 0000000..036ef5e --- /dev/null +++ b/gnuplot-4.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e60adb5039a3541f407c2ade670004178b376754c424c13f0be24c7960c17be +size 5017694 diff --git a/gnuplot-lua.diff b/gnuplot-lua.diff deleted file mode 100644 index 609c9bf..0000000 --- a/gnuplot-lua.diff +++ /dev/null @@ -1,108 +0,0 @@ - Support lua 5.2, based on Rev. 1.17.2.1 from the - gnuplot branch-4-6-stable. - Cf. http://gnuplot.cvs.sourceforge.net/viewvc/gnuplot/gnuplot/term/lua.trm?view=log - ---- term/lua.trm.orig 2012-02-09 20:16:56.000000000 +0100 -+++ term/lua.trm 2012-02-09 20:17:07.000000000 +0100 -@@ -113,6 +113,41 @@ - */ - static char last_error_msg[MAX_LINE_LEN+1] = ""; - -+#if LUA_VERSION_NUM > 501 -+/* -+ * two helper functions to ease transitioning to lua 5.2 -+ */ -+ -+/* -+ * same as lua_getfield(L, LUA_GLOBALINDEXS, f) in lua 5.1 -+ */ -+static void LUA_getfield_global(lua_State *L, const char *f) -+{ -+ lua_rawgeti(L, LUA_REGISTRYINDEX, LUA_RIDX_GLOBALS); -+ lua_getfield(L, -1, f); -+ lua_replace(L, -2); -+} -+/* -+ * approximately the same as luaL_register(L, libname, l) in lua 5.1 -+ */ -+static void LUA_register(lua_State *L, const char *libname, const luaL_Reg *l) -+{ -+ if (!libname) -+ luaL_setfuncs(L, l, 0); -+ else { -+ LUA_getfield_global(L, "package"); -+ lua_getfield(L, -1, "loaded"); -+ lua_newtable(L); -+ luaL_setfuncs(L, l, 0); -+ lua_pushvalue(L, -1); -+ lua_setglobal(L, libname); -+ lua_setfield(L, -2, libname); -+ lua_pop(L, 2); -+ lua_getglobal(L, libname); -+ } -+} -+#endif /* LUA_VERSION_NUM > 501 */ -+ - /* - * Handle Lua functions - */ -@@ -378,8 +413,11 @@ - return(1); - } - -- -+#if LUA_VERSION_NUM > 500 -+static const luaL_Reg gp_methods[] = { -+#else - static const luaL_reg gp_methods[] = { -+#endif - {"write", LUA_GP_write}, - {"int_error", LUA_GP_int_error}, - {"int_warn", LUA_GP_int_warn}, -@@ -395,7 +433,11 @@ - static void - LUA_register_gp_fnc () - { -+#if LUA_VERSION_NUM > 501 -+ LUA_register(L, LUA_GP_FNC, gp_methods); -+#else - luaL_register(L, LUA_GP_FNC, gp_methods); -+#endif - } - - -@@ -524,7 +566,11 @@ - */ - if (L) - lua_close(L); -+#if LUA_VERSION_NUM > 500 -+ L = luaL_newstate(); -+#else - L = lua_open(); -+#endif - - luaL_openlibs(L); /* Load Lua libraries */ - luaopen_debug(L); -@@ -571,14 +617,22 @@ - sf = lua_gettop(L); - - /* lua_settop(L, 0);*/ /* clear stack */ -+#if LUA_VERSION_NUM > 501 -+ LUA_getfield_global(L, "debug"); -+#else - lua_getfield(L, LUA_GLOBALSINDEX, "debug"); -+#endif - lua_getfield(L, -1, "traceback"); - lua_remove(L, -2); /* rm debug */ - tb = lua_gettop(L); /* store "traceback" */ - /* create table `term' */ - lua_newtable(L); - lua_setglobal(L, "term"); -+#if LUA_VERSION_NUM > 501 -+ LUA_getfield_global(L, "term"); -+#else - lua_getfield(L, LUA_GLOBALSINDEX, "term"); -+#endif - luaterm = lua_gettop(L); /* store `term' */ - - /* register gp functions */ diff --git a/gnuplot.changes b/gnuplot.changes index 0fe650a..54cb302 100644 --- a/gnuplot.changes +++ b/gnuplot.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Wed Apr 4 12:13:24 UTC 2012 - werner@suse.de + +- Use new bcond_without h3d_gridbox to switch back to h3d-quadtree + if h3d-gridbox will be disabled on the commandline of rpmbuild + +------------------------------------------------------------------- +Mon Apr 2 15:37:32 UTC 2012 - werner@suse.de + +- Avoid to stumble on bug in QtCore.pc on older distributions + +------------------------------------------------------------------- +Mon Apr 2 14:38:11 UTC 2012 - werner@suse.de + +- Refresh patches to see in which C function each change is in +- Reenable bitmap terminals + +------------------------------------------------------------------- +Thu Mar 15 11:43:23 UTC 2012 - kruber@zib.de + +- Update to gnuplot 4.6.0 + * New syntax supporting multi-line blocks of code delimited by curly braces + if () { ... } else { ... } + do for [] { ... } + while () { ... } + * Time formats can handle fractional seconds to microsecond precision. + * User-definable linetypes that can be used to establish a locally + preferred default sequence of colors or dash/thickness/point styles. + * Statistical summary of the data to be plotted (new command "stats") + * New terminal drivers: qt context epscairo cairolatex + * The version for Windows received major improvements + (GUI, help, native terminal and wxt, installer) + * Improved support for UTF-8, SJIS and other multi-byte encodings + ------------------------------------------------------------------- Wed Feb 13 15:03:20 UTC 2012 - burnus@net-b.de diff --git a/gnuplot.spec b/gnuplot.spec index 24c59a4..999c7f6 100644 --- a/gnuplot.spec +++ b/gnuplot.spec @@ -16,7 +16,10 @@ # +%bcond_without h3d_gridbox + Name: gnuplot +BuildRequires: ImageMagick BuildRequires: automake BuildRequires: cairo-devel BuildRequires: emacs-nox @@ -24,12 +27,16 @@ BuildRequires: freetype2-devel BuildRequires: gcc-c++ BuildRequires: gd-devel BuildRequires: gtk2-devel -BuildRequires: latex2html BuildRequires: libjpeg-devel +BuildRequires: libqt4-devel >= 4.5 BuildRequires: netpbm BuildRequires: pango-devel BuildRequires: readline-devel +%if %suse_version <= 1140 +BuildRequires: zziplib +%endif BuildRequires: texlive-latex +BuildRequires: texlive-tex4ht BuildRequires: xorg-x11 BuildRequires: xorg-x11-devel %if %suse_version > 1130 @@ -49,20 +56,20 @@ BuildRequires: plotutils-devel BuildRequires: plotutils %endif Url: http://www.gnuplot.info/ -Version: 4.4.4 +Version: 4.6.0 Release: 0 Summary: GNUplot a Function Plotting Utility License: SUSE-Gnuplot and GPL-2.0+ Group: Productivity/Graphics/Visualization/Graph -Source0: gnuplot-%{version}.tar.bz2 +# http://downloads.sourceforge.net/project/gnuplot/gnuplot/4.6.0/gnuplot-4.6.0.tar.gz +Source0: gnuplot-%{version}.tar.gz Source2: gnuplot-fr.doc.bz2 Source3: README.whynot -Patch0: gnuplot-4.4.1.dif +Patch0: gnuplot-4.6.0.dif Patch1: gnuplot-4.4.0-x11ovf.dif -Patch2: gnuplot-4.4.0-fonts.dif -Patch4: gnuplot-4.4.0-demo.dif -Patch6: gnuplot-4.2.5-fix-format-errors.dif -Patch7: gnuplot-lua.diff +Patch2: gnuplot-4.6.0-fonts.diff +Patch4: gnuplot-4.6.0-demo.diff +Patch6: gnuplot-4.6.0-fix-format-errors.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %{expand: %%global _exec_prefix %(type -p pkg-config &>/dev/null && pkg-config --variable prefix x11 || echo /usr/X11R6)} %if "%_exec_prefix" == "/usr/X11R6" @@ -112,12 +119,11 @@ and can easily be extended to include new devices. %setup -q -n gnuplot-%{version} bunzip2 -dc %{_sourcedir}/gnuplot-fr.doc.bz2 > docs/gnuplot-fr.doc test $? -eq 0 || exit 1 -%patch -P 1 -p 0 -b .x11ovf -%patch -P 2 -p 0 -b .font -%patch -P 4 -p 0 -%patch -P 6 -p 0 -%patch -P 7 -p 0 -%patch -P 0 -p 0 +%patch1 -p 0 -b .x11ovf +%patch2 -p 0 -b .font +%patch4 -p 0 -b .demo +%patch6 -p 0 -b .formaterrors +%patch0 -p 0 -b .0 %build SECSVGA="-DSVGA_IS_SECURE=1" @@ -146,17 +152,29 @@ test $? -eq 0 || exit 1 --with-readline=gnu \ --enable-history-file \ --with-linux-vga \ - --with-gif=png \ + --with-bitmap-terminals \ --with-freetype=%{_libdir}\ --enable-x11-mbfonts \ +%if ! %{with h3d_gridbox} --enable-h3d-quadtree \ + --disable-h3d-gridbox \ +%else + --disable-h3d-quadtree \ + --enable-h3d-gridbox \ +%endif + --enable-backwards-compatibility\ --with-zlib \ --with-gd \ --enable-thin-splines \ --without-row-help \ --with-kpsexpand \ - --with-plot=%{_libdir} + --with-plot=%{_libdir} \ + --enable-qt +%if %suse_version <= 1140 + make %{?jobs:-j%jobs} RCC=/usr/bin/rcc LRELEASE=/usr/bin/lrelease +%else make %{?jobs:-j%jobs} +%endif pushd docs/ make srcdir=. clean all html pdf gpcard.ps pushd psdoc/