From 55ee63a0920aed872b2d5f7b80cc5d4b9eee3e3c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 26 Dec 2019 08:19:24 +0100 Subject: v1.3.3 --- php-pecl-xlswriter.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-pecl-xlswriter.spec') diff --git a/php-pecl-xlswriter.spec b/php-pecl-xlswriter.spec index 9c657d8..8fd36ef 100644 --- a/php-pecl-xlswriter.spec +++ b/php-pecl-xlswriter.spec @@ -27,11 +27,11 @@ Summary: An efficient and fast xlsx file export extension Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.3.2 +Version: 1.3.3 Release: 2%{?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 +URL: https://pecl.php.net/package/%{pecl_name} +Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 7 @@ -250,6 +250,9 @@ cd .. %changelog +* Thu Dec 26 2019 Remi Collet - 1.3.3-1 +- update to 1.3.3 + * Wed Dec 18 2019 Remi Collet - 1.3.2-2 - rebuild with libxlsxwriter 0.8.9 -- cgit