Browse Source

python-sphinx-1.1.3-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9638 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 9 years ago
parent
commit
0b7b118e7a
1 changed files with 6 additions and 1 deletions
  1. 6 1
      p/python-sphinx/python-sphinx-vl.spec

+ 6 - 1
p/python-sphinx/python-sphinx-vl.spec

@@ -4,7 +4,7 @@
 
 Name:       python-sphinx
 Version:    1.1.3
-Release:    1%{?_dist_release}
+Release:    2%{?_dist_release}
 Summary:    Python documentation generator
 
 Group:      Development/Tools
@@ -16,6 +16,7 @@ Group:      Development/Tools
 License: BSD and Public Domain and Python and (MIT or GPLv2)
 URL:        http://sphinx.pocoo.org/
 Source0:    http://pypi.python.org/packages/source/S/%{upstream_name}/%{upstream_name}-%{version}.tar.gz
+Patch0: sphinx-docutils-0.10.patch
 Patch1: Sphinx-1.1.3-fix_quoting_in_inheritance.patch
 
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -93,6 +94,7 @@ This package contains documentation in reST and HTML formats.
 %prep
 %setup -q -n %{upstream_name}-%{version}
 %__sed '1d' -i sphinx/pycode/pgen2/token.py
+%patch0 -p1
 %patch1 -p1
 
 %build
@@ -167,6 +169,9 @@ popd
 
 
 %changelog
+* Thu Jul  2 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.3-2
+- added patch0.
+
 * Sun Jun 30 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.3-1
 - new upstream release