(cherry picked from commit a42fa489ae)
(cherry picked from commit e0d1587cac)
This commit is contained in:
Remi Collet 2023-03-06 10:10:33 +01:00
commit f930427caf
3 changed files with 7 additions and 3 deletions

View file

@ -17,7 +17,7 @@
%bcond_with tests
%endif
%global gh_commit 570e980a201d8ed0236b0a62ddf2c9cbb2034039
%global gh_commit 6bb5176bc4af8bcb7d926f88718db9b96a2d4290
%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.3
Version: 4.15.4
Release: 1%{?dist}
Summary: A PHP parser written in PHP - version %{major}
@ -151,6 +151,9 @@ exit $ret
%changelog
* Mon Mar 6 2023 Remi Collet <remi@remirepo.net> - 4.15.4-1
- update to 4.15.4
* Tue Jan 17 2023 Remi Collet <remi@remirepo.net> - 4.15.3-1
- update to 4.15.3