diff options
author | Remi Collet <remi@remirepo.net> | 2020-08-10 06:47:11 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-08-10 06:47:11 +0200 |
commit | 1f70bc4339464cd4b223ba0154b8e94cd436db12 (patch) | |
tree | 5ed45bb157a1395e738004538060ff221685a0ad | |
parent | 9e79f8d52cf3d4ccf856f3f5c5444cd1f15c81b0 (diff) |
update to 4.0.4
-rw-r--r-- | php-phpunit-php-token-stream4.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpunit-php-token-stream4.spec b/php-phpunit-php-token-stream4.spec index 8baec60..8c71ede 100644 --- a/php-phpunit-php-token-stream4.spec +++ b/php-phpunit-php-token-stream4.spec @@ -8,7 +8,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 5672711b6b07b14d5ab694e700c62eeb82fcf374 +%global gh_commit a853a0e183b9db7eed023d7933a858fa1c8d25a3 %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: 4.0.3 +Version: 4.0.4 Release: 1%{?dist} Summary: Wrapper around PHP tokenizer extension @@ -111,6 +111,9 @@ exit $ret %changelog +* Mon Aug 10 2020 Remi Collet <remi@remirepo.net> - 4.0.4-1 +- update to 4.0.4 + * Mon Jun 29 2020 Remi Collet <remi@remirepo.net> - 4.0.3-1 - update to 4.0.3 |