diff options
| -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  | 
