File ruby-RMagick.changes of Package ruby-RMagick

-------------------------------------------------------------------
Mon Apr  7 17:22:15 CEST 2008 - schwab@suse.de

- Fix ImageMagick version test.

-------------------------------------------------------------------
Thu Apr  3 13:27:09 CEST 2008 - coolo@suse.de

- build with latest ImageMagick

-------------------------------------------------------------------
Sun Aug  5 17:52:35 CEST 2007 - mrueckert@suse.de

- update to version 1.15.8
  o Fixed bug #12671, incorrect link in HTML doc (bug report from
    Thomas R.  Koll
  o Fixed bug #11890, incorrect usage description for
    Draw#text_undercolor in HTML doc (bug report from Ezra Freedman)
  o Fixed bug #12706, specifying both a gravity and offsets to
    Image#composite positions the composite image incorrectly (bug
    report from Benoit Larroque)
- additional changes from 1.15.7
  o Fix bug #11033, make distclean misses some files
    (bug report from Lucas Nussbaum)
  o Work around SetMagickRegistry problem in ImageMagick 6.3.4-7
- run fdupes on 10.3
- ignore some warnings from rpmlint (ruby-RMagick-rpmlintrc)
- build against imagemagick instead of graphicsmagick even on 10.3:
  with graphicsmagick nearly all features get "no". need to look
  into that later.

-------------------------------------------------------------------
Tue May 22 23:10:59 CEST 2007 - mrueckert@suse.de

- update to version 1.15.6
  o Fix bug #10070, memory leak in Draw#get_type_metrics,
    Draw#get_multiline_type_metrics, Draw#annotate (bug report from
    Sinclair Bain)
  o Fix bug #10080, scripts in examples directory should not be
    marked executable (bug report from Lucas Nussbaum)
- additional changes from 1.15.5
  o Fix bug #9637, export_pixels always exports all 0's for 1-bit
    images (bug report from Doug Patterson)
- additional changes from 1.15.4
  o Fix bug #8927, RMagick and rbgsl both export the name ID_call
    (bug report from Shin Enomoto)
- additional changes from 1.15.3
  o Fix bug #8697, Image::Info.fill= doesn't work when creating
    "caption:" format images (bug report from choonkeat)
- additional changes from 1.15.2
  o Fix bug #8408, a compatibility problem with some versions of
    ImageMagick before 6.2.5 (bug report from Geir Gluckstad)
- additional changes from 1.15.1
  o Fix bug #8307, compatibility problems with older (6.0.x)
    versions of ImageMagick (bug report from Chris Taggart)
- additional changes from 1.15.0
  o Added fx method to ImageList class
  o Added wet_floor method to the Image class
  o Added linear_stretch method to the Image class (available with
    ImageMagick 6.3.1-1)
  o Added recolor method to the Image class (available with
    ImageMagick 6.3.1-3)
  o Added polaroid method to the Image class (available with
    ImageMagick 6.3.1-6)
  o Added origin attribute to the Image::Info class (supported by
    ImageMagick 6.3.1-4 and later)
  o Added PaletteBilevelMatteType to the ImageType enum (available
    with ImageMagick 6.2.9)
  o Fix bug #6260, some RVG examples produce all-black GIF images
  o Fix bug #7034, fix the matte method in the Draw class
  o Fix bug #7373, default channels should be RGB instead of RGBA
  o Fix bug #7716, Pixel#intensity wrong for gray images (bug
    report from Morio Miki)
  o Fix bug #7949, Magick::Draw.new abends when an exception occurs
    before the draw object is fully initialized (bug report from
    Andrew Kaspick)
  o Fix bug #8015, Magick::Draw.new doesn't call the optional
    arguments block in the right scope (bug report from Andrew
    Kaspick)
  o Tested with ImageMagick 6.3.2-0

-------------------------------------------------------------------
Tue Oct 24 16:14:13 CEST 2006 - mrueckert@suse.de

- update to version 1.14.1
  o fixes building with ImageMagick 6.3.0

-------------------------------------------------------------------
Sun Oct  1 00:44:52 CEST 2006 - mrueckert@suse.de

- update to version 1.14.0
  o Feature request #5015, support CMYK->RGB conversions. Added the
    add_profile and delete_profiles to the Image class. Fixed the
    profile!, iptc_profile, and color_profile methods. Added the
    black_point_compensation attribute. (requested by Niklas Ekman)
  o Added adaptive_blur, adaptive_blur_channel, find_similar_region,
    sketch methods to the Image class
    (available with ImageMagick 6.2.8-6)
  o Added adaptive_resize to the Image class
    (available with ImageMagick 6.2.9)
  o Added resample method to the Image class
    (thanks to Ant Peacocke for the idea)
  o Added four new compositing methods to the Image class: blend,
    displace, dissolve, and watermark
  o Feature request #5418, add get_iptc_dataset and
    each_iptc_dataset to the Image class
    (requested by Oliver Andrich)
  o Added the bias and mask attributes to the Image class
  o Added optional qualifier argument to Image#rotate
  o Patch #5742 from Douglas Sellers, adds channel method to the
    Image::Info class.
  o Added new ChannelType enum values
  o Added texture= attribute writer to the Image::Info class
  o Added tile= attribute writer to the Draw class
  o Added  pixel_interpolation_method attribute,
    InterpolatePixelMethod enum class to the Image class
    (available with ImageMagick 6.2.9)
  o Added "Magick Command Options and Their Equivalent Methods"
    page to the documentation
  o Fix bug #5079, Image#quantum_operator method doesn't work
    (bug report from Pedro Martins)
  o Fix bug #5080, incorrect RVG images when non-0 values used
    for the min_x or min_y arguments to RVG#viewbox
    (bug report from Daniel Harple)
  o Fix bug #5370, the clip_mask= attribute doesn't work
  o Fix bug #5506, wrong argument used to intialize
    AffineMatrix (bug report from Michael Shantzis)
- install into vendor_ruby

-------------------------------------------------------------------
Thu Jun 29 02:58:10 CEST 2006 - mrueckert@suse.de

- Update to version 1.13.0
  o Added transform, transform!, transpose, transpose! methods to
    Image class (available with ImageMagick 6.2.8)
  o Feature #4844, add auto_orient, auto_orient! methods to Image
    class (suggestion from John Oordopjes, available with
    ImageMagick 6.2.8)
  o Added adaptive_sharpen, adaptive_sharpen_channel methods to
    Image class (available with ImageMagick 6.2.7)
  o Added composite_image_channel, composite_image_channel! methods
    to Image class (added in ImageMagick 6.2.6)
  o Added radial_blur_channel method to Image class (available in
    ImageMagick 6.2.4)
  o Fix bug #4806, add hash, eql? methods to Pixel class (bug
    report from Tim Pease)
  o Change extension filename to match RubyGems 0.9.0 expectations.
  o Fix bug #4821, correct doc for Image#rotate (bug report from
    Tim Pease)
  o Update the Draw#annotate documentation
- move documentation into a subpackage.
  53 MB are way too much.
- move html docs to "doc" so the example script find their images

-------------------------------------------------------------------
Mon Jun 19 22:57:50 CEST 2006 - mrueckert@suse.de

- Initial package version 1.12.0

openSUSE Build Service is sponsored by