diff --git a/SPECS/gnuplot.spec b/SPECS/gnuplot.spec index 4da9119..7411567 100644 --- a/SPECS/gnuplot.spec +++ b/SPECS/gnuplot.spec @@ -13,7 +13,7 @@ Summary: A program for plotting mathematical expressions and data Name: gnuplot Version: %{major}.%{minor}.%{patchlevel} -Release: 1%{?dist} +Release: 3%{?dist} # MIT .. term/PostScript/aglfn.txt License: gnuplot and MIT Group: Applications/Engineering @@ -186,7 +186,8 @@ chmod 644 demo/html/webify_canvas.pl rm -rf demo/plugin/*.so demo/plugin/*.o %global configure_opts --with-readline=builtin --without-linux-vga \\\ - --enable-history-file --with-texdir=/usr/share/texlive/texmf-dist/tex/latex/gnuplot + --enable-history-file --with-texdir=/usr/share/texlive/texmf-dist/tex/latex/gnuplot \\\ + --with-bitmap-terminals # at first create minimal version of gnuplot for server SIG purposes mkdir minimal @@ -377,6 +378,13 @@ fi %{_datadir}/texlive/texmf-dist/tex/latex/gnuplot/ %changelog +* Wed Oct 5 2022 Pavel Cahyna - 5.2.4-3 +- Rebuild with added gating configuration + +* Mon Oct 3 2022 Pavel Cahyna - 5.2.4-2 +- Add --with-bitmap-terminals to configure flags, among others this enables + the pbm terminal, bz#2122652 + * Wed Aug 8 2018 Pavel Cahyna - 5.2.4-1 - Rebase to upstream release 5.2.4 - Add workaround for broken info generation (upstream bug