From 7cb3382f7f2a700a82adcc78ce9159811667ce29 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 1 Jul 2019 08:55:53 +0200 Subject: v1.2.5 --- php-pecl-xlswriter.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'php-pecl-xlswriter.spec') diff --git a/php-pecl-xlswriter.spec b/php-pecl-xlswriter.spec index e1b7f39..821d29e 100644 --- a/php-pecl-xlswriter.spec +++ b/php-pecl-xlswriter.spec @@ -13,12 +13,9 @@ %if 0%{?scl:1} %scl_package php-pecl-xlswriter %global sub_prefix %{scl_prefix} -# No phpunit in SCL -%global with_tests 0 -%else -%global with_tests 0%{!?_without_tests:1} %endif +%global with_tests 0%{!?_without_tests:1} %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global pecl_name xlswriter # After json @@ -29,8 +26,8 @@ Summary: An efficient and fast xlsx file export extension Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.2.4 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.2.5 +Release: 1%{?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 @@ -252,6 +249,9 @@ cd .. %changelog +* Mon Jul 1 2019 Remi Collet - 1.2.5-1 +- update to 1.2.5 + * Fri Jun 21 2019 Remi Collet - 1.2.4-2 - rebuild with libxlsxwriter 0.8.7 - open https://github.com/viest/php-ext-excel-export/pull/132 -- cgit