summaryrefslogtreecommitdiffstats
path: root/php-phpunit-php-token-stream3.spec
diff options
context:
space:
mode:
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