From 2cd20b96dd9d8e67bf684e7eddf49bb148e92b3e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 18 Nov 2019 10:28:34 +0100 Subject: - rebuild with libxlsxwriter 0.8.8 - open https://github.com/viest/php-ext-excel-export/pull/199 fix compatibility with 0.8.8 --- php-pecl-xlswriter.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'php-pecl-xlswriter.spec') diff --git a/php-pecl-xlswriter.spec b/php-pecl-xlswriter.spec index f2203b3..d95c8ce 100644 --- a/php-pecl-xlswriter.spec +++ b/php-pecl-xlswriter.spec @@ -22,17 +22,19 @@ %global ini_name 40-%{pecl_name}.ini # No soname, so manage dependency on available version -%global libxlsxwriter_version 0.8.7 +%global libxlsxwriter_version 0.8.8 %global libxlsxio_version 0.2.21 Summary: An efficient and fast xlsx file export extension Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.3.1 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz +Patch0: https://patch-diff.githubusercontent.com/raw/viest/php-ext-xlswriter/pull/199.patch + BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 7 BuildRequires: %{?scl_prefix}php-pear @@ -105,6 +107,8 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd NTS +%patch0 -p1 + # we use the system libraries rm -r library @@ -250,6 +254,11 @@ cd .. %changelog +* Mon Nov 18 2019 Remi Collet - 1.3.1-2 +- rebuild with libxlsxwriter 0.8.8 +- open https://github.com/viest/php-ext-excel-export/pull/199 + fix compatibility with 0.8.8 + * Sat Oct 12 2019 Remi Collet - 1.3.1-1 - update to 1.3.1 -- cgit