From db14ec640980504cee201f9e93709910216d4425 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Dec 2021 08:14:26 +0100 Subject: update to 4.13.2 --- php-nikic-php-parser4.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec index 3b6c0f0..07ad602 100644 --- a/php-nikic-php-parser4.spec +++ b/php-nikic-php-parser4.spec @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 63a79e8daa781cac14e5195e63ed8ae231dd10fd +%global gh_commit 210577fe3cf7badcc5814d99455df46564f3c077 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nikic %global gh_project PHP-Parser @@ -21,7 +21,7 @@ %global major 4 Name: php-%{gh_owner}-%{pk_project}%{major} -Version: 4.13.1 +Version: 4.13.2 Release: 1%{?dist} Summary: A PHP parser written in PHP - version %{major} @@ -128,7 +128,7 @@ else fi ret=0 -for cmdarg in "php %{phpunit}" php73 php74 php80 php81; do +for cmdarg in "php %{phpunit}" php74 php80 php81; do if which $cmdarg; then set $cmdarg $1 -d include_path=%{php_home} \ @@ -153,6 +153,9 @@ exit $ret %changelog +* Wed Dec 1 2021 Remi Collet - 4.13.2-1 +- update to 4.13.2 + * Thu Nov 4 2021 Remi Collet - 4.13.1-1 - update to 4.13.1 -- cgit