diff --git a/gnuplot.changes b/gnuplot.changes index c1ca1a2..535e85b 100644 --- a/gnuplot.changes +++ b/gnuplot.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 18 13:09:58 UTC 2025 - Dr. Werner Fink + +- Use openspecfun only for opensuse builds + ------------------------------------------------------------------- Tue Jan 7 09:57:13 UTC 2025 - Dr. Werner Fink diff --git a/gnuplot.spec b/gnuplot.spec index 6999a84..cb98c74 100644 --- a/gnuplot.spec +++ b/gnuplot.spec @@ -38,7 +38,9 @@ BuildRequires: glib2-devel BuildRequires: libqt5-linguist-devel BuildRequires: lua-devel BuildRequires: netpbm +%if 0%{?is_opensuse} BuildRequires: openspecfun-devel +%endif BuildRequires: pango-devel BuildRequires: plotutils-devel BuildRequires: readline-devel