summaryrefslogtreecommitdiffstats
path: root/php-microsoft-tolerant-php-parser.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-03-20 08:14:26 +0100
committerRemi Collet <remi@remirepo.net>2018-03-20 08:14:26 +0100
commitb712266b7add6b6698e44ffc2c684bdef2763cfe (patch)
treecf0334bf1293a98d7b7e222c14b98dcf664dd9f4 /php-microsoft-tolerant-php-parser.spec
parent60be6416eef8c754ea83a2df0bf8df65cc56e7d6 (diff)
v0.0.10
Diffstat (limited to 'php-microsoft-tolerant-php-parser.spec')
-rw-r--r--php-microsoft-tolerant-php-parser.spec10
1 files changed, 6 insertions, 4 deletions
diff --git a/php-microsoft-tolerant-php-parser.spec b/php-microsoft-tolerant-php-parser.spec
index 580de85..de7e921 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 59351ce2a6b32c6cafc667dc20a48da36f38a482
+%global gh_commit 694b1538bb73fdcf1b8ea8e20f5acd03aae594e9
%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.9
+Version: 0.0.10
Release: 1%{?dist}
Summary: Tolerant PHP-to-AST parser
@@ -86,8 +86,7 @@ cp -pr src %{buildroot}%{_datadir}/php/%{ns_vendor}/%{ns_project}
%check
%if %{with_tests}
-sed -e '/memory_limit/s/"500M"/"2G"/' \
- -e 's:src/bootstrap.php:%{buildroot}%{_datadir}/php/%{ns_vendor}/%{ns_project}/autoload.php:' \
+sed -e 's:src/bootstrap.php:%{buildroot}%{_datadir}/php/%{ns_vendor}/%{ns_project}/autoload.php:' \
-i phpunit.xml
: Run the test suite
@@ -115,6 +114,9 @@ exit $ret
%changelog
+* Tue Mar 20 2018 Remi Collet <remi@remirepo.net> - 0.0.10-1
+- update to 0.0.10
+
* Thu Feb 15 2018 Remi Collet <remi@remirepo.net> - 0.0.9-1
- Update to 0.0.9