diff --git a/gnuplot-4.4.0-demo.dif b/gnuplot-4.4.0-demo.dif index 69c3fc1..0b67270 100644 --- a/gnuplot-4.4.0-demo.dif +++ b/gnuplot-4.4.0-demo.dif @@ -224,8 +224,8 @@ reset --- src/show.c -+++ src/show.c 2010-05-10 14:04:43.814925577 +0200 -@@ -1054,6 +1054,15 @@ show_version(FILE *fp) ++++ src/show.c 2010-05-19 21:19:16.000000000 +0200 +@@ -1054,6 +1054,15 @@ p /* hit 'h' */ ); @@ -233,8 +233,8 @@ + { + struct stat st; + if ((stat(GNUPLOT_LIB_DEFAULT, &st) == 0) && S_ISDIR(st.st_mode)) { -+ fprintf(fp, "\n%s\tType `load \"all.dem\"` to display a large number of examples.", p); -+ fprintf(fp, "\n%s\tThey are located at %s/*\n\n", p, GNUPLOT_LIB_DEFAULT); ++ fprintf(fp, "%s\n%s\tType `load \"all.dem\"` to display a large number of examples.", p, p); ++ fprintf(fp, "\n%s\tThey are located at %s/*\n%s\n", p, GNUPLOT_LIB_DEFAULT, p); + } + } +#endif diff --git a/gnuplot.changes b/gnuplot.changes index f7a0db1..278859a 100644 --- a/gnuplot.changes +++ b/gnuplot.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed May 19 00:00:00 CEST 2010 - dieter.jurzitza@t-online.de + +- Fix format being written into plt files (add missing #) + +------------------------------------------------------------------- +Thu May 20 12:44:38 CEST 2010 - werner@suse.de + +- Correct macro name in spec file + ------------------------------------------------------------------- Sun May 9 00:00:00 CEST 2010 - dieter.jurzitza@t-online.de diff --git a/gnuplot.spec b/gnuplot.spec index 6af3cb2..ebf8650 100644 --- a/gnuplot.spec +++ b/gnuplot.spec @@ -52,7 +52,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %define _x11lib %{_exec_prefix}/%{_lib} %define _x11data %{_exec_prefix}/lib/X11 %define _libx11 %{_x11data} -%define _x11inc %{_x11_prefix}/include +%define _x11inc %{_exec_prefix}/include %define _appdef %{_x11data}/app-defaults %else %define _x11lib %{_libdir}