From 664ef1d3202a25832283cdc7707c877226ceb63c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 May 2019 13:30:07 +0200 Subject: v4.2.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 0aa5930..0fbd2c8 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 5221f49a608808c1e4d436df32884cbc1b821ac0 +%global gh_commit 1bd73cc04c3843ad8d6b0bfc0956026a151fc420 %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.2.1 +Version: 4.2.2 Release: 1%{?dist} Summary: A PHP parser written in PHP - version %{major} @@ -129,7 +129,7 @@ AUTOLOAD : Upstream test suite ret=0 -for cmdarg in "php %{phpunit}" "php70 %{_bindir}/phpunit6" php71 php72 php73; do +for cmdarg in "php %{phpunit}" php71 php72 php73 php74; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit7} --verbose || ret=1 @@ -152,6 +152,9 @@ exit $ret %changelog +* Mon May 27 2019 Remi Collet - 4.2.2-1 +- update to 4.2.2 + * Mon Feb 18 2019 Remi Collet - 4.2.1-1 - update to 4.2.1 -- cgit