From d56808b4d9f9c25499a365995c6741f6b3a81948 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 20 Aug 2018 16:24:02 +0200 Subject: v0.0.13 --- 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 25a4156..22a2588 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 bce97ae2fc06d9259368afdd813fe30e6415b6e5 +%global gh_commit 89ade271e639e0612deeccb0555f13c2224ecf84 %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.12 +Version: 0.0.13 Release: 1%{?dist} Summary: Tolerant PHP-to-AST parser @@ -114,6 +114,9 @@ exit $ret %changelog +* Mon Aug 20 2018 Remi Collet - 0.0.13-1 +- update to 0.0.13 + * Tue Jun 12 2018 Remi Collet - 0.0.12-1 - update to 0.0.12 -- cgit