v4.15.5
This commit is contained in:
parent
a42fa489ae
commit
dffd60ecf1
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -23,3 +23,4 @@ clog
|
|||
/php-nikic-php-parser4-4.15.2-f59bbe4.tgz
|
||||
/php-nikic-php-parser4-4.15.3-570e980.tgz
|
||||
/php-nikic-php-parser4-4.15.4-6bb5176.tgz
|
||||
/php-nikic-php-parser4-4.15.5-11e2663.tgz
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
%bcond_with tests
|
||||
%endif
|
||||
|
||||
%global gh_commit 6bb5176bc4af8bcb7d926f88718db9b96a2d4290
|
||||
%global gh_commit 11e2663a5bc9db5d714eedb4277ee300403b4a9e
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner nikic
|
||||
%global gh_project PHP-Parser
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
%global major 4
|
||||
|
||||
Name: php-%{gh_owner}-%{pk_project}%{major}
|
||||
Version: 4.15.4
|
||||
Version: 4.15.5
|
||||
Release: 1%{?dist}
|
||||
Summary: A PHP parser written in PHP - version %{major}
|
||||
|
||||
|
|
@ -91,7 +91,7 @@ Autoloader: %{php_home}/%{ns_project}%{major}/autoload.php
|
|||
%prep
|
||||
%setup -q -n %{gh_project}-%{gh_commit}
|
||||
|
||||
%patch0 -p1 -b .rpm
|
||||
%patch -P0 -p1 -b .rpm
|
||||
|
||||
|
||||
%build
|
||||
|
|
@ -151,6 +151,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed May 24 2023 Remi Collet <remi@remirepo.net> - 4.15.5-1
|
||||
- update to 4.15.5
|
||||
|
||||
* Mon Mar 6 2023 Remi Collet <remi@remirepo.net> - 4.15.4-1
|
||||
- update to 4.15.4
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-nikic-php-parser4-4.15.4-6bb5176.tgz) = a7793f9097d761a50aef37fc99673cb988596c460bad29be312b005c99dda5e55f93589d52990d942929d6d9f7062c265064748765b6d9e267dc5841b41b0df1
|
||||
SHA512 (php-nikic-php-parser4-4.15.5-11e2663.tgz) = ace66102ddeb7a0f4b644b5d8579e1ed76579146ded37ac1459bbb14865fef6fd1eac5653336366dd8fad3ce0928b74ed0daac74232c979249e3bf445385a10c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue