Accepting request 68036 from Publishing
Accepted submit request 68036 from user coolo OBS-URL: https://build.opensuse.org/request/show/68036 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=31
This commit is contained in:
commit
7b7048e16d
@ -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
|
||||||
+++ src/term.c 2010-04-06 16:12:36.696331404 +0000
|
+++ src/term.c 2011-04-21 10:38:51.000000000 +0200
|
||||||
@@ -1646,6 +1646,9 @@ change_term(const char *origname, int le
|
@@ -1718,11 +1718,6 @@ init_terminal()
|
||||||
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()
|
|
||||||
term_name = "sun";
|
term_name = "sun";
|
||||||
#endif /* SUN */
|
#endif /* SUN */
|
||||||
|
|
||||||
@ -33,7 +12,7 @@
|
|||||||
#ifdef _Windows
|
#ifdef _Windows
|
||||||
/* let the wxWidgets terminal be the default when available */
|
/* let the wxWidgets terminal be the default when available */
|
||||||
if (term_name == (char *) NULL)
|
if (term_name == (char *) NULL)
|
||||||
@@ -1750,6 +1748,11 @@ init_terminal()
|
@@ -1758,6 +1753,11 @@ init_terminal()
|
||||||
term_name = "x11";
|
term_name = "x11";
|
||||||
#endif /* 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
|
Wed Dec 29 14:41:47 CET 2010 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ Url: http://www.gnuplot.info/
|
|||||||
License: BSD3c(or similar)
|
License: BSD3c(or similar)
|
||||||
Group: Productivity/Graphics/Visualization/Graph
|
Group: Productivity/Graphics/Visualization/Graph
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 4.4.2
|
Version: 4.4.3
|
||||||
Release: 2
|
Release: 2
|
||||||
Summary: GNUplot a Function Plotting Utility
|
Summary: GNUplot a Function Plotting Utility
|
||||||
Source0: gnuplot-%{version}.tar.bz2
|
Source0: gnuplot-%{version}.tar.bz2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user