From 70fc1c173a19ffbc6dc56a91771cbca12621c706 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 11 Dec 2023 06:59:51 +0100 Subject: v4.18.0 --- php-nikic-php-parser4.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'php-nikic-php-parser4.spec') 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 - 4.18.0-1 +- update to 4.18.0 + * Fri Aug 18 2023 Remi Collet - 4.17.1-1 - update to 4.17.1 -- cgit