diff options
author | Remi Collet <remi@remirepo.net> | 2021-07-26 14:58:23 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-07-26 14:58:23 +0200 |
commit | 4b842101c142ef430e30fecc40aa0b22f8c09f99 (patch) | |
tree | 11afc37aaff5c89fc280121a44ff76f0283f7876 | |
parent | eb61dde7d14a72c00a9d58e4d955727554eb02a3 (diff) |
-rw-r--r-- | php-phpunit-php-token-stream3.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpunit-php-token-stream3.spec b/php-phpunit-php-token-stream3.spec index f457548..390d702 100644 --- a/php-phpunit-php-token-stream3.spec +++ b/php-phpunit-php-token-stream3.spec @@ -8,7 +8,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 472b687829041c24b25f475e14c2f38a09edf1c2 +%global gh_commit 9c1da83261628cb24b6a6df371b6e312b3954768 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project php-token-stream @@ -26,8 +26,8 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 3.1.2 -Release: 3%{?dist} +Version: 3.1.3 +Release: 1%{?dist} Summary: Wrapper around PHP tokenizer extension License: BSD @@ -121,6 +121,9 @@ exit $ret %changelog +* Mon Jul 26 2021 Remi Collet <remi@remirepo.net> - 3.1.3-1 +- update to 3.1.3 + * Thu Mar 18 2021 Remi Collet <remi@remirepo.net> - 3.1.2-3 - add missing token from PHP 8 |