From 7a139b5be522363d81bd1a0a8b16f77b32ec93a9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 19 Jan 2019 07:39:28 +0100 Subject: v0.0.16 --- php-microsoft-tolerant-php-parser.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-microsoft-tolerant-php-parser.spec b/php-microsoft-tolerant-php-parser.spec index 82f3d20..e8b6665 100644 --- a/php-microsoft-tolerant-php-parser.spec +++ b/php-microsoft-tolerant-php-parser.spec @@ -1,13 +1,13 @@ # remirepo/fedora spec file for php-microsoft-tolerant-php-parser # -# Copyright (c) 2018 Remi Collet +# Copyright (c) 2018-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # # Github -%global gh_commit 54a84f1250dcde5641e86b5e966fec5f0e201f71 +%global gh_commit b662587eb797685a98239d1d52d25168a03fdfb2 %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.15 +Version: 0.0.16 Release: 1%{?dist} Summary: Tolerant PHP-to-AST parser @@ -114,6 +114,9 @@ exit $ret %changelog +* Sat Jan 19 2019 Remi Collet - 0.0.16-1 +- update to 0.0.16 + * Wed Sep 26 2018 Remi Collet - 0.0.15-1 - update to 0.0.15 -- cgit