diff --git a/python-markups.spec b/python-markups.spec index 9af82e0..6c927c5 100644 --- a/python-markups.spec +++ b/python-markups.spec @@ -7,7 +7,7 @@ Name: python-markups Version: 0.6.3 -Release: 3%{?dist} +Release: 4%{?dist} License: BSD Summary: A wrapper around various text markups URL: https://pypi.python.org/pypi/Markups @@ -19,6 +19,8 @@ BuildRequires: python-markdown BuildRequires: python-setuptools BuildRequires: python-textile Requires: python-docutils +Requires: python-markdown +Requires: python-textile %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-docutils @@ -39,6 +41,8 @@ by default). Summary: A wrapper around various text markups Requires: python3-docutils +Requires: python3-markdown +Requires: python3-textile %description -n python3-markups This module provides a Python 3 wrapper around the various text markup @@ -103,6 +107,9 @@ popd %endif # with_python3 %changelog +* Sat Sep 26 2015 Mario Blättermann - 0.6.3-4 +- Yet some more runtime requirements + * Thu Sep 24 2015 Mario Blättermann - 0.6.3-3 - Fix runtime requirements