rpms/python-repoze-what/EL-5 python-repoze-what-sphinx.patch, NONE, 1.1 python-repoze-what.spec, 1.3, 1.4

Luke Macken lmacken at fedoraproject.org
Mon Aug 17 23:30:54 UTC 2009


Author: lmacken

Update of /cvs/pkgs/rpms/python-repoze-what/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9853

Modified Files:
	python-repoze-what.spec 
Added Files:
	python-repoze-what-sphinx.patch 
Log Message:
Apply python-repoze-what-sphinx.patch to disable newer Sphinx extensions

python-repoze-what-sphinx.patch:
 conf.py |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

--- NEW FILE python-repoze-what-sphinx.patch ---
diff --git a/docs/source/conf.py.orig b/docs/source/conf.py
index 50cf366..20cf2c4 100644
--- a/docs/source/conf.py.orig
+++ b/docs/source/conf.py
@@ -30,8 +30,7 @@ for item in os.listdir(root):
 # General configuration
 # ---------------------
 
-extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest',
-              'sphinx.ext.intersphinx']
+extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest']
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']


Index: python-repoze-what.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-repoze-what/EL-5/python-repoze-what.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- python-repoze-what.spec	10 Aug 2009 19:14:17 -0000	1.3
+++ python-repoze-what.spec	17 Aug 2009 23:30:53 -0000	1.4
@@ -2,7 +2,7 @@
 
 Name:           python-repoze-what
 Version:        1.0.8
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Authorization for WSGI applications
 
 Group:          Development/Languages
@@ -11,6 +11,7 @@ URL:            http://pypi.python.org/p
 Source0:        http://pypi.python.org/packages/source/r/repoze.what/repoze.what-%{version}.tar.gz
 Patch0:         %{name}-setup.patch
 Patch1:         %{name}-release.patch
+Patch2:         %{name}-sphinx.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -58,6 +59,7 @@ This package contains documentation for 
 %setup -q -n repoze.what-%{version}
 %patch0 -b .setup
 %patch1 -b .release
+%patch2 -p1 -b .sphinx
 %{__sed} -i -e 's|$VERSION|%{version}|' repoze/what/release.py
 
 %build
@@ -85,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Aug 17 2009 Luke Macken <lmacken at redhat.com> - 1.0.8-4
+- Apply python-repoze-what-sphinx.patch to disable newer Sphinx extensions
+
 * Mon Aug 10 2009 Luke Macken <lmacken at redhat.com> - 1.0.8-3
 - Get the test suite working
 




More information about the scm-commits mailing list