From 5cda090b14a08c73cfee60a44f97027c156b9b89 Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Thu, 22 Jul 2021 11:34:19 -0400 Subject: [PATCH] Fix FTBFS due to dropped texlive package --- gnuplot.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnuplot.spec b/gnuplot.spec index b1532c6..8f482a0 100644 --- a/gnuplot.spec +++ b/gnuplot.spec @@ -19,7 +19,7 @@ Summary: A program for plotting mathematical expressions and data Name: gnuplot Version: %{major}.%{minor}.%{patchlevel} -Release: 9%{?dist} +Release: 10%{?dist} # MIT .. term/PostScript/aglfn.txt License: gnuplot and MIT URL: http://www.gnuplot.info/ @@ -50,7 +50,7 @@ Requires(preun): %{_sbindir}/alternatives BuildRequires: cairo-devel, emacs, gd-devel, giflib-devel, libotf, libpng-devel BuildRequires: librsvg2, libX11-devel, libXt-devel, lua-devel, m17n-lib BuildRequires: pango-devel, tex(latex), tex(subfigure.sty) -BuildRequires: tex(cm-super-t1.enc), tex(pdftex.map), tex-tex4ht, texinfo +BuildRequires: tex(cm-super-t1.enc), tex-tex4ht, texinfo BuildRequires: /usr/bin/texi2dvi BuildRequires: zlib-devel, libjpeg-turbo-devel, tex(ecrm1000.tfm), latex2html #qt-terminal requires libqt >= 4.5 @@ -369,6 +369,9 @@ fi %{_datadir}/texlive/texmf-dist/tex/latex/gnuplot/ %changelog +* Thu Jul 22 2021 Scott Talbert - 5.2.8-10 +- Fix FTBFS due to dropped texlive package + * Thu Jul 22 2021 Fedora Release Engineering - 5.2.8-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild