From 70dbc40c7d26b6ca7b1c16fdc84147b792c80c55 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Sep 2019 09:03:56 +0200 Subject: v3.1.1 --- php-phpunit-php-token-stream3.spec | 7 +++++-- 1 file 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 - 3.1.1-1 +- update to 3.1.1 + * Thu Jul 25 2019 Remi Collet - 3.1.0-1 - update to 3.1.0 -- cgit