diff options
author | Remi Collet <remi@remirepo.net> | 2024-05-22 09:33:42 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-05-22 09:33:42 +0200 |
commit | 9b49f97e664ba6a28d33dfa17729e78fb2bdd3b7 (patch) | |
tree | 94741c744e4b179448aac7e3a3721cf1c51c71a9 | |
parent | 5a1f56c3eedcaa97d185b0322cb2119a1c01c1a4 (diff) |
update to 5.4.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 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 <remi@remirepo.net> - 5.4.1-1 +- update to 5.4.1 + * Thu Apr 25 2024 Remi Collet <remi@remirepo.net> - 5.4.0-1 - update to 5.4.0 - raise dependency on PHP 7.4 |