From fb2d32d607911f24af6acdd0c71ac436bf6dfe4510d06daabfdee6abec5a9431 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 26 Apr 2021 17:16:50 +0000 Subject: [PATCH] TeXLive 2021 OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=127 --- gnuplot-doc.changes | 15 +++++++++++++++ gnuplot.changes | 5 +++++ gnuplot.spec | 6 ++++++ 3 files changed, 26 insertions(+) diff --git a/gnuplot-doc.changes b/gnuplot-doc.changes index 4d05243..972d923 100644 --- a/gnuplot-doc.changes +++ b/gnuplot-doc.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Apr 26 17:15:43 UTC 2021 - Dr. Werner Fink + +- Update spec file to work with TeXLive 2021 + +------------------------------------------------------------------- +Thu Apr 22 06:29:10 UTC 2021 - Dr. Werner Fink + +- Last commit had added patch gnuplot-PIE.patch + +------------------------------------------------------------------- +Thu Apr 15 13:04:05 UTC 2021 - Wolfgang Frisch + +- Hardening: compile with PIC and link with PIE. + ------------------------------------------------------------------- Thu Dec 10 07:11:15 UTC 2020 - Dr. Werner Fink diff --git a/gnuplot.changes b/gnuplot.changes index 0087938..972d923 100644 --- a/gnuplot.changes +++ b/gnuplot.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 26 17:15:43 UTC 2021 - Dr. Werner Fink + +- Update spec file to work with TeXLive 2021 + ------------------------------------------------------------------- Thu Apr 22 06:29:10 UTC 2021 - Dr. Werner Fink diff --git a/gnuplot.spec b/gnuplot.spec index 4ae4acd..0e47429 100644 --- a/gnuplot.spec +++ b/gnuplot.spec @@ -69,10 +69,14 @@ BuildRequires: texlive-pdftex BuildRequires: texlive-tex4ht BuildRequires: texlive-texinfo BuildRequires: texlive-ucs +BuildRequires: tex(booktabs.sty) BuildRequires: tex(fancyhdr.sty) +BuildRequires: tex(gttn1000.tfm) BuildRequires: tex(hyperref.sty) +BuildRequires: tex(lgrcmr.fd) BuildRequires: tex(pdftex.def) BuildRequires: tex(subfigure.sty) +BuildRequires: tex(textgreek.sty) %endif URL: http://www.gnuplot.info/ Version: 5.4.1 @@ -196,6 +200,8 @@ autoreconf -fi %if "%{flavor}" == "doc" mv src/Makefile{,_INACESSIBLE} pushd docs/ + mkdir -p htmldocs + cp toc_entr.sty htmldocs/ make GNUPLOT_EXE=%{_bindir}/gnuplot srcdir=. clean html pdf make srcdir=. gnuplot.texi patch -p0 < %{S:6}