Browse Source

upgrading package: gnuplot 5.0.1 -> 5.0.2

master
parent
commit
a36c1f9278
  1. 33
      gnuplot/gnuplot.patch
  2. 4
      gnuplot/gnuplot.spec

33
gnuplot/gnuplot.patch

@ -1,6 +1,6 @@
Index: src/color.c
--- src/color.c.orig 2014-05-13 20:26:40.000000000 +0200
+++ src/color.c 2015-01-14 23:02:12.726500096 +0100
--- src/color.c.orig 2015-04-16 07:11:21.000000000 +0200
+++ src/color.c 2016-01-08 20:02:57.435582211 +0100
@@ -62,7 +62,7 @@
@ -12,7 +12,7 @@ Index: src/color.c
sm_palette.colorFormulae = 37; /* const */
Index: src/color.h
--- src/color.h.orig 2013-10-22 00:31:59.000000000 +0200
+++ src/color.h 2015-01-14 23:02:12.726500096 +0100
+++ src/color.h 2016-01-08 20:02:57.435582211 +0100
@@ -217,7 +217,7 @@
/* ROUTINES */
@ -23,9 +23,9 @@ Index: src/color.h
/*
Index: src/set.c
--- src/set.c.orig 2014-11-23 19:29:17.000000000 +0100
+++ src/set.c 2015-01-14 23:02:12.736361894 +0100
@@ -3101,7 +3101,7 @@
--- src/set.c.orig 2016-01-01 05:13:24.000000000 +0100
+++ src/set.c 2016-01-08 20:02:57.445605622 +0100
@@ -3149,7 +3149,7 @@
free_at(sm_palette.Afunc.at);
free_at(sm_palette.Bfunc.at);
free_at(sm_palette.Cfunc.at);
@ -34,24 +34,3 @@ Index: src/set.c
pm3d_last_set_palette_mode = SMPAL_COLOR_MODE_NONE;
}
Index: term/lua.trm
--- term/lua.trm.orig 2014-10-29 04:28:24.000000000 +0100
+++ term/lua.trm 2015-01-14 23:13:07.266385682 +0100
@@ -251,7 +251,7 @@
msg = luaL_checkstring(L, 1);
break;
case 2:
- t_num = luaL_checkint(L, 1);
+ t_num = luaL_checkinteger(L, 1);
msg = luaL_checkstring(L, 2);
break;
default:
@@ -285,7 +285,7 @@
msg = luaL_checkstring(L, 1);
break;
case 2:
- t_num = luaL_checkint(L, 1);
+ t_num = luaL_checkinteger(L, 1);
msg = luaL_checkstring(L, 2);
break;
default:

4
gnuplot/gnuplot.spec

@ -31,8 +31,8 @@ Distribution: OpenPKG Community
Class: BASE
Group: Diagram
License: GPL
Version: 5.0.1
Release: 20150702
Version: 5.0.2
Release: 20160108
# list of sources
Source0: http://downloads.sourceforge.net/gnuplot/gnuplot-%{version}.tar.gz

Loading…
Cancel
Save