v4.0.3
This commit is contained in:
parent
bdb5166113
commit
aa670b2747
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
/php-nikic-php-parser4-4.0.0-9c18e3d.tar.gz
|
||||
/php-nikic-php-parser4-4.0.1-e4a54fa.tar.gz
|
||||
/php-nikic-php-parser4-4.0.2-35b8caf.tar.gz
|
||||
/php-nikic-php-parser4-4.0.3-bd088dc.tar.gz
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
# For compatibility with SCL
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
%global gh_commit 35b8caf75e791ba1b2d24fec1552168d72692b12
|
||||
%global gh_commit bd088dc940a418f09cda079a9b5c7c478890fb8d
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner nikic
|
||||
%global gh_project PHP-Parser
|
||||
|
|
@ -21,8 +21,8 @@
|
|||
%global major 4
|
||||
|
||||
Name: php-%{gh_owner}-%{pk_project}%{major}
|
||||
Version: 4.0.2
|
||||
Release: 2%{?dist}
|
||||
Version: 4.0.3
|
||||
Release: 1%{?dist}
|
||||
Summary: A PHP parser written in PHP - version %{major}
|
||||
|
||||
License: BSD
|
||||
|
|
@ -122,7 +122,7 @@ sed -e 's:@BUILDROOT@:%{buildroot}:' -i test/bootstrap.php
|
|||
|
||||
: Upstream test suite
|
||||
ret=0
|
||||
for cmdarg in "php %{phpunit}" "php70 %{_bindir}/phpunit6" php71 php72; do
|
||||
for cmdarg in "php %{phpunit}" "php70 %{_bindir}/phpunit6" php71 php72 php73; do
|
||||
if which $cmdarg; then
|
||||
set $cmdarg
|
||||
$1 ${2:-%{_bindir}/phpunit7} --verbose || ret=1
|
||||
|
|
@ -144,6 +144,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 16 2018 Remi Collet <remi@remirepo.net> - 4.0.3-1
|
||||
- update to 4.0.3
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-nikic-php-parser4-4.0.2-35b8caf.tar.gz) = 509296f18cc62806019cb05cd350a71adfa0470f220df6205a272afe85205ea49c58b1552805a5337ce71fe55d7259f272095106780ce103443a243b6a439461
|
||||
SHA512 (php-nikic-php-parser4-4.0.3-bd088dc.tar.gz) = d3a27bd3e73fa5352920004096a158dc0ed35e1939af37653d38a1350c6e1a090332dcd86edf02a3f1d4043ab20e5cd87e6aab3ee0856ea15d2cf734869cc266
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue