(cherry picked from commit 7bc4c0eaf6)
(cherry picked from commit b6595b549a)
This commit is contained in:
Remi Collet 2023-08-21 11:41:05 +02:00
commit a15d2d7a8a
3 changed files with 7 additions and 3 deletions

View file

@ -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,7 +27,7 @@
%global major 4
Name: php-%{gh_owner}-%{pk_project}%{major}
Version: 4.16.0
Version: 4.17.1
Release: 1%{?dist}
Summary: A PHP parser written in PHP - version %{major}
@ -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
* Mon Jun 26 2023 Remi Collet <remi@remirepo.net> - 4.16.0-1
- update to 4.16.0