diff options
author | Remi Collet <remi@remirepo.net> | 2017-08-04 16:41:12 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-08-04 16:41:12 +0200 |
commit | 956074093d802dc2d712f83a1edfd78c74ea753d (patch) | |
tree | 27f98ed7a0924f0aa44d3c2acb10f5ec7efd39cb | |
parent | c8fa7c99eef6cb2f61326e6e66a7243bd762b7e9 (diff) |
v0.9.11
-rw-r--r-- | zephir-parser.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/zephir-parser.spec b/zephir-parser.spec index 9ffbcd3..4b940da 100644 --- a/zephir-parser.spec +++ b/zephir-parser.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 1b5072105e4e8a98b7615d9f695de513a6dca41a +%global gh_commit 534bd284df93e1c36c9893d8bd2ef270b207a55b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20161126 %global gh_owner phalcon @@ -29,7 +29,7 @@ %global ext_name zephir_parser Name: %{?scl_prefix}%{gh_project}-parser -Version: 0.9.10 +Version: 0.9.11 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Zephir parser extension @@ -189,6 +189,9 @@ sh ./bin/%{gh_project}.test version | grep %{version} %changelog +* Fri Aug 4 2017 Remi Collet <remi@remirepo.net> - 0.9.11-1 +- version 0.9.11 + * Tue Aug 1 2017 Remi Collet <remi@remirepo.net> - 0.9.10-1 - version 0.9.10 |