diff options
| -rw-r--r-- | zephir.spec | 11 | 
1 files changed, 9 insertions, 2 deletions
diff --git a/zephir.spec b/zephir.spec index 27b4e73..a073b37 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    664381ee570887b7c7a8585e16da92078bce197f +%global gh_commit    53e1938de5cb0f22e2c90f0b8692213cb3dbddc8  %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.12 +Version:        0.10.13  Release:        1%{?gh_date:.%{gh_date}.%{gh_short}}%{?dist}  Summary:        Zephir language for creation of extensions for PHP. @@ -116,6 +116,9 @@ 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 @@ -161,6 +164,10 @@ sh ./bin/%{gh_project}.test version | grep %{version}  %changelog +* 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 +  * Sat Oct 20 2018 Remi Collet <remi@remirepo.net> - 0.10.12-1  - update to 0.10.12  | 
