summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-09-16 08:03:08 +0200
committerRemi Collet <remi@remirepo.net>2018-09-16 08:03:08 +0200
commit8617245f7be5788ba9a25ff61865f8cd19ab90c0 (patch)
tree264fa9cdbf4994882597c2e0994fb91b2eb4c646
parente7d4131ecb11150d39a4508926c20d815c62ed98 (diff)
rebuild with libxlsxwriter 0.8.1
-rw-r--r--php-pecl-xlswriter.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-xlswriter.spec b/php-pecl-xlswriter.spec
index e9f0d11..51335c0 100644
--- a/php-pecl-xlswriter.spec
+++ b/php-pecl-xlswriter.spec
@@ -25,12 +25,12 @@
%global ini_name 40-%{pecl_name}.ini
# No soname, so manage dependency on available version
-%global libxlsxwriter_version 0.8.0
+%global libxlsxwriter_version 0.8.1
Summary: An efficient and fast xlsx file export extension
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: 1.2.2
-Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 6%{?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
@@ -245,6 +245,9 @@ cd ..
%changelog
+* Sun Sep 16 2018 Remi Collet <remi@remirepo.net> - 1.2.2-6
+- rebuild with libxlsxwriter 0.8.1
+
* Wed Sep 12 2018 Remi Collet <remi@remirepo.net> - 1.2.2-5
- rebuild with libxlsxwriter 0.8.0
- open https://github.com/viest/php-ext-excel-export/pull/84