diff options
-rw-r--r-- | php-nikic-php-parser5.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-nikic-php-parser5.spec b/php-nikic-php-parser5.spec index d214153..16a76e4 100644 --- a/php-nikic-php-parser5.spec +++ b/php-nikic-php-parser5.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-nikic-php-parser5 # -# Copyright (c) 2016-2023 Remi Collet +# Copyright (c) 2016-2024 Remi Collet # License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -17,7 +17,7 @@ %bcond_with tests %endif -%global gh_commit 2218c2252c874a4624ab2f613d86ac32d227bc69 +%global gh_commit 139676794dc1e9231bf7bcd123cfc0c99182cb13 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nikic %global gh_project PHP-Parser @@ -26,7 +26,7 @@ %global ns_project PhpParser %global major 5 -%global upstream_version 5.0.1 +%global upstream_version 5.0.2 #global upstream_prever rc1 Name: php-%{gh_owner}-%{pk_project}%{major} @@ -159,6 +159,9 @@ exit $ret %changelog +* Wed Mar 6 2024 Remi Collet <remi@remirepo.net> - 5.0.2-1 +- update to 5.0.2 + * Thu Feb 22 2024 Remi Collet <remi@remirepo.net> - 5.0.1-1 - update to 5.0.1 |