parent
5005fd5b06
commit
152ed850a3
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,3 +4,4 @@ clog
|
|||
/php-nikic-php-parser4-4.4.0-bd43ec7.tgz
|
||||
/php-nikic-php-parser4-4.5.0-53c2753.tgz
|
||||
/php-nikic-php-parser4-4.6.0-c346bbf.tgz
|
||||
/php-nikic-php-parser4-4.8.0-8c58eb4.tgz
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
# For compatibility with SCL
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
%global gh_commit c346bbfafe2ff60680258b631afb730d186ed864
|
||||
%global gh_commit 8c58eb4cd4f3883f82611abeac2efbc3dbed787e
|
||||
%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.6.0
|
||||
Version: 4.8.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A PHP parser written in PHP - version %{major}
|
||||
|
||||
|
|
@ -122,7 +122,7 @@ AUTOLOAD
|
|||
: Upstream test suite
|
||||
# ignore test failing on 32-bit (in koji)
|
||||
ret=0
|
||||
for cmdarg in "php %{phpunit}" "php71 %{_bindir}/phpunit7" php72 php73 php74 php80; do
|
||||
for cmdarg in "php %{phpunit}" php72 php73 "php74 %{_bindir}/phpunit9" "php80 %{_bindir}/phpunit9"; do
|
||||
if which $cmdarg; then
|
||||
set $cmdarg
|
||||
$1 ${2:-%{_bindir}/phpunit8} \
|
||||
|
|
@ -145,6 +145,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 10 2020 Remi Collet <remi@remirepo.net> - 4.8.0-1
|
||||
- update to 4.8.0
|
||||
|
||||
* Fri Jul 3 2020 Remi Collet <remi@remirepo.net> - 4.6.0-1
|
||||
- update to 4.6.0
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-nikic-php-parser4-4.6.0-c346bbf.tgz) = 0d1f38f254907e6cf26fe9cf1ef58497d768d9782395ee663c5f1f295856b47428d7442fb734553e6e1fe814f97eac61bc6c9159d66427df7c2124486ac80ba7
|
||||
SHA512 (php-nikic-php-parser4-4.8.0-8c58eb4.tgz) = a7ee517482c17defeadb788a9ed4870362a935ddbe456a1f00a49c54cec0b46120d75d0c255c5ea6ddf5bf73fb915b70942c62450845094d2cbfac250e415fa8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue