diff options
author | Remi Collet <remi@remirepo.net> | 2019-02-25 09:11:08 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-02-25 09:11:08 +0100 |
commit | e855a0f1d86d595914941dd7bc8d9c08a30fb243 (patch) | |
tree | 5d1b30c3758aa1526705dd1208ede47191ea7cd5 | |
parent | 6aca7999580690b6d1d836e303b1f890b6bcf50c (diff) |
v0.10.15
-rw-r--r-- | zephir.spec | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/zephir.spec b/zephir.spec index 83cfe29..cbea09d 100644 --- a/zephir.spec +++ b/zephir.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for zephir # -# Copyright (c) 2016-2018 Remi Collet +# Copyright (c) 2016-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -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 975ad02db4966e827c1d4a11e64f17a2eb053501 +%global gh_commit 5e3e4828916188802e2a91d782e6cbb7dce687f0 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20161126 %global gh_owner phalcon @@ -30,11 +30,10 @@ %global parser_ver 1.1.1 Name: %{?scl_prefix}%{gh_project} -Version: 0.10.14 +Version: 0.10.15 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 @@ -161,6 +160,9 @@ sh ./bin/%{gh_project}.test version | grep %{version} %changelog +* Mon Feb 25 2019 Remi Collet <remi@remirepo.net> - 0.10.15-1 +- update to 0.10.15 + * Wed Nov 21 2018 Remi Collet <remi@remirepo.net> - 0.10.14-1 - update to 0.10.14 |