diff options
| -rw-r--r-- | php-nikic-php-parser4.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec index d9706b4..d699861 100644 --- a/php-nikic-php-parser4.spec +++ b/php-nikic-php-parser4.spec @@ -17,7 +17,7 @@  %bcond_with    tests  %endif -%global gh_commit    570e980a201d8ed0236b0a62ddf2c9cbb2034039 +%global gh_commit    6bb5176bc4af8bcb7d926f88718db9b96a2d4290  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     nikic  %global gh_project   PHP-Parser @@ -27,7 +27,7 @@  %global major        4  Name:           php-%{gh_owner}-%{pk_project}%{major} -Version:        4.15.3 +Version:        4.15.4  Release:        1%{?dist}  Summary:        A PHP parser written in PHP - version %{major} @@ -153,6 +153,9 @@ exit $ret  %changelog +* Mon Mar  6 2023 Remi Collet <remi@remirepo.net> - 4.15.4-1 +- update to 4.15.4 +  * Tue Jan 17 2023 Remi Collet <remi@remirepo.net> - 4.15.3-1  - update to 4.15.3  | 
