diff options
author | Remi Collet <remi@remirepo.net> | 2024-09-30 07:37:07 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-09-30 07:37:07 +0200 |
commit | 36a10f16bfd04886e1590d6081cd5e977d535bbc (patch) | |
tree | e736de12fdaf6704c1fef9f0888431679bbf947b /php-nikic-php-parser5.spec | |
parent | 6c59246e12a584d443288fc09405ee6f62f1a1fb (diff) |
update to 5.3.0
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 3f2b853..17fc41e 100644 --- a/php-nikic-php-parser5.spec +++ b/php-nikic-php-parser5.spec @@ -18,7 +18,7 @@ %bcond_with tests %endif -%global gh_commit 23c79fbbfb725fb92af9bcf41065c8e9a0d49ddb +%global gh_commit 3abf7425cd284141dc5d8d14a9ee444de3345d1a %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.2.0 +%global upstream_version 5.3.0 #global upstream_prever rc1 Name: php-%{gh_owner}-%{pk_project}%{major} @@ -159,6 +159,9 @@ exit $ret %changelog +* Mon Sep 30 2024 Remi Collet <remi@remirepo.net> - 5.3.0-1 +- update to 5.3.0 + * Mon Sep 16 2024 Remi Collet <remi@remirepo.net> - 5.2.0-1 - update to 5.2.0 |