diff options
Diffstat (limited to 'php-pecl-trader.spec')
-rw-r--r-- | php-pecl-trader.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-trader.spec b/php-pecl-trader.spec index d409ecc..e219848 100644 --- a/php-pecl-trader.spec +++ b/php-pecl-trader.spec @@ -29,7 +29,7 @@ Summary: Technical Analysis for traders Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 0.5.0 -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;')}} # PHP ext is BSD-2, ta-lib is BSD-3 License: BSD URL: http://pecl.php.net/package/%{pecl_name} @@ -69,6 +69,10 @@ Obsoletes: php71w-pecl-%{pecl_name} <= %{version} Obsoletes: php72u-pecl-%{pecl_name} <= %{version} Obsoletes: php72w-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "7.3" +Obsoletes: php73u-pecl-%{pecl_name} <= %{version} +Obsoletes: php73w-pecl-%{pecl_name} <= %{version} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -231,6 +235,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 0.5.0-2 +- rebuild for 7.3.0alpha4 new ABI + * Sun Jul 1 2018 Remi Collet <remi@remirepo.net> - 0.5.0-1 - update to 0.5.0 |