diff options
| -rw-r--r-- | zephir.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/zephir.spec b/zephir.spec index ec54515..d49edc7 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    c66de26b020c02874194fd7aec1d167ff110f539 +%global gh_commit    fedc314d7146cf9e35265fb4f8a20094017b3bf3  %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.12.9 +Version:        0.12.10  Release:        1%{?gh_date:.%{gh_date}.%{gh_short}}%{?dist}  Summary:        Zephir language for creation of extensions for PHP. @@ -339,6 +339,9 @@ esac  %changelog +* Mon Oct 21 2019 Remi Collet <remi@remirepo.net> - 0.12.10-1 +- update to 0.12.10 +  * Tue Oct 15 2019 Remi Collet <remi@remirepo.net> - 0.12.9-1  - update to 0.12.9  | 
