diff options
author | Remi Collet <remi@remirepo.net> | 2020-08-26 09:37:25 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-08-26 09:37:25 +0200 |
commit | ea008fcc02798b5730d4b8f1a2b2e7a79604d959 (patch) | |
tree | 52c0fe7a7903300e9febb3d418368c5982deb638 | |
parent | fbd08d42db14eaddcae6c09714e6443f2f63589b (diff) |
update to 0.0.22
-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 2b2f41c..fff32b8 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 c5e2bf5d8c9f4f27eef1370bd39ea2d1f374eeb4 +%global gh_commit 3fdca6be0f9dc318b8c440d0c0f2a47a173de7a6 %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.20 +Version: 0.0.22 Release: 1%{?dist} Summary: Tolerant PHP-to-AST parser @@ -124,6 +124,9 @@ exit $ret %changelog +* Wed Aug 26 2020 Remi Collet <remi@remirepo.net> - 0.0.22-1 +- update to 0.0.22 + * Tue Feb 25 2020 Remi Collet <remi@remirepo.net> - 0.0.20-1 - update to 0.0.20 - re-enable the test suite, only ignore 3 known failed tests |