From 2670c1899d44dd54fb83b72f39679cc73ff64d00 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Jul 2018 08:31:23 +0200 Subject: rebuild for 7.3.0alpha4 new ABI --- php-pecl-trader.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 - 0.5.0-2 +- rebuild for 7.3.0alpha4 new ABI + * Sun Jul 1 2018 Remi Collet - 0.5.0-1 - update to 0.5.0 -- cgit