From fd30a403755e1b88507e283376437b9d3c481d26 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 26 Jan 2017 17:01:50 +0100 Subject: php-ast: 0.1.4 --- REFLECTION | 2 +- php-ast.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/REFLECTION b/REFLECTION index 8b7a599..9f1b4e8 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #75 ast version 0.1.3 ] { +Extension [ 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 - 0.1.4-1 +- update to 0.1.4 + * Thu Jan 19 2017 Remi Collet - 0.1.3-1 - update to 0.1.3 -- cgit