summaryrefslogtreecommitdiffstats
path: root/php-ast.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-ast.spec')
-rw-r--r--php-ast.spec12
1 files changed, 5 insertions, 7 deletions
diff --git a/php-ast.spec b/php-ast.spec
index 2521709..5afce72 100644
--- a/php-ast.spec
+++ b/php-ast.spec
@@ -8,11 +8,11 @@
#
%{?scl: %scl_package php-ast}
-%global gh_commit b8f5805b17c43c664dda62d1f401a7d3379be9f3
+%global gh_commit abfef40846cb5454dafa1808769fde851ba8dd70
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner nikic
%global gh_project php-ast
-%global gh_date 20160608
+#global gh_date 20160608
%global pecl_name ast
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
# After 20-tokenizer.ini
@@ -59,8 +59,6 @@ Obsoletes: php71w-%{pecl_name} <= %{version}
%description
This extension exposes the abstract syntax tree generated by PHP 7.
-This extension is experimental and the representation of the syntax tree is not final.
-
Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{?scl_vendor}%{!?scl_vendor:rh})}.
@@ -70,9 +68,6 @@ mv %{gh_project}-%{gh_commit} NTS
cd NTS
-# When this file is removed, fix description
-[ -f EXPERIMENTAL ] || exit 1
-
# Sanity check, really often broken
extver=$(sed -n '/#define PHP_AST_VERSION/{s/.* "//;s/".*$//;p}' php_ast.h)
if test "x${extver}" != "x%{version}%{?gh_date:-dev}"; then
@@ -178,6 +173,9 @@ rm -rf %{buildroot}
%changelog
+* Fri Aug 5 2016 Remi Collet <remi@fedoraproject.org> - 0.1.2-1
+- update to 0.1.2
+
* Fri Jun 10 2016 Remi Collet <remi@fedoraproject.org> - 0.1.2-0.1.20160608gitb8f5805
- update to 0.1.2-dev for PHP 7.1