diff options
| author | Remi Collet <remi@remirepo.net> | 2018-07-18 08:18:46 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-07-18 08:18:46 +0200 | 
| commit | ad6545d33480d53472d5c4efb2af59c64b03a44f (patch) | |
| tree | 747b1c8431ed343f7b20a6d8191089a44f7be1a0 | |
| parent | 8ca5ccbfe6a1a16a67bab23b34b3069e811015d3 (diff) | |
rebuild for 7.3.0alpha4 new ABI
| -rw-r--r-- | php-pecl-swoole4.spec | 9 | 
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index 11e15a3..60c3071 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -37,7 +37,7 @@  Summary:        PHP's asynchronous concurrent distributed networking framework  Name:           %{?sub_prefix}php-pecl-%{pecl_name}4  Version:        4.0.2 -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 @@ -97,6 +97,10 @@ Obsoletes:     php71w-pecl-%{pecl_name}4 <= %{version}  Obsoletes:     php72u-pecl-%{pecl_name}4 <= %{version}  Obsoletes:     php72w-pecl-%{pecl_name}4 <= %{version}  %endif +%if "%{php_version}" > "7.2" +Obsoletes:     php73u-pecl-%{pecl_name}4 <= %{version} +Obsoletes:     php73w-pecl-%{pecl_name}4 <= %{version} +%endif  %endif  %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -314,6 +318,9 @@ cd ../ZTS  %changelog +* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 4.0.2-2 +- rebuild for 7.3.0alpha4 new ABI +  * Fri Jul 13 2018 Remi Collet <remi@remirepo.net> - 4.0.2-1  - update to 4.0.2  | 
