Hello community, here is the log from the commit of package gd for openSUSE:Factory checked in at 2017-08-24 18:26:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gd (Old) and /work/SRC/openSUSE:Factory/.gd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gd" Thu Aug 24 18:26:32 2017 rev:45 rq:517003 version:2.2.4 Changes: -------- --- /work/SRC/openSUSE:Factory/gd/gd.changes 2017-08-10 13:43:25.518694184 +0200 +++ /work/SRC/openSUSE:Factory/.gd.new/gd.changes 2017-08-24 18:26:33.323835498 +0200 @@ -1,0 +2,5 @@ +Tue Aug 15 09:19:05 UTC 2017 - [email protected] + +- Don't fail gdimagegrayscale/basic on SLE15 (boo#1053825) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gd.spec ++++++ --- /var/tmp/diff_new_pack.2IXfeP/_old 2017-08-24 18:26:34.447677162 +0200 +++ /var/tmp/diff_new_pack.2IXfeP/_new 2017-08-24 18:26:34.451676598 +0200 @@ -126,10 +126,14 @@ make %{?_smp_mflags} %check +%if !0%{?sle_version} || 0%{?sle_version} < 150000 +# on SLE15 we have --with-arch-32=x86_64 so the test actually +# passes boo#1053825 %ifarch %{ix86} # See https://github.com/libgd/libgd/issues/359 XFAIL_TESTS="gdimagegrayscale/basic $XFAIL_TESTS" %endif +%endif export XFAIL_TESTS make check %{?_smp_mflags}
