v4.9.0
This commit is contained in:
parent
f2aecc50e3
commit
9ed1a36a88
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -5,3 +5,4 @@ clog
|
|||
/php-nikic-php-parser4-4.5.0-53c2753.tgz
|
||||
/php-nikic-php-parser4-4.6.0-c346bbf.tgz
|
||||
/php-nikic-php-parser4-4.8.0-8c58eb4.tgz
|
||||
/php-nikic-php-parser4-4.9.0-aaee038.tgz
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
# For compatibility with SCL
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
%global gh_commit 8c58eb4cd4f3883f82611abeac2efbc3dbed787e
|
||||
%global gh_commit aaee038b912e567780949787d5fe1977be11a778
|
||||
%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.8.0
|
||||
Version: 4.9.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A PHP parser written in PHP - version %{major}
|
||||
|
||||
|
|
@ -45,8 +45,8 @@ BuildRequires: php-json
|
|||
BuildRequires: php-pcre
|
||||
BuildRequires: php-spl
|
||||
# From composer.json, "require-dev": {
|
||||
# "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0",
|
||||
# "ircmaxell/php-yacc": "0.0.5"
|
||||
# "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0",
|
||||
# "ircmaxell/php-yacc": "0.0.7"
|
||||
%global phpunit %{_bindir}/phpunit8
|
||||
BuildRequires: phpunit8
|
||||
# Autoloader
|
||||
|
|
@ -145,6 +145,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Aug 19 2020 Remi Collet <remi@remirepo.net> - 4.9.0-1
|
||||
- update to 4.9.0
|
||||
|
||||
* Mon Aug 10 2020 Remi Collet <remi@remirepo.net> - 4.8.0-1
|
||||
- update to 4.8.0
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-nikic-php-parser4-4.8.0-8c58eb4.tgz) = a7ee517482c17defeadb788a9ed4870362a935ddbe456a1f00a49c54cec0b46120d75d0c255c5ea6ddf5bf73fb915b70942c62450845094d2cbfac250e415fa8
|
||||
SHA512 (php-nikic-php-parser4-4.9.0-aaee038.tgz) = 31aecb36576da330831e478f5f9dec86c04d1f8e092c6d710dc3be38315fcff658b919c00090522ddc71186bb1594ef2bd30981680715eec32972fe7ccbfb7a6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue