diff options
author | Remi Collet <remi@remirepo.net> | 2021-07-19 10:24:38 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-07-19 10:24:38 +0200 |
commit | 557093f38bee71d3a7637933d1f77b4846281c0b (patch) | |
tree | 51dd9b0abcc0b7d110ca5b8c21d5b06bd8a3f4ba | |
parent | 8f89a37c9844f99c19c49201b0605b72b597ff2b (diff) |
update to 0.1.1
-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 fabb9b8..0e2658e 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 769b9d9b7a735830b26b3c6ffd36188756585c77 +%global gh_commit 6a965617cf484355048ac6d2d3de7b6ec93abb16 %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.1.0 +Version: 0.1.1 Release: 1%{?dist} Summary: Tolerant PHP-to-AST parser @@ -128,6 +128,9 @@ exit $ret %changelog +* Mon Jul 19 2021 Remi Collet <remi@remirepo.net> - 0.1.1-1 +- update to 0.1.1 + * Mon Jun 28 2021 Remi Collet <remi@remirepo.net> - 0.1.0-1 - update to 0.1.0 - raise dependency on PHP 7.2 |