Mercurial > hg
changeset 36144:e84438846c27
buildrpm: bump bundled docutils version to 0.14 when building for centos{5,6}
when building rpm packages for centos 5 and 6, we bundle a mercurial-specific
version of docutils in /opt/python-hg/lib/python2.7/site-packages/docutils
Let's bump the embedded docutils version from 0.12 (released in 2014) to
0.14 (latest as of today)
author | Antonio Muci <a.mux@inwind.it> |
---|---|
date | Tue, 13 Feb 2018 00:05:45 +0100 |
parents | 5e947367606c |
children | 4f3e989536c3 |
files | contrib/mercurial.spec |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/mercurial.spec Mon Feb 12 23:59:36 2018 +0100 +++ b/contrib/mercurial.spec Tue Feb 13 00:05:45 2018 +0100 @@ -6,8 +6,8 @@ %global pythonver %{withpython} %global pythonname Python-%{withpython} -%global docutilsname docutils-0.12 -%global docutilsmd5 4622263b62c5c771c03502afa3157768 +%global docutilsname docutils-0.14 +%global docutilsmd5 c53768d63db3873b7d452833553469de %global pythonhg python-hg %global hgpyprefix /opt/%{pythonhg} # byte compilation will fail on some some Python /test/ files