diff options
| -rw-r--r-- | zephir.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/zephir.spec b/zephir.spec index 40f1f38..f22687c 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    641bd9832ad8d4c3733f1b3d23e489d6330eb64a +%global gh_commit    4495e75ab246aa3120bffc0fb8e70b38dfa25969  %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.7 +Version:        0.11.8  Release:        1%{?gh_date:.%{gh_date}.%{gh_short}}%{?dist}  Summary:        Zephir language for creation of extensions for PHP. @@ -321,6 +321,9 @@ esac  %changelog +* Mon Dec  3 2018 Remi Collet <remi@remirepo.net> - 0.11.8-1 +- update to 0.11.8 +  * Wed Nov 28 2018 Remi Collet <remi@remirepo.net> - 0.11.7-1  - update to 0.11.7  | 
