Browse Source

upgrading package: gnuplot 4.4.4 -> 4.6.0

master
parent
commit
f0c501487b
  1. 26
      gnuplot/gnuplot.patch
  2. 4
      gnuplot/gnuplot.spec

26
gnuplot/gnuplot.patch

@ -1,7 +1,7 @@
Index: src/color.c
--- src/color.c.orig 2007-02-26 00:10:01 +0100
+++ src/color.c 2007-03-04 11:09:56 +0100
@@ -70,7 +70,7 @@
--- src/color.c.orig 2011-10-28 23:01:16.000000000 +0200
+++ src/color.c 2012-03-12 20:30:40.000000000 +0100
@@ -68,7 +68,7 @@
void
@ -11,9 +11,9 @@ Index: src/color.c
/* initialize global palette */
sm_palette.colorFormulae = 37; /* const */
Index: src/color.h
--- src/color.h.orig 2006-06-15 17:42:33 +0200
+++ src/color.h 2007-03-04 11:20:16 +0100
@@ -203,7 +203,7 @@
--- src/color.h.orig 2011-10-08 02:07:41.000000000 +0200
+++ src/color.h 2012-03-12 20:30:40.000000000 +0100
@@ -214,7 +214,7 @@
/* ROUTINES */
@ -23,14 +23,14 @@ Index: src/color.h
/*
Index: src/plot.c
--- src/plot.c.orig 2007-02-10 04:55:59 +0100
+++ src/plot.c 2007-03-04 11:20:31 +0100
@@ -556,7 +556,7 @@
--- src/plot.c.orig 2012-03-02 21:00:04.000000000 +0100
+++ src/plot.c 2012-03-12 20:31:54.000000000 +0100
@@ -532,7 +532,7 @@
* would set them to. Since the axis variables aren't in
* initialized arrays any more, this is now necessary... */
reset_command();
- init_color(); /* Initialization of color */
+ gnuplot_init_color(); /* Initialization of color */
load_rcfile();
- init_color(); /* Initialization of color */
+ gnuplot_init_color(); /* Initialization of color */
load_rcfile(0); /* System-wide gnuplotrc if configured */
load_rcfile(1); /* ./.gnuplot if configured */
init_fit(); /* Initialization of fitting module */

4
gnuplot/gnuplot.spec

@ -31,8 +31,8 @@ Distribution: OpenPKG Community
Class: BASE
Group: Diagram
License: GPL
Version: 4.4.4
Release: 20111116
Version: 4.6.0
Release: 20120312
# package options
%option with_x11 no

Loading…
Cancel
Save