diff options
| -rw-r--r-- | zephir-parser.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/zephir-parser.spec b/zephir-parser.spec index d2d572d..9ffbcd3 100644 --- a/zephir-parser.spec +++ b/zephir-parser.spec @@ -21,7 +21,7 @@  # Get commit from PHP_PHALCON_ZEPVERSION in   # https://github.com/phalcon/cphalcon/blob/master/ext/php_phalcon.h -%global gh_commit    868cb1f92b23b83fa5b424f787c01c5a0a8205a1 +%global gh_commit    1b5072105e4e8a98b7615d9f695de513a6dca41a  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  #global gh_date      20161126  %global gh_owner     phalcon @@ -29,8 +29,8 @@  %global ext_name     zephir_parser  Name:           %{?scl_prefix}%{gh_project}-parser -Version:        0.9.9 -Release:        2%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version:        0.9.10 +Release:        1%{?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 @@ -189,6 +189,9 @@ sh ./bin/%{gh_project}.test version | grep %{version}  %changelog +* Tue Aug  1 2017 Remi Collet <remi@remirepo.net> - 0.9.10-1 +- version 0.9.10 +  * Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 0.9.9-2  - rebuild for PHP 7.2.0beta1 new API  | 
