Author: draenog Date: Mon Sep 27 15:25:31 2010 GMT Module: packages Tag: HEAD ---- Log message: - fix man page (taken from Fedora) - rel. 2
---- Files affected: packages/gnuplot: gnuplot.spec (1.90 -> 1.91) , gnuplot-4.4.1-mp.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/gnuplot/gnuplot.spec diff -u packages/gnuplot/gnuplot.spec:1.90 packages/gnuplot/gnuplot.spec:1.91 --- packages/gnuplot/gnuplot.spec:1.90 Tue Sep 14 21:03:00 2010 +++ packages/gnuplot/gnuplot.spec Mon Sep 27 17:25:26 2010 @@ -11,7 +11,7 @@ Summary(uk.UTF-8): Програма для побудови графіків математичних виразів та даних Name: gnuplot Version: 4.4.1 -Release: 1 +Release: 2 License: distributable (with modifications properly marked if any) Group: Applications/Math Source0: http://downloads.sourceforge.net/gnuplot/%{name}-%{version}.tar.gz @@ -22,6 +22,7 @@ Patch1: %{name}-info_install.patch Patch2: %{name}-lua.patch Patch3: %{name}-wx-config.patch +Patch4: %{name}-4.4.1-mp.patch URL: http://gnuplot.sourceforge.net/ BuildRequires: autoconf >= 2.59-9 BuildRequires: automake @@ -108,6 +109,7 @@ %patch1 -p1 %patch2 -p1 %patch3 -p0 +%patch4 -p1 %build %{__libtoolize} @@ -179,6 +181,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.91 2010/09/27 15:25:26 draenog +- fix man page (taken from Fedora) +- rel. 2 + Revision 1.90 2010/09/14 19:03:00 draenog - fix building lua/TikZ terminal ================================================================ Index: packages/gnuplot/gnuplot-4.4.1-mp.patch diff -u /dev/null packages/gnuplot/gnuplot-4.4.1-mp.patch:1.1 --- /dev/null Mon Sep 27 17:25:31 2010 +++ packages/gnuplot/gnuplot-4.4.1-mp.patch Mon Sep 27 17:25:26 2010 @@ -0,0 +1,15 @@ +diff -up gnuplot-4.4.1/man/gnuplot.1.pom gnuplot-4.4.1/man/gnuplot.1 +--- gnuplot-4.4.1/man/gnuplot.1.pom 2009-02-18 05:03:52.000000000 +0100 ++++ gnuplot-4.4.1/man/gnuplot.1 2010-09-24 14:58:00.000000000 +0200 +@@ -236,8 +236,8 @@ gnuplot. None of these are required. + .TP + .B GNUTERM + The name of the terminal type to be used. This overrides any terminal +-type sensed by gnuplot on start-up, but is itself overridden by the +-.gnuplot (or equivalent) start-up file (see \fBFILES\fP and "help ++type sensed by gnuplot on start-up, but is itself overridden by the .gnuplot ++(or equivalent) start-up file (see \fBFILES\fP and "help + start-up") and, of course, by later explicit changes. + .TP + .B GNUHELP +diff -up gnuplot-4.4.1/man/.pom gnuplot-4.4.1/man/ ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gnuplot/gnuplot.spec?r1=1.90&r2=1.91&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
