diff options
author | Remi Collet <remi@remirepo.net> | 2017-07-19 00:36:41 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-07-19 00:36:52 +0200 |
commit | e1bfc054f4a0e71b3a5c716a4aa11d416929416c (patch) | |
tree | 27361420e9a95d5b0de2953b1efcc2a6eefebbf7 | |
parent | 15c71d7e9ea539afa24d932fb10e0a151e347e4b (diff) |
rebuid for 7.2.0beta1
-rw-r--r-- | php-pecl-swoole2.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-swoole2.spec b/php-pecl-swoole2.spec index aecbeba..43c157d 100644 --- a/php-pecl-swoole2.spec +++ b/php-pecl-swoole2.spec @@ -31,7 +31,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name}2 Version: 2.0.7 -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 Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -91,6 +91,10 @@ Obsoletes: php70w-pecl-%{pecl_name}2 <= %{version} Obsoletes: php71u-pecl-%{pecl_name}2 <= %{version} Obsoletes: php71w-pecl-%{pecl_name}2 <= %{version} %endif +%if "%{php_version}" > "7.2" +Obsoletes: php72u-pecl-%{pecl_name}2 <= %{version} +Obsoletes: php72w-pecl-%{pecl_name}2 <= %{version} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -279,6 +283,9 @@ cd ../ZTS %changelog +* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 2.0.7-3 +- rebuild for PHP 7.2.0beta1 new API + * Fri Mar 17 2017 Remi Collet <remi@remirepo.net> - 2.0.7-2 - fix release |