summaryrefslogtreecommitdiffstats
path: root/php-phpunit-PHP-TokenStream.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-phpunit-PHP-TokenStream.spec')
-rw-r--r--php-phpunit-PHP-TokenStream.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpunit-PHP-TokenStream.spec b/php-phpunit-PHP-TokenStream.spec
index e861296..21c936c 100644
--- a/php-phpunit-PHP-TokenStream.spec
+++ b/php-phpunit-PHP-TokenStream.spec
@@ -8,7 +8,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit ecb0b2cdaa0add708fe6f329ef65ae0c5225130b
+%global gh_commit 9a02332089ac48e704c70f6cefed30c224e3c0b0
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project php-token-stream
@@ -22,7 +22,7 @@
%endif
Name: php-phpunit-PHP-TokenStream
-Version: 2.0.0
+Version: 2.0.1
Release: 1%{?dist}
Summary: Wrapper around PHP tokenizer extension
@@ -108,6 +108,9 @@ fi
%changelog
+* Mon Aug 21 2017 Remi Collet <remi@remirepo.net> - 2.0.1-1
+- Update to 2.0.1
+
* Fri Aug 4 2017 Remi Collet <remi@remirepo.net> - 2.0.0-1
- Update to 2.0.0
- raise dependency on PHP 7.0