diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-09-14 20:41:16 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-09-14 20:41:16 +0200 | 
| commit | 421e276cec0ca5dc0326ffff4a26db1fbe65c1f8 (patch) | |
| tree | 3ddf61132b66a2aea47d1fd23e20a0e87577aea3 | |
| parent | 57356adcfb560b8546fb1e404bd99f345e679bfb (diff) | |
PHP 7.1.0RC2 (SCL) + extension mass rebuild
| -rw-r--r-- | php-pecl-termbox.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/php-pecl-termbox.spec b/php-pecl-termbox.spec index 675ee6a..5fcfc16 100644 --- a/php-pecl-termbox.spec +++ b/php-pecl-termbox.spec @@ -27,7 +27,7 @@  Summary:        A termbox wrapper for PHP  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        0.1.3 -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;')}}  License:        ASL 2.0  Group:          Development/Languages  URL:            http://pecl.php.net/package/%{pecl_name} @@ -228,6 +228,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 0.1.3-2 +- rebuild for PHP 7.1 new API version +  * Thu Sep 01 2016 Remi Collet <remi@fedoraproject.org> - 0.1.3-1  - Update to 0.1.3 | 
