v4.3.0
This commit is contained in:
parent
fa7b637b9e
commit
97194f3adf
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
clog
|
||||
/php-nikic-php-parser4-4.2.5-b76bbc3.tgz
|
||||
/php-nikic-php-parser4-4.3.0-9a9981c.tgz
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
# For compatibility with SCL
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
%global gh_commit b76bbc3c51f22c570648de48e8c2d941ed5e2cf2
|
||||
%global gh_commit 9a9981c347c5c49d6dfe5cf826bb882b824080dc
|
||||
%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.5
|
||||
Version: 4.3.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A PHP parser written in PHP - version %{major}
|
||||
|
||||
|
|
@ -45,7 +45,7 @@ BuildRequires: php-pcre
|
|||
BuildRequires: php-spl
|
||||
# From composer.json, "require-dev": {
|
||||
# "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0",
|
||||
# "ircmaxell/php-yacc": "0.0.4"
|
||||
# "ircmaxell/php-yacc": "0.0.5"
|
||||
%global phpunit %{_bindir}/phpunit8
|
||||
BuildRequires: phpunit8
|
||||
# Autoloader
|
||||
|
|
@ -148,6 +148,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 12 2019 Remi Collet <remi@remirepo.net> - 4.3.0-1
|
||||
- update to 4.3.0
|
||||
|
||||
* Mon Oct 28 2019 Remi Collet <remi@remirepo.net> - 4.2.5-1
|
||||
- update to 4.2.5
|
||||
- sources from git snapshot
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-nikic-php-parser4-4.2.5-b76bbc3.tgz) = de7b4a3cfdf1956de8111252f2254e70941ca45f398ad4a5501bba43cb9207cf085e74183196ac021c757bffe39b3a1cd0bc0e7751db6b422de1cdd6da2f4a20
|
||||
SHA512 (php-nikic-php-parser4-4.3.0-9a9981c.tgz) = f7aa21e66e3b9851099a5f1deee2d797c187707f9262ee604d4b19a1acfef68395ec0461c8439cb67b21e116dbcfdb3e51a71950f3aff753e5e2d473c0c7c0ae
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue