Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
23c9fad427 | ||
|
|
c5942aebda |
3 changed files with 13 additions and 5 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -28,3 +28,5 @@ clog
|
||||||
/php-nikic-php-parser4-4.17.1-a6303e5.tgz
|
/php-nikic-php-parser4-4.17.1-a6303e5.tgz
|
||||||
/php-nikic-php-parser4-4.18.0-1bcbb21.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.1-4e1b88d.tgz
|
||||||
|
/php-nikic-php-parser4-4.19.2-0ed4c89.tgz
|
||||||
|
/php-nikic-php-parser4-4.19.4-715f4d2.tgz
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global gh_commit 4e1b88d21c69391150ace211e9eaf05810858d0b
|
%global gh_commit 715f4d25e225bc47b293a8b997fe6ce99bf987d2
|
||||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||||
%global gh_owner nikic
|
%global gh_owner nikic
|
||||||
%global gh_project PHP-Parser
|
%global gh_project PHP-Parser
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
%global major 4
|
%global major 4
|
||||||
|
|
||||||
Name: php-%{gh_owner}-%{pk_project}%{major}
|
Name: php-%{gh_owner}-%{pk_project}%{major}
|
||||||
Version: 4.19.1
|
Version: 4.19.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A PHP parser written in PHP - version %{major}
|
Summary: A PHP parser written in PHP - version %{major}
|
||||||
|
|
||||||
|
|
@ -49,7 +49,7 @@ BuildRequires: php-json
|
||||||
BuildRequires: php-pcre
|
BuildRequires: php-pcre
|
||||||
BuildRequires: php-spl
|
BuildRequires: php-spl
|
||||||
# From composer.json, "require-dev": {
|
# From composer.json, "require-dev": {
|
||||||
# "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0",
|
# "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
|
||||||
# "ircmaxell/php-yacc": "0.0.7"
|
# "ircmaxell/php-yacc": "0.0.7"
|
||||||
%global phpunit %{_bindir}/phpunit9
|
%global phpunit %{_bindir}/phpunit9
|
||||||
BuildRequires: phpunit9
|
BuildRequires: phpunit9
|
||||||
|
|
@ -126,7 +126,7 @@ AUTOLOAD
|
||||||
FILTER="--filter '^((?!(testLexNewFeatures)).)*$'"
|
FILTER="--filter '^((?!(testLexNewFeatures)).)*$'"
|
||||||
|
|
||||||
ret=0
|
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
|
if which $cmdarg; then
|
||||||
set $cmdarg
|
set $cmdarg
|
||||||
$1 -d include_path=%{php_home} \
|
$1 -d include_path=%{php_home} \
|
||||||
|
|
@ -149,6 +149,12 @@ exit $ret
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 30 2024 Remi Collet <remi@remirepo.net> - 4.19.4-1
|
||||||
|
- update to 4.19.4
|
||||||
|
|
||||||
|
* 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
|
* Tue Mar 19 2024 Remi Collet <remi@remirepo.net> - 4.19.1-1
|
||||||
- update to 4.19.1
|
- update to 4.19.1
|
||||||
- raise dependency on PHP 7.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.4-715f4d2.tgz) = c6eb9e25fe950264a8f27bf16adc603af9973da0514f0b728fc0fd768f000f7a983403c674209f78941672adf72ca61d54e705d05884b7dc4ccfbfa7d4e6696b
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue