diff options
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | zephir-parser.spec | 7 | 
2 files changed, 6 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #178 zephir_parser version 0.1.0 ] { +Extension [ <persistent> extension #15 zephir_parser version 0.1.0 ] {    - Functions {      Function [ <internal:zephir_parser> function zephir_parse_file ] { diff --git a/zephir-parser.spec b/zephir-parser.spec index 0a2ad1d..08f244c 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    63a35e13c5150e19b3d6abe00fdd65e2471a84f4 +%global gh_commit    868cb1f92b23b83fa5b424f787c01c5a0a8205a1  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  #global gh_date      20161126  %global gh_owner     phalcon @@ -29,7 +29,7 @@  %global ext_name     zephir_parser  Name:           %{?scl_prefix}%{gh_project}-parser -Version:        0.9.8 +Version:        0.9.9  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 @@ -189,6 +189,9 @@ sh ./bin/%{gh_project}.test version | grep %{version}  %changelog +* Wed Jun 21 2017 Remi Collet <remi@remirepo.net> - 0.9.9-1 +- version 0.9.9 +  * Mon May 22 2017 Remi Collet <remi@remirepo.net> - 0.9.8-1  - version 0.9.8  | 
