diff --git a/python-Sphinx.changes b/python-Sphinx.changes index 88f6398..4ab180e 100644 --- a/python-Sphinx.changes +++ b/python-Sphinx.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Aug 31 13:59:59 UTC 2011 - saschpe@suse.de + +- Corrected buildrequires/requires: + * python-jinja2 is now python-Jinja2 + * python-pygments is now python-Pygments + ------------------------------------------------------------------- Tue Jul 12 09:59:25 UTC 2011 - mcihar@suse.cz diff --git a/python-Sphinx.spec b/python-Sphinx.spec index 38d4c22..1375cc4 100644 --- a/python-Sphinx.spec +++ b/python-Sphinx.spec @@ -29,10 +29,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: docutils BuildRequires: python-devel BuildRequires: python-distribute -BuildRequires: python-jinja2 +BuildRequires: python-Jinja2 Requires: docutils -Requires: python-jinja2 -Requires: python-pygments +Requires: python-Jinja2 +Requires: python-Pygments Requires: python-distribute %if 0%{?suse_version} Suggests: python-rst2pdf