parent
03b32fa88b
commit
c5942aebda
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -28,3 +28,4 @@ clog
|
|||
/php-nikic-php-parser4-4.17.1-a6303e5.tgz
|
||||
/php-nikic-php-parser4-4.18.0-1bcbb21.tgz
|
||||
/php-nikic-php-parser4-4.19.1-4e1b88d.tgz
|
||||
/php-nikic-php-parser4-4.19.2-0ed4c89.tgz
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
%bcond_with tests
|
||||
%endif
|
||||
|
||||
%global gh_commit 4e1b88d21c69391150ace211e9eaf05810858d0b
|
||||
%global gh_commit 0ed4c8949a32986043e977dbe14776c14d644c45
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner nikic
|
||||
%global gh_project PHP-Parser
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
%global major 4
|
||||
|
||||
Name: php-%{gh_owner}-%{pk_project}%{major}
|
||||
Version: 4.19.1
|
||||
Version: 4.19.2
|
||||
Release: 1%{?dist}
|
||||
Summary: A PHP parser written in PHP - version %{major}
|
||||
|
||||
|
|
@ -126,7 +126,7 @@ AUTOLOAD
|
|||
FILTER="--filter '^((?!(testLexNewFeatures)).)*$'"
|
||||
|
||||
ret=0
|
||||
for cmdarg in "php %{phpunit}" php81 php82 php83; do
|
||||
for cmdarg in "php %{phpunit}" php81 php82 php83 php84; do
|
||||
if which $cmdarg; then
|
||||
set $cmdarg
|
||||
$1 -d include_path=%{php_home} \
|
||||
|
|
@ -149,6 +149,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 18 2024 Remi Collet <remi@remirepo.net> - 4.19.2-1
|
||||
- update to 4.19.2
|
||||
|
||||
* Tue Mar 19 2024 Remi Collet <remi@remirepo.net> - 4.19.1-1
|
||||
- update to 4.19.1
|
||||
- raise dependency on PHP 7.1
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-nikic-php-parser4-4.19.1-4e1b88d.tgz) = 42b7a4c9cb67221a4803e1e61bfbc2fb4b37e07b06df551b818e9166bb941fea2939461f50a2bff2a552e83427fb199d61209b41ba6f9eaf928aa3e832f84131
|
||||
SHA512 (php-nikic-php-parser4-4.19.2-0ed4c89.tgz) = b1453d0ca5bc50eda6e00f2f58bd2e6e9666fb427c0b4a7426f31d7bfd534786fc9efca91cf56b2e8655c8f8aabb4dd4f8cb34485aba6d790f500f5e33e02764
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue