From 76c728c52ac1993594eea6c9a30aaa7cc9a408e0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 4 Sep 2024 10:39:53 +0200 Subject: update to 1.5.7 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-xlswriter.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index 58de945..e912be8 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,6 +2,6 @@ xlswriter xlswriter support => enabled -Version => 1.5.6 +Version => 1.5.7 bundled libxlsxwriter version => 1.1.3 bundled libxlsxio version => 0.2.27 diff --git a/REFLECTION b/REFLECTION index f5f14ab..77028e3 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #100 xlswriter version 1.5.6 ] { +Extension [ extension #101 xlswriter version 1.5.7 ] { - Functions { Function [ function xlswriter_get_version ] { diff --git a/php-pecl-xlswriter.spec b/php-pecl-xlswriter.spec index 2e469b5..d8afba8 100644 --- a/php-pecl-xlswriter.spec +++ b/php-pecl-xlswriter.spec @@ -26,7 +26,7 @@ Summary: An efficient and fast xlsx file extension Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.5.6 +Version: 1.5.7 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD-2-Clause URL: https://pecl.php.net/package/%{pecl_name} @@ -227,6 +227,9 @@ cd .. %changelog +* Wed Sep 4 2024 Remi Collet - 1.5.7-1 +- update to 1.5.7 + * Wed Aug 28 2024 Remi Collet - 1.5.6-1 - update to 1.5.6 -- cgit