diff options
author | Remi Collet <remi@remirepo.net> | 2019-09-25 16:26:14 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-09-25 16:26:14 +0200 |
commit | 28b9458e358da38a4baafc387543423ff5fe164b (patch) | |
tree | 9aa94313a0cd0ecf0fb1864d73021428f9ff3319 | |
parent | bca84447449e74e1b00cbe774bfeeb1c916176ed (diff) |
v1.3.0
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 17 | ||||
-rw-r--r-- | php-pecl-xlswriter.spec | 9 |
3 files changed, 21 insertions, 7 deletions
@@ -2,7 +2,7 @@ xlswriter xlswriter support => enabled -Version => 1.2.9 +Version => 1.3.0 libxlsxwriter headers version => 0.8.7 libxlsxwriter library version => 0.8.7 libxlsxio headers version => 0.2.21 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #173 xlswriter version 1.2.9 ] { +Extension [ <persistent> extension #173 xlswriter version 1.3.0 ] { - Classes [4] { Class [ <internal:xlswriter> class Vtiful\Kernel\Exception extends Exception implements Throwable ] { @@ -73,7 +73,20 @@ Extension [ <persistent> extension #173 xlswriter version 1.2.9 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [2] { + Method [ <internal:xlswriter> static public method columnIndexFromString ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + + Method [ <internal:xlswriter> static public method stringFromColumnIndex ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } } - Properties [3] { diff --git a/php-pecl-xlswriter.spec b/php-pecl-xlswriter.spec index 3565f46..4892581 100644 --- a/php-pecl-xlswriter.spec +++ b/php-pecl-xlswriter.spec @@ -7,8 +7,6 @@ # Please, preserve the changelog entries # -# TODO unbundle libxlsxio - # we don't want -z defs linker flag %undefine _strict_symbol_defs_build @@ -29,8 +27,8 @@ Summary: An efficient and fast xlsx file export extension Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.2.9 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.3.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} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -252,6 +250,9 @@ cd .. %changelog +* Wed Sep 25 2019 Remi Collet <remi@remirepo.net> - 1.3.0-1 +- update to 1.3.0 + * Fri Sep 20 2019 Remi Collet <remi@remirepo.net> - 1.2.9-2 - update to 1.2.9 (new tag) - drop patches merged upstream |