SHA256
1
0
forked from pool/gnuplot

Accepting request 173644 from Publishing

- Update to 4.6.3
  * FIX suppression of color in linetypes after "set term ... mono"
  * FIX synchronization of graphics and text color in latex terminals (forwarded request 173320 from burnus)

OBS-URL: https://build.opensuse.org/request/show/173644
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=46
This commit is contained in:
Stephan Kulow 2013-04-29 07:53:17 +00:00 committed by Git OBS Bridge
commit 783c868c7e
5 changed files with 15 additions and 8 deletions

View File

@ -96,10 +96,10 @@ diff -upr ../gnuplot-4.6.2.orig/src/gadgets.h ./src/gadgets.h
extern int samples_1;
extern int samples_2;
diff -upr ../gnuplot-4.6.2.orig/src/gplt_x11.c ./src/gplt_x11.c
--- ../gnuplot-4.6.2.orig/src/gplt_x11.c 2013-03-31 23:12:33.000000000 +0200
+++ ./src/gplt_x11.c 2013-03-31 23:15:44.000000000 +0200
@@ -2241,8 +2241,11 @@ exec_cmd(plot_struct *plot, char *comman
diff -upr ../gnuplot-4.6.3.orig/src/gplt_x11.c ./src/gplt_x11.c
--- ../gnuplot-4.6.3.orig/src/gplt_x11.c 2013-04-25 10:01:45.000000000 +0200
+++ ./src/gplt_x11.c 2013-04-25 09:58:02.000000000 +0200
@@ -2256,8 +2256,11 @@ exec_cmd(plot_struct *plot, char *comman
}
}
/* X11_justify_text(mode) - set text justification mode */

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:978b01bbd288c4c5f6d6572cae3aa8bc73b429629ef4400f71856bb5d2251818
size 4969701

3
gnuplot-4.6.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:df5ffafa25fb32b3ecc0206a520f6bca8680e6dcc961efd30df34c0a1b7ea7f5
size 4973116

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Apr 25 07:55:00 UTC 2013 - burnus@net-b.de
- Update to 4.6.3
* FIX suppression of color in linetypes after "set term ... mono"
* FIX synchronization of graphics and text color in latex terminals
-------------------------------------------------------------------
Sun Mar 31 21:06:21 UTC 2013 - burnus@net-b.de

View File

@ -64,7 +64,7 @@ BuildRequires: plotutils-devel
BuildRequires: plotutils
%endif
Url: http://www.gnuplot.info/
Version: 4.6.2
Version: 4.6.3
Release: 0
Summary: GNUplot a Function Plotting Utility
License: SUSE-Gnuplot and GPL-2.0+