parent
760f943715
commit
08746063d4
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -24,3 +24,4 @@ clog
|
|||
/php-nikic-php-parser4-4.15.3-570e980.tgz
|
||||
/php-nikic-php-parser4-4.15.4-6bb5176.tgz
|
||||
/php-nikic-php-parser4-4.15.5-11e2663.tgz
|
||||
/php-nikic-php-parser4-4.16.0-19526a3.tgz
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
%bcond_with tests
|
||||
%endif
|
||||
|
||||
%global gh_commit 11e2663a5bc9db5d714eedb4277ee300403b4a9e
|
||||
%global gh_commit 19526a33fb561ef417e822e85f08a00db4059c17
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner nikic
|
||||
%global gh_project PHP-Parser
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
%global major 4
|
||||
|
||||
Name: php-%{gh_owner}-%{pk_project}%{major}
|
||||
Version: 4.15.5
|
||||
Version: 4.16.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A PHP parser written in PHP - version %{major}
|
||||
|
||||
|
|
@ -128,7 +128,7 @@ AUTOLOAD
|
|||
FILTER="--filter '^((?!(testLexNewFeatures)).)*$'"
|
||||
|
||||
ret=0
|
||||
for cmdarg in "php %{phpunit}" php80 php81 php82; do
|
||||
for cmdarg in "php %{phpunit}" php80 php81 php82 php83; do
|
||||
if which $cmdarg; then
|
||||
set $cmdarg
|
||||
$1 -d include_path=%{php_home} \
|
||||
|
|
@ -151,6 +151,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Jun 26 2023 Remi Collet <remi@remirepo.net> - 4.16.0-1
|
||||
- update to 4.16.0
|
||||
|
||||
* Wed May 24 2023 Remi Collet <remi@remirepo.net> - 4.15.5-1
|
||||
- update to 4.15.5
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-nikic-php-parser4-4.15.5-11e2663.tgz) = ace66102ddeb7a0f4b644b5d8579e1ed76579146ded37ac1459bbb14865fef6fd1eac5653336366dd8fad3ce0928b74ed0daac74232c979249e3bf445385a10c
|
||||
SHA512 (php-nikic-php-parser4-4.16.0-19526a3.tgz) = e4a216a4e412ccfa866275f79083c671461226b8454137cee1ae884776160a2452190b80a88cf9eed31685b61a0edad439ad4cd2a32c7f358728a3dd36eba7f9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue