diff options
author | Remi Collet <remi@remirepo.net> | 2018-05-13 10:16:10 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-05-13 10:16:10 +0200 |
commit | 09be9bd01f0160fd8a8485ed86de12b9e4e3b3a4 (patch) | |
tree | dc206c5caef14a89beef0568b3e895373287b0a3 | |
parent | b712266b7add6b6698e44ffc2c684bdef2763cfe (diff) |
v0.0.11
-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 de7e921..9d3d30a 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 694b1538bb73fdcf1b8ea8e20f5acd03aae594e9 +%global gh_commit 7647b60b13afd7e929aeef3de2c35696266c4da5 %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.10 +Version: 0.0.11 Release: 1%{?dist} Summary: Tolerant PHP-to-AST parser @@ -114,6 +114,9 @@ exit $ret %changelog +* Sun May 13 2018 Remi Collet <remi@remirepo.net> - 0.0.11-1 +- update to 0.0.11 + * Tue Mar 20 2018 Remi Collet <remi@remirepo.net> - 0.0.10-1 - update to 0.0.10 |