summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-03-24 12:23:59 +0100
committerRemi Collet <remi@remirepo.net>2020-03-24 12:23:59 +0100
commit128ee7c62983a2f2159fbe517f0da8fea8f42a62 (patch)
treef60d857794c4f5ec1722ae97a6a2f467a7988a27
parent94a7aed8f422652a3a6339c4ba131802efe0a364 (diff)
rebuild using libxlsxio version 0.2.26
-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 7ba2ff6..d11317f 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -5,5 +5,5 @@ xlswriter support => enabled
Version => 1.3.4
libxlsxwriter headers version => 0.9.4
libxlsxwriter library version => 0.9.4
-libxlsxio headers version => 0.2.24
-libxlsxio library version => 0.2.24
+libxlsxio headers version => 0.2.26
+libxlsxio library version => 0.2.26
diff --git a/php-pecl-xlswriter.spec b/php-pecl-xlswriter.spec
index 441e5bc..c01652a 100644
--- a/php-pecl-xlswriter.spec
+++ b/php-pecl-xlswriter.spec
@@ -23,12 +23,12 @@
# No soname, so manage dependency on available version
%global libxlsxwriter_version 0.9.4
-%global libxlsxio_version 0.2.24-2
+%global libxlsxio_version 0.2.26
Summary: An efficient and fast xlsx file export extension
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: 1.3.4
-Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 2%{?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,9 @@ cd ..
%changelog
+* Tue Mar 24 2020 Remi Collet <remi@remirepo.net> - 1.3.4-2
+- rebuild using libxlsxio version 0.2.26
+
* 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