parent
083020b64e
commit
c89d1d39cc
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -7,3 +7,4 @@
|
|||
/php-nikic-php-parser4-4.1.1-8aae5b5.tar.gz
|
||||
/php-nikic-php-parser4-4.2.0-594bcae.tar.gz
|
||||
/php-nikic-php-parser4-4.2.1-5221f49.tar.gz
|
||||
/php-nikic-php-parser4-4.2.2-1bd73cc.tar.gz
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
# For compatibility with SCL
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
%global gh_commit 5221f49a608808c1e4d436df32884cbc1b821ac0
|
||||
%global gh_commit 1bd73cc04c3843ad8d6b0bfc0956026a151fc420
|
||||
%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.2.1
|
||||
Version: 4.2.2
|
||||
Release: 1%{?dist}
|
||||
Summary: A PHP parser written in PHP - version %{major}
|
||||
|
||||
|
|
@ -122,7 +122,7 @@ AUTOLOAD
|
|||
|
||||
: Upstream test suite
|
||||
ret=0
|
||||
for cmdarg in "php %{phpunit}" "php70 %{_bindir}/phpunit6" php71 php72 php73; do
|
||||
for cmdarg in "php %{phpunit}" php71 php72 php73 php74; do
|
||||
if which $cmdarg; then
|
||||
set $cmdarg
|
||||
$1 ${2:-%{_bindir}/phpunit7} --verbose || ret=1
|
||||
|
|
@ -143,6 +143,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon May 27 2019 Remi Collet <remi@remirepo.net> - 4.2.2-1
|
||||
- update to 4.2.2
|
||||
|
||||
* Mon Feb 18 2019 Remi Collet <remi@remirepo.net> - 4.2.1-1
|
||||
- update to 4.2.1
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-nikic-php-parser4-4.2.1-5221f49.tar.gz) = ab2a1b7f656fb524437ac911a2a5da7a04f24d7b30ae429d4ed6a0713ec1347bfde7d6a1fb2e1f7a350dddd3adb449d62ec160cc457ed481e65d99ca304eaf55
|
||||
SHA512 (php-nikic-php-parser4-4.2.2-1bd73cc.tar.gz) = f28591a6daa44d19c367cde731be8b59d2d7116945c857d76bf95bbe9e5ba7b300261efb1e57170657f775371f866a695f4aa72e9ad99e3055f7069a778d15fd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue