From ea008fcc02798b5730d4b8f1a2b2e7a79604d959 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 26 Aug 2020 09:37:25 +0200 Subject: update to 0.0.22 --- php-microsoft-tolerant-php-parser.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-microsoft-tolerant-php-parser.spec b/php-microsoft-tolerant-php-parser.spec index 2b2f41c..fff32b8 100644 --- a/php-microsoft-tolerant-php-parser.spec +++ b/php-microsoft-tolerant-php-parser.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # Github -%global gh_commit c5e2bf5d8c9f4f27eef1370bd39ea2d1f374eeb4 +%global gh_commit 3fdca6be0f9dc318b8c440d0c0f2a47a173de7a6 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner Microsoft %global gh_project tolerant-php-parser @@ -22,7 +22,7 @@ Name: php-%{pk_vendor}-%{pk_name} -Version: 0.0.20 +Version: 0.0.22 Release: 1%{?dist} Summary: Tolerant PHP-to-AST parser @@ -124,6 +124,9 @@ exit $ret %changelog +* Wed Aug 26 2020 Remi Collet - 0.0.22-1 +- update to 0.0.22 + * Tue Feb 25 2020 Remi Collet - 0.0.20-1 - update to 0.0.20 - re-enable the test suite, only ignore 3 known failed tests -- cgit