From ea6c529b729db928342eeb3a8fa337cb4abdaf16 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Oct 2018 08:41:44 +0200 Subject: rebuild with libxlsxwriter 0.8.3 --- php-pecl-xlswriter.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-pecl-xlswriter.spec b/php-pecl-xlswriter.spec index 8be054f..fb5f8a6 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.2 +%global libxlsxwriter_version 0.8.3 Summary: An efficient and fast xlsx file export extension Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.2.2 -Release: 7%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 8%{?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 +* Tue Oct 2 2018 Remi Collet - 1.2.2-8 +- rebuild with libxlsxwriter 0.8.3 + * Mon Sep 17 2018 Remi Collet - 1.2.2-7 - rebuild with libxlsxwriter 0.8.2 -- cgit