summaryrefslogtreecommitdiffstats
path: root/php-ast.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-11-28 07:53:54 +0100
committerRemi Collet <remi@php.net>2021-11-28 07:53:54 +0100
commitb52570a9771c606428d9ff10a3535fe366f823ba (patch)
tree677e94892b71d26e255f61bd6041029c5544d76a /php-ast.spec
parentc8106c2c33fe92d150326c5d65d1e5e40990a687 (diff)
update to 1.0.16
Diffstat (limited to 'php-ast.spec')
-rw-r--r--php-ast.spec13
1 files changed, 7 insertions, 6 deletions
diff --git a/php-ast.spec b/php-ast.spec
index f7a1990..9684129 100644
--- a/php-ast.spec
+++ b/php-ast.spec
@@ -21,11 +21,11 @@
Summary: Abstract Syntax Tree
Name: %{?scl_prefix}php-ast
-Version: 1.0.14
+Version: 1.0.16
%if 0%{?gh_date:1}
Release: 0.8.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%else
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%endif
License: BSD
URL: https://pecl.php.net/package/ast
@@ -169,9 +169,8 @@ cd NTS
: Upstream test suite for NTS extension
TEST_PHP_EXECUTABLE=%{__php} \
TEST_PHP_ARGS="-n -d extension=tokenizer.so -d extension=%{buildroot}%{php_extdir}/%{pecl_name}.so" \
-NO_INTERACTION=1 \
REPORT_EXIT_STATUS=1 \
-%{__php} -n run-tests.php --show-diff
+%{__php} -n run-tests.php -q --show-diff
%if %{with_zts}
cd ../ZTS
@@ -183,9 +182,8 @@ cd ../ZTS
: Upstream test suite for ZTS extension
TEST_PHP_EXECUTABLE=%{__ztsphp} \
TEST_PHP_ARGS="-n -d extension=tokenizer.so -d extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so" \
-NO_INTERACTION=1 \
REPORT_EXIT_STATUS=1 \
-%{__ztsphp} -n run-tests.php --show-diff
+%{__ztsphp} -n run-tests.php -q --show-diff
%endif
@@ -224,6 +222,9 @@ fi
%changelog
+* Sun Nov 28 2021 Remi Collet <remi@remirepo.net> - 1.0.16-1
+- update to 1.0.16
+
* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 1.0.14-2
- rebuild for 8.1.0RC1