summaryrefslogtreecommitdiffstats
path: root/php-phpunit-php-token-stream3.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-10-30 08:46:06 +0100
committerRemi Collet <remi@remirepo.net>2018-10-30 08:46:06 +0100
commitbccca6384fd9f948976190c176e642dbfbd3cbf2 (patch)
tree54928de54a23d1e1088a5458f0db2cb720195894 /php-phpunit-php-token-stream3.spec
parent4cfb8915a9d23c72f3be542f505bcc92b4ddc5c9 (diff)
v3.0.1
Diffstat (limited to 'php-phpunit-php-token-stream3.spec')
-rw-r--r--php-phpunit-php-token-stream3.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpunit-php-token-stream3.spec b/php-phpunit-php-token-stream3.spec
index d787fe3..0025319 100644
--- a/php-phpunit-php-token-stream3.spec
+++ b/php-phpunit-php-token-stream3.spec
@@ -8,7 +8,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit 21ad88bbba7c3d93530d93994e0a33cd45f02ace
+%global gh_commit c99e3be9d3e85f60646f152f9002d46ed7770d18
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project php-token-stream
@@ -26,7 +26,7 @@
%endif
Name: php-%{pk_vendor}-%{pk_project}%{major}
-Version: 3.0.0
+Version: 3.0.1
Release: 1%{?dist}
Summary: Wrapper around PHP tokenizer extension
@@ -87,7 +87,7 @@ touch vendor/autoload.php
: Run upstream test suite
ret=0
-for cmd in php php71 php72; do
+for cmd in php php71 php72 php73; do
if which $cmd; then
$cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \
%{_bindir}/phpunit7 --verbose || ret=1
@@ -110,6 +110,9 @@ exit $ret
%changelog
+* Tue Oct 30 2018 Remi Collet <remi@remirepo.net> - 3.0.1-1
+- update to 3.0.1
+
* Wed Feb 7 2018 Remi Collet <remi@remirepo.net> - 3.0.0-1
- normal build