diff options
author | Remi Collet <remi@remirepo.net> | 2023-05-30 11:22:34 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-05-30 11:22:34 +0200 |
commit | 6fd31dc6cc8eddfed99f92b4c72ebf45b329de84 (patch) | |
tree | 1c088a0591038aaec005e6d49f3cf15a2d21a9b3 | |
parent | 13d4a2c242d7efe9e8dde76aa315c5409c60ce4d (diff) |
update to 1.21.3
-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 |