From 0ebe0b6f5c9008442bf3633fa74c9d1b2bdf946dbb77c6632c37f0f2ebfdf58c Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 11 Jan 2013 07:19:16 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=134 --- ImageMagick.spec | 2 ++ disable-matlab-test.patch | 9 +++++++++ 2 files changed, 11 insertions(+) diff --git a/ImageMagick.spec b/ImageMagick.spec index 8dcf573..e4ee77e 100644 --- a/ImageMagick.spec +++ b/ImageMagick.spec @@ -405,6 +405,8 @@ HTML documentation for ImageMagick library and scene examples. + + diff --git a/disable-matlab-test.patch b/disable-matlab-test.patch index 8cdfe17..82f4e78 100644 --- a/disable-matlab-test.patch +++ b/disable-matlab-test.patch @@ -2,6 +2,15 @@ Index: ImageMagick-6.7.8-8/PerlMagick/t/read.t =================================================================== --- ImageMagick-6.7.8-8.orig/PerlMagick/t/read.t +++ ImageMagick-6.7.8-8/PerlMagick/t/read.t +@@ -15,7 +15,7 @@ + # + # Test reading formats supported directly by ImageMagick. + # +-BEGIN { $| = 1; $test=1; print "1..47\n"; } ++BEGIN { $| = 1; $test=1; print "1..46\n"; } + END {print "not ok $test\n" unless $loaded;} + use Image::Magick; + $loaded=1; @@ -76,9 +76,10 @@ print("MAT (MatLab gray 64-bit LSB doubl ++$test; testReadCompare('input_gray_lsb_double.mat', 'reference/read/input_gray_lsb_double_mat.miff', q//, 0.2, 1.02);