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 | d25150a0270e9b11c5be1dbdf8cb933650fec313 (patch) | |
| tree | 69dc66986ab4b94c35613b06c3b9b8140ba55b4f | |
| parent | c7683cc6be9d9e251a5cc0526b81129b5b8b02ac (diff) | |
PHP 7.1.0RC2 (SCL) + extension mass rebuild
| -rw-r--r-- | zephir-parser.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/zephir-parser.spec b/zephir-parser.spec index dd5553b..9732e11 100644 --- a/zephir-parser.spec +++ b/zephir-parser.spec @@ -25,7 +25,7 @@  Name:           %{?scl_prefix}%{gh_project}-parser  Version:        0.9.3 -Release:        1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        2%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  Summary:        Zephir parser extension  Group:          Development/Libraries @@ -190,6 +190,9 @@ rm -rf %{buildroot}  %changelog +* Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 0.9.3-2.20160728gite716dbe +- rebuild for PHP 7.1 new API version +  * Sat Jul 30 2016 Remi Collet <remi@fedoraproject.org> - 0.9.0-1.20160728gite716dbe  - Initial package  | 
