summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-06-26 15:22:59 +0200
committerRemi Collet <remi@php.net>2023-06-26 15:22:59 +0200
commit5dca52e523b8cd316e18e8975ebb422bd89687c7 (patch)
tree74822576f37fd990fdf02cfb35d202adcbfab055
parent8306b8b566ddc1059b4e30d0a71f5bc784dce01b (diff)
update to 4.16.0
-rw-r--r--php-nikic-php-parser4.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec
index 173e6e8..2fa2164 100644
--- a/php-nikic-php-parser4.spec
+++ b/php-nikic-php-parser4.spec
@@ -17,7 +17,7 @@
%bcond_with tests
%endif
-%global gh_commit 11e2663a5bc9db5d714eedb4277ee300403b4a9e
+%global gh_commit 19526a33fb561ef417e822e85f08a00db4059c17
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner nikic
%global gh_project PHP-Parser
@@ -27,7 +27,7 @@
%global major 4
Name: php-%{gh_owner}-%{pk_project}%{major}
-Version: 4.15.5
+Version: 4.16.0
Release: 1%{?dist}
Summary: A PHP parser written in PHP - version %{major}
@@ -128,7 +128,7 @@ AUTOLOAD
FILTER="--filter '^((?!(testLexNewFeatures)).)*$'"
ret=0
-for cmdarg in "php %{phpunit}" php80 php81 php82; do
+for cmdarg in "php %{phpunit}" php80 php81 php82 php83; do
if which $cmdarg; then
set $cmdarg
$1 -d include_path=%{php_home} \
@@ -153,6 +153,9 @@ exit $ret
%changelog
+* Mon Jun 26 2023 Remi Collet <remi@remirepo.net> - 4.16.0-1
+- update to 4.16.0
+
* Wed May 24 2023 Remi Collet <remi@remirepo.net> - 4.15.5-1
- update to 4.15.5