diff options
Diffstat (limited to 'php-pecl-xlswriter.spec')
| -rw-r--r-- | php-pecl-xlswriter.spec | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/php-pecl-xlswriter.spec b/php-pecl-xlswriter.spec index 4e5520c..07c3b55 100644 --- a/php-pecl-xlswriter.spec +++ b/php-pecl-xlswriter.spec @@ -27,8 +27,8 @@ Name: %{?scl_prefix}php-pecl-%{pecl_name} Summary: An efficient and fast xlsx file extension License: BSD-2-Clause -Version: 1.5.8 -Release: 2%{?dist} +Version: 2.0.0 +Release: 1%{?dist} %forgemeta URL: %{forgeurl} # use makesrc.sh to create a recursive snapshot @@ -42,9 +42,9 @@ BuildRequires: %{?scl_prefix}php-devel >= 7.0 Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} # see library/libxlsxwriter/include/xlsxwriter.h -Provides: bundled(libxlsxwriter) = 1.1.3 -# see library/libxlsxio/include/xlsxio_version.h -Provides: bundled(libxlsxio) = 0.2.27 +Provides: bundled(libxlsxwriter) = 1.1.6 +# self-maintained +Provides: bundled(libxlsreader) # Extension Provides: %{?scl_prefix}php-%{pecl_name} = %{version} @@ -156,6 +156,12 @@ OPT="-q -P --show-diff" %if "%{php_version}" > "7.4" OPT="$OPT %{?_smp_mflags}" %endif +%if "%{php_version}" < "7.1" +# See https://github.com/viest/php-ext-xlswriter/issues/565 +rm tests/conditional_format.phpt +rm tests/examples_smoke.phpt +rm tests/open_xlsx_next_row_with_formula.phpt +%endif : Minimal load test for NTS extension %{__php} --no-php-ini \ @@ -200,6 +206,10 @@ cd .. %changelog +* Mon May 18 2026 Remi Collet <remi@remirepo.net> - 2.0.0-1 +- update to 2.0.0 +- open https://github.com/viest/php-ext-xlswriter/issues/565 test failures with PHP 7.0 + * Thu Apr 23 2026 Remi Collet <remi@remirepo.net> - 1.5.8-2 - drop pear/pecl dependency - sources from github |
