diff --git a/python-fastavro.spec b/python-fastavro.spec index 119a7c7..116a823 100644 --- a/python-fastavro.spec +++ b/python-fastavro.spec @@ -1,12 +1,12 @@ # Sphinx-generated HTML documentation is not suitable for packaging; see # https://bugzilla.redhat.com/show_bug.cgi?id=2006555 for discussion. # -# We can generate PDF documentation as a lesser substitute. +# We can generate PDF documentation as a substitute. %bcond_without doc_pdf Name: python-fastavro Version: 1.4.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fast Avro for Python # The fastavro project is licensed MIT, but is derived from Apache Avro which @@ -130,7 +130,7 @@ export FASTAVRO_USE_CYTHON=1 %make_build -C docs man SPHINXOPTS='%{?_smp_mflags}' %if %{with doc_pdf} %make_build -C docs latex SPHINXOPTS='%{?_smp_mflags}' - %make_build -C docs/_build/latex + %make_build -C docs/_build/latex LATEXMKOPTS='-quiet' %endif rm -rf "${PYTEMP}" @@ -182,6 +182,9 @@ k="${k-}${k+ and }not test_regular_vs_ordered_dict_record_typeerror" %changelog +* Sat Nov 27 2021 Benjamin A. Beasley - 1.4.7-2 +- Reduce LaTeX PDF build verbosity + * Fri Oct 29 2021 Benjamin A. Beasley - 1.4.7-1 - Update to 1.4.7 (close RHBZ#2018577)