Hello community, here is the log from the commit of package php7-imagick for openSUSE:Factory checked in at 2019-02-13 10:07:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/php7-imagick (Old) and /work/SRC/openSUSE:Factory/.php7-imagick.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php7-imagick" Wed Feb 13 10:07:49 2019 rev:7 rq:674210 version:3.4.3 Changes: -------- --- /work/SRC/openSUSE:Factory/php7-imagick/php7-imagick.changes 2018-05-11 09:14:32.650625361 +0200 +++ /work/SRC/openSUSE:Factory/.php7-imagick.new.28833/php7-imagick.changes 2019-02-13 10:07:58.097522044 +0100 @@ -1,0 +2,5 @@ +Tue Feb 12 17:08:22 UTC 2019 - [email protected] + +- Use bigger timeout when running under qemu + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ php7-imagick.spec ++++++ --- /var/tmp/diff_new_pack.FXnJqW/_old 2019-02-13 10:07:58.813521862 +0100 +++ /var/tmp/diff_new_pack.FXnJqW/_new 2019-02-13 10:07:58.813521862 +0100 @@ -1,7 +1,7 @@ # # spec file for package php7-imagick # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -63,6 +63,9 @@ make %{?_smp_mflags} %check +%if 0%{?qemu_user_space_build} +export TEST_TIMEOUT=600 +%endif make %{?_smp_mflags} PHP_EXECUTABLE=%{__php} NO_INTERACTION=1 test \ || { for f in tests/*.out; do cat $f; echo '------'; done; exit 1; }
