From 1057c5d193e41020e541f326913d1feebfd16a73 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 7 Aug 2020 08:30:06 +0200 Subject: build using libxlsxwriter version 0.9.7 --- php-pecl-xlswriter.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'php-pecl-xlswriter.spec') diff --git a/php-pecl-xlswriter.spec b/php-pecl-xlswriter.spec index 6199dbf..0ae05bb 100644 --- a/php-pecl-xlswriter.spec +++ b/php-pecl-xlswriter.spec @@ -22,13 +22,13 @@ %global ini_name 40-%{pecl_name}.ini # No soname, so manage dependency on available version -%global libxlsxwriter_version 0.9.5 -%global libxlsxio_version 0.2.26 +%global libxlsxwriter_version 0.9.7 +%global libxlsxio_version 0.2.29 Summary: An efficient and fast xlsx file export extension Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.3.6 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?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 @@ -198,6 +198,10 @@ fi %check +# https://github.com/brechtsanders/xlsxio/issues/75 +rm ?TS/tests/open_xlsx_get_data_skip_empty.phpt +rm ?TS/tests/open_xlsx_next_row_skip_empty.phpt + modules="-d extension=json.so" cd NTS @@ -251,6 +255,9 @@ cd .. %changelog +* Fri Aug 7 2020 Remi Collet - 1.3.6-3 +- build using libxlsxwriter version 0.9.7 + * Wed Aug 5 2020 Remi Collet - 1.3.6-2 - rebuild for 8.0.0beta1 -- cgit