diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-03-11 19:01:13 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-03-11 19:01:13 +0100 |
commit | 2077d1bcf508566976af5af411ba41459facc129 (patch) | |
tree | c52f32549f77d1ec0d288cae0853a71d9fd32196 | |
parent | 229b5cfe48bdf35e155f3a33d7c48fe5ed0728f4 (diff) |
php-pecl-gmagick: 2.0.2RC2
-rw-r--r-- | REFLECTION-PHP7 | 11 | ||||
-rw-r--r-- | php-pecl-gmagick-php7.spec | 7 |
2 files changed, 14 insertions, 4 deletions
diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7 index b054a5f..11f1a9c 100644 --- a/REFLECTION-PHP7 +++ b/REFLECTION-PHP7 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #59 gmagick version 2.0.2RC1 ] { +Extension [ <persistent> extension #61 gmagick version 2.0.2RC2 ] { - Classes [5] { Class [ <internal:gmagick> final class GmagickException extends Exception implements Throwable ] { @@ -2680,7 +2680,7 @@ Extension [ <persistent> extension #59 gmagick version 2.0.2RC1 ] { - Properties [0] { } - - Methods [8] { + - Methods [9] { Method [ <internal:gmagick, ctor> public method __construct ] { - Parameters [1] { @@ -2709,6 +2709,13 @@ Extension [ <persistent> extension #59 gmagick version 2.0.2RC1 ] { } } + Method [ <internal:gmagick> public method setcolorcount ] { + + - Parameters [1] { + Parameter #0 [ <required> $color_count ] + } + } + Method [ <internal:gmagick> public method getcolorvalue ] { - Parameters [1] { diff --git a/php-pecl-gmagick-php7.spec b/php-pecl-gmagick-php7.spec index b9c6ddd..c9801c8 100644 --- a/php-pecl-gmagick-php7.spec +++ b/php-pecl-gmagick-php7.spec @@ -9,14 +9,14 @@ # %{?scl: %scl_package php-pecl-gmagick} %global pecl_name gmagick -%global prever RC1 +%global prever RC2 %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global ini_name 40-%{pecl_name}.ini Summary: Provides a wrapper to the GraphicsMagick library Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 2.0.2 -Release: 0.2.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.3.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Libraries URL: http://pecl.php.net/package/%{pecl_name} @@ -203,6 +203,9 @@ export TEST_PHP_ARGS="-n -d extension=$PWD/modules/%{pecl_name}.so" %changelog +* Fri Mar 11 2016 Remi Collet <remi@fedoraproject.org> - 2.0.2-0.3.RC2 +- Update to 2.0.2RC2 (php 7, beta) + * Sat Mar 5 2016 Remi Collet <remi@fedoraproject.org> - 2.0.2-0.2.RC1 - adapt for F24 |