- update to 6.9.0-9

* Writing histograms / mpeg working again.
  * The -linear-stretch option worked for Q16 but not Q32.

- update to 6.9.0-7
  * Line strokes appeared too thin.
  * Keep text in caption area.
  * A transient bug for the write MSL element.
  * Fixed infinite loop in HDR reader.
  * In the PNG codec, check status wherever a function returns it.
  * Check lengths of certain MNG chunks before reading them.
  * Small optimization to pixel cache.
  * Additional coder sanity checks.
  etc. see ChangeLog

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=230
This commit is contained in:
Petr Gajdos 2015-03-02 09:50:26 +00:00 committed by Git OBS Bridge
parent 9eeece4d3f
commit 640df1d3b4
6 changed files with 46 additions and 25 deletions

View File

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

View File

@ -1,17 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJUqCfmAAoJEImrY9SCdzd6RYkP/2UjaTlWqw/LJknHZEwIKlT5
FCcDrnwhL06FqlHFfSVgf/b67n50zLqzrKaloylYGFbUBmxyCI9MKJfKqqJmR/zw
mQ1gKlSz0yzX02GnA/35XHizrNyjec8J3l0Ll7EFaTVwAAptG3E13nQHnfSMosFr
xqqIZCCdJLVtVpRY4eWxUY5rZ0fbjzQDxCFYPZKW63qmxWg1SHGMAwJmOs6plO4R
xLIknO26FBQlz8UOALRVxEdXYR1Xz2l6Qr8MtBsU18RAreDl704KBGhV7JQAwxYD
08TW3DinujLMOAP4makrIyejmoBKc1374dABiKaEZQdtvee4mVOWwQmvCUIPNdAm
f9wYUV/l1EE2uA0xpfSM/NtP6bdZtq2MRERLHrkTe5NdIExmj5O6bOdDcDKKvJIL
z7UOjuC7XVvMdvzkP6ebspd819fsEBd6FF6K12CwCa3iRnYk0rcVrTadpS2fmrXu
Ak1rgd9p1RDgH+iD6XwTDHgF59opCsG1E4U5fGULH+xrlTKvxyBxPZVpq6A4wsQ0
TXwyT0S+B6HNs+SHkiHxEPq9ohQQYW9wr/2dZrE4z0M6r+4lmFt9zuH9fLlFkBMo
VnMMgnpYNKp3lvO/C+chTyN0uiQ9r2COtazpXBDlkePQ51Urqr0dNSGsfeW17S8O
ih/M9v0syOjjVCMW39MZ
=Nt5d
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,17 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJU8yEwAAoJEImrY9SCdzd6FNQQAK/gENzUcntK4FaJ8VeLFHv3
7RB1HvUCFY92BUx7Eutjav8+jl1286YMAtBBCjB7uUNVPYHaWW+9RAsXfcZjJms8
iWdPM8JgKx+UTYs4G9DsedtDwOhWRfloDOxMc7gR+ByGrTvgk18SpBAaJAt9FDFm
mg+fj6t6IDBVy08882xO23LFPdSHUFZ0WDPGup6eNZOlrdWFvA/x/DX2yW8dyZIB
J4oRMt+pTV1+aqpT911RBl7VmaLw5eiK5gJJ7MJLojsGWpqasYXlk4OiDj9bZBvc
xBkxzTbqIeGLeznqwl+/zs4UWUeZI+RZWqXgBlhdPZi3u70kQpF/lQfWUfr7bv2j
hBdq4xDxS0Mjt7GgZ7xka3EJgEmx+/9zEwxgjeCLiZsG72+B1bQKj16tn6ctOXhn
DGQEV5IWO1Hp9FlANlGn9E2cKvq87C4PovUPV331U/lPbrlUmzZM4/WDXKNpm1BB
w2tF/g3qFS4N09jKuQUPofg7bVYLdUW8hthxq6KLpaaDUAnHQKgQPRUnv35taUpw
9qBEtrIdyv5+/CzU6g/3Kv+pxqi6vaK0qSaNxUqRXw/s7/dvphTp1pgiA53q2ngu
C3BAoqmD4A+YoDNKtW/AMb/lUUTnVhHGKmg/tDjpUHHONQTDBPGyhHtJXix2gHQE
xvZN7vnMvCcMxevTCief
=fwqn
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Mar 2 09:49:47 UTC 2015 - pgajdos@suse.com
- update to 6.9.0-9
* Writing histograms / mpeg working again.
* The -linear-stretch option worked for Q16 but not Q32.
-------------------------------------------------------------------
Thu Feb 26 15:32:15 UTC 2015 - pgajdos@suse.com
- update to 6.9.0-7
* Line strokes appeared too thin.
* Keep text in caption area.
* A transient bug for the write MSL element.
* Fixed infinite loop in HDR reader.
* In the PNG codec, check status wherever a function returns it.
* Check lengths of certain MNG chunks before reading them.
* Small optimization to pixel cache.
* Additional coder sanity checks.
etc. see ChangeLog
-------------------------------------------------------------------
Fri Jan 16 15:12:41 UTC 2015 - pgajdos@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package ImageMagick
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -63,11 +63,11 @@ BuildRequires: zip
%define maj 6
%define mfr_version %{maj}.9.0
%define mfr_revision 3
%define mfr_revision 9
%define quantum_depth 16
%define source_version %{mfr_version}-%{mfr_revision}
%define clibver 2
%define cxxlibver 5
%define cxxlibver 6
%define libspec -%{maj}_Q%{quantum_depth}
Version: %{mfr_version}.%{mfr_revision}
Release: 0
@ -75,11 +75,11 @@ Summary: Viewer and Converter for Images
License: ImageMagick
Group: Productivity/Graphics/Other
Url: http://www.imagemagick.org
Source: http://www.imagemagick.org/download/ImageMagick-%{source_version}.tar.xz
Source: http://www.imagemagick.org/download/releases/ImageMagick-%{mfr_version}-%{mfr_revision}.tar.xz
# To get mtime of file
Source1: ImageMagick.changes
Source2: baselibs.conf
Source3: http://www.imagemagick.org/download/ImageMagick-%{source_version}.tar.xz.asc
Source3: http://www.imagemagick.org/download/releases/ImageMagick-%{mfr_version}-%{mfr_revision}.tar.xz.asc
Source4: ImageMagick.keyring
# suse specific patches
Patch0: ImageMagick-6.6.8.9-examples.patch