diff options
author | Remi Collet <remi@remirepo.net> | 2023-12-11 06:59:51 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-12-11 06:59:51 +0100 |
commit | 70fc1c173a19ffbc6dc56a91771cbca12621c706 (patch) | |
tree | a029c37a4e4796fd003f4986c503792093f681f5 | |
parent | eb693ad67b28cba71fe517fd70b5eb5e151bf428 (diff) |
v4.18.0
-rw-r--r-- | php-nikic-php-parser4.spec | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec index 9af5687..04e41c1 100644 --- a/php-nikic-php-parser4.spec +++ b/php-nikic-php-parser4.spec @@ -7,6 +7,7 @@ # Please, preserve the changelog entries # +# remirepo:2 # For compatibility with SCL %undefine __brp_mangle_shebangs @@ -17,7 +18,7 @@ %bcond_with tests %endif -%global gh_commit a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d +%global gh_commit 1bcbb2179f97633e98bbbc87044ee2611c7d7999 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nikic %global gh_project PHP-Parser @@ -27,7 +28,7 @@ %global major 4 Name: php-%{gh_owner}-%{pk_project}%{major} -Version: 4.17.1 +Version: 4.18.0 Release: 1%{?dist} Summary: A PHP parser written in PHP - version %{major} @@ -128,7 +129,7 @@ AUTOLOAD FILTER="--filter '^((?!(testLexNewFeatures)).)*$'" ret=0 -for cmdarg in "php %{phpunit}" php80 php81 php82 php83; do +for cmdarg in "php %{phpunit}" php81 php82 php83; do if which $cmdarg; then set $cmdarg $1 -d include_path=%{php_home} \ @@ -153,6 +154,9 @@ exit $ret %changelog +* Mon Dec 11 2023 Remi Collet <remi@remirepo.net> - 4.18.0-1 +- update to 4.18.0 + * Fri Aug 18 2023 Remi Collet <remi@remirepo.net> - 4.17.1-1 - update to 4.17.1 |