diff options
-rw-r--r-- | php-phpstan-phpdoc-parser.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpstan-phpdoc-parser.spec b/php-phpstan-phpdoc-parser.spec index bfa0425..4f112b1 100644 --- a/php-phpstan-phpdoc-parser.spec +++ b/php-phpstan-phpdoc-parser.spec @@ -9,7 +9,7 @@ %bcond_without tests -%global gh_commit 6df62b08faef4f899772bc7c3bbabb93d2b7a21c +%global gh_commit b0c366dd2cea79407d635839d25423ba07c55dd6 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phpstan %global gh_project phpdoc-parser @@ -19,7 +19,7 @@ %global major %nil Name: php-%{gh_owner}-%{gh_project}%{major} -Version: 1.21.0 +Version: 1.21.3 Release: 1%{?dist} Summary: PHPDoc parser with support for nullable, intersection and generic types @@ -122,6 +122,9 @@ exit $ret %changelog +* Tue May 30 2023 Remi Collet <remi@remirepo.net> - 1.21.3-1 +- update to 1.21.3 + * Wed May 17 2023 Remi Collet <remi@remirepo.net> - 1.21.0-1 - update to 1.21.0 |