diff options
| -rw-r--r-- | php-pecl-xlswriter.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-xlswriter.spec b/php-pecl-xlswriter.spec index d29929e..4720185 100644 --- a/php-pecl-xlswriter.spec +++ b/php-pecl-xlswriter.spec @@ -32,7 +32,7 @@  Summary:        An efficient and fast xlsx file extension  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        1.4.0 -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 @@ -282,6 +282,9 @@ cd ..  %changelog +* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 1.4.0-2 +- rebuild for 8.1.0RC1 +  * Mon Jul 19 2021 Remi Collet <remi@remirepo.net> - 1.4.0-1  - update to 1.4.0  | 
