Updating link to change in openSUSE:Factory/ImageMagick revision 33.0

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=230c2d2b9635f20369c44a33f36a250d
This commit is contained in:
OBS User buildservice-autocommit 2010-04-07 16:18:25 +00:00 committed by Git OBS Bridge
parent 008848df72
commit 69637f4fd6
7 changed files with 54 additions and 9 deletions

View File

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

View File

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

View File

@ -1,3 +1,48 @@
-------------------------------------------------------------------
Wed Apr 7 14:51:13 CEST 2010 - ro@suse.de
- update baselibs.conf
-------------------------------------------------------------------
Tue Apr 6 15:17:00 CEST 2010 - pgajdos@suse.cz
- updated to version 6.6.1-0:
* Fixed bug in equal-size tile cropping, when image has a page offset.
* The -recolor 4x4 matrix is now interpretted properly (previously it
summed rather attenuating the alpha channel).
* Support writing 1-bit PSD images.
* Support LCMS 2.0.
* Improved WMF support under Windows.
* The new coders/png.c was failing to read a 1-bit paletted image properly.
* Finished eliminating the deprecated direct references to members of
the png_info structure. ImageMagick can now be built with libpng-1.5.
* Respect the -density option when rendering a Postscript or PDF image.
* Distort barrel no longer complains when 3 arguments are given (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=15883).
* Support -direction left-to-right option for rendering text
* coders/png.c: Eliminated support of libpng versions older than 1.0.12.
* Relocated the new, misplaced png_get_rowbytes() call.
* Updated setjmp/longjmp/jmpbuf usage to work with libpng-1.5.
* Add support for monochrome PSD images.
* VignetteImage() no longer crashes when x and y arguments are both greater
than half the width (x) and height (y) of the image.
* Eliminated some of the deprecated direct references to members of
the png_info structure. This must be finished before we can build
with libpng-1.5.
* The animate program no longer loops twice when -loop 1 is specified.
* The caption format would sometimes hang when the text was not UTF-8.
* Don't gamma correct log to linear color conversion unless the -gamma is
specified (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=15799).
* Detect CMYKProcessColor AI tag.
* Delete image from command line cache for -write option.
* Add support for the Adobe Large Document format.
* Recognize -remap option for the mogrify utility.
* The default Helvetica font is not always available, check for
Century Schoolbook too (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=15780).
-------------------------------------------------------------------
Mon Mar 15 14:10:18 CET 2010 - pgajdos@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package ImageMagick (Version 6.6.0.5)
# spec file for package ImageMagick (Version 6.6.1.0)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -26,12 +26,12 @@ BuildRequires: fdupes libdjvulibre-devel libexif-devel libjasper-devel
Obsoletes: imagemag
Provides: imagemag
%define xtp_version 5.4.3
License: PERMISSIVE-OSI-COMPLIANT
License: Public Domain, Freeware
Group: Productivity/Graphics/Other
AutoReqProv: on
Version: 6.6.0.5
Version: 6.6.1.0
Release: 1
%define source_version 6.6.0-5
%define source_version 6.6.1-0
%define libver 3
Summary: Viewer and Converter for Images
Url: http://www.imagemagick.org

View File

@ -1,2 +1,2 @@
libMagickCore2
libMagickWand2
libMagickCore3
libMagickWand3