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 17fc41e..a80876b 100644 --- a/php-nikic-php-parser5.spec +++ b/php-nikic-php-parser5.spec @@ -18,7 +18,7 @@ %bcond_with tests %endif -%global gh_commit 3abf7425cd284141dc5d8d14a9ee444de3345d1a +%global gh_commit 8eea230464783aa9671db8eea6f8c6ac5285794b %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.3.0 +%global upstream_version 5.3.1 #global upstream_prever rc1 Name: php-%{gh_owner}-%{pk_project}%{major} @@ -159,6 +159,9 @@ exit $ret %changelog +* Wed Oct 9 2024 Remi Collet <remi@remirepo.net> - 5.3.1-1 +- update to 5.3.1 + * Mon Sep 30 2024 Remi Collet <remi@remirepo.net> - 5.3.0-1 - update to 5.3.0 |