From 50002cb06bb6d590a28e3626bea2d27379d57396d25410b7fb7583d13b11e3e5 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Thu, 7 Oct 2010 20:22:03 +0000 Subject: [PATCH] Accepting request 49765 from graphics checked in (request 49765) OBS-URL: https://build.opensuse.org/request/show/49765 OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=44 --- ImageMagick-6.6.4-0.tar.bz2 | 3 ++ ImageMagick-6.6.4-8.tar.bz2 | 3 -- ...doc.patch => ImageMagick-6.6.4.0-doc.patch | 0 ...atch => ImageMagick-6.6.4.0-examples.patch | 0 ImageMagick.changes | 39 ------------------- ImageMagick.spec | 4 +- 6 files changed, 5 insertions(+), 44 deletions(-) create mode 100644 ImageMagick-6.6.4-0.tar.bz2 delete mode 100644 ImageMagick-6.6.4-8.tar.bz2 rename ImageMagick-6.6.4.8-doc.patch => ImageMagick-6.6.4.0-doc.patch (100%) rename ImageMagick-6.6.4.8-examples.patch => ImageMagick-6.6.4.0-examples.patch (100%) diff --git a/ImageMagick-6.6.4-0.tar.bz2 b/ImageMagick-6.6.4-0.tar.bz2 new file mode 100644 index 0000000..8dbef9f --- /dev/null +++ b/ImageMagick-6.6.4-0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:848cc87a6be5551c16a796f216f74015e16885ec30f9e28c95bc9a20d9cdabe4 +size 8677058 diff --git a/ImageMagick-6.6.4-8.tar.bz2 b/ImageMagick-6.6.4-8.tar.bz2 deleted file mode 100644 index 0cef33b..0000000 --- a/ImageMagick-6.6.4-8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a470ee4a9ffb24b1036722d47dda95111ef768641de87ea090738ed75ab17beb -size 8684162 diff --git a/ImageMagick-6.6.4.8-doc.patch b/ImageMagick-6.6.4.0-doc.patch similarity index 100% rename from ImageMagick-6.6.4.8-doc.patch rename to ImageMagick-6.6.4.0-doc.patch diff --git a/ImageMagick-6.6.4.8-examples.patch b/ImageMagick-6.6.4.0-examples.patch similarity index 100% rename from ImageMagick-6.6.4.8-examples.patch rename to ImageMagick-6.6.4.0-examples.patch diff --git a/ImageMagick.changes b/ImageMagick.changes index bd3d010..d78e041 100644 --- a/ImageMagick.changes +++ b/ImageMagick.changes @@ -1,42 +1,3 @@ -------------------------------------------------------------------- -Tue Oct 5 07:30:14 UTC 2010 - pgajdos@novell.com - -- updated to 6.6.4-8: - * Automatically set the quantum depth to 16 for HDRI. - * IPTC profile not always wrapped properly inside an 8BIM profile. - * TIFF tile geometry must be divisible by 16. - * Rename of SincPolynomial to SincFast for easier user understanding. - Ditto for LanczosChebyshev to LanzcosFast. - * Switch default resize filters to using the faster SincPolynomial - filter by default internally. However 'Sinc' will still use the - Trigonometric function, and can be used to assign the trig version - of Sinc() to filters using the filter expert options. - * The default filter for 'distort' was found to be a very blurry inaccurate - filter function. It was removed and replaced with a correct Gaussian - filter (as used by resize) - * Added a switch so that "-interpolate filter" will force the use of - a cylindrical filter for ALL pixels in distorted images. That is you can - use that switch to use a cylindrical filter even for images that are - being enlarged by the distortion. However EWA is still currently using - a fixed 2.0 sampling radius. This switch complements the use of "-filter - point" which turns off EWA filters in favor of interpolation for all - pixels in a distorted image. BOTH switches should not be used together. - * A bug in the support radius of the EWA resampling function was found, - now that correctly defined resize filters are being used. Suddenly Normal - Gaussian distortions are not so blurry, and tests with distortions of - the 'Rings' image show extremely good and clear results, with only minimal - blurring. The filter 'blur' expert option can be used to adjust this - further. - * Don't negate the geometry offset for the -extent option. - * The RGBO format is now listed as a supported format. - * Added the Nicolas Robidoux and Chantal Racette Lanczos resize filter - function as "LanczosChebyshev" as faster alternative to Lanczos. - * Re-code Nicolas Robidoux and Chantal Racette Polynomial Approximation of - the Sinc Trigonometric resize filter, as a proper filter to allow - direct comparision and speed testing of the filter. - * Expanded the "-set option:filter:verbose 1" output, so as to also include - the actual functions and other values that were used to create the filter. - ------------------------------------------------------------------- Tue Sep 7 10:02:05 CEST 2010 - pgajdos@suse.cz diff --git a/ImageMagick.spec b/ImageMagick.spec index b5194d6..7f54240 100644 --- a/ImageMagick.spec +++ b/ImageMagick.spec @@ -29,9 +29,9 @@ Provides: imagemag License: Public Domain, Freeware Group: Productivity/Graphics/Other AutoReqProv: on -Version: 6.6.4.8 +Version: 6.6.4.0 Release: 1 -%define source_version 6.6.4-8 +%define source_version 6.6.4-0 %define libver 4 Summary: Viewer and Converter for Images Url: http://www.imagemagick.org