Hello community,

here is the log from the commit of package splint for openSUSE:Factory checked 
in at 2017-09-22 21:34:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/splint (Old)
 and      /work/SRC/openSUSE:Factory/.splint.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "splint"

Fri Sep 22 21:34:21 2017 rev:19 rq:527662 version:3.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/splint/splint.changes    2017-08-22 
11:08:24.278716693 +0200
+++ /work/SRC/openSUSE:Factory/.splint.new/splint.changes       2017-09-22 
21:34:23.336642384 +0200
@@ -1,0 +2,5 @@
+Mon Sep 18 11:02:52 UTC 2017 - [email protected]
+
+- Do not build in parallel as it breaks linking
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ splint.spec ++++++
--- /var/tmp/diff_new_pack.rPIvKi/_old  2017-09-22 21:34:24.192521905 +0200
+++ /var/tmp/diff_new_pack.rPIvKi/_new  2017-09-22 21:34:24.196521341 +0200
@@ -42,7 +42,8 @@
 
 %build
 %configure
-make %{?_smp_mflags} LDFLAGS="-lfl" V=1
+# Parallel build fails at linking
+make --jobs=1 LDFLAGS="-lfl" V=1
 
 %check
 make %{?_smp_mflags} test


Reply via email to