v4.13.1
This commit is contained in:
parent
2699736df1
commit
13ba1a4645
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -16,3 +16,4 @@ clog
|
|||
/php-nikic-php-parser4-4.11.0-fe14cf3.tgz
|
||||
/php-nikic-php-parser4-4.12.0-6608f01.tgz
|
||||
/php-nikic-php-parser4-4.13.0-50953a2.tgz
|
||||
/php-nikic-php-parser4-4.13.1-63a79e8.tgz
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
# For compatibility with SCL
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
%global gh_commit 50953a2691a922aa1769461637869a0a2faa3f53
|
||||
%global gh_commit 63a79e8daa781cac14e5195e63ed8ae231dd10fd
|
||||
%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.13.0
|
||||
Version: 4.13.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A PHP parser written in PHP - version %{major}
|
||||
|
||||
|
|
@ -151,6 +151,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Nov 4 2021 Remi Collet <remi@remirepo.net> - 4.13.1-1
|
||||
- update to 4.13.1
|
||||
|
||||
* Tue Sep 21 2021 Remi Collet <remi@remirepo.net> - 4.13.0-1
|
||||
- update to 4.13.0
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-nikic-php-parser4-4.13.0-50953a2.tgz) = b3b64d00263230599990c0e35145a8910702a79f14f26013288e2a5329dd524ead39054834c769b6e297d526667b224dd57b4e9620edb1950af1cb2b48a8aadf
|
||||
SHA512 (php-nikic-php-parser4-4.13.1-63a79e8.tgz) = 05e20b26e2e0d9f149ef431e095d06e51d31370ef095f6fcdfb3b6855098e175d4963695774d6858a7d64765f1046718997ce29068c12a18173905d3712cc471
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue