From 4778739f19af60a8cc6d79bc565b0f76b4ebf2cb68066879e2d35a5c49f72943 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Wed, 31 Aug 2011 14:02:19 +0000 Subject: [PATCH] - Corrected buildrequires/requires: * python-jinja2 is now python-Jinja2 * python-pygments is now python-Pygments * No need for Requires: python-distribute OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=5 --- python-Sphinx.changes | 7 +++++++ python-Sphinx.spec | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) 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