diff options
author | Remi Collet <remi@remirepo.net> | 2019-03-23 08:09:46 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-03-23 08:09:46 +0100 |
commit | f54626946042796cbc306e692490a0abd4c59d61 (patch) | |
tree | 1f5e84a4d50250ce5e51c8d2cc443b01be57dc0b | |
parent | 7a139b5be522363d81bd1a0a8b16f77b32ec93a9 (diff) |
v0.0.17
-rw-r--r-- | php-microsoft-tolerant-php-parser.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-microsoft-tolerant-php-parser.spec b/php-microsoft-tolerant-php-parser.spec index e8b6665..ef956ac 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 b662587eb797685a98239d1d52d25168a03fdfb2 +%global gh_commit 89386de8dec9c004c8ea832692e236c92f34b542 %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.16 +Version: 0.0.17 Release: 1%{?dist} Summary: Tolerant PHP-to-AST parser @@ -114,6 +114,9 @@ exit $ret %changelog +* Mon Mar 11 2019 Remi Collet <remi@remirepo.net> - 0.0.17-1 +- update to 0.0.17 + * Sat Jan 19 2019 Remi Collet <remi@remirepo.net> - 0.0.16-1 - update to 0.0.16 |