(cherry picked from commit dd499f2700)
This commit is contained in:
Remi Collet 2020-12-21 08:19:11 +01:00
commit 9a88e3858f
3 changed files with 7 additions and 3 deletions

View file

@ -10,7 +10,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
%global gh_commit dbe56d23de8fcb157bbc0cfb3ad7c7de0cfb0984
%global gh_commit c6d052fc58cb876152f89f532b95a8d7907e7f0e
%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.10.3
Version: 4.10.4
Release: 1%{?dist}
Summary: A PHP parser written in PHP - version %{major}
@ -150,6 +150,9 @@ exit $ret
%changelog
* Mon Dec 21 2020 Remi Collet <remi@remirepo.net> - 4.10.4-1
- update to 4.10.4
* Fri Dec 4 2020 Remi Collet <remi@remirepo.net> - 4.10.3-1
- update to 4.10.3