summaryrefslogtreecommitdiffstats
path: root/php-pecl-xlswriter.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-xlswriter.spec')
-rw-r--r--php-pecl-xlswriter.spec13
1 files changed, 9 insertions, 4 deletions
diff --git a/php-pecl-xlswriter.spec b/php-pecl-xlswriter.spec
index 7dd998f..441e5bc 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.3
-%global libxlsxio_version 0.2.21
+%global libxlsxwriter_version 0.9.4
+%global libxlsxio_version 0.2.24-2
Summary: An efficient and fast xlsx file export extension
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 1.3.3.2
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 1.3.4
+Release: 1%{?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
@@ -254,6 +254,11 @@ cd ..
%changelog
+* Thu Mar 19 2020 Remi Collet <remi@remirepo.net> - 1.3.4-1
+- update to 1.3.4
+- build using libxlsxwriter version 0.9.4
+- build using libxlsxio version 0.2.24-2
+
* Tue Jan 14 2020 Remi Collet <remi@remirepo.net> - 1.3.3.2-2
- rebuild with libxlsxwriter 0.9.3
- add patch from https://github.com/viest/php-ext-xlswriter/pull/226