diff options
Diffstat (limited to 'php-nikic-php-parser4.spec')
-rw-r--r-- | php-nikic-php-parser4.spec | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec index ef3915e..0a8405b 100644 --- a/php-nikic-php-parser4.spec +++ b/php-nikic-php-parser4.spec @@ -18,7 +18,7 @@ %bcond_with tests %endif -%global gh_commit 4e1b88d21c69391150ace211e9eaf05810858d0b +%global gh_commit 0ed4c8949a32986043e977dbe14776c14d644c45 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nikic %global gh_project PHP-Parser @@ -28,7 +28,7 @@ %global major 4 Name: php-%{gh_owner}-%{pk_project}%{major} -Version: 4.19.1 +Version: 4.19.2 Release: 1%{?dist} Summary: A PHP parser written in PHP - version %{major} @@ -129,7 +129,7 @@ AUTOLOAD FILTER="--filter '^((?!(testLexNewFeatures)).)*$'" 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} \ @@ -144,8 +144,6 @@ exit $ret %files -# remirepo:1 -%{!?_licensedir:%global license %%doc} %license LICENSE %doc composer.json %doc *.md @@ -154,6 +152,9 @@ exit $ret %changelog +* Wed Sep 18 2024 Remi Collet <remi@remirepo.net> - 4.19.2-1 +- update to 4.19.2 + * Tue Mar 19 2024 Remi Collet <remi@remirepo.net> - 4.19.1-1 - update to 4.19.1 - raise dependency on PHP 7.1 |