commit gnuplot for openSUSE:Factory
Hello community, here is the log from the commit of package gnuplot for openSUSE:Factory checked in at Thu Apr 21 13:26:08 CEST 2011. -------- --- gnuplot/gnuplot.changes 2010-12-29 14:42:04.000000000 +0100 +++ /mounts/work_src_done/STABLE/gnuplot/gnuplot.changes 2011-04-21 10:46:23.000000000 +0200 @@ -1,0 +2,17 @@ +Thu Apr 21 08:44:34 UTC 2011 - burnus@net-b.de + +- Update to gnuplot 4.4.3 + * NEW Implement pan and zoom via mouse wheel. + * NEW set key maxcolumns N maxrows M + * NEW value("varname") returns the value of the named variable + * NEW encoding cp1251 - 8-bit Cyrillic + * CHANGE backport emf terminal driver from version 4.5 + * FIX better estimation of latex string lengths + * FIX colorbar representation of discrete color palettes is pixel accurate + * FIX NaN initialization and tests working on more (all?) platforms + * FIX configuration script tests for readline+ncurses + * FIX prevent out-of-range boxes from creating degenerate ghosts on the border + * FIX missing alpha channel flag for pdfcairo terminal + * FIX font initialization in windows terminal + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- gnuplot-4.4.2.tar.bz2 New: ---- gnuplot-4.4.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnuplot.spec ++++++ --- /var/tmp/diff_new_pack.Gec4e8/_old 2011-04-21 13:25:33.000000000 +0200 +++ /var/tmp/diff_new_pack.Gec4e8/_new 2011-04-21 13:25:33.000000000 +0200 @@ -39,8 +39,8 @@ License: BSD3c(or similar) Group: Productivity/Graphics/Visualization/Graph AutoReqProv: on -Version: 4.4.2 -Release: 2 +Version: 4.4.3 +Release: 1 Summary: GNUplot a Function Plotting Utility Source0: gnuplot-%{version}.tar.bz2 Source2: gnuplot-fr.doc.bz2 ++++++ gnuplot-4.4.0-wxt.dif ++++++ --- /var/tmp/diff_new_pack.Gec4e8/_old 2011-04-21 13:25:33.000000000 +0200 +++ /var/tmp/diff_new_pack.Gec4e8/_new 2011-04-21 13:25:33.000000000 +0200 @@ -1,27 +1,6 @@ ---- src/plot.c -+++ src/plot.c 2007-04-24 10:21:32.000000000 +0000 -@@ -573,6 +573,8 @@ main(int argc, char **argv) - #endif /* GNUPLOT_HISTORY */ - - fprintf(stderr, "\nTerminal type set to '%s'\n", term->name); -+ if (!strncmp("wxt", term->name, 3)) -+ fprintf(stderr, "Warning: terminal 'wxt' is experimental\n"); - } /* if (interactive && term != 0) */ - } else { - /* come back here from int_error() */ --- src/term.c -+++ src/term.c 2010-04-06 16:12:36.696331404 +0000 -@@ -1646,6 +1646,9 @@ change_term(const char *origname, int le - if (interactive) - fprintf(stderr, "Terminal type set to '%s'\n", term->name); - -+ if (interactive && !strncmp("wxt", term->name, 3)) -+ fprintf(stderr, "Warning: terminal 'wxt' is experimental\n"); -+ - /* Invalidate any terminal-specific structures that may be active */ - invalidate_palette(); - -@@ -1710,11 +1713,6 @@ init_terminal() ++++ src/term.c 2011-04-21 10:38:51.000000000 +0200 +@@ -1718,11 +1718,6 @@ init_terminal() term_name = "sun"; #endif /* SUN */ @@ -33,7 +12,7 @@ #ifdef _Windows /* let the wxWidgets terminal be the default when available */ if (term_name == (char *) NULL) -@@ -1750,6 +1748,11 @@ init_terminal() +@@ -1758,6 +1753,11 @@ init_terminal() term_name = "x11"; #endif /* x11 */ ++++++ gnuplot-4.4.2.tar.bz2 -> gnuplot-4.4.3.tar.bz2 ++++++ ++++ 11854 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de