From fbe0dca54bf134f794a88aa6cd814f254e8d0982 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Jun 2018 06:36:21 +0200 Subject: v1.2.0 --- REFLECTION | 8 +++++--- php-pecl-xlswriter.spec | 7 +++++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/REFLECTION b/REFLECTION index bdd0c37..abbd322 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #169 xlswriter version 1.1.0 ] { +Extension [ extension #169 xlswriter version 1.2.0 ] { - Classes [3] { Class [ class Vtiful\Kernel\Exception extends Exception implements Throwable ] { @@ -84,8 +84,9 @@ Extension [ extension #169 xlswriter version 1.1.0 ] { Method [ public method fileName ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $file_name ] + Parameter #1 [ $sheet_name ] } } @@ -98,8 +99,9 @@ Extension [ extension #169 xlswriter version 1.1.0 ] { Method [ public method constMemory ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $file_name ] + Parameter #1 [ $sheet_name ] } } diff --git a/php-pecl-xlswriter.spec b/php-pecl-xlswriter.spec index e7ad3c1..a6031c0 100644 --- a/php-pecl-xlswriter.spec +++ b/php-pecl-xlswriter.spec @@ -29,7 +29,7 @@ Summary: An efficient and fast xlsx file export extension Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.1.0 +Version: 1.2.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: http://pecl.php.net/package/%{pecl_name} @@ -214,7 +214,7 @@ cd ../ZTS %if %{with_tests} : Upstream test suite for ZTS extension TEST_PHP_EXECUTABLE=%{_bindir}/zts-php \ -TEST_PHP_ARGS="-n -d %{buildroot}%{php_ztsextdir}/%{pecl_name}.so" \ +TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so" \ NO_INTERACTION=1 \ REPORT_EXIT_STATUS=1 \ %{_bindir}/zts-php -n run-tests.php --show-diff @@ -238,6 +238,9 @@ cd .. %changelog +* Fri Jun 1 2018 Remi Collet - 1.2.0-1 +- update to 1.2.0 + * Thu May 31 2018 Remi Collet - 1.1.0-1 - update to 1.1.0 -- cgit