diff options
author | Remi Collet <remi@remirepo.net> | 2020-09-28 08:35:46 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-09-28 08:35:46 +0200 |
commit | 98d058d0c13d9c4d3c8fcea3f82688226c1980fc (patch) | |
tree | f9970d05aa0eb85d54223bcd578bf5dcd97d2170 | |
parent | 7d3dc56fb6bf4effc9e56a47d76bf37e2076935c (diff) |
update to 4.10.2
-rw-r--r-- | php-nikic-php-parser4.spec | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec index fb13f6b..a520a38 100644 --- a/php-nikic-php-parser4.spec +++ b/php-nikic-php-parser4.spec @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 1c13d05035deff45f1230ca68bd7d74d621762d9 +%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.0 +Version: 4.10.2 Release: 1%{?dist} Summary: A PHP parser written in PHP - version %{major} @@ -152,6 +152,12 @@ 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 + * Sun Sep 20 2020 Remi Collet <remi@remirepo.net> - 4.10.0-1 - update to 4.10.0 |