diff options
| -rw-r--r-- | zephir.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/zephir.spec b/zephir.spec index e08119f..6fdabb4 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    19e935bdbeeef42043810c4066d374902101e5df +%global gh_commit    d1b4cc68d9d6eee6dbf2c6f13f03e8708e7c70a5  %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.9 +Version:        0.10.10  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 +* Fri May 25 2018 Remi Collet <remi@remirepo.net> - 0.10.10-1 +- update to 0.10.10 +  * Wed May  2 2018 Remi Collet <remi@remirepo.net> - 0.10.9-1  - update to 0.10.9  | 
