From 557093f38bee71d3a7637933d1f77b4846281c0b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Jul 2021 10:24:38 +0200 Subject: update to 0.1.1 --- 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 fabb9b8..0e2658e 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 769b9d9b7a735830b26b3c6ffd36188756585c77 +%global gh_commit 6a965617cf484355048ac6d2d3de7b6ec93abb16 %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.1.0 +Version: 0.1.1 Release: 1%{?dist} Summary: Tolerant PHP-to-AST parser @@ -128,6 +128,9 @@ exit $ret %changelog +* Mon Jul 19 2021 Remi Collet - 0.1.1-1 +- update to 0.1.1 + * Mon Jun 28 2021 Remi Collet - 0.1.0-1 - update to 0.1.0 - raise dependency on PHP 7.2 -- cgit