v4.5.0
This commit is contained in:
parent
30d2e14400
commit
d730e8408c
3 changed files with 7 additions and 3 deletions
|
|
@ -10,7 +10,7 @@
|
|||
# For compatibility with SCL
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
%global gh_commit bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120
|
||||
%global gh_commit 53c2753d756f5adb586dca79c2ec0e2654dd9463
|
||||
%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.4.0
|
||||
Version: 4.5.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A PHP parser written in PHP - version %{major}
|
||||
|
||||
|
|
@ -148,6 +148,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 3 2020 Remi Collet <remi@remirepo.net> - 4.5.0-1
|
||||
- update to 4.5.0
|
||||
|
||||
* Mon Apr 13 2020 Remi Collet <remi@remirepo.net> - 4.4.0-1
|
||||
- update to 4.4.0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue