From ec2c562fd437227e510ed938d833d045f3f0a1cdd02cd1cd0efd335d2536d02c Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Mon, 9 Dec 2013 08:58:59 +0000 Subject: [PATCH] - updated to 6.8.7-9: * fixed bug in coders/png.c that caused -define png:color-type=0 to fail * fixed bug in automatic selection of OpenCL device * simplified interface to initialize the OpenCL environment * Fix possible memory corruption when writing PSD image * etc. see ChangeLog OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=175 --- ImageMagick-6.8.7-9.tar.xz | 3 +++ ImageMagick-6.8.7-9.tar.xz.asc | 17 +++++++++++++++++ ImageMagick.changes | 11 +++++++++++ ImageMagick.spec | 11 +++++++---- 4 files changed, 38 insertions(+), 4 deletions(-) create mode 100644 ImageMagick-6.8.7-9.tar.xz create mode 100644 ImageMagick-6.8.7-9.tar.xz.asc diff --git a/ImageMagick-6.8.7-9.tar.xz b/ImageMagick-6.8.7-9.tar.xz new file mode 100644 index 0000000..cf93fa3 --- /dev/null +++ b/ImageMagick-6.8.7-9.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8db903fb3ccf203bfd9353c425ec984f79498edfd10f914a937824d61a864518 +size 7525156 diff --git a/ImageMagick-6.8.7-9.tar.xz.asc b/ImageMagick-6.8.7-9.tar.xz.asc new file mode 100644 index 0000000..935b416 --- /dev/null +++ b/ImageMagick-6.8.7-9.tar.xz.asc @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.15 (GNU/Linux) + +iQIcBAABAgAGBQJSpLmZAAoJEImrY9SCdzd6nnIP/2P8F1Tk/MZjB3VW/Zh2tG+a +LbQhS05qMZ3vK57r7zHssYwyPdjiaz+pU1E/rbY/FM6NBYY8/cFttsZANQkO2ezL +qlpJmnlTqkL4C3zDdG1XRmwGzC/GhnX0LAY4kysYE2IXNJH/YCKkj0o+8pXZXQdt +sxDZkZ8pe4NnP2IWKytqxGgqwx9mJMKXgLLn91vFFazdNlt+J+HH/ZTW56HMySRD +f+1wBjoMwXgMgjIeyWUWDato4AieIhm8aOo3jOUJwjij12rXur4a+xI6ZfsMWfVL +XAGtrOunqoPJ9J7tKluxmKptKOvhQiAINIeTnFwwHzE49b2gyBMsoPXf0ebw9Ldb +eqAEQ4DBvIVKrHwKAM9821btEze8oZc8WF0u0DJJgL19Z/U45dhGx4gWLpF4srHG +6mCyLp6XFCKYf5KZCULv0la+RzFkEe66NRcSiIPR8lY5GdkA27Q+Yw3CuPpNGb90 +YarFxqwoHOb7WnyYeVmorCGvv4u81xcYwQE+LtnmC28seCO4JCdxBSAeEljbv/2W +4BBOd0Kj2P9EOc92pWbllpwgCdcFVm72zEaDvsvW5wQ8yzIbl/3GX0gpKmzKjO+8 +QNq0gj57bt0q5kuk1QD0R0wfyIDSYBBaovjeXvEYXmuUMGIKCXlBCN+G5qf5ZlNo +KB9oYgdPiKF6qmTRwfC6 +=yIZe +-----END PGP SIGNATURE----- diff --git a/ImageMagick.changes b/ImageMagick.changes index 4f489d7..793f0a7 100644 --- a/ImageMagick.changes +++ b/ImageMagick.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Dec 9 08:55:53 UTC 2013 - pgajdos@suse.com + +- updated to 6.8.7-9: + * fixed bug in coders/png.c that caused -define png:color-type=0 + to fail + * fixed bug in automatic selection of OpenCL device + * simplified interface to initialize the OpenCL environment + * Fix possible memory corruption when writing PSD image + * etc. see ChangeLog + ------------------------------------------------------------------- Mon Oct 7 15:53:50 UTC 2013 - tom.mbrt@googlemail.com diff --git a/ImageMagick.spec b/ImageMagick.spec index b41e0d0..eb42cb9 100644 --- a/ImageMagick.spec +++ b/ImageMagick.spec @@ -46,12 +46,12 @@ BuildRequires: openexr-devel BuildRequires: pango-devel BuildRequires: pkgconfig -%define mfr_version 6.8.6 +%define mfr_version 6.8.7 %define mfr_revision 9 %define quantum_depth 16 %define source_version %{mfr_version}-%{mfr_revision} %define clibver 1 -%define cxxlibver 2 +%define cxxlibver 3 %define libspec -6_Q%{quantum_depth} Version: %{mfr_version}.%{mfr_revision} Release: 0 @@ -59,11 +59,11 @@ Summary: Viewer and Converter for Images License: SUSE-ImageMagick Group: Productivity/Graphics/Other Url: http://www.imagemagick.org -Source: ftp://mirror.checkdomain.de/imagemagick/ImageMagick-%{source_version}.tar.xz +Source: http://www.imagemagick.org/download/ImageMagick-%{source_version}.tar.xz # To get mtime of file Source1: ImageMagick.changes Source2: baselibs.conf -Source3: ftp://mirror.checkdomain.de/imagemagick/ImageMagick-%{source_version}.tar.xz.asc +Source3: http://www.imagemagick.org/download/ImageMagick-%{source_version}.tar.xz.asc Source4: ImageMagick.keyring # suse specific patches Patch0: ImageMagick-6.6.8.9-examples.patch @@ -398,4 +398,7 @@ HTML documentation for ImageMagick library and scene examples. + + + %changelog