diff options
author | Remi Collet <remi@remirepo.net> | 2024-10-09 08:57:03 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-10-09 08:57:03 +0200 |
commit | a6a6f0e8ba294e2363615b87d7e750a1974870e7 (patch) | |
tree | 7f65ef00a1cb6813e4995247ee22d44704cbebd5 | |
parent | 36a10f16bfd04886e1590d6081cd5e977d535bbc (diff) |
-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 |