diff options
| -rw-r--r-- | php-pecl-trader.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-trader.spec b/php-pecl-trader.spec index 1a755eb..6b2a758 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:        4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        5%{?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} @@ -239,6 +239,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 0.5.0-5 +- rebuild for 7.4.0RC1 +  * Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 0.5.0-4  - rebuild for 7.4.0beta1  | 
