This commit is contained in:
Remi Collet 2019-05-27 13:53:50 +02:00
commit de17fd67f9
3 changed files with 8 additions and 4 deletions

View file

@ -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}
@ -122,7 +122,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
@ -143,6 +143,9 @@ exit $ret
%changelog
* Mon May 27 2019 Remi Collet <remi@remirepo.net> - 4.2.2-1
- update to 4.2.2
* Mon Feb 18 2019 Remi Collet <remi@remirepo.net> - 4.2.1-1
- update to 4.2.1