diff --git a/imagick-3.6.0.tgz b/imagick-3.6.0.tgz deleted file mode 100644 index 269203c..0000000 --- a/imagick-3.6.0.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e2965f2d70dd59a40e7957d56e590e731cad2669e9f89e0fca159d748d2947e -size 351361 diff --git a/imagick-3.7.0.tgz b/imagick-3.7.0.tgz new file mode 100644 index 0000000..5020485 --- /dev/null +++ b/imagick-3.7.0.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a364354109029d224bcbb2e82e15b248be9b641227f45e63425c06531792d3e +size 360138 diff --git a/php-imagick.changes b/php-imagick.changes index 961afac..e0a7dea 100644 --- a/php-imagick.changes +++ b/php-imagick.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Wed Jan 12 20:14:28 UTC 2022 - Arjen de Korte + +- Upgrade to version 3.7.0 + - Added: + * Imagick::COMPOSITE_SALIENCY_BLEND + +- Upgrade to version 3.7.0RC1 + - Added: + * function Imagick::deleteOption(string $option): bool {} + * function Imagick::getBackgroundColor(): ImagickPixel {} + * function Imagick::getImageArtifacts(string $pattern = "*"): array {} + * function Imagick::getImageKurtosis(): array {} + * function Imagick::getImageMean(): array {} + * function Imagick::getImageRange(): array {} + * function Imagick::getInterpolateMethod(): int {} + * function Imagick::getOptions(string $pattern = "*"): array {} + * function Imagick::getOrientation(): int {} + * function Imagick::getResolution(): array {} + * function Imagick::getType(): int {} + * function Imagick::implodeImageWithMethod(float $radius, + int $pixel_interpolate_method): bool {} + * function Imagick::oilPaintImageWithSigma(float $radius, float $sigma) + * function Imagick::polaroidWithTextAndMethod(ImagickDraw $settings, + float $angle, string $caption, int $method): bool {} + * function Imagick::polynomialImage(array $terms): bool {} + * function Imagick::setDepth(int $depth): bool {} + * function Imagick::setExtract(string $geometry): bool {} + * function Imagick::setInterpolateMethod(int $method): bool{} + * function Imagick::setOrientation(int $orientation): bool {} + * function Imagick::spreadImageWithMethod(float $radius, + int $interpolate_method): bool {} + * function Imagick::swirlImageWithMethod(float $degrees, + int $interpolate_method): bool {} + * function Imagick::waveImageWithMethod(float $amplitude, + float $length, int $interpolate_method): bool {} + * Imagick::IMAGE_TYPE_BILEVEL + * Imagick::IMAGE_TYPE_GRAYSCALE + * Imagick::IMAGE_TYPE_GRAYSCALE_ALPHA + * Imagick::IMAGE_TYPE_PALETTE + * Imagick::IMAGE_TYPE_PALETTE_ALPHA + * Imagick::IMAGE_TYPE_TRUE_COLOR + * Imagick::IMAGE_TYPE_TRUE_COLOR_ALPHA + * Imagick::IMAGE_TYPE_COLOR_SEPARATION + * Imagick::IMAGE_TYPE_COLOR_SEPARATION_ALPHA + * Imagick::IMAGE_TYPE_OPTIMIZE + * Imagick::IMAGE_TYPE_PALETTE_BILEVEL_ALPHA + * Imagick::COMPOSITE_SEAMLESS_BLEND + + - Changed: + * Imagick::setImageArtifact can now take null for the string value. + * Return type for Imagick::getImageArtifact is string|null instead of + string. + ------------------------------------------------------------------- Fri Dec 10 09:17:07 UTC 2021 - Arjen de Korte diff --git a/php-imagick.spec b/php-imagick.spec index d6ca9ab..de6a580 100644 --- a/php-imagick.spec +++ b/php-imagick.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,7 +31,7 @@ ExclusiveArch: do-not-build %endif Name: %{php_name}-%{pkg_name} -Version: 3.6.0 +Version: 3.7.0 Release: 0 Summary: Wrapper to the ImageMagick library License: PHP-3.01