diff options
author | Remi Collet <remi@remirepo.net> | 2020-08-17 07:07:21 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-08-17 07:07:21 +0200 |
commit | a9b7e028573f4d2e37007f5561e53b0c53ef84e1 (patch) | |
tree | f24757f21d0fc03a968747760900307440c0aede | |
parent | 582af479b6418ec805554d3415ea9cf8bc89b26b (diff) |
update to 5.2.1
-rw-r--r-- | php-phpdocumentor-reflection-docblock5.spec | 7 |
1 files 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 <remi@remirepo.net> - 5.2.1-1 +- update to 5.2.1 + * Tue Jul 21 2020 Remi Collet <remi@remirepo.net> - 5.2.0-1 - update to 5.2.0 - raise dependency on phpdocumentor/type-resolver 1.3 |