From 374e5dbf81022dacb83eb4a0aed836f939645d0e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 27 Dec 2019 07:59:39 +0100 Subject: v1.3.3.1 --- 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 8fd36ef..643b37f 100644 --- a/php-pecl-xlswriter.spec +++ b/php-pecl-xlswriter.spec @@ -27,8 +27,8 @@ Summary: An efficient and fast xlsx file export extension Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.3.3 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.3.3.1 +Release: 1%{?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 @@ -250,7 +250,10 @@ cd .. %changelog -* Thu Dec 26 2019 Remi Collet - 1.3.3-1 +* Fri Dec 27 2019 Remi Collet - 1.3.3.1-1 +- update to 1.3.3.1 + +* Thu Dec 26 2019 Remi Collet - 1.3.3-2 - update to 1.3.3 * Wed Dec 18 2019 Remi Collet - 1.3.2-2 -- cgit