diff options
Diffstat (limited to 'php-nikic-php-parser5.spec')
-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 7594b59..7a31af9 100644 --- a/php-nikic-php-parser5.spec +++ b/php-nikic-php-parser5.spec @@ -18,7 +18,7 @@ %bcond_with tests %endif -%global gh_commit 221b0d0fdf1369c71047ad1d18bb5880017bbc56 +%global gh_commit f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2 %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.0 +%global upstream_version 5.6.1 #global upstream_prever rc1 Name: php-%{gh_owner}-%{pk_project}%{major} @@ -150,6 +150,9 @@ exit $ret %changelog +* Thu Aug 14 2025 Remi Collet <remi@remirepo.net> - 5.6.1-1 +- update to 5.6.1 + * Mon Jul 28 2025 Remi Collet <remi@remirepo.net> - 5.6.0-1 - update to 5.6.0 |