From ff68175e4b1ae5ff9af99b10ec36d0d5a86366c5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Aug 2017 07:57:56 +0200 Subject: v2.0.1 --- php-phpunit-PHP-TokenStream.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-phpunit-PHP-TokenStream.spec') 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 - 2.0.1-1 +- Update to 2.0.1 + * Fri Aug 4 2017 Remi Collet - 2.0.0-1 - Update to 2.0.0 - raise dependency on PHP 7.0 -- cgit