Hello community, here is the log from the commit of package curl for openSUSE:Factory checked in at 2018-01-13 21:34:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/curl (Old) and /work/SRC/openSUSE:Factory/.curl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "curl" Sat Jan 13 21:34:15 2018 rev:130 rq:563229 version:7.57.0 Changes: -------- --- /work/SRC/openSUSE:Factory/curl/curl.changes 2017-12-03 10:09:36.919291501 +0100 +++ /work/SRC/openSUSE:Factory/.curl.new/curl.changes 2018-01-13 21:34:17.207450067 +0100 @@ -1,0 +2,5 @@ +Tue Jan 9 17:55:14 UTC 2018 - [email protected] + +- disable 1501 test for PowerPC as byass boo#1075219 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ curl-mini.spec ++++++ --- /var/tmp/diff_new_pack.uhZ7Kg/_old 2018-01-13 21:34:18.063409992 +0100 +++ /var/tmp/diff_new_pack.uhZ7Kg/_new 2018-01-13 21:34:18.071409618 +0100 @@ -1,7 +1,7 @@ # # spec file for package curl-mini # -# 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 ++++++ curl.spec ++++++ --- /var/tmp/diff_new_pack.uhZ7Kg/_old 2018-01-13 21:34:18.095408494 +0100 +++ /var/tmp/diff_new_pack.uhZ7Kg/_new 2018-01-13 21:34:18.099408307 +0100 @@ -1,7 +1,7 @@ # # spec file for package curl # -# 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 @@ -168,6 +168,10 @@ %if %{with testsuite} %check pushd tests +%ifarch ppc ppc64 ppc64le +echo "# disable 1501 for PowerPC bypass boo#1075219" >>data/DISABLED +echo "1501" >>data/DISABLED +%endif make %{?_smp_mflags} # make sure the testsuite runs don't race on MP machines in autobuild if test -z "$BUILD_INCARNATION" -a -r /.buildenv; then
