Accepting request 694797 from graphics

- version update to 7.0.8.40
  * Fixed a number of issues (reference
    https://imagemagick.org/discourse-server/viewforum.php?f=3).
  * Fixed a number of issues (reference
    https://github.com/ImageMagick/ImageMagick/issues).
  * The -layers option compared pixels inocorrectly as opacity rather than
    alpha.
  * The -preview raise option now returns expected results.
  * Initialise ghostscript instances with NULL (reference
    https://github.com/ImageMagick/ImageMagick/pull/1538).
  * Modulo off by one patch for -virtual-pixel option (reference
    https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=35789).

OBS-URL: https://build.opensuse.org/request/show/694797
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=178
This commit is contained in:
Dominique Leuenberger 2019-04-18 11:57:32 +00:00 committed by Git OBS Bridge
commit b6d5ccb6e8
6 changed files with 37 additions and 21 deletions

View File

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

View File

@ -1,17 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
iQIcBAABAgAGBQJcpVTfAAoJEImrY9SCdzd6hmsP/jKHQO9ehfVnkOQo1MwrV7xX
p2tkbHfhKoXZkdOz+qzuK2f17hUOdWZplr7C8AIkjm7+EBPjIUA3qrhWCi6M2VkT
5RFRAlGYxQHyj2A1papUdXXoQjZCkQoctWKINx7r7WATRQLdK4lzYIV2vwRiJE68
dR6Dcnbv67rD1xBapTOzGkIvl44a8z77jG/lOvtdepBjHn4uiqvx14zpxc4GOcKI
f+835OlNYAkuAhMXce3TD6DjVkyzajN7OkerltKt/USjcL3eu6BTd5dSvzf1wK2/
uBE4nynPVMvXNiQev4qKcggbug4KWZjhbaGXuWg4lnIHuZbvtfyvOiClhigoFkPV
1BypJGGYUtMCWx1cW2uRSE4EN8WQv3oDMUDhuaK6oMC8EwKmczUACE6lD6GOtG/S
2vG2htpsWLVwVxumt1w2AKaYJX8ULX8RA6QhUUsF5/w1KPuYWWylUGpMVa1aX/Hn
4je6FP3jSz6xyL01ygkNYRubax+Y4xGPKObbgk+GkYYWt7hdBNuDdwaDGtmrop1w
xkyhSmNnwUHJ9H5HYyY3d5+4ABcqQIFLxWDTGafILKUwpbzX0Wd0t6ep29xT4sEO
bA6gQZNx4o7Ttz6ApoEXDHSapjgr7K+78bqyZIBd4l2hJaPoeiXPv6gRmu0og6Hd
v2BupsAoQU5XUBj8hdKH
=M8d4
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:46e9909aeec4458b0e835753e805eb92a3ae9bb367065568f60cc4126e284f7a
size 11424294

View File

@ -0,0 +1,17 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
iQIcBAABAgAGBQJcsdKhAAoJEImrY9SCdzd6YgQP/3UDBPEsDU4hryNcn0pTiOK8
rwUOnj3jTmE2BV0C5kLWEBVLFpvkW5fQDEP1dV1nYfytDOkKCX2qGKl1n53r1leJ
Gaa20cntFJ+XpbF5iKCqsxoHhT0pUURTrmKIzIf61DVqBDOjUBt2lcCIqvP/TFcS
//pd/GQyjAuPKIc//MWXXgxNDxXHqW5UFKOXVFnxFtUXsGPz1Rhbi0Zn085QNybp
26nfAY05eA6vMZ3E83U205L9V2tH8mWcbS+36CpchJz3srZg7pkt3SiapqShPjo9
dGLrCnp+Forc13F2AeAbWJC3mDvXGRVG4nDKqQAjAX/IB9kGigqqqYYisjo6R6Ix
ciNaHKW8FvCVpMEa6XSTAMpsF+wjuGKeVUyjMDon6WaqLh+BBQWQD9svios8hk55
NVDYvxnI60mvr7ApK77VMBh+8OC0LSfO2RoJpQg1/AlJGSWhSzMhEM+dJNm0oPyc
crt9k01YIgDSYYHbCnIRRmWgviLAorWymxmRglZmTGHtm+zvDUg/1m+H4ls8XdgC
15s7fHfoexenysH5Cq+dDuBa8EdXyLtCXgA90WJXpnJcFlsE2JCdLb6iT9bt061i
b9HhQTstQ+ypzorJ3keJ0BfvnPQUcJbGIca8Ke/x6E+UDj8MHUr14oqdSaz0i55Z
Qdw8yFG7JWJIaR9O1WSU
=bPCL
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Apr 16 11:48:44 UTC 2019 - pgajdos@suse.com
- version update to 7.0.8.40
* Fixed a number of issues (reference
https://imagemagick.org/discourse-server/viewforum.php?f=3).
* Fixed a number of issues (reference
https://github.com/ImageMagick/ImageMagick/issues).
* The -layers option compared pixels inocorrectly as opacity rather than
alpha.
* The -preview raise option now returns expected results.
* Initialise ghostscript instances with NULL (reference
https://github.com/ImageMagick/ImageMagick/pull/1538).
* Modulo off by one patch for -virtual-pixel option (reference
https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=35789).
-------------------------------------------------------------------
Thu Apr 4 12:06:46 UTC 2019 - pgajdos@suse.com

View File

@ -20,7 +20,7 @@
%define asan_build 0
%define maj 7
%define mfr_version %{maj}.0.8
%define mfr_revision 37
%define mfr_revision 40
%define quantum_depth 16
%define source_version %{mfr_version}-%{mfr_revision}
%define clibver 6