Accepting request 760458 from graphics

- version update to 7.0.9.13
  * xc:white no longer creates a black PNM image (reference
    https://github.com/ImageMagick/ImageMagick/issues/1817).
  * Sync pixel cache for -kmeans option.
  * Thread -kmeans option.
  * PSD: only set the alpha channel when type is not 0.
 * Fix Lab to custom profile (CMYK or RGB) conversion bug (reference
   https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=37318).
  * Fix Build failure with MinGW-w64 (reference
    https://github.com/ImageMagick/ImageMagick6/issues/67).
  * Inject image profile properties immediately after the image is read.
  * Replace pseudo-random number generator with a Xoshiro generator.
  * The -layers optimize option requires a fully transparent previous image.
  * Some clang releases do not support _aligned_alloc().
  * Support -kmeans command-line option.
  * The -layers optimize option requires a fully transparent previous image.

OBS-URL: https://build.opensuse.org/request/show/760458
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=193
This commit is contained in:
Dominique Leuenberger 2020-01-06 15:01:58 +00:00 committed by Git OBS Bridge
commit aa8c96248a
6 changed files with 42 additions and 22 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:80788bc552481e4f37fa5866f93ebec0a2d9dc87818e789032553aa7c8b23ac7
size 11638713

View File

@ -0,0 +1,17 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
iQIcBAABAgAGBQJeC07nAAoJEImrY9SCdzd6UcoP/jqM+ggCy1wraRyuR8D3N+32
jgACytZCHIgMV6fyOmWgVN4fbmnuPCwCTREe/l9IfH1BYlfqydF5uvZ52ieQQsRf
8OavzckaDb2W1fSH/1Krbc0g49awhUi5Ir+8ROKBtLL2bq47TARZkQKIDMzosASn
L/Imp+mkBlZg2ch8Nma0GghD5cBAEuCm+Yzm8bh4swpRZ7KiG7OSKe/IHYL28HIV
y3H4o2IZSDkTLuPw2nbrIUv+n2hoszUvdGYGNk+NZfW9dfo4/HHpT1yEvlzR8QtF
Bghdnn6VUaa+bHCiV1bqry1gvFYvC4DD5XryopY3XcuLhic5+fdge1/1qBN5jy/d
Sr9mlRX92vPFqCrl9NzRv3UEdWDZStpvYjVXm8yOHo1qhwjohZVBQRi9ZkquX/vT
DI68LUVJNMDV5l4WV+jX2rYputDZa28nt8R4Pll7y/VLulwuS8oc6xaT3lVHuZle
eZRwaXp8QJVzn9z2jlWzUhww1UC8t797dBhOlqjrgCtRrFD4/C7zt86YQfNjxD80
S6YOv3LUbIdsorBUtOK9iMEplMhYRtKTtg4R7t8cN9MFqfGKdw3+Bt7YiTxSPdY8
GkR62e+SH8A9I1yZoD6P1rh1rtVDVpzl7UNv7PELt21sBBjuxVuY49U9i8yqSCCj
3c4uAZlYwwqbVkA2uM7r
=+RVh
-----END PGP SIGNATURE-----

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:58c08aeeaa3b388e4da4916650e444fc83a0612402dff6acf5003f448e1e1429
size 11639037

View File

@ -1,17 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
iQIcBAABAgAGBQJd+LtqAAoJEImrY9SCdzd6xyMP/jHu/LEluIuFwcvmKyRmDvJw
x2O0EDw30aOHfPAovQCSnU+OBiv/TfHFSkwIord50xT/BWPjC0nl/cb/E3TQq6uR
HydzZjsu2CUxABsGtyKSWhjnTP5a/CItm2LOH0mEMquTHcYIz653LBuz02P/U5ER
c0c/pC6fl4fyqG6GUfSLA3MCd8eAdvvzXcq6mZzQm5s+uRxoyae6dDaJJIs7aWp/
QKox93SI94D4BBvYjNtpXMSwGBrglbWsBHoId+osz4XY5Lp9rB8iK2AXjECtX+vO
ZVw9owpyOJBc9HJAxszFfkDNS/SYPxbr49D2QNZlbvbrWfxwE/NsxxewvFpU7cO/
j26nRheSPlySTGGi1K322rxbl5wVp/VAR8vfbHhPsI1MfAJOXxKGXEldze73iiYh
iNkQm4A85mWvAvpPa5+dDLZVBoaDcIjVZfFZUMryTlilDIbBf67cH0Le8as0CUN9
crA0Wyffs/Xs42Ebg7fRjSoWbgXaLv50FfE/4xsZ5Ix20xAgM3aLQ/MUR76aAXrK
Ke+T0+J7O5/7axXbmQ/WZf1AuAsaE3HhcRIHNNiF/OLaAXPFFIvOFi7ni9vS6T2q
N1gSX23YgzXd3FqeFBdzhsjvZ57DdUAxY+gaUAycmMrKl4UZotYy3a3GQSU/wyhc
HRbEKwa9KhhcG+YRUFR2
=W2aP
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Jan 2 16:08:24 UTC 2020 - pgajdos@suse.com
- version update to 7.0.9.13
* xc:white no longer creates a black PNM image (reference
https://github.com/ImageMagick/ImageMagick/issues/1817).
* Sync pixel cache for -kmeans option.
* Thread -kmeans option.
* PSD: only set the alpha channel when type is not 0.
* Fix Lab to custom profile (CMYK or RGB) conversion bug (reference
https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=37318).
* Fix Build failure with MinGW-w64 (reference
https://github.com/ImageMagick/ImageMagick6/issues/67).
* Inject image profile properties immediately after the image is read.
* Replace pseudo-random number generator with a Xoshiro generator.
* The -layers optimize option requires a fully transparent previous image.
* Some clang releases do not support _aligned_alloc().
* Support -kmeans command-line option.
* The -layers optimize option requires a fully transparent previous image.
-------------------------------------------------------------------
Fri Dec 20 09:33:25 UTC 2019 - pgajdos@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package ImageMagick
#
# Copyright (c) 2019 SUSE LLC
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,7 +20,7 @@
%define asan_build 0
%define maj 7
%define mfr_version %{maj}.0.9
%define mfr_revision 9
%define mfr_revision 13
%define quantum_depth 16
%define source_version %{mfr_version}-%{mfr_revision}
%define clibver 7