.
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=11
This commit is contained in:
parent
98d6fc3c00
commit
7d16901064
@ -224,8 +224,8 @@
|
|||||||
|
|
||||||
reset
|
reset
|
||||||
--- src/show.c
|
--- src/show.c
|
||||||
+++ src/show.c 2010-05-10 14:04:43.814925577 +0200
|
+++ src/show.c 2010-05-19 21:19:16.000000000 +0200
|
||||||
@@ -1054,6 +1054,15 @@ show_version(FILE *fp)
|
@@ -1054,6 +1054,15 @@
|
||||||
p /* hit 'h' */
|
p /* hit 'h' */
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -233,8 +233,8 @@
|
|||||||
+ {
|
+ {
|
||||||
+ struct stat st;
|
+ struct stat st;
|
||||||
+ if ((stat(GNUPLOT_LIB_DEFAULT, &st) == 0) && S_ISDIR(st.st_mode)) {
|
+ 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, "%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\n", p, GNUPLOT_LIB_DEFAULT);
|
+ fprintf(fp, "\n%s\tThey are located at %s/*\n%s\n", p, GNUPLOT_LIB_DEFAULT, p);
|
||||||
+ }
|
+ }
|
||||||
+ }
|
+ }
|
||||||
+#endif
|
+#endif
|
||||||
|
@ -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
|
Sun May 9 00:00:00 CEST 2010 - dieter.jurzitza@t-online.de
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
%define _x11lib %{_exec_prefix}/%{_lib}
|
%define _x11lib %{_exec_prefix}/%{_lib}
|
||||||
%define _x11data %{_exec_prefix}/lib/X11
|
%define _x11data %{_exec_prefix}/lib/X11
|
||||||
%define _libx11 %{_x11data}
|
%define _libx11 %{_x11data}
|
||||||
%define _x11inc %{_x11_prefix}/include
|
%define _x11inc %{_exec_prefix}/include
|
||||||
%define _appdef %{_x11data}/app-defaults
|
%define _appdef %{_x11data}/app-defaults
|
||||||
%else
|
%else
|
||||||
%define _x11lib %{_libdir}
|
%define _x11lib %{_libdir}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user