diff options
author | Remi Collet <remi@remirepo.net> | 2025-07-28 07:36:06 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-07-28 07:36:06 +0200 |
commit | 3da6ca24c22dc925f9c952fae0a6ae9d234f8d44 (patch) | |
tree | 4f129750f15d0c61d7d16fcd49ada3c8439b9249 | |
parent | bb11caa0a0fd37e4c38fddf6f9c2517adaf87db6 (diff) |
-rw-r--r-- | php-nikic-php-parser5.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-nikic-php-parser5.spec b/php-nikic-php-parser5.spec index 811dc58..7594b59 100644 --- a/php-nikic-php-parser5.spec +++ b/php-nikic-php-parser5.spec @@ -18,7 +18,7 @@ %bcond_with tests %endif -%global gh_commit ae59794362fe85e051a58ad36b289443f57be7a9 +%global gh_commit 221b0d0fdf1369c71047ad1d18bb5880017bbc56 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nikic %global gh_project PHP-Parser @@ -27,7 +27,7 @@ %global ns_project PhpParser %global major 5 -%global upstream_version 5.5.0 +%global upstream_version 5.6.0 #global upstream_prever rc1 Name: php-%{gh_owner}-%{pk_project}%{major} @@ -127,7 +127,7 @@ AUTOLOAD : Upstream test suite ret=0 -for cmdarg in "php %{phpunit}" php81 php82 php83 php84; do +for cmdarg in "php %{phpunit}" php81 php82 php83 php84 php85; do if which $cmdarg; then set $cmdarg $1 -d include_path=%{php_home} \ @@ -150,6 +150,9 @@ exit $ret %changelog +* Mon Jul 28 2025 Remi Collet <remi@remirepo.net> - 5.6.0-1 +- update to 5.6.0 + * Wed Jun 18 2025 Remi Collet <remi@remirepo.net> - 5.5.0-1 - update to 5.5.0 |