- added ImageMagick-remove-test.tap-attributes.patch, removes
failing test on i586 https://github.com/ImageMagick/ImageMagick/issues/1019 OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=346
This commit is contained in:
parent
eb04a96399
commit
5bf0c828f8
22
ImageMagick-remove-test.tap-attributes.patch
Normal file
22
ImageMagick-remove-test.tap-attributes.patch
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
https://github.com/ImageMagick/ImageMagick/issues/1019
|
||||||
|
Index: ImageMagick-7.0.7-26/Magick++/tests/tests.tap
|
||||||
|
===================================================================
|
||||||
|
--- ImageMagick-7.0.7-26.orig/Magick++/tests/tests.tap 2018-03-11 22:49:04.000000000 +0100
|
||||||
|
+++ ImageMagick-7.0.7-26/Magick++/tests/tests.tap 2018-03-16 14:21:59.572243993 +0100
|
||||||
|
@@ -8,14 +8,14 @@
|
||||||
|
#
|
||||||
|
subdir=Magick++/tests
|
||||||
|
. ./common.shi
|
||||||
|
-echo "1..13"
|
||||||
|
+echo "1..12"
|
||||||
|
|
||||||
|
SRCDIR=${top_srcdir}/${subdir}/
|
||||||
|
export SRCDIR
|
||||||
|
|
||||||
|
cd ${subdir} || exit 1
|
||||||
|
|
||||||
|
-for mytest in appendImages attributes averageImages coalesceImages coderInfo color colorHistogram exceptions geometry montageImages morphImages readWriteBlob readWriteImages
|
||||||
|
+for mytest in appendImages averageImages coalesceImages coderInfo color colorHistogram exceptions geometry montageImages morphImages readWriteBlob readWriteImages
|
||||||
|
do
|
||||||
|
./${mytest} && echo "ok" || echo "not ok"
|
||||||
|
done
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 16 13:30:15 UTC 2018 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- added ImageMagick-remove-test.tap-attributes.patch, removes
|
||||||
|
failing test on i586
|
||||||
|
https://github.com/ImageMagick/ImageMagick/issues/1019
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 14 15:08:42 UTC 2018 - pgajdos@suse.com
|
Wed Mar 14 15:08:42 UTC 2018 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -48,6 +48,7 @@ Patch2: ImageMagick-library-installable-in-parallel.patch
|
|||||||
#%%ifarch s390x s390 ppc64 ppc
|
#%%ifarch s390x s390 ppc64 ppc
|
||||||
Patch3: ImageMagick-s390-disable-tests.patch
|
Patch3: ImageMagick-s390-disable-tests.patch
|
||||||
#%%endif
|
#%%endif
|
||||||
|
Patch4: ImageMagick-remove-test.tap-attributes.patch
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
BuildRequires: dcraw
|
BuildRequires: dcraw
|
||||||
%if 0%{?suse_version} >= 1315
|
%if 0%{?suse_version} >= 1315
|
||||||
@ -297,6 +298,7 @@ HTML documentation for ImageMagick library and scene examples.
|
|||||||
%ifarch s390x s390 ppc ppc64
|
%ifarch s390x s390 ppc ppc64
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%endif
|
%endif
|
||||||
|
%patch4 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# make library binary package parallel installable
|
# make library binary package parallel installable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user