14
0

Accepting request 639411 from home:bmwiedemann:branches:devel:languages:python

Reduce parallelism of sphinx-build to ensure reproducible builds (boo#1102408)

Without this, man pages and index.html has variations in apostrophes:
/usr/share/doc/packages/python2-service_identity/index.html
-Generally speaking, you shouldn’t ever be afraid of updating.</p>
+Generally speaking, you shouldn't ever be afraid of updating.</p>

OBS-URL: https://build.opensuse.org/request/show/639411
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-service_identity?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal
2018-10-02 10:11:14 +00:00
committed by Git OBS Bridge
parent 77d88702fd
commit 5a9bce8cc5
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 1 14:33:07 UTC 2018 - Bernhard Wiedemann <bwiedemann@suse.com>
- Reduce parallelism of sphinx-build
to ensure reproducible builds (boo#1102408)
-------------------------------------------------------------------
Tue Sep 25 11:54:42 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>