summaryrefslogtreecommitdiffstats
path: root/php-phpunit-php-token-stream3.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-07-26 14:58:23 +0200
committerRemi Collet <remi@remirepo.net>2021-07-26 14:58:23 +0200
commit4b842101c142ef430e30fecc40aa0b22f8c09f99 (patch)
tree11afc37aaff5c89fc280121a44ff76f0283f7876 /php-phpunit-php-token-stream3.spec
parenteb61dde7d14a72c00a9d58e4d955727554eb02a3 (diff)
update to 3.1.3HEADmaster
Diffstat (limited to 'php-phpunit-php-token-stream3.spec')
-rw-r--r--php-phpunit-php-token-stream3.spec9
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