Hello community, here is the log from the commit of package gsl for openSUSE:Factory checked in at 2018-06-08 23:07:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gsl (Old) and /work/SRC/openSUSE:Factory/.gsl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gsl" Fri Jun 8 23:07:50 2018 rev:38 rq:607057 version:2.4 Changes: -------- --- /work/SRC/openSUSE:Factory/gsl/gsl.changes 2017-06-28 10:35:19.131589934 +0200 +++ /work/SRC/openSUSE:Factory/.gsl.new/gsl.changes 2018-06-08 23:07:51.516544284 +0200 @@ -1,0 +2,5 @@ +Mon May 14 13:07:21 UTC 2018 - adam.ma...@suse.de + +- temporarily disable unit tests on i586 (boo#1092530) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gsl.spec ++++++ --- /var/tmp/diff_new_pack.sJLDYB/_old 2018-06-08 23:07:52.456510352 +0200 +++ /var/tmp/diff_new_pack.sJLDYB/_new 2018-06-08 23:07:52.460510208 +0200 @@ -1,7 +1,7 @@ # # spec file for package gsl # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -160,7 +160,11 @@ make %{?_smp_mflags} %check +%ifarch %{ix86} +make %{?_smp_mflags} check || ( find -name \*.log -print -exec cat {} \; ; exit 0 ) +%else make %{?_smp_mflags} check || ( find -name \*.log -print -exec cat {} \; ; exit 1 ) +%endif %install %make_install