summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-08-12 07:14:30 +0200
committerRemi Collet <remi@remirepo.net>2020-08-12 07:14:30 +0200
commit8e40cff51c0c65d64d997a277f8e0cfd801ace98 (patch)
tree53c40fee0e4d7cdaac820ad540440f932faed05c
parent1057c5d193e41020e541f326913d1feebfd16a73 (diff)
build using libxlsxwriter version 0.9.8
-rw-r--r--PHPINFO4
-rw-r--r--php-pecl-xlswriter.spec7
2 files changed, 7 insertions, 4 deletions
diff --git a/PHPINFO b/PHPINFO
index 3d28c14..e1e1b98 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -3,7 +3,7 @@ xlswriter
xlswriter support => enabled
Version => 1.3.6
-libxlsxwriter headers version => 0.9.7
-libxlsxwriter library version => 0.9.7
+libxlsxwriter headers version => 0.9.8
+libxlsxwriter library version => 0.9.8
libxlsxio headers version => 0.2.29
libxlsxio library version => 0.2.29
diff --git a/php-pecl-xlswriter.spec b/php-pecl-xlswriter.spec
index 0ae05bb..92e1dbb 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.7
+%global libxlsxwriter_version 0.9.8
%global libxlsxio_version 0.2.29
Summary: An efficient and fast xlsx file export extension
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: 1.3.6
-Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 4%{?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
@@ -255,6 +255,9 @@ cd ..
%changelog
+* Tue Aug 12 2020 Remi Collet <remi@remirepo.net> - 1.3.6-4
+- build using libxlsxwriter version 0.9.8
+
* Fri Aug 7 2020 Remi Collet <remi@remirepo.net> - 1.3.6-3
- build using libxlsxwriter version 0.9.7