diff options
-rw-r--r-- | php-phpdocumentor-reflection-docblock5.spec | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/php-phpdocumentor-reflection-docblock5.spec b/php-phpdocumentor-reflection-docblock5.spec index 7b58ff6..c94fd3b 100644 --- a/php-phpdocumentor-reflection-docblock5.spec +++ b/php-phpdocumentor-reflection-docblock5.spec @@ -1,14 +1,12 @@ # Fedora/remirepo spec file for php-phpdocumentor-reflection-docblock5 # -# Copyright (c) 2017-2024 Remi Collet, Shawn Iwinski -# 2014-2015 Remi Collet -# -# License: CC-BY-SA -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2014-2024 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # -%global gh_commit f3558a4c23426d12bffeaab463f8a8d8b681193c +%global gh_commit e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phpDocumentor %global gh_project ReflectionDocBlock @@ -16,7 +14,7 @@ %bcond_without tests Name: php-phpdocumentor-reflection-docblock%{major} -Version: 5.6.0 +Version: 5.6.1 Release: 1%{?dist} Summary: DocBlock parser @@ -166,6 +164,9 @@ exit $RETURN_CODE %changelog +* Mon Dec 9 2024 Remi Collet <remi@remirepo.net> - 5.6.1-1 +- update to 5.6.1 + * Tue Nov 12 2024 Remi Collet <remi@remirepo.net> - 5.6.0-1 - update to 5.6.0 |