diff options
author | Remi Collet <remi@remirepo.net> | 2019-09-17 09:03:56 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-09-17 09:03:56 +0200 |
commit | 70dbc40c7d26b6ca7b1c16fdc84147b792c80c55 (patch) | |
tree | 39090c9153560ed172aaf18d2e138064dcb41686 | |
parent | a248b3a5e130036dacfa5ff3ccb50ad121470039 (diff) |
v3.1.1
-rw-r--r-- | php-phpunit-php-token-stream3.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpunit-php-token-stream3.spec b/php-phpunit-php-token-stream3.spec index 0f87bf2..eca263f 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 e899757bb3df5ff6e95089132f32cd59aac2220a +%global gh_commit 995192df77f63a59e47f025390d2d1fdf8f425ff %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: 3.1.0 +Version: 3.1.1 Release: 1%{?dist} Summary: Wrapper around PHP tokenizer extension @@ -110,6 +110,9 @@ exit $ret %changelog +* Tue Sep 17 2019 Remi Collet <remi@remirepo.net> - 3.1.1-1 +- update to 3.1.1 + * Thu Jul 25 2019 Remi Collet <remi@remirepo.net> - 3.1.0-1 - update to 3.1.0 |