diff options
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-xlswriter.spec | 5 |
2 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #169 xlswriter version 1.0.1 ] { +Extension [ <persistent> extension #169 xlswriter version 1.0.2 ] { - Classes [3] { Class [ <internal:xlswriter> class Vtiful\Kernel\Exception extends Exception implements Throwable ] { diff --git a/php-pecl-xlswriter.spec b/php-pecl-xlswriter.spec index 9a5972b..35910dc 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.0.1 +Version: 1.0.2 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: http://pecl.php.net/package/%{pecl_name} @@ -238,6 +238,9 @@ cd .. %changelog +* Sun May 27 2018 Remi Collet <remi@remirepo.net> - 1.0.2-1 +- update to 1.0.2 (no change) + * Fri May 25 2018 Remi Collet <remi@remirepo.net> - 1.0.1-1 - update to 1.0.1 (no change) - all PRs merged upstream |