# HG changeset patch # User Antonio Muci # Date 1518476745 -3600 # Node ID e84438846c2729175b361cbeeccd4da3a0174a2c # Parent 5e947367606ce619273065aaf51aa09ecfec28fe 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) diff -r 5e947367606c -r e84438846c27 contrib/mercurial.spec --- 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