diff options
| -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  | 
