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