diff options
| -rw-r--r-- | php-nikic-php-parser4.spec | 12 | 
1 files changed, 9 insertions, 3 deletions
diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec index 20b5c21..084cac0 100644 --- a/php-nikic-php-parser4.spec +++ b/php-nikic-php-parser4.spec @@ -1,6 +1,6 @@  # remirepo/fedora spec file for php-nikic-php-parser4  # -# Copyright (c) 2016-2020 Remi Collet +# Copyright (c) 2016-2021 Remi Collet  # License: CC-BY-SA  # http://creativecommons.org/licenses/by-sa/4.0/  # @@ -10,7 +10,7 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    dbe56d23de8fcb157bbc0cfb3ad7c7de0cfb0984 +%global gh_commit    4432ba399e47c66624bc73c8c0f811e5c109576f  %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.5  Release:        1%{?dist}  Summary:        A PHP parser written in PHP - version %{major} @@ -152,6 +152,12 @@ exit $ret  %changelog +* Tue May  4 2021 Remi Collet <remi@remirepo.net> - 4.10.5-1 +- update to 4.10.5 + +* 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  | 
