diff --git a/python-sphinx.spec b/python-sphinx.spec index 12b8694..49fc9a6 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -27,7 +27,7 @@ Name: python-sphinx Version: 1.7.5 -Release: 5%{?dist} +Release: 6%{?dist} Epoch: 1 Summary: Python documentation generator @@ -91,7 +91,6 @@ BuildRequires: texinfo BuildRequires: graphviz BuildRequires: python2-sqlalchemy BuildRequires: python2-mock -BuildRequires: python2-simplejson BuildRequires: python2-html5lib BuildRequires: python2-whoosh BuildRequires: python2-snowballstemmer @@ -99,8 +98,6 @@ BuildRequires: python2-enum34 %if %{with imagemagick_tests} BuildRequires: ImageMagick %endif -# note: no Python3 xapian binding yet -BuildRequires: python2-xapian BuildRequires: texlive-collection-fontsrecommended BuildRequires: texlive-collection-latex BuildRequires: texlive-dvipng @@ -159,7 +156,6 @@ BuildRequires: python3-pytest BuildRequires: python3-pytest-cov BuildRequires: python3-sqlalchemy BuildRequires: python3-mock -BuildRequires: python3-simplejson BuildRequires: python3-html5lib BuildRequires: python3-whoosh BuildRequires: python3-snowballstemmer @@ -624,6 +620,9 @@ popd %changelog +* Fri Jul 13 2018 Miro Hrončok - 1:1.7.5-6 +- Remove unused dependencies on xapian and simplejson + * Thu Jul 5 2018 Zbigniew Jędrzejewski-Szmek - 1:1.7.5-5 - Add patch to fix build if alabaster theme is installed - Add patch for #1589868