diff options
-rw-r--r-- | php-phpunit-php-token-stream2.spec | 7 |
1 files changed, 5 insertions, 2 deletions
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 <remi@remirepo.net> - 2.0.2-1 +- Update to 2.0.2 + * Mon Nov 6 2017 Remi Collet <remi@remirepo.net> - 2.0.1-1 - rename to php-phpunit-php-token-stream2 |