From 214f0673b5811596dd408b638a094707139b0e6c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 Jun 2016 06:03:25 +0200 Subject: php-pecl-gmagick: 2.0.4RC1 --- REFLECTION-PHP7 | 4 ++-- php-pecl-gmagick-php7.spec | 10 ++++------ 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7 index 48e33fc..d0537e4 100644 --- a/REFLECTION-PHP7 +++ b/REFLECTION-PHP7 @@ -1,4 +1,4 @@ -Extension [ extension #62 gmagick version 2.0.3RC1 ] { +Extension [ extension #62 gmagick version 2.0.4RC1 ] { - Classes [5] { Class [ final class GmagickException extends Exception implements Throwable ] { @@ -214,6 +214,7 @@ Extension [ extension #62 gmagick version 2.0.3RC1 ] { Constant [ integer COMPRESSION_LZW ] { 7 } Constant [ integer COMPRESSION_RLE ] { 8 } Constant [ integer COMPRESSION_ZIP ] { 9 } + Constant [ integer INTERLACE_UNDEFINED ] { 0 } Constant [ integer INTERLACE_NO ] { 1 } Constant [ integer INTERLACE_NONE ] { 1 } Constant [ integer INTERLACE_LINE ] { 2 } @@ -337,7 +338,6 @@ Extension [ extension #62 gmagick version 2.0.3RC1 ] { Constant [ integer RENDERINGINTENT_PERCEPTUAL ] { 2 } Constant [ integer RENDERINGINTENT_ABSOLUTE ] { 3 } Constant [ integer RENDERINGINTENT_RELATIVE ] { 4 } - Constant [ integer INTERLACE_UNDEFINED ] { 0 } Constant [ integer FILLRULE_UNDEFINED ] { 0 } Constant [ integer FILLRULE_EVENODD ] { 1 } Constant [ integer FILLRULE_NONZERO ] { 2 } diff --git a/php-pecl-gmagick-php7.spec b/php-pecl-gmagick-php7.spec index f338020..c748ca4 100644 --- a/php-pecl-gmagick-php7.spec +++ b/php-pecl-gmagick-php7.spec @@ -19,17 +19,13 @@ Summary: Provides a wrapper to the GraphicsMagick library Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 2.0.3 +Version: 2.0.4 Release: 0.1.%{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} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz -# restore dropped constant by mistake -# see https://github.com/vitoc/gmagick/pull/41#issuecomment-228584703 -Patch0: %{pecl_name}-pr42.patch - BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) BuildRequires: %{?scl_prefix}php-pear BuildRequires: %{?scl_prefix}php-devel >= 7.0.1 @@ -93,7 +89,6 @@ sed -e 's/role="test"/role="src"/' \ mv %{pecl_name}-%{version}%{?prever} NTS cd NTS -%patch0 -p1 -b .const extver=$(sed -n '/#define PHP_GMAGICK_VERSION/{s/.* "//;s/".*$//;p}' php_gmagick.h) if test "x${extver}" != "x%{version}%{?prever}"; then @@ -218,6 +213,9 @@ export TEST_PHP_ARGS="-n -d extension=$PWD/modules/%{pecl_name}.so" %changelog +* Mon Jun 27 2016 Remi Collet - 2.0.4-0.1.RC1 +- Update to 2.0.4RC1 (php 7, beta) + * Sun Jun 26 2016 Remi Collet - 2.0.3-0.1.RC1 - Update to 2.0.3RC1 (php 7, beta) -- cgit