diff options
| author | Remi Collet <remi@remirepo.net> | 2019-12-13 07:53:02 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-12-13 07:53:02 +0100 | 
| commit | 68142abf86f54a93ff106246fcd3a04773f16113 (patch) | |
| tree | 2e7fb8d9e09a02b6042fe4d292b9190d94d2646a | |
| parent | 46344f3bb12365da63863bcc89b5ae66fd6b646f (diff) | |
v0.12.15
| -rw-r--r-- | zephir.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/zephir.spec b/zephir.spec index a200e4d..ab353f0 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    745631dec06b3e5bf2502a70ea251bb450e0d030 +%global gh_commit    814db503d2a0a466c17e4bfc08e5bb8ae01dc19a  %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.14 +Version:        0.12.15  Release:        1%{?gh_date:.%{gh_date}.%{gh_short}}%{?dist}  Summary:        Zephir language for creation of extensions for PHP. @@ -357,6 +357,9 @@ esac  %changelog +* Fri Dec 13 2019 Remi Collet <remi@remirepo.net> - 0.12.15-1 +- update to 0.12.15 +  * Wed Dec 11 2019 Remi Collet <remi@remirepo.net> - 0.12.14-1  - update to 0.12.14  | 
