diff options
| -rw-r--r-- | php-pecl-trader.spec | 10 | 
1 files changed, 4 insertions, 6 deletions
diff --git a/php-pecl-trader.spec b/php-pecl-trader.spec index c118773..6e81e22 100644 --- a/php-pecl-trader.spec +++ b/php-pecl-trader.spec @@ -7,15 +7,10 @@  # Please, preserve the changelog entries  #  %if 0%{?scl:1} -%if "%{scl}" == "rh-php56" -%global sub_prefix more-php56- -%else  %global sub_prefix %{scl_prefix} -%endif +%scl_package       php-pecl-trader  %endif -%{?scl:          %scl_package        php-pecl-trader} -  #### TODO : bundle ta-lib  %global with_zts   0%{!?_without_zts:%{?__ztsphp:1}} @@ -240,6 +235,9 @@ rm -rf %{buildroot}  %changelog +* Thu Dec  1 2016 Remi Collet <remi@fedoraproject.org> - 0.4.0-5 +- rebuild with PHP 7.1.0 GA +  * Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 0.4.0-4  - rebuild for PHP 7.1 new API version  | 
