v4.0.1
This commit is contained in:
parent
cd137cf328
commit
d33d7df8b3
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/php-nikic-php-parser4-4.0.0-9c18e3d.tar.gz
|
||||
/php-nikic-php-parser4-4.0.1-e4a54fa.tar.gz
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
# For compatibility with SCL
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
%global gh_commit 9c18e3db49fa469f5feffe40dbd7b1ec2b61e41f
|
||||
%global gh_commit e4a54fa90a5cd8e8dd3fb4099942681731c5cdd3
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner nikic
|
||||
%global gh_project PHP-Parser
|
||||
|
|
@ -21,9 +21,9 @@
|
|||
%global major 4
|
||||
|
||||
Name: php-%{gh_owner}-%{pk_project}%{major}
|
||||
Version: 4.0.0
|
||||
Version: 4.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A PHP parser written in PHP
|
||||
Summary: A PHP parser written in PHP - version %{major}
|
||||
|
||||
License: BSD
|
||||
URL: https://github.com/%{gh_owner}/%{gh_project}
|
||||
|
|
@ -144,6 +144,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 26 2018 Remi Collet <remi@remirepo.net> - 4.0.1-1
|
||||
- update to 4.0.1
|
||||
|
||||
* Thu Mar 22 2018 Remi Collet <remi@remirepo.net> - 4.0.0-1
|
||||
- Update to 4.0.0
|
||||
- rename to php-nikic-php-parser4 and move to /usr/share/php/PhpParser4
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-nikic-php-parser4-4.0.0-9c18e3d.tar.gz) = 76a5121326a900333c4300869d5060d7327336bceb837fa6c048a18524a47c7c5e36a9d57398c580b7917067bef792ab743fc60f87f4c020e82ef6b0ac1821a2
|
||||
SHA512 (php-nikic-php-parser4-4.0.1-e4a54fa.tar.gz) = 670d02a23275c85247e073b2cc45cb782bdcd91138e519eb61b4482f9949a206a3881bcef3fa6e1cb45675903e6ceda1161cb7474c7ab48dc8412c841a1efdc0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue