summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-06-12 06:44:57 +0200
committerRemi Collet <remi@remirepo.net>2018-06-12 06:44:57 +0200
commit0aa1ab228b14742c272cadc163a137c3a2d487c7 (patch)
treef2c7ef28e75f61941e528c64ffe4e7edd8993066
parent09be9bd01f0160fd8a8485ed86de12b9e4e3b3a4 (diff)
v0.0.12
-rw-r--r--php-microsoft-tolerant-php-parser.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-microsoft-tolerant-php-parser.spec b/php-microsoft-tolerant-php-parser.spec
index 9d3d30a..25a4156 100644
--- a/php-microsoft-tolerant-php-parser.spec
+++ b/php-microsoft-tolerant-php-parser.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
# Github
-%global gh_commit 7647b60b13afd7e929aeef3de2c35696266c4da5
+%global gh_commit bce97ae2fc06d9259368afdd813fe30e6415b6e5
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner Microsoft
%global gh_project tolerant-php-parser
@@ -22,7 +22,7 @@
Name: php-%{pk_vendor}-%{pk_name}
-Version: 0.0.11
+Version: 0.0.12
Release: 1%{?dist}
Summary: Tolerant PHP-to-AST parser
@@ -91,7 +91,7 @@ sed -e 's:src/bootstrap.php:%{buildroot}%{_datadir}/php/%{ns_vendor}/%{ns_projec
: Run the test suite
ret=0
-for cmd in php php70 php71 php72; do
+for cmd in php php70 php71 php72 php73; do
if which $cmd; then
$cmd %{_bindir}/phpunit6 --testsuite invariants || ret=1
$cmd %{_bindir}/phpunit6 --testsuite grammar || ret=1
@@ -114,6 +114,9 @@ exit $ret
%changelog
+* Tue Jun 12 2018 Remi Collet <remi@remirepo.net> - 0.0.12-1
+- update to 0.0.12
+
* Sun May 13 2018 Remi Collet <remi@remirepo.net> - 0.0.11-1
- update to 0.0.11