From a9b7e028573f4d2e37007f5561e53b0c53ef84e1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 17 Aug 2020 07:07:21 +0200 Subject: update to 5.2.1 --- php-phpdocumentor-reflection-docblock5.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-phpdocumentor-reflection-docblock5.spec b/php-phpdocumentor-reflection-docblock5.spec index 2da4daa..77b6ca3 100644 --- a/php-phpdocumentor-reflection-docblock5.spec +++ b/php-phpdocumentor-reflection-docblock5.spec @@ -8,7 +8,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 3170448f5769fe19f456173d833734e0ff1b84df +%global gh_commit d870572532cd70bc3fab58f2e23ad423c8404c44 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phpDocumentor %global gh_project ReflectionDocBlock @@ -16,7 +16,7 @@ %bcond_without tests Name: php-phpdocumentor-reflection-docblock%{major} -Version: 5.2.0 +Version: 5.2.1 Release: 1%{?dist} Summary: DocBlock parser @@ -177,6 +177,9 @@ exit $RETURN_CODE %changelog +* Mon Aug 17 2020 Remi Collet - 5.2.1-1 +- update to 5.2.1 + * Tue Jul 21 2020 Remi Collet - 5.2.0-1 - update to 5.2.0 - raise dependency on phpdocumentor/type-resolver 1.3 -- cgit