diff options
-rw-r--r-- | zephir.spec | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/zephir.spec b/zephir.spec index 359783a..b89fdd1 100644 --- a/zephir.spec +++ b/zephir.spec @@ -21,16 +21,16 @@ # Get commit from PHP_PHALCON_ZEPVERSION in # https://github.com/phalcon/cphalcon/blob/master/ext/php_phalcon.h -%global gh_commit fb706a75805db24f2c7e70aad2465771c365d5a8 +%global gh_commit 7f475126c7380bea312afa2783f681e7f6689ca5 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20161126 %global gh_owner phalcon %global gh_project zephir %global ext_name zephir_parser -%global parser_ver 1.0.3 +%global parser_ver 1.1.0 Name: %{?scl_prefix}%{gh_project} -Version: 0.10.2 +Version: 0.10.3 Release: 1%{?gh_date:.%{gh_date}.%{gh_short}}%{?dist} Summary: Zephir language for creation of extensions for PHP. @@ -160,6 +160,10 @@ sh ./bin/%{gh_project}.test version | grep %{version} %changelog +* Fri Oct 13 2017 Remi Collet <remi@remirepo.net> - 0.10.3-1 +- version 0.10.3 +- raise dependency on php-zephir-parser 1.1.0 + * Wed Oct 11 2017 Remi Collet <remi@remirepo.net> - 0.10.2-1 - version 0.10.2 - drop zephir-parser sub-package |