diff options
| -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  | 
