v4.9.1
This commit is contained in:
parent
9ed1a36a88
commit
18d564e742
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -6,3 +6,4 @@ clog
|
|||
/php-nikic-php-parser4-4.6.0-c346bbf.tgz
|
||||
/php-nikic-php-parser4-4.8.0-8c58eb4.tgz
|
||||
/php-nikic-php-parser4-4.9.0-aaee038.tgz
|
||||
/php-nikic-php-parser4-4.9.1-88e5197.tgz
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
# For compatibility with SCL
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
%global gh_commit aaee038b912e567780949787d5fe1977be11a778
|
||||
%global gh_commit 88e519766fc58bd46b8265561fb79b54e2e00b28
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner nikic
|
||||
%global gh_project PHP-Parser
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
%global major 4
|
||||
|
||||
Name: php-%{gh_owner}-%{pk_project}%{major}
|
||||
Version: 4.9.0
|
||||
Version: 4.9.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A PHP parser written in PHP - version %{major}
|
||||
|
||||
|
|
@ -122,10 +122,10 @@ AUTOLOAD
|
|||
: Upstream test suite
|
||||
# ignore test failing on 32-bit (in koji)
|
||||
ret=0
|
||||
for cmdarg in "php %{phpunit}" php72 php73 "php74 %{_bindir}/phpunit9" "php80 %{_bindir}/phpunit9"; do
|
||||
for cmdarg in "php %{phpunit}" "php72%{_bindir}/phpunit8" php73 php74 php80; do
|
||||
if which $cmdarg; then
|
||||
set $cmdarg
|
||||
$1 ${2:-%{_bindir}/phpunit8} \
|
||||
$1 ${2:-%{_bindir}/phpunit9} \
|
||||
--filter '^((?!(testParse|testLexNewFeatures)).)*$' \
|
||||
--verbose || ret=1
|
||||
fi
|
||||
|
|
@ -145,6 +145,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 31 2020 Remi Collet <remi@remirepo.net> - 4.9.1-1
|
||||
- update to 4.9.1
|
||||
|
||||
* Wed Aug 19 2020 Remi Collet <remi@remirepo.net> - 4.9.0-1
|
||||
- update to 4.9.0
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-nikic-php-parser4-4.9.0-aaee038.tgz) = 31aecb36576da330831e478f5f9dec86c04d1f8e092c6d710dc3be38315fcff658b919c00090522ddc71186bb1594ef2bd30981680715eec32972fe7ccbfb7a6
|
||||
SHA512 (php-nikic-php-parser4-4.9.1-88e5197.tgz) = faec582ae5b38709263428ddcb03fa9f67546d811e4af93c64a0ce593c7f6e45526ed23951c0413c9f86be58fb554596be18d003f7fc86c7d03218a5fd35f051
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue