Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7f5e41b1c5 | ||
|
|
07b4f2e112 |
3 changed files with 11 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -4,3 +4,5 @@
|
|||
/php-microsoft-tolerant-php-parser-0.0.17-89386de.tgz
|
||||
/php-microsoft-tolerant-php-parser-0.0.18-e255aa9.tgz
|
||||
/php-microsoft-tolerant-php-parser-0.0.20-c5e2bf5.tgz
|
||||
/php-microsoft-tolerant-php-parser-0.0.22-3fdca6b.tgz
|
||||
/php-microsoft-tolerant-php-parser-0.0.23-1d76657.tgz
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
# Please, preserve the changelog entries
|
||||
#
|
||||
# Github
|
||||
%global gh_commit c5e2bf5d8c9f4f27eef1370bd39ea2d1f374eeb4
|
||||
%global gh_commit 1d76657e3271754515ace52501d3e427eca42ad0
|
||||
%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.23
|
||||
Release: 1%{?dist}
|
||||
Summary: Tolerant PHP-to-AST parser
|
||||
|
||||
|
|
@ -123,6 +123,12 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Sep 14 2020 Remi Collet <remi@remirepo.net> - 0.0.23-1
|
||||
- update to 0.0.23
|
||||
|
||||
* 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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-microsoft-tolerant-php-parser-0.0.20-c5e2bf5.tgz) = 25b3ad7332e6defeb4d20ba0262ac45dac3daec40fd843f361f161f290ba0f1bed0c620287045c8d357fdf0a2308811f27a6560a537800d75a889c37ff4242c8
|
||||
SHA512 (php-microsoft-tolerant-php-parser-0.0.23-1d76657.tgz) = 5fbe69a23df12c0b6df877ab338c33284fbcf749fec791ef11a77eadb49d5313b22e07ea5bb9ff969467d09e5f8a64a47281670d3af9e8c7b4a201df60b1f10c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue