From 9b49f97e664ba6a28d33dfa17729e78fb2bdd3b7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 22 May 2024 09:33:42 +0200 Subject: update to 5.4.1 --- php-phpdocumentor-reflection-docblock5.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-phpdocumentor-reflection-docblock5.spec') diff --git a/php-phpdocumentor-reflection-docblock5.spec b/php-phpdocumentor-reflection-docblock5.spec index b10be02..851d92a 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 298d2febfe79d03fe714eb871d5538da55205b1a +%global gh_commit 9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c %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.4.0 +Version: 5.4.1 Release: 1%{?dist} Summary: DocBlock parser @@ -194,6 +194,9 @@ exit $RETURN_CODE %changelog +* Wed May 22 2024 Remi Collet - 5.4.1-1 +- update to 5.4.1 + * Thu Apr 25 2024 Remi Collet - 5.4.0-1 - update to 5.4.0 - raise dependency on PHP 7.4 -- cgit