From 2077d1bcf508566976af5af411ba41459facc129 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 11 Mar 2016 19:01:13 +0100 Subject: php-pecl-gmagick: 2.0.2RC2 --- REFLECTION-PHP7 | 11 +++++++++-- 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 [ extension #59 gmagick version 2.0.2RC1 ] { +Extension [ extension #61 gmagick version 2.0.2RC2 ] { - Classes [5] { Class [ final class GmagickException extends Exception implements Throwable ] { @@ -2680,7 +2680,7 @@ Extension [ extension #59 gmagick version 2.0.2RC1 ] { - Properties [0] { } - - Methods [8] { + - Methods [9] { Method [ public method __construct ] { - Parameters [1] { @@ -2709,6 +2709,13 @@ Extension [ extension #59 gmagick version 2.0.2RC1 ] { } } + Method [ public method setcolorcount ] { + + - Parameters [1] { + Parameter #0 [ $color_count ] + } + } + Method [ 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 - 2.0.2-0.3.RC2 +- Update to 2.0.2RC2 (php 7, beta) + * Sat Mar 5 2016 Remi Collet - 2.0.2-0.2.RC1 - adapt for F24 -- cgit