summaryrefslogtreecommitdiffstats
path: root/php-pecl-xlswriter.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-07-01 08:55:53 +0200
committerRemi Collet <remi@remirepo.net>2019-07-01 08:55:53 +0200
commit7cb3382f7f2a700a82adcc78ce9159811667ce29 (patch)
tree9f70c3272067277beb6bbe43024da41875459683 /php-pecl-xlswriter.spec
parentca8feee085f87a93c2d45764683b6eb8d90e8c1e (diff)
v1.2.5
Diffstat (limited to 'php-pecl-xlswriter.spec')
-rw-r--r--php-pecl-xlswriter.spec12
1 files changed, 6 insertions, 6 deletions
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 <remi@remirepo.net> - 1.2.5-1
+- update to 1.2.5
+
* Fri Jun 21 2019 Remi Collet <remi@remirepo.net> - 1.2.4-2
- rebuild with libxlsxwriter 0.8.7
- open https://github.com/viest/php-ext-excel-export/pull/132