diff options
| -rw-r--r-- | zephir.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/zephir.spec b/zephir.spec index 3451c21..b7edb54 100644 --- a/zephir.spec +++ b/zephir.spec @@ -20,7 +20,7 @@  # Get commit from PHP_PHALCON_ZEPVERSION in   # https://github.com/phalcon/cphalcon/blob/master/ext/php_phalcon.h -%global gh_commit    6724dbf5e61a651bb2b4f7ea8fc399cfd51c8515 +%global gh_commit    26d474561733e678b939d802dc9e35db2420d3ce  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  #global gh_date      20161126  %global gh_owner     phalcon @@ -29,7 +29,7 @@  %global parser_ver   1.1.1  Name:           %{?scl_prefix}%{gh_project} -Version:        0.12.17 +Version:        0.12.18  Release:        1%{?gh_date:.%{gh_date}.%{gh_short}}%{?dist}  Summary:        Zephir language for creation of extensions for PHP. @@ -357,6 +357,9 @@ esac  %changelog +* Mon Apr 27 2020 Remi Collet <remi@remirepo.net> - 0.12.18-1 +- update to 0.12.18 +  * Mon Apr 27 2020 Remi Collet <remi@remirepo.net> - 0.12.17-1  - update to 0.12.17  | 
