diff options
Diffstat (limited to 'php-nikic-php-parser5.spec')
-rw-r--r-- | php-nikic-php-parser5.spec | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/php-nikic-php-parser5.spec b/php-nikic-php-parser5.spec index 48cba1d..3f2b853 100644 --- a/php-nikic-php-parser5.spec +++ b/php-nikic-php-parser5.spec @@ -18,7 +18,7 @@ %bcond_with tests %endif -%global gh_commit 683130c2ff8c2739f4822ff7ac5c873ec529abd1 +%global gh_commit 23c79fbbfb725fb92af9bcf41065c8e9a0d49ddb %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.1.0 +%global upstream_version 5.2.0 #global upstream_prever rc1 Name: php-%{gh_owner}-%{pk_project}%{major} @@ -136,7 +136,7 @@ AUTOLOAD FILTER="--filter '^((?!(testAliases)).)*$'" ret=0 -for cmdarg in "php %{phpunit}" php81 php82 php83; do +for cmdarg in "php %{phpunit}" php81 php82 php83 php84; do if which $cmdarg; then set $cmdarg $1 -d include_path=%{php_home} \ @@ -151,8 +151,6 @@ exit $ret %files -# remirepo:1 -%{!?_licensedir:%global license %%doc} %license LICENSE %doc composer.json %doc *.md @@ -161,6 +159,9 @@ exit $ret %changelog +* Mon Sep 16 2024 Remi Collet <remi@remirepo.net> - 5.2.0-1 +- update to 5.2.0 + * Tue Jul 2 2024 Remi Collet <remi@remirepo.net> - 5.1.0-1 - update to 5.1.0 |