From 310f270b48e8de5d6111ec66b9af01c5fb9b0cb5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 27 Dec 2017 07:03:27 +0100 Subject: v3.1.3 --- php-nikic-php-parser3.spec | 9 ++++++--- 1 file 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 - 3.1.3-1 +- Update to 3.1.3 + * Mon Nov 6 2017 Remi Collet - 3.1.2-1 - Update to 3.1.2 -- cgit