diff options
| author | Remi Collet <remi@remirepo.net> | 2019-09-03 12:00:50 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-09-03 12:00:50 +0200 | 
| commit | 6805dc6cb857165d6944480a2717ece3bb134ec4 (patch) | |
| tree | dec8194454cba5d303d33ccc961e094afde7e441 | |
| parent | 9bafb864dd592663a8deb6ba7171ef14e9e9eeda (diff) | |
rebuild for 7.4.0RC1
| -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 f7b3d3f..a16914a 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.4.5 -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;')}}  # Extension is ASL 2.0  # Hiredis is BSD  License:        ASL 2.0 and BSD @@ -331,6 +331,9 @@ cd ../ZTS  %changelog +* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 4.4.5-2 +- rebuild for 7.4.0RC1 +  * Fri Aug 30 2019 Remi Collet <remi@remirepo.net> - 4.4.5-1  - update to 4.4.5  | 
