From eb722244f708ca8149cb2d954779fcc4a8c88c28 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 Nov 2017 06:10:48 +0100 Subject: v2.0.2 --- php-phpunit-php-token-stream2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-phpunit-php-token-stream2.spec') diff --git a/php-phpunit-php-token-stream2.spec b/php-phpunit-php-token-stream2.spec index a0e6d04..0d9ce34 100644 --- a/php-phpunit-php-token-stream2.spec +++ b/php-phpunit-php-token-stream2.spec @@ -8,7 +8,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 9a02332089ac48e704c70f6cefed30c224e3c0b0 +%global gh_commit 791198a2c6254db10131eecfe8c06670700904db %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: 2.0.1 +Version: 2.0.2 Release: 1%{?dist} Summary: Wrapper around PHP tokenizer extension @@ -110,6 +110,9 @@ exit $ret %changelog +* Tue Nov 28 2017 Remi Collet - 2.0.2-1 +- Update to 2.0.2 + * Mon Nov 6 2017 Remi Collet - 2.0.1-1 - rename to php-phpunit-php-token-stream2 -- cgit