From 60be6416eef8c754ea83a2df0bf8df65cc56e7d6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 15 Feb 2018 07:32:45 +0100 Subject: v0.0.9 --- php-microsoft-tolerant-php-parser.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/php-microsoft-tolerant-php-parser.spec b/php-microsoft-tolerant-php-parser.spec index 9fb0841..580de85 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 10e901a6086826376c6256954dc8903ef0ec6c9e +%global gh_commit 59351ce2a6b32c6cafc667dc20a48da36f38a482 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner Microsoft %global gh_project tolerant-php-parser @@ -22,11 +22,10 @@ Name: php-%{pk_vendor}-%{pk_name} -Version: 0.0.8 +Version: 0.0.9 Release: 1%{?dist} Summary: Tolerant PHP-to-AST parser -Group: Development/Libraries License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} Source0: %{name}-%{version}-%{gh_short}.tgz @@ -116,5 +115,8 @@ exit $ret %changelog +* Thu Feb 15 2018 Remi Collet - 0.0.9-1 +- Update to 0.0.9 + * Mon Jan 22 2018 Remi Collet - 0.0.8-1 - initial package -- cgit