This commit is contained in:
Remi Collet 2020-09-28 08:36:26 +02:00
commit f4543eb675
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 1b479e7592812411c20c34d9ed33db3957bde66e
%global gh_commit 658f1be311a230e0907f5dfe0213742aff0596de
%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.1
Version: 4.10.2
Release: 1%{?dist}
Summary: A PHP parser written in PHP - version %{major}
@ -150,6 +150,9 @@ exit $ret
%changelog
* Mon Sep 28 2020 Remi Collet <remi@remirepo.net> - 4.10.2-1
- update to 4.10.2
* Thu Sep 24 2020 Remi Collet <remi@remirepo.net> - 4.10.1-1
- update to 4.10.1