Hello community,
here is the log from the commit of package python-service_identity for
openSUSE:Factory checked in at 2018-10-02 19:49:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-service_identity (Old)
and /work/SRC/openSUSE:Factory/.python-service_identity.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-service_identity"
Tue Oct 2 19:49:33 2018 rev:5 rq:639564 version:17.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-service_identity/python-service_identity.changes
2018-09-26 14:23:24.989922300 +0200
+++
/work/SRC/openSUSE:Factory/.python-service_identity.new/python-service_identity.changes
2018-10-02 19:49:47.077683626 +0200
@@ -1,0 +2,6 @@
+Mon Oct 1 14:33:07 UTC 2018 - Bernhard Wiedemann <[email protected]>
+
+- Reduce parallelism of sphinx-build
+ to ensure reproducible builds (boo#1102408)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-service_identity.spec ++++++
--- /var/tmp/diff_new_pack.3Wobcb/_old 2018-10-02 19:49:48.281682370 +0200
+++ /var/tmp/diff_new_pack.3Wobcb/_new 2018-10-02 19:49:48.325682323 +0200
@@ -61,7 +61,9 @@
# make man and documentation
cd docs
-make %{?_smp_mflags} man singlehtml
+# do not run these in parallel to ensure reproducible builds (boo#1102408)
+make %{?_smp_mflags} man
+make %{?_smp_mflags} singlehtml
%install
%python_install