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 2fa2164..9af5687 100644 --- a/php-nikic-php-parser4.spec +++ b/php-nikic-php-parser4.spec @@ -17,7 +17,7 @@ %bcond_with tests %endif -%global gh_commit 19526a33fb561ef417e822e85f08a00db4059c17 +%global gh_commit a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d %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.16.0 +Version: 4.17.1 Release: 1%{?dist} Summary: A PHP parser written in PHP - version %{major} @@ -153,6 +153,9 @@ exit $ret %changelog +* Fri Aug 18 2023 Remi Collet <remi@remirepo.net> - 4.17.1-1 +- update to 4.17.1 + * Mon Jun 26 2023 Remi Collet <remi@remirepo.net> - 4.16.0-1 - update to 4.16.0 |