Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package php-imagick for openSUSE:Factory checked in at 2021-12-10 21:52:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/php-imagick (Old) and /work/SRC/openSUSE:Factory/.php-imagick.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php-imagick" Fri Dec 10 21:52:48 2021 rev:4 rq:939085 version:3.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/php-imagick/php-imagick.changes 2021-11-10 21:47:27.911838044 +0100 +++ /work/SRC/openSUSE:Factory/.php-imagick.new.2520/php-imagick.changes 2021-12-10 21:53:18.078916879 +0100 @@ -1,0 +2,71 @@ +Fri Dec 10 09:17:07 UTC 2021 - Arjen de Korte <suse+bu...@de-korte.org> + +- Upgrade to version 3.6.0 + - No change from 3.6.0RC2 + - removed imagick-fix-457-ensure-format-is-always-lowercase.patch + (upstreamed) + +- Upgrade to version 3.6.0RC2 + - Fixes: + * Remove deprecated message from Imagick::roundCorners() + + - Added: + * Imagick::addNoiseImageWithAttenuate() + +- Upgrade to version 3.6.0RC1 + - Imagick::getImageInterlaceScheme is undeprecated. It's the + appropriate function to call to get the image interlace setting. + - Image formats are now normalised to lower case. + - Imagick::getImageIndex and Imagick::setImageIndex are undeprecated + and work on ImageMagick 7. They call MagickGetIteratorIndex and + MagickSetIteratorIndex internally. + - Imagick::averageImages is undeprecated. For IM 7 it now calls + EvaluateImages(wand->images,MeanEvaluateOperator). + - Imagick::flattenImages is undeprecated. For IM 7 it now calls + MagickMergeImageLayers(intern->magick_wand, FlattenLayer); + internally. + - Imagick::getImageSize is undeprecated. For IM 7 it now calls + MagickGetImageLength internally. + - Imagick::roundCornersImage is undeprecated and available on IM7. + + - Fixes: + * Imagick::borderImage() changed internally to use OverCompositeOp + rather than AtopCompositeOp for ImageMagick > 7. If you need the + old behaviour, please use Imagick::borderImageWithComposite() + instead, which allows you to set the composite method. + * Imagick::frameImage() changed internally to use OverCompositeOp + rather than AtopCompositeOp for ImageMagick > 7. If you need the + old behaviour, please use + Imagick::frameImageWithComposite()instead, which allows you to + set the composite method. + * Imagick::profileImage() fixed to allow null as second paramter + again. If you can't upgrade to this version yet, pass in "", + which has the same effect. + * Imagick::ALPHACHANNEL_COPY and Imagick::ALPHACHANNEL_OPAQUE should + be available on IM7. + * Imagick::setImageMatteColor() should be available on IM7. + + - Added: + * Imagick::borderImageWithComposite() same as Imagick::borderImage() + but allows user to set composite operator used. + * Imagick::frameImageWithComposite() same as Imagick::frameImage() + but allows user to set composite operator used. + * function Imagick::cannyEdgeImage + * function Imagick::setSeed + * function Imagick::waveletDenoiseImage + * function Imagick::meanShiftImage + * function Imagick::kmeansImage + * function Imagick::rangeThresholdImage + * function Imagick::autoThresholdImage + * function Imagick::bilateralBlurImage + * function Imagick::claheImage + * function Imagick::channelFxImage + * function Imagick::colorThresholdImage + * function Imagick::complexImages + * function Imagick::interpolativeResizeImage + * function Imagick::levelImageColors + * function Imagick::levelizeImage + * function Imagick::orderedDitherImage + * function Imagick::whiteBalanceImage + +------------------------------------------------------------------- Old: ---- imagick-3.5.1.tgz imagick-fix-457-ensure-format-is-always-lowercase.patch New: ---- imagick-3.6.0.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ php-imagick.spec ++++++ --- /var/tmp/diff_new_pack.LWXu2l/_old 2021-12-10 21:53:18.590917106 +0100 +++ /var/tmp/diff_new_pack.LWXu2l/_new 2021-12-10 21:53:18.594917107 +0100 @@ -31,7 +31,7 @@ %endif Name: %{php_name}-%{pkg_name} -Version: 3.5.1 +Version: 3.6.0 Release: 0 Summary: Wrapper to the ImageMagick library License: PHP-3.01 @@ -41,8 +41,6 @@ Source1: php-%{pkg_name}-rpmlintrc # SUSE: Make build reproduceable Patch0: imagick-reproducible.patch -# PATCH-FIX-UPSTREAM imagick-fix-457-ensure-format-is-always-lowercase.patch -Patch10: imagick-fix-457-ensure-format-is-always-lowercase.patch BuildRequires: %{php_name}-devel >= 7.0.1 BuildRequires: ImageMagick-devel >= 6.5.3.10 BuildRequires: ghostscript-fonts-std ++++++ imagick-3.5.1.tgz -> imagick-3.6.0.tgz ++++++ ++++ 110445 lines of diff (skipped)