From e2cd52ee1c047f9d450db58fcef4336b2ed03bae Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 26 Dec 2015 11:38:49 +0100 Subject: php-pecl-imagick: 3.4.0RC4 --- REFLECTION-PHP7 | 19 ++++++++++--------- php-pecl-imagick-php7.spec | 7 +++++-- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7 index 3589e60..36be10c 100644 --- a/REFLECTION-PHP7 +++ b/REFLECTION-PHP7 @@ -1,4 +1,4 @@ -Extension [ extension #109 imagick version 3.4.0RC3 ] { +Extension [ extension #106 imagick version 3.4.0RC4 ] { - Dependencies { Dependency [ spl (Required) ] @@ -304,7 +304,7 @@ Extension [ extension #109 imagick version 3.4.0RC3 ] { Class [ class Imagick implements Iterator, Traversable, Countable ] { - - Constants [566] { + - Constants [567] { Constant [ integer COLOR_BLACK ] { 11 } Constant [ integer COLOR_BLUE ] { 12 } Constant [ integer COLOR_CYAN ] { 13 } @@ -316,7 +316,7 @@ Extension [ extension #109 imagick version 3.4.0RC3 ] { Constant [ integer COLOR_ALPHA ] { 19 } Constant [ integer COLOR_FUZZ ] { 20 } Constant [ integer IMAGICK_EXTNUM ] { 30400 } - Constant [ string IMAGICK_EXTVER ] { 3.4.0RC3 } + Constant [ string IMAGICK_EXTVER ] { 3.4.0RC4 } Constant [ integer QUANTUM_RANGE ] { 65535 } Constant [ integer USE_ZEND_MM ] { 0 } Constant [ integer COMPOSITE_DEFAULT ] { 40 } @@ -514,7 +514,7 @@ Extension [ extension #109 imagick version 3.4.0RC3 ] { Constant [ integer NOISE_RANDOM ] { 7 } Constant [ integer CHANNEL_UNDEFINED ] { 0 } Constant [ integer CHANNEL_RED ] { 1 } - Constant [ integer CHANNEL_GRAY ] { 128 } + Constant [ integer CHANNEL_GRAY ] { 1 } Constant [ integer CHANNEL_CYAN ] { 1 } Constant [ integer CHANNEL_GREEN ] { 2 } Constant [ integer CHANNEL_MAGENTA ] { 2 } @@ -530,6 +530,7 @@ Extension [ extension #109 imagick version 3.4.0RC3 ] { Constant [ integer CHANNEL_RGBA ] { 15 } Constant [ integer CHANNEL_TRUEALPHA ] { 64 } Constant [ integer CHANNEL_RGBS ] { 128 } + Constant [ integer CHANNEL_GRAY_CHANNELS ] { 128 } Constant [ integer CHANNEL_SYNC ] { 256 } Constant [ integer CHANNEL_COMPOSITES ] { 47 } Constant [ integer METRIC_UNDEFINED ] { 0 } @@ -735,9 +736,6 @@ Extension [ extension #109 imagick version 3.4.0RC3 ] { Constant [ integer LAYERMETHOD_OPTIMIZEIMAGE ] { 7 } Constant [ integer LAYERMETHOD_REMOVEDUPS ] { 10 } Constant [ integer LAYERMETHOD_REMOVEZERO ] { 11 } - Constant [ integer LAYERMETHOD_MERGE ] { 13 } - Constant [ integer LAYERMETHOD_FLATTEN ] { 14 } - Constant [ integer LAYERMETHOD_MOSAIC ] { 15 } Constant [ integer LAYERMETHOD_TRIMBOUNDS ] { 16 } Constant [ integer ORIENTATION_UNDEFINED ] { 0 } Constant [ integer ORIENTATION_TOPLEFT ] { 1 } @@ -760,20 +758,23 @@ Extension [ extension #109 imagick version 3.4.0RC3 ] { Constant [ integer DISTORTION_POLAR ] { 10 } Constant [ integer DISTORTION_DEPOLAR ] { 11 } Constant [ integer DISTORTION_BARREL ] { 14 } - Constant [ integer DISTORTION_BARRELINVERSE ] { 15 } Constant [ integer DISTORTION_SHEPARDS ] { 16 } Constant [ integer DISTORTION_SENTINEL ] { 18 } + Constant [ integer DISTORTION_BARRELINVERSE ] { 15 } Constant [ integer DISTORTION_BILINEARFORWARD ] { 6 } Constant [ integer DISTORTION_BILINEARREVERSE ] { 7 } Constant [ integer DISTORTION_RESIZE ] { 17 } Constant [ integer DISTORTION_CYLINDER2PLANE ] { 12 } Constant [ integer DISTORTION_PLANE2CYLINDER ] { 13 } + Constant [ integer LAYERMETHOD_MERGE ] { 13 } + Constant [ integer LAYERMETHOD_FLATTEN ] { 14 } + Constant [ integer LAYERMETHOD_MOSAIC ] { 15 } Constant [ integer ALPHACHANNEL_ACTIVATE ] { 1 } - Constant [ integer ALPHACHANNEL_DEACTIVATE ] { 4 } Constant [ integer ALPHACHANNEL_RESET ] { 7 } Constant [ integer ALPHACHANNEL_SET ] { 8 } Constant [ integer ALPHACHANNEL_UNDEFINED ] { 0 } Constant [ integer ALPHACHANNEL_COPY ] { 3 } + Constant [ integer ALPHACHANNEL_DEACTIVATE ] { 4 } Constant [ integer ALPHACHANNEL_EXTRACT ] { 5 } Constant [ integer ALPHACHANNEL_OPAQUE ] { 6 } Constant [ integer ALPHACHANNEL_SHAPE ] { 9 } diff --git a/php-pecl-imagick-php7.spec b/php-pecl-imagick-php7.spec index b32ca9e..f418788 100644 --- a/php-pecl-imagick-php7.spec +++ b/php-pecl-imagick-php7.spec @@ -25,7 +25,7 @@ %global gh_project imagick #global gh_date 20151204 %global pecl_name imagick -%global prever RC3 +%global prever RC4 %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %if "%{php_version}" < "5.6" %global ini_name %{pecl_name}.ini @@ -43,7 +43,7 @@ Version: 3.4.0 Release: 0.1.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz %else -Release: 0.3.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.4.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz %endif License: PHP @@ -304,6 +304,9 @@ rm -rf %{buildroot} %changelog +* Sat Dec 26 2015 Remi Collet - 3.4.0-0.4.RC4 +- update to 3.4.0RC4 + * Sun Dec 13 2015 Remi Collet - 3.4.0-0.3.RC3 - update to 3.4.0RC3 -- cgit