diff options
author | Remi Collet <remi@remirepo.net> | 2019-02-25 08:49:48 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-02-25 08:49:48 +0100 |
commit | 2f432f9c2cabec09114423ccc6cc18c2d8a8ad50 (patch) | |
tree | 2b3ae083b0c6bb8182a14004fcdd28412ca304ed | |
parent | 691d85119ed5c7984d912a8c89de0b1e253b1b6a (diff) |
v0.11.10
-rw-r--r-- | zephir.spec | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/zephir.spec b/zephir.spec index 28ab443..7032d5d 100644 --- a/zephir.spec +++ b/zephir.spec @@ -16,7 +16,7 @@ # Get commit from PHP_PHALCON_ZEPVERSION in # https://github.com/phalcon/cphalcon/blob/master/ext/php_phalcon.h -%global gh_commit 209fe3fde9731b9e1d8a20f71ce7970f3be2d21b +%global gh_commit 3a988440bc15692be5793acb9dd8b47627febb63 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20161126 %global gh_owner phalcon @@ -25,11 +25,10 @@ %global parser_ver 1.1.1 Name: %{?scl_prefix}%{gh_project} -Version: 0.11.9 +Version: 0.11.10 Release: 1%{?gh_date:.%{gh_date}.%{gh_short}}%{?dist} Summary: Zephir language for creation of extensions for PHP. -Group: Development/Languages License: MIT URL: https://zephir-lang.com/ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz @@ -321,6 +320,9 @@ esac %changelog +* Mon Feb 25 2019 Remi Collet <remi@remirepo.net> - 0.11.10-1 +- update to 0.11.10 + * Wed Jan 16 2019 Remi Collet <remi@remirepo.net> - 0.11.9-1 - update to 0.11.9 |