From cce45541cd607243414127d996e4a1c6a7464259 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 14 Sep 2020 09:20:36 +0200 Subject: update to 0.0.23 --- 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 fff32b8..628580c 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 3fdca6be0f9dc318b8c440d0c0f2a47a173de7a6 +%global gh_commit 1d76657e3271754515ace52501d3e427eca42ad0 %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.22 +Version: 0.0.23 Release: 1%{?dist} Summary: Tolerant PHP-to-AST parser @@ -124,6 +124,9 @@ exit $ret %changelog +* Mon Sep 14 2020 Remi Collet - 0.0.23-1 +- update to 0.0.23 + * Wed Aug 26 2020 Remi Collet - 0.0.22-1 - update to 0.0.22 -- cgit