v4.0.2
This commit is contained in:
parent
d33d7df8b3
commit
4da1f8d05f
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/php-nikic-php-parser4-4.0.0-9c18e3d.tar.gz
|
||||
/php-nikic-php-parser4-4.0.1-e4a54fa.tar.gz
|
||||
/php-nikic-php-parser4-4.0.2-35b8caf.tar.gz
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
# For compatibility with SCL
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
%global gh_commit e4a54fa90a5cd8e8dd3fb4099942681731c5cdd3
|
||||
%global gh_commit 35b8caf75e791ba1b2d24fec1552168d72692b12
|
||||
%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.0.1
|
||||
Version: 4.0.2
|
||||
Release: 1%{?dist}
|
||||
Summary: A PHP parser written in PHP - version %{major}
|
||||
|
||||
|
|
@ -144,6 +144,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Jun 4 2018 Remi Collet <remi@remirepo.net> - 4.0.2-1
|
||||
- update to 4.0.2
|
||||
|
||||
* Mon Mar 26 2018 Remi Collet <remi@remirepo.net> - 4.0.1-1
|
||||
- update to 4.0.1
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-nikic-php-parser4-4.0.1-e4a54fa.tar.gz) = 670d02a23275c85247e073b2cc45cb782bdcd91138e519eb61b4482f9949a206a3881bcef3fa6e1cb45675903e6ceda1161cb7474c7ab48dc8412c841a1efdc0
|
||||
SHA512 (php-nikic-php-parser4-4.0.2-35b8caf.tar.gz) = 509296f18cc62806019cb05cd350a71adfa0470f220df6205a272afe85205ea49c58b1552805a5337ce71fe55d7259f272095106780ce103443a243b6a439461
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue