- 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
This commit is contained in:
parent
331d53025f
commit
ec2c562fd4
3
ImageMagick-6.8.7-9.tar.xz
Normal file
3
ImageMagick-6.8.7-9.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8db903fb3ccf203bfd9353c425ec984f79498edfd10f914a937824d61a864518
|
||||
size 7525156
|
17
ImageMagick-6.8.7-9.tar.xz.asc
Normal file
17
ImageMagick-6.8.7-9.tar.xz.asc
Normal file
@ -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-----
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user