From 6ca780de9431f6e2fc12f4a960e52e5f8ce4b75bba463dc47dd4b72160ddcf98 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Thu, 21 Apr 2011 09:22:18 +0000 Subject: [PATCH] Accepting request 68034 from home:burnus:branches:Publishing Thanks, hopefully wxt terminal is stable know :) OBS-URL: https://build.opensuse.org/request/show/68034 OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=21 --- gnuplot-4.4.0-wxt.dif | 27 +++------------------------ gnuplot-4.4.2.tar.bz2 | 3 --- gnuplot-4.4.3.tar.bz2 | 3 +++ gnuplot.changes | 17 +++++++++++++++++ gnuplot.spec | 8 ++++---- 5 files changed, 27 insertions(+), 31 deletions(-) delete mode 100644 gnuplot-4.4.2.tar.bz2 create mode 100644 gnuplot-4.4.3.tar.bz2 diff --git a/gnuplot-4.4.0-wxt.dif b/gnuplot-4.4.0-wxt.dif index 05272ad..53f8520 100644 --- a/gnuplot-4.4.0-wxt.dif +++ b/gnuplot-4.4.0-wxt.dif @@ -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 */ diff --git a/gnuplot-4.4.2.tar.bz2 b/gnuplot-4.4.2.tar.bz2 deleted file mode 100644 index 6d2dea3..0000000 --- a/gnuplot-4.4.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00fae973ab615cea8051ca3cd7f4fb7647a0fceb1543d6ea5ece7f0842d4e034 -size 2741559 diff --git a/gnuplot-4.4.3.tar.bz2 b/gnuplot-4.4.3.tar.bz2 new file mode 100644 index 0000000..51333a7 --- /dev/null +++ b/gnuplot-4.4.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ad674de420f70ee729eeeb2af5565f1e97b031aa68901ba9454c86834acd4b +size 2746157 diff --git a/gnuplot.changes b/gnuplot.changes index ebe3d8e..d265032 100644 --- a/gnuplot.changes +++ b/gnuplot.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +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 + ------------------------------------------------------------------- Wed Dec 29 14:41:47 CET 2010 - sbrabec@suse.cz diff --git a/gnuplot.spec b/gnuplot.spec index c2d8304..7da3da7 100644 --- a/gnuplot.spec +++ b/gnuplot.spec @@ -1,7 +1,7 @@ # -# spec file for package gnuplot (Version 4.4.2) +# spec file for package gnuplot # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -39,8 +39,8 @@ Url: http://www.gnuplot.info/ License: BSD3c(or similar) Group: Productivity/Graphics/Visualization/Graph AutoReqProv: on -Version: 4.4.2 -Release: 1 +Version: 4.4.3 +Release: 2 Summary: GNUplot a Function Plotting Utility Source0: gnuplot-%{version}.tar.bz2 Source2: gnuplot-fr.doc.bz2