Accepting request 235908 from home:coolo:branches:openSUSE:Factory

- remove autotrace dependency again - it's not compiled in and
  autotrace's last release is 10 years old and we don't want to
  promote it, better drop it

  * Fixed bug with the PNG00 subformat when the original format was PNG32.
  * The "-strip" option now only removes profiles and comments from PNG
    output.  Previously the background, density, and other metadata were
    also discarded.
  * Support new -hough-lines option.
  * Support new -mean-shift option.
  * identify -units without argument no longer faults (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25542).
  * Require OpenJP2 version 2.1.0 (opj_stream_set_user_data() method signature
    change between 2.0.0 and 2.1.0).

OBS-URL: https://build.opensuse.org/request/show/235908
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=204
This commit is contained in:
Dirk Stoecker 2014-05-31 08:40:12 +00:00 committed by Git OBS Bridge
parent ef8970d714
commit 571f3d91e0
2 changed files with 17 additions and 1 deletions

View File

@ -1,7 +1,24 @@
-------------------------------------------------------------------
Sat May 31 07:10:06 UTC 2014 - coolo@suse.com
- remove autotrace dependency again - it's not compiled in and
autotrace's last release is 10 years old and we don't want to
promote it, better drop it
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 27 14:56:39 UTC 2014 - opensuse@dstoecker.de Tue May 27 14:56:39 UTC 2014 - opensuse@dstoecker.de
- update to 6.8.9 - update to 6.8.9
* Fixed bug with the PNG00 subformat when the original format was PNG32.
* The "-strip" option now only removes profiles and comments from PNG
output. Previously the background, density, and other metadata were
also discarded.
* Support new -hough-lines option.
* Support new -mean-shift option.
* identify -units without argument no longer faults (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25542).
* Require OpenJP2 version 2.1.0 (opj_stream_set_user_data() method signature
change between 2.0.0 and 2.1.0).
------------------------------------------------------------------- -------------------------------------------------------------------
Sat May 24 11:07:38 UTC 2014 - mailaender@opensuse.org Sat May 24 11:07:38 UTC 2014 - mailaender@opensuse.org

View File

@ -19,7 +19,6 @@
Name: ImageMagick Name: ImageMagick
BuildRequires: autoconf >= 2.69 BuildRequires: autoconf >= 2.69
BuildRequires: autotrace-devel
BuildRequires: dcraw BuildRequires: dcraw
%if 0%{?suse_version} >= 1140 %if 0%{?suse_version} >= 1140
BuildRequires: dejavu-fonts BuildRequires: dejavu-fonts