From 1e6a74c43948c2378a1f0b46eb4b6ea47eaece3981c725f249966edc126bfc47 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 13 Feb 2012 11:47:52 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=27 --- gnuplot-4.4.1.dif | 2 +- gnuplot.changes | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gnuplot-4.4.1.dif b/gnuplot-4.4.1.dif index 7fca079..38c2e11 100644 --- a/gnuplot-4.4.1.dif +++ b/gnuplot-4.4.1.dif @@ -156,7 +156,7 @@ + char hfile[64]; + struct stat buf; + -+ strcpy (hfile, "/usr/share/gnuplot/4.0/gnuplot-"); ++ sprintf(hfile, "/usr/share/gnuplot/%s/gnuplot-", gnuplot_version); + strncat(hfile, msg, 2); + strcat (hfile, ".gih"); + if (stat(hfile, &buf) == 0) diff --git a/gnuplot.changes b/gnuplot.changes index f5263fc..58382d1 100644 --- a/gnuplot.changes +++ b/gnuplot.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 13 11:46:11 UTC 2012 - werner@suse.de + +- Fix version control of further help messages, fix done + by Dieter Jurzitza (bnc#746299) + ------------------------------------------------------------------- Tue Dec 13 08:33:16 UTC 2011 - cfarrell@suse.com