From 4d70d56082b58b6e87e01f0e56b4a881a5c552c1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Mar 2026 09:31:37 +0100 Subject: update to 6.0.2 --- php-phpdocumentor-reflection-docblock6.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-phpdocumentor-reflection-docblock6.spec b/php-phpdocumentor-reflection-docblock6.spec index e0419a2..1e66f26 100644 --- a/php-phpdocumentor-reflection-docblock6.spec +++ b/php-phpdocumentor-reflection-docblock6.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 2f5cbed597cb261d1ea458f3da3a9ad32e670b1e +%global gh_commit 897b5986ece6b4f9d8413fea345c7d49c757d6bf %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phpDocumentor %global gh_project ReflectionDocBlock @@ -14,7 +14,7 @@ %bcond_without tests Name: php-phpdocumentor-reflection-docblock%{major} -Version: 6.0.1 +Version: 6.0.2 Release: 1%{?dist} Summary: DocBlock parser @@ -174,6 +174,9 @@ exit $RETURN_CODE %changelog +* Tue Mar 3 2026 Remi Collet - 6.0.2-1 +- update to 6.0.2 + * Wed Feb 25 2026 Remi Collet - 6.0.1-1 - update to 6.0.1 - rename to php-phpdocumentor-reflection-docblock6 -- cgit