diff options
author | Remi Collet <remi@remirepo.net> | 2017-12-27 07:03:27 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-12-27 07:03:27 +0100 |
commit | 310f270b48e8de5d6111ec66b9af01c5fb9b0cb5 (patch) | |
tree | e955df653963b1467d2a74f08b8a10a8d996a0b9 | |
parent | f773f517c1125650c3fdf9e3d3b70f63d7ff5e77 (diff) |
v3.1.3
-rw-r--r-- | php-nikic-php-parser3.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-nikic-php-parser3.spec b/php-nikic-php-parser3.spec index 3076221..8de9b9d 100644 --- a/php-nikic-php-parser3.spec +++ b/php-nikic-php-parser3.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 08131e7ff29de6bb9f12275c7d35df71f25f4d89 +%global gh_commit 579f4ce846734a1cf55d6a531d00ca07a43e3cda %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nikic %global gh_project PHP-Parser @@ -19,7 +19,7 @@ %global eolv2 0 Name: php-%{gh_owner}-%{pk_project}%{major} -Version: 3.1.2 +Version: 3.1.3 Release: 1%{?dist} Summary: A PHP parser written in PHP @@ -113,7 +113,7 @@ sed -e 's:@BUILDROOT@:%{buildroot}:' -i test/bootstrap.php : Upstream test suite ret=0 -for cmd in php php56 php70 php71 php72; do +for cmd in php php70 php71 php72; do if which $cmd; then $cmd %{_bindir}/phpunit --verbose || ret=1 fi @@ -134,6 +134,9 @@ exit $ret %changelog +* Wed Dec 27 2017 Remi Collet <remi@remirepo.net> - 3.1.3-1 +- Update to 3.1.3 + * Mon Nov 6 2017 Remi Collet <remi@remirepo.net> - 3.1.2-1 - Update to 3.1.2 |