v4.17.1
This commit is contained in:
parent
b669918306
commit
7bc4c0eaf6
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -25,3 +25,4 @@ clog
|
|||
/php-nikic-php-parser4-4.15.4-6bb5176.tgz
|
||||
/php-nikic-php-parser4-4.15.5-11e2663.tgz
|
||||
/php-nikic-php-parser4-4.16.0-19526a3.tgz
|
||||
/php-nikic-php-parser4-4.17.1-a6303e5.tgz
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
%bcond_with tests
|
||||
%endif
|
||||
|
||||
%global gh_commit 19526a33fb561ef417e822e85f08a00db4059c17
|
||||
%global gh_commit a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner nikic
|
||||
%global gh_project PHP-Parser
|
||||
|
|
@ -27,8 +27,8 @@
|
|||
%global major 4
|
||||
|
||||
Name: php-%{gh_owner}-%{pk_project}%{major}
|
||||
Version: 4.16.0
|
||||
Release: 2%{?dist}
|
||||
Version: 4.17.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A PHP parser written in PHP - version %{major}
|
||||
|
||||
License: BSD-3-Clause
|
||||
|
|
@ -151,6 +151,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Aug 18 2023 Remi Collet <remi@remirepo.net> - 4.17.1-1
|
||||
- update to 4.17.1
|
||||
|
||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.16.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-nikic-php-parser4-4.16.0-19526a3.tgz) = e4a216a4e412ccfa866275f79083c671461226b8454137cee1ae884776160a2452190b80a88cf9eed31685b61a0edad439ad4cd2a32c7f358728a3dd36eba7f9
|
||||
SHA512 (php-nikic-php-parser4-4.17.1-a6303e5.tgz) = b8bfdfd482af7cafdde18105b9d577ca91ea683389471ccddca5d7fb1241ef19650f7b4508f930b4537fc7a0742ba7a75e675d749419448d2fe3c5f47d536f5d
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue