forked from pool/gnuplot
update to 5.0.1 * please also re-enable for Leap OBS-URL: https://build.opensuse.org/request/show/346925 OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=72
25 lines
996 B
Diff
25 lines
996 B
Diff
diff -U 3 -H -d -r -N -- gnuplot-5.0.1.orig/docs/Makefile.am gnuplot-5.0.1.new/docs/Makefile.am
|
|
--- gnuplot-5.0.1.orig/docs/Makefile.am 2015-05-03 00:22:33.000000000 +0200
|
|
+++ gnuplot-5.0.1.new/docs/Makefile.am 2015-12-01 01:24:55.097654431 +0100
|
|
@@ -172,7 +172,7 @@
|
|
rm -f figures
|
|
|
|
pdffigures.tex: figures
|
|
- @if [ -z pdffigures.tex ] ; then \
|
|
+ @if [ ! -f pdffigures.tex ] ; then \
|
|
echo "\usepackage{graphicx}" > pdffigures.tex ; \
|
|
echo "\usepackage{picins}" >> pdffigures.tex ; \
|
|
fi
|
|
diff -U 3 -H -d -r -N -- gnuplot-5.0.1.orig/docs/Makefile.in gnuplot-5.0.1.new/docs/Makefile.in
|
|
--- gnuplot-5.0.1.orig/docs/Makefile.in 2015-06-07 17:20:29.000000000 +0200
|
|
+++ gnuplot-5.0.1.new/docs/Makefile.in 2015-12-01 01:24:32.578385309 +0100
|
|
@@ -952,7 +952,7 @@
|
|
rm -f figures
|
|
|
|
pdffigures.tex: figures
|
|
- @if [ -z pdffigures.tex ] ; then \
|
|
+ @if [ ! -f pdffigures.tex ] ; then \
|
|
echo "\usepackage{graphicx}" > pdffigures.tex ; \
|
|
echo "\usepackage{picins}" >> pdffigures.tex ; \
|
|
fi
|