* Fixed a number of issues (reference https://github.com/ImageMagick/ImageMagick/issues). - deleted patches - ImageMagick-test-FITS.patch (upstreamed) - deleted sources - input.fits (not needed) - added patches https://github.com/ImageMagick/ImageMagick/issues/1484 + ImageMagick-montage.t.patch OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=412
36 lines
1.8 KiB
Diff
36 lines
1.8 KiB
Diff
diff --git a/PerlMagick/t/montage.t b/PerlMagick/t/montage.t
|
|
index 5dd1e16f80..749242d09b 100644
|
|
--- a/PerlMagick/t/montage.t
|
|
+++ b/PerlMagick/t/montage.t
|
|
@@ -122,8 +122,8 @@ testMontage( q//,
|
|
testMontage( q/bordercolor=>'blue', mattecolor=>'red'/,
|
|
q/background=>'#696e7e', tile=>'4x4', geometry=>'90x80+3+3>', frame=>'8x10',
|
|
borderwidth=>'0', gravity=>'Center', background=>'gray'/,
|
|
- 'dcfa6c2bc0e20ff0b5dba464559a1e106e605ec456c21c1205a53e478e4f3e02',
|
|
- 'dcfa6c2bc0e20ff0b5dba464559a1e106e605ec456c21c1205a53e478e4f3e02',
|
|
+ '0bb09155fd14aaaeab01d8ff9e78ec940168be15c8f7353bb69889347cc02457',
|
|
+ '0bb09155fd14aaaeab01d8ff9e78ec940168be15c8f7353bb69889347cc02457',
|
|
'72a7587a058c71cd62226e59b64c335190a37d7dd990d68534cf05df61084783');
|
|
|
|
#
|
|
@@ -133,8 +133,8 @@ testMontage( q/bordercolor=>'blue', mattecolor=>'red'/,
|
|
testMontage( q/bordercolor=>'blue', mattecolor=>'red'/,
|
|
q/background=>'#696e7e', tile=>'4x4', geometry=>'90x80+6+6>', frame=>'8x10',
|
|
borderwidth=>'0', gravity=>'Center', shadow=>'True',background=>'gray'/,
|
|
- 'b3b7a530270164b4c5e391ac8080736a901428e5f650694170969fd292559317',
|
|
- 'b3b7a530270164b4c5e391ac8080736a901428e5f650694170969fd292559317',
|
|
+ 'd654efe38f3cf4f837fde12753bd6f7d4c3eb5153fa3f0ed0799ed41f5dcdc91',
|
|
+ 'd654efe38f3cf4f837fde12753bd6f7d4c3eb5153fa3f0ed0799ed41f5dcdc91',
|
|
'9fe18e11ac759d3a86362f16d0bdee4b6952d617daa3ad2c3511e19050dda71d');
|
|
|
|
#
|
|
@@ -144,7 +144,7 @@ testMontage( q/bordercolor=>'blue', mattecolor=>'red'/,
|
|
testMontage( q/bordercolor=>'blue', mattecolor=>'red'/,
|
|
q/background=>'#696e7e', tile=>'4x4', geometry=>'90x80+6+6>', frame=>'8x10',
|
|
borderwidth=>'0', gravity=>'Center', shadow=>'True', texture=>'granite:'/,
|
|
- '08d4dfa09995e13a518002565d862f6e89d65de37d59c1d1ab45d7c6cde6bd47');
|
|
+ '56ad577ef744d6f612258d3e15eb70b9700b7876ba0cb7fb9a665c622c1962fe');
|
|
|
|
#
|
|
# 14) Test Un-bordered, Un-framed Montage
|