packages: gnuplot/gnuplot-lua.patch, gnuplot/gnuplot.spec - updated to 4.4....

qboosh qboosh at pld-linux.org
Wed Mar 16 15:32:52 CET 2011


Author: qboosh                       Date: Wed Mar 16 14:32:52 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 4.4.3
- updated lua patch

---- Files affected:
packages/gnuplot:
   gnuplot-lua.patch (1.2 -> 1.3) , gnuplot.spec (1.93 -> 1.94) 

---- Diffs:

================================================================
Index: packages/gnuplot/gnuplot-lua.patch
diff -u packages/gnuplot/gnuplot-lua.patch:1.2 packages/gnuplot/gnuplot-lua.patch:1.3
--- packages/gnuplot/gnuplot-lua.patch:1.2	Tue Sep 14 21:03:00 2010
+++ packages/gnuplot/gnuplot-lua.patch	Wed Mar 16 15:32:47 2011
@@ -1,32 +1,11 @@
---- gnuplot-4.4.0-orig/configure.in	2010-03-15 16:23:38.963407453 +0100
-+++ gnuplot-4.4.0/configure.in	2010-03-15 16:24:15.163122072 +0100
-@@ -617,13 +617,15 @@
-   with_lua=yes)
+--- gnuplot-4.4.3/configure.in.orig	2011-02-20 21:43:31.000000000 +0100
++++ gnuplot-4.4.3/configure.in	2011-03-16 15:09:34.731414618 +0100
+@@ -649,7 +649,7 @@
+   [test -z "${with_lua}" && with_lua=yes])
  
  if test "${with_lua}" = yes ; then
 -  PKG_CHECK_MODULES(LUA, [lua], LUAFOUND=yes, [LUAFOUND=no])
 +  PKG_CHECK_MODULES(LUA, [lua51], LUAFOUND=yes, [LUAFOUND=no])
    if test $pkg_failed != no; then
-     AC_MSG_WARN([The lua terminal will not be compiled.])
+     AC_MSG_WARN([Could not find support for lua using pkg-config.])
      with_lua=no
-   else
-     _libs="$LIBS"
-+    _cppflags="$CPPFLAGS"
-     LIBS="$LIBS $LUA_LIBS"
-+    CPPFLAGS="$CPPFLAGS $LUA_CFLAGS"
-   fi
- 
-   AC_SEARCH_LIBS(luaL_openlibs, lua,
-@@ -652,11 +654,11 @@
-      AC_CHECK_HEADERS(lua.h,,
-        AC_MSG_WARN([please add path to lua.h to CPPFLAGS in Makefile]))
-      with_lua=yes
--     LUA_LIBS='-llua'
-     ],
-     with_lua=no)
-  
-   LIBS="$_libs"
-+  CPPFLAGS="$_cppflags"
-   if test "$with_lua" != no; then
-     TERMLIBS="$TERMLIBS $LUA_LIBS"
-     CPPFLAGS="$CPPFLAGS $LUA_CFLAGS"

================================================================
Index: packages/gnuplot/gnuplot.spec
diff -u packages/gnuplot/gnuplot.spec:1.93 packages/gnuplot/gnuplot.spec:1.94
--- packages/gnuplot/gnuplot.spec:1.93	Sat Oct 16 21:00:29 2010
+++ packages/gnuplot/gnuplot.spec	Wed Mar 16 15:32:47 2011
@@ -10,12 +10,12 @@
 Summary(tr.UTF-8):	Matematiksel görselleştirme paketi
 Summary(uk.UTF-8):	Програма для побудови графіків математичних виразів та даних
 Name:		gnuplot
-Version:	4.4.2
+Version:	4.4.3
 Release:	1
 License:	distributable (with modifications properly marked if any)
 Group:		Applications/Math
 Source0:	http://downloads.sourceforge.net/gnuplot/%{name}-%{version}.tar.gz
-# Source0-md5:	a4f0dd89f9b9334890464f687ddd9f50
+# Source0-md5:	639603752996f4923bc02c895fa03b45
 Source1:	%{name}.desktop
 Source2:	%{name}.png
 Patch0:		%{name}-info.patch
@@ -25,16 +25,16 @@
 Patch4:		%{name}-4.4.1-mp.patch
 URL:		http://gnuplot.sourceforge.net/
 BuildRequires:	autoconf >= 2.59-9
-BuildRequires:	automake
-BuildRequires:	cairo-devel
+BuildRequires:	automake >= 1:1.7.9
+BuildRequires:	cairo-devel >= 1.2
 BuildRequires:	gd-devel
 BuildRequires:	glib2-devel
-BuildRequires:	gtk+2-devel
+BuildRequires:	gtk+2-devel >= 2:2.8.0
 BuildRequires:	libpng-devel >= 1.0.8
 BuildRequires:	libtool
 BuildRequires:	lua51-devel
 BuildRequires:	ncurses-devel
-BuildRequires:	pango-devel
+BuildRequires:	pango-devel > 1:1.10.2
 BuildRequires:	pkgconfig
 BuildRequires:	readline-devel
 BuildRequires:	texinfo
@@ -186,6 +186,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.94  2011/03/16 14:32:47  qboosh
+- updated to 4.4.3
+- updated lua patch
+
 Revision 1.93  2010/10/16 19:00:29  qboosh
 - stable texmf install path
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gnuplot/gnuplot-lua.patch?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gnuplot/gnuplot.spec?r1=1.93&r2=1.94&f=u



More information about the pld-cvs-commit mailing list