diff options
| -rw-r--r-- | zephir.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/zephir.spec b/zephir.spec index 7032d5d..3951797 100644 --- a/zephir.spec +++ b/zephir.spec @@ -16,7 +16,7 @@  # Get commit from PHP_PHALCON_ZEPVERSION in   # https://github.com/phalcon/cphalcon/blob/master/ext/php_phalcon.h -%global gh_commit    3a988440bc15692be5793acb9dd8b47627febb63 +%global gh_commit    b661a58dfe8e6c43ac23f8f301aa1fd4a80e7f34  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  #global gh_date      20161126  %global gh_owner     phalcon @@ -25,7 +25,7 @@  %global parser_ver   1.1.1  Name:           %{?scl_prefix}%{gh_project} -Version:        0.11.10 +Version:        0.11.11  Release:        1%{?gh_date:.%{gh_date}.%{gh_short}}%{?dist}  Summary:        Zephir language for creation of extensions for PHP. @@ -320,6 +320,9 @@ esac  %changelog +* Wed Feb 27 2019 Remi Collet <remi@remirepo.net> - 0.11.11-1 +- update to 0.11.11 +  * Mon Feb 25 2019 Remi Collet <remi@remirepo.net> - 0.11.10-1  - update to 0.11.10  | 
