diff options
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-ast.spec | 7 |
2 files changed, 6 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #75 ast version 0.1.3 ] { +Extension [ <persistent> extension #75 ast version 0.1.4 ] { - Constants [187] { Constant [ integer ast\AST_ARG_LIST ] { 128 } diff --git a/php-ast.spec b/php-ast.spec index 431049d..f750a22 100644 --- a/php-ast.spec +++ b/php-ast.spec @@ -8,7 +8,7 @@ # %{?scl: %scl_package php-ast} -%global gh_commit ae55a198e64b14fd70f467476789c60ba06f61f6 +%global gh_commit 701e8539e0a861b8fe3c0144a7554c376f42efe3 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nikic %global gh_project php-ast @@ -20,7 +20,7 @@ Summary: Abstract Syntax Tree Name: %{?scl_prefix}php-ast -Version: 0.1.3 +Version: 0.1.4 %if 0%{?gh_date:1} Release: 0.2.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else @@ -169,6 +169,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Jan 26 2017 Remi Collet <remi@fedoraproject.org> - 0.1.4-1 +- update to 0.1.4 + * Thu Jan 19 2017 Remi Collet <remi@fedoraproject.org> - 0.1.3-1 - update to 0.1.3 |