diff options
author | Remi Collet <remi@remirepo.net> | 2017-11-28 06:10:48 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-11-28 06:10:48 +0100 |
commit | eb722244f708ca8149cb2d954779fcc4a8c88c28 (patch) | |
tree | 37ac1386d10a77f2c7a3a506f1eb0ecb25837521 | |
parent | afb11b6fbde2541f34a007883de3eda1bdc066fd (diff) |
v2.0.2
-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 |