diff --git a/python-whoosh.spec b/python-whoosh.spec index 90e7ad2..f1e4eef 100644 --- a/python-whoosh.spec +++ b/python-whoosh.spec @@ -1,3 +1,4 @@ +%global _without_docs 1 %if 0%{?fedora} || 0%{?rhel} >= 7 %global with_python3 1 %endif @@ -6,7 +7,7 @@ Name: python-whoosh Version: 2.7.4 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Fast, pure-Python full text indexing, search, and spell checking library License: BSD @@ -97,6 +98,9 @@ rm -rf docs/html/.doctrees %endif %changelog +* Fri Jun 15 2018 Miro HronĨok - 2.7.4-10 +- Bootstrap for Python 3.7 + * Wed Feb 28 2018 Iryna Shcherbina - 2.7.4-9 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)