parent
06856937df
commit
5feddd3ba8
3 changed files with 11 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -7,3 +7,4 @@
|
|||
/php-microsoft-tolerant-php-parser-0.0.22-3fdca6b.tgz
|
||||
/php-microsoft-tolerant-php-parser-0.0.23-1d76657.tgz
|
||||
/php-microsoft-tolerant-php-parser-0.1.1-6a96561.tgz
|
||||
/php-microsoft-tolerant-php-parser-0.1.2-3eccfd2.tgz
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
# remirepo/fedora spec file for php-microsoft-tolerant-php-parser
|
||||
#
|
||||
# Copyright (c) 2018-2021 Remi Collet
|
||||
# License: CC-BY-SA
|
||||
# Copyright (c) 2018-2023 Remi Collet
|
||||
# License: CC-BY-SA-4.0
|
||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
# Github
|
||||
%global gh_commit 6a965617cf484355048ac6d2d3de7b6ec93abb16
|
||||
%global gh_commit 3eccfd273323aaf69513e2f1c888393f5947804b
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner Microsoft
|
||||
%global gh_project tolerant-php-parser
|
||||
|
|
@ -22,8 +22,8 @@
|
|||
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_name}
|
||||
Version: 0.1.1
|
||||
Release: 3%{?dist}
|
||||
Version: 0.1.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Tolerant PHP-to-AST parser
|
||||
|
||||
License: MIT
|
||||
|
|
@ -94,7 +94,7 @@ rm tests/ParserGrammarTest.php
|
|||
|
||||
: Run the test suite
|
||||
ret=0
|
||||
for cmd in php php73 php74 php80; do
|
||||
for cmd in php php80 php81 php82; do
|
||||
if which $cmd; then
|
||||
$cmd %{_bindir}/phpunit8 \
|
||||
--testsuite invariants \
|
||||
|
|
@ -127,6 +127,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 6 2023 Remi Collet <remi@remirepo.net> - 0.1.2-1
|
||||
- update to 0.1.2
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-microsoft-tolerant-php-parser-0.1.1-6a96561.tgz) = 4595664a6f7e7b129414651e22599cd4c78dfaec41a75fdef790fe444da00bf7e9cb644d9c0b7a0aec85ae37632f64c8b8307fd612a8d4f2cc84c859c548e81c
|
||||
SHA512 (php-microsoft-tolerant-php-parser-0.1.2-3eccfd2.tgz) = 4f4fe1597e2f4a817b5bf8e4dc72678f78c012d300c471427c10e06992d04958ced8440f6235c90e9b2284f578dc6b3772e328b5775ed8f729ce8844a91a729b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue