From be958359ea71460d4cc9993867bda5585c2c2e60 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 8 Sep 2020 08:01:10 +0200 Subject: build using libxlsxwriter version 1.0.0 --- PHPINFO | 4 ++-- php-pecl-xlswriter.spec | 9 ++++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index 259a8dc..495f975 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,7 +3,7 @@ xlswriter xlswriter support => enabled Version => 1.3.6 -libxlsxwriter headers version => 0.9.9 -libxlsxwriter library version => 0.9.9 +libxlsxwriter headers version => 1.0.0 +libxlsxwriter library version => 1.0.0 libxlsxio headers version => 0.2.29 libxlsxio library version => 0.2.29 diff --git a/php-pecl-xlswriter.spec b/php-pecl-xlswriter.spec index 663f9a2..ae0b332 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.9 +%global libxlsxwriter_version 1.0.0 %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: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 7%{?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 @@ -230,7 +230,7 @@ cd ../ZTS %{__ztsphp} --no-php-ini \ $modules \ --define extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so \ - --modules | ^grep %{pecl_name} + --modules | grep ^%{pecl_name} %if %{with_tests} : Upstream test suite for ZTS extension @@ -259,6 +259,9 @@ cd .. %changelog +* Tue Sep 8 2020 Remi Collet - 1.3.6-7 +- build using libxlsxwriter version 1.0.0 + * Wed Sep 2 2020 Remi Collet - 1.3.6-6 - add patch for PHP 8.0.0beta3 from https://github.com/viest/php-ext-xlswriter/pull/298 -- cgit