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 88cd4c8..a6031ce 100644 --- a/php-pecl-xlswriter.spec +++ b/php-pecl-xlswriter.spec @@ -27,7 +27,7 @@  Summary:        An efficient and fast xlsx file export extension  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        1.2.6 -Release:        2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        3%{?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 Sep 03 2019 Remi Collet <remi@remirepo.net> - 1.2.6-3 +- rebuild for 7.4.0RC1 +  * Wed Jul 10 2019 Remi Collet <remi@remirepo.net> - 1.2.6-2  - new upstream sources  - drop patch merged upstream | 
