Accepting request 213285 from graphics

- updated to 6.8.8-1:
  * Support points argument for draw MSL element.
  * The -page option now correctly sets the image page offset.
  * The -evaluate-sequence sum returns a proper alpha channel now.
  * etc. see ChangeLog

- really disable parallel build, don't just have a comment about it

- updated to 6.8.7-10:
  * fix crash when using -resize with GPU acceleration

- 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/request/show/213285
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=102
This commit is contained in:
Stephan Kulow 2014-01-10 20:19:35 +00:00 committed by Git OBS Bridge
commit c5ddf7cc79
7 changed files with 69 additions and 29 deletions

View File

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

View File

@ -1,17 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)
iQIcBAABAgAGBQJSGo4uAAoJEImrY9SCdzd6FGcP/3WZxnf5YPIbXz7+qsNp/OR1
gx20NADWMsqJrDpQzGGPwwEZQqTKV4/M2bulrqZNgjNQ5e46/vXC3bYEzSB7oGVA
2w84peq7364825zWkJf1+MPOx+USzDM1lpLWGSCualfp7Bmb0NGC9o5wGM5/ahf6
iT+Witj/rfTFVyrM4jBg2cEj+m3chTc3MSsGMKGtBLeYOW3Q25VooQ5d1eoyp7UX
ga8nNS7tsr78wjvv3Y1AVrZUGoTKFWU5P3kxt7cQ3wlHIp2BFjxNHZGm3XYuFUqk
SnDsxdcT2cqGX8377WM6WRp4IV7rZ1d/hBQ38IgBbhrgouxv8aTOHC8ESd5rLXPv
+iLGkJ95EKwTWeB72UvnkzLrMjbZ2pil2mc3dnAPhygVxaq14BI9OvjBBtvFd3Gd
X+M4qFVkzvwo2J9izPJxxaq3k6estv3cITm3zxKsydVlvlecIxzQVeSBMzBGWMzm
0fuloMxz235Dv2CtnL81r8svAjDxlu7tcnUyLtqsKQI3jjrq8et7zt5VezxSCe/H
TUpd3WNFTDvsKsdRzAVIqbjs0j28IIKM+19thy2dvFPXbUAAPdQkv+hmXrz9ZH1f
iNKCRLOfocfflD1cymFR2Poe18ZObYbDsAnCvE40T5umGULSiHus0s7R6DF2IxvY
4n8pA9Ot7iqiC97aRjZd
=Thjs
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,17 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJSwYBnAAoJEImrY9SCdzd6wBUQAI0Xa27kNqht69qgevKr38u7
11BvBv8hOgG57tPQzuR5vhssb70drVrRKV2ltGHm76yLAkLbK0SEhbBPb3rGCKIr
xJfI3mMzkZ9t4QSyxnSYZBmgG6vRjsSugynYEqexrOQDtTbA8eQCvSeXBKSe8DiQ
p/yeozhAIWEAjx1/LImvJ93X0lyVWiIgzaUMmK6P6idMtM3vCrdve4XH6Q3h4HDs
XZsDVVi7HKgCYKhiumVDLfYaUuDkOBtudQivlulvPXNO6TpVxc2raZs5aTMHWuVU
FjXGZpZV0ZT+DGVUG/0URbX6Xl3bQDek9VI7LHe2uUaOQUfjMS70Ahwnf2j/NaXX
6TCeqnQT2ZiNKNsC8ulxyKV6hmNKvdIC3KAau3wV7liorRjtSWnxOGC1EnXFHVeC
2YQrTxbDqKQOqT288kXr7V+fyP2pvFkHveKyKeCorezsbHBkQuXHwHM+PQFHDySm
HCeQ48/X4QJqV527hUzEyHBrYVda8/lgDVCs10qIUnoIv/PteFFKDno+QZ3+pzIi
VRlT9cc70aak7rDI6lYUoRkuzLStPJR0E4Ddrx9noTW8rlJ+fBcLoJT/8ifBeJVx
Tc8ewtRti5ot518pnTfu28EUb+tPmxazCTcH3sOBFVlIZ0S5WJaNx1wp4l/w0Hcc
4OganUQ47rFSoKpyTDNL
=VjWH
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Wed Jan 8 18:01:26 UTC 2014 - pgajdos@suse.com
- updated to 6.8.8-1:
* Support points argument for draw MSL element.
* The -page option now correctly sets the image page offset.
* The -evaluate-sequence sum returns a proper alpha channel now.
* etc. see ChangeLog
-------------------------------------------------------------------
Wed Jan 8 14:43:18 UTC 2014 - coolo@suse.com
- really disable parallel build, don't just have a comment about it
-------------------------------------------------------------------
Wed Dec 18 11:55:23 UTC 2013 - pgajdos@suse.com
- updated to 6.8.7-10:
* fix crash when using -resize with GPU acceleration
-------------------------------------------------------------------
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 Mon Oct 7 15:53:50 UTC 2013 - tom.mbrt@googlemail.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package ImageMagick # spec file for package ImageMagick
# #
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -46,12 +46,12 @@ BuildRequires: openexr-devel
BuildRequires: pango-devel BuildRequires: pango-devel
BuildRequires: pkgconfig BuildRequires: pkgconfig
%define mfr_version 6.8.6 %define mfr_version 6.8.8
%define mfr_revision 9 %define mfr_revision 1
%define quantum_depth 16 %define quantum_depth 16
%define source_version %{mfr_version}-%{mfr_revision} %define source_version %{mfr_version}-%{mfr_revision}
%define clibver 1 %define clibver 1
%define cxxlibver 2 %define cxxlibver 3
%define libspec -6_Q%{quantum_depth} %define libspec -6_Q%{quantum_depth}
Version: %{mfr_version}.%{mfr_revision} Version: %{mfr_version}.%{mfr_revision}
Release: 0 Release: 0
@ -59,11 +59,11 @@ Summary: Viewer and Converter for Images
License: SUSE-ImageMagick License: SUSE-ImageMagick
Group: Productivity/Graphics/Other Group: Productivity/Graphics/Other
Url: http://www.imagemagick.org 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 # To get mtime of file
Source1: ImageMagick.changes Source1: ImageMagick.changes
Source2: baselibs.conf 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 Source4: ImageMagick.keyring
# suse specific patches # suse specific patches
Patch0: ImageMagick-6.6.8.9-examples.patch Patch0: ImageMagick-6.6.8.9-examples.patch
@ -169,7 +169,7 @@ automake
# don't build together, PerlMagick could be miscompiled when using parallel build[1] # don't build together, PerlMagick could be miscompiled when using parallel build[1]
# [1] http://pkgs.fedoraproject.org/cgit/ImageMagick.git/tree/ImageMagick.spec # [1] http://pkgs.fedoraproject.org/cgit/ImageMagick.git/tree/ImageMagick.spec
make %{?_smp_mflags} all make %{?_smp_mflags} all
make %{?_smp_mflags} perl-build make -j1 perl-build
%check %check
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/magick/.libs:$PWD/wand/.libs export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/magick/.libs:$PWD/wand/.libs
@ -398,4 +398,13 @@ HTML documentation for ImageMagick library and scene examples.
%changelog %changelog

View File

@ -1,11 +1,11 @@
libMagickCore-6_Q16-1 libMagickCore-6_Q16-1
libMagickWand-6_Q16-1 libMagickWand-6_Q16-1
libMagick++-6_Q16-2 libMagick++-6_Q16-3
ImageMagick-devel ImageMagick-devel
requires -ImageMagick-<targettype> requires -ImageMagick-<targettype>
requires "libMagickCore-6_Q16-1-<targettype> = <version>" requires "libMagickCore-6_Q16-1-<targettype> = <version>"
requires "libMagickWand-6_Q16-1-<targettype> = <version>" requires "libMagickWand-6_Q16-1-<targettype> = <version>"
libMagick++-devel libMagick++-devel
requires -ImageMagick-<targettype> requires -ImageMagick-<targettype>
requires "libMagick++-6_Q16-2-<targettype> = <version>" requires "libMagick++-6_Q16-3-<targettype> = <version>"