ImageMagick/ImageMagick-update-image-signature.patch
Petr Gajdos 30b18019d6 Accepting request 1176967 from home:adkorte:branches:graphics
- version update to 7.1.1.33
  * Fix typo in #7294
  * Bump azure/trusted-signing-action from 0.3.16 to 0.3.18 in #7325
  * Bump caphyon/advinst-github-action from 1.1 to 2.0 in #7326
- added patch
  + ImageMagick-update-image-signature.patch

OBS-URL: https://build.opensuse.org/request/show/1176967
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=732
2024-05-27 14:07:33 +00:00

32 lines
1.1 KiB
Diff

From ea1ecf5d8b9b457164d94c964dbf33e1ac78c00e Mon Sep 17 00:00:00 2001
From: Cristy <urban-warrior@imagemagick.org>
Date: Sun, 26 May 2024 10:28:44 -0400
Subject: [PATCH] update image signature
(https://github.com/ImageMagick/ImageMagick/issues/7344)
---
PerlMagick/t/write.t | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/PerlMagick/t/write.t b/PerlMagick/t/write.t
index 8a1baf56a7a..dd71f2e3d57 100644
--- a/PerlMagick/t/write.t
+++ b/PerlMagick/t/write.t
@@ -36,14 +36,14 @@ print("Microsoft Windows bitmap image file ...\n");
testReadWrite( 'BMP:input.bmp',
'BMP:output.bmp',
q//,
- 'd7324c919f04f4c118da68061a5dbb3f07ebab76b471ecfb0ac822453f677983');
+ 'a0c5566d67ad974ba31f6f5d9ef1661b2613b60ac934f2339a2efafed1ecb68b');
print("Microsoft Windows 24-bit bitmap image file ...\n");
++$test;
testReadWrite( 'BMP:input.bmp24',
'BMP:output.bmp24',
q//,
- 'fb6fc68beb3b1001c5ebaa671c8ac8fddea06995027127765ff508f77723cc52');
+ '74136c90d3e699ea5bcbf4aa733aff0dc822b6af72fce00f0c7647bcb0d49f66');
print("ZSoft IBM PC multi-page Paintbrush file ...\n");
++$test;