diff options
| -rw-r--r-- | zephir.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/zephir.spec b/zephir.spec index 8b3b328..e08119f 100644 --- a/zephir.spec +++ b/zephir.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    70e6efe4c5a3fcbd20416e8b295e9b0c67bcb4f0 +%global gh_commit    19e935bdbeeef42043810c4066d374902101e5df  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  #global gh_date      20161126  %global gh_owner     phalcon @@ -30,7 +30,7 @@  %global parser_ver   1.1.1  Name:           %{?scl_prefix}%{gh_project} -Version:        0.10.8 +Version:        0.10.9  Release:        1%{?gh_date:.%{gh_date}.%{gh_short}}%{?dist}  Summary:        Zephir language for creation of extensions for PHP. @@ -159,6 +159,9 @@ sh ./bin/%{gh_project}.test version | grep %{version}  %changelog +* Wed May  2 2018 Remi Collet <remi@remirepo.net> - 0.10.9-1 +- update to 0.10.9 +  * Tue Apr 17 2018 Remi Collet <remi@remirepo.net> - 0.10.8-1  - update to 0.10.8  | 
