diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-16 11:20:03 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-16 11:20:03 +0200 |
commit | 0f701e29462ce5c4e2aedc9bde0f1aa8fae39bd2 (patch) | |
tree | fe8e8d530d66ce6815675eca4bae0b92648435c6 /php-pecl-swoole4.spec | |
parent | be26641575fb26cce2e9dc5ba39a3afa24de50b1 (diff) |
rebuild for 7.3.0beta2 new ABI
Diffstat (limited to 'php-pecl-swoole4.spec')
-rw-r--r-- | php-pecl-swoole4.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index 208af20..0555a2c 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -31,7 +31,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name}4 Version: 4.0.4 -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: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -312,6 +312,9 @@ cd ../ZTS %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 4.0.4-2 +- rebuild for 7.3.0beta2 new ABI + * Sat Aug 11 2018 Remi Collet <remi@remirepo.net> - 4.0.4-1 - update to 4.0.4 |