forked from pool/gnuplot
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
This commit is contained in:
parent
a67a978e5d
commit
6ca780de94
@ -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 */
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:00fae973ab615cea8051ca3cd7f4fb7647a0fceb1543d6ea5ece7f0842d4e034
|
||||
size 2741559
|
3
gnuplot-4.4.3.tar.bz2
Normal file
3
gnuplot-4.4.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e9ad674de420f70ee729eeeb2af5565f1e97b031aa68901ba9454c86834acd4b
|
||||
size 2746157
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user