diff options
author | Remi Collet <remi@remirepo.net> | 2017-12-29 07:43:51 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-12-29 07:43:51 +0100 |
commit | 7c763378d082056784b95ca24b66ebbc10f0e1d4 (patch) | |
tree | 90e25e78bcebf39e96474e60b105013ca9a7aa7f | |
parent | 544509a026f419b4919055ba4ca73eea3184791f (diff) |
v0.10.7
-rw-r--r-- | REFLECTION | 8 | ||||
-rw-r--r-- | zephir.spec | 7 |
2 files changed, 5 insertions, 10 deletions
diff --git a/REFLECTION b/REFLECTION deleted file mode 100644 index 495ec12..0000000 --- a/REFLECTION +++ /dev/null @@ -1,8 +0,0 @@ -Extension [ <persistent> extension #15 zephir_parser version 0.1.0 ] { - - - Functions { - Function [ <internal:zephir_parser> function zephir_parse_file ] { - } - } -} - diff --git a/zephir.spec b/zephir.spec index 86c8ca2..7533358 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 f221e7d82659783fe5767d38f0f99f49df5aa8fb +%global gh_commit 2917ebe8aec4b4a3a2561f6b74b7c8f96472a335 %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.6 +Version: 0.10.7 Release: 1%{?gh_date:.%{gh_date}.%{gh_short}}%{?dist} Summary: Zephir language for creation of extensions for PHP. @@ -159,6 +159,9 @@ sh ./bin/%{gh_project}.test version | grep %{version} %changelog +* Fri Dec 29 2017 Remi Collet <remi@remirepo.net> - 0.10.7-1 +- Update to 0.10.7 + * Sun Nov 12 2017 Remi Collet <remi@remirepo.net> - 0.10.6-1 - Update to 0.10.6 |