From 6fd31dc6cc8eddfed99f92b4c72ebf45b329de84 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 30 May 2023 11:22:34 +0200 Subject: update to 1.21.3 --- php-phpstan-phpdoc-parser.spec | 7 +++++-- 1 file 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 - 1.21.3-1 +- update to 1.21.3 + * Wed May 17 2023 Remi Collet - 1.21.0-1 - update to 1.21.0 -- cgit