From 4b842101c142ef430e30fecc40aa0b22f8c09f99 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Jul 2021 14:58:23 +0200 Subject: update to 3.1.3 --- php-phpunit-php-token-stream3.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-phpunit-php-token-stream3.spec') 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 - 3.1.3-1 +- update to 3.1.3 + * Thu Mar 18 2021 Remi Collet - 3.1.2-3 - add missing token from PHP 8 -- cgit