(cherry picked from commit 7d24fe1d41)
This commit is contained in:
Remi Collet 2020-09-24 07:21:04 +02:00
commit bf24b186fa
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 1c13d05035deff45f1230ca68bd7d74d621762d9
%global gh_commit 1b479e7592812411c20c34d9ed33db3957bde66e
%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.0
Version: 4.10.1
Release: 1%{?dist}
Summary: A PHP parser written in PHP - version %{major}
@ -150,6 +150,9 @@ exit $ret
%changelog
* Thu Sep 24 2020 Remi Collet <remi@remirepo.net> - 4.10.1-1
- update to 4.10.1
* Sun Sep 20 2020 Remi Collet <remi@remirepo.net> - 4.10.0-1
- update to 4.10.0