diff options
author | Remi Collet <remi@remirepo.net> | 2018-07-16 08:48:53 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-07-16 08:48:53 +0200 |
commit | b98829bebcfd743263d99599409d3e3c3c6d60c8 (patch) | |
tree | 5313f0c4aaa35a8dade779938e005750f6919ee2 | |
parent | d8438f64adafafed09f92652edd84ea34bf804a0 (diff) |
v4.0.3
-rw-r--r-- | php-nikic-php-parser4.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec index 8874d42..ee90df9 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 35b8caf75e791ba1b2d24fec1552168d72692b12 +%global gh_commit bd088dc940a418f09cda079a9b5c7c478890fb8d %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.0.2 +Version: 4.0.3 Release: 1%{?dist} Summary: A PHP parser written in PHP - version %{major} @@ -122,7 +122,7 @@ sed -e 's:@BUILDROOT@:%{buildroot}:' -i test/bootstrap.php : Upstream test suite ret=0 -for cmdarg in "php %{phpunit}" "php70 %{_bindir}/phpunit6" php71 php72; do +for cmdarg in "php %{phpunit}" "php70 %{_bindir}/phpunit6" php71 php72 php73; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit7} --verbose || ret=1 @@ -144,6 +144,9 @@ exit $ret %changelog +* Mon Jul 16 2018 Remi Collet <remi@remirepo.net> - 4.0.3-1 +- update to 4.0.3 + * Mon Jun 4 2018 Remi Collet <remi@remirepo.net> - 4.0.2-1 - update to 4.0.2 |