From 374e5dbf81022dacb83eb4a0aed836f939645d0e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 27 Dec 2019 07:59:39 +0100 Subject: v1.3.3.1 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-xlswriter.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index 1a0e7aa..0bc1277 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ xlswriter xlswriter support => enabled -Version => 1.3.3 +Version => 1.3.3.1 libxlsxwriter headers version => 0.8.9 libxlsxwriter library version => 0.8.9 libxlsxio headers version => 0.2.21 diff --git a/REFLECTION b/REFLECTION index b470ce3..2bd77de 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #96 xlswriter version 1.3.3 ] { +Extension [ extension #96 xlswriter version 1.3.3.1 ] { - Classes [4] { Class [ class Vtiful\Kernel\Exception extends Exception implements Throwable ] { diff --git a/php-pecl-xlswriter.spec b/php-pecl-xlswriter.spec index 8fd36ef..643b37f 100644 --- a/php-pecl-xlswriter.spec +++ b/php-pecl-xlswriter.spec @@ -27,8 +27,8 @@ Summary: An efficient and fast xlsx file export extension Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.3.3 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.3.3.1 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -250,7 +250,10 @@ cd .. %changelog -* Thu Dec 26 2019 Remi Collet - 1.3.3-1 +* Fri Dec 27 2019 Remi Collet - 1.3.3.1-1 +- update to 1.3.3.1 + +* Thu Dec 26 2019 Remi Collet - 1.3.3-2 - update to 1.3.3 * Wed Dec 18 2019 Remi Collet - 1.3.2-2 -- cgit