diff options
| author | Remi Collet <remi@remirepo.net> | 2018-08-16 12:05:29 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-08-16 12:05:29 +0200 | 
| commit | 7c4ea570ed77b38516e8b03f8b38c5e26527ac7b (patch) | |
| tree | b3a7912f905cab04950eb86f1b3d9f9fedd4c1f5 | |
| parent | a04e40470a68f82dc969d3d8e1148c366c93d273 (diff) | |
rebuild for 7.3.0beta2 new ABI
| -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 0af325b..145306f 100644 --- a/php-pecl-xlswriter.spec +++ b/php-pecl-xlswriter.spec @@ -30,7 +30,7 @@  Summary:        An efficient and fast xlsx file export extension  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        1.2.2 -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 @@ -241,6 +241,9 @@ cd ..  %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 1.2.2-3 +- rebuild for 7.3.0beta2 new ABI +  * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 1.2.2-2  - rebuild for 7.3.0alpha4 new ABI | 
