diff options
author | Remi Collet <remi@remirepo.net> | 2019-05-27 13:30:07 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-05-27 13:30:07 +0200 |
commit | 664ef1d3202a25832283cdc7707c877226ceb63c (patch) | |
tree | 65f9d38602037503bd6522d1729bb0080549a555 | |
parent | 0f81d204e91589c45a206d10fe2782ccd99b1d78 (diff) |
v4.2.2
-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 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 <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 |