From 6ec224831faf2ccefffecfa5595c10038ac726352d97d5a8519fa1222ca9e19a Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Tue, 12 Jul 2011 11:44:55 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/python-Sphinx revision 4.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=8da277a5a67250cdcb2684c53af32197 --- python-Sphinx.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-Sphinx.spec b/python-Sphinx.spec index b973efe..38d4c22 100644 --- a/python-Sphinx.spec +++ b/python-Sphinx.spec @@ -19,7 +19,7 @@ Name: python-Sphinx Version: 1.0.7 -Release: 1 +Release: 3 Url: http://sphinx.pocoo.org Summary: Python documentation generator License: BSD @@ -62,6 +62,7 @@ and translating suite, the Docutils. %package doc + Summary: Documentation for %{name} Group: Documentation/Other Requires: %{name} = %{version} From 4778739f19af60a8cc6d79bc565b0f76b4ebf2cb68066879e2d35a5c49f72943 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Wed, 31 Aug 2011 14:02:19 +0000 Subject: [PATCH 2/2] - 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