diff options
| author | Remi Collet <remi@remirepo.net> | 2018-11-21 11:37:07 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-11-21 11:37:07 +0100 | 
| commit | 6aca7999580690b6d1d836e303b1f890b6bcf50c (patch) | |
| tree | e7e919210fa23c8a2980bb2d6beff94107b38816 | |
| parent | 39b7d5194dbbd93a619ee8370a0e4fc2624f8aa5 (diff) | |
v0.10.14
| -rw-r--r-- | zephir.spec | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/zephir.spec b/zephir.spec index a073b37..83cfe29 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    53e1938de5cb0f22e2c90f0b8692213cb3dbddc8 +%global gh_commit    975ad02db4966e827c1d4a11e64f17a2eb053501  %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.13 +Version:        0.10.14  Release:        1%{?gh_date:.%{gh_date}.%{gh_short}}%{?dist}  Summary:        Zephir language for creation of extensions for PHP. @@ -116,9 +116,6 @@ sed -e 's:@DATADIR@:%{_datadir}:;s:@BINDIR@:%{_bindir}:' \  find . -name \*.php -exec chmod -x {} \; -# https://github.com/phalcon/zephir/issues/1742 -sed -e 's/0.10.12/0.10.13/' -i Library/Compiler.php -  %build  # nothing @@ -164,6 +161,9 @@ sh ./bin/%{gh_project}.test version | grep %{version}  %changelog +* Wed Nov 21 2018 Remi Collet <remi@remirepo.net> - 0.10.14-1 +- update to 0.10.14 +  * Mon Nov 19 2018 Remi Collet <remi@remirepo.net> - 0.10.13-1  - update to 0.10.13  - open https://github.com/phalcon/zephir/issues/1742 bad version | 
