diff options
| -rw-r--r-- | php-nikic-php-parser5.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-nikic-php-parser5.spec b/php-nikic-php-parser5.spec index 7a31af9..66fe75a 100644 --- a/php-nikic-php-parser5.spec +++ b/php-nikic-php-parser5.spec @@ -18,7 +18,7 @@ %bcond_with tests %endif -%global gh_commit f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2 +%global gh_commit 3a454ca033b9e06b63282ce19562e892747449bb %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nikic %global gh_project PHP-Parser @@ -27,7 +27,7 @@ %global ns_project PhpParser %global major 5 -%global upstream_version 5.6.1 +%global upstream_version 5.6.2 #global upstream_prever rc1 Name: php-%{gh_owner}-%{pk_project}%{major} @@ -150,6 +150,9 @@ exit $ret %changelog +* Wed Oct 22 2025 Remi Collet <remi@remirepo.net> - 5.6.2-1 +- update to 5.6.2 + * Thu Aug 14 2025 Remi Collet <remi@remirepo.net> - 5.6.1-1 - update to 5.6.1 |
