diff options
| -rw-r--r-- | php-phpmailer6.spec | 14 | 
1 files changed, 9 insertions, 5 deletions
diff --git a/php-phpmailer6.spec b/php-phpmailer6.spec index e1637d7..f0d0f2d 100644 --- a/php-phpmailer6.spec +++ b/php-phpmailer6.spec @@ -1,13 +1,13 @@  # remirepo/fedora spec file for php-phpmailer6  # -# Copyright (c) 2017-2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText:  Copyright 2017-2025 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt  #  # Please preserve changelog entries  #  # Github -%global gh_commit    2f5c94fe7493efc213f643c23b1b1c249d40f47e +%global gh_commit    bf74d75a1fde6beaa34a0ddae2ec5fce0f72a144  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     PHPMailer  %global gh_project   PHPMailer @@ -23,7 +23,7 @@  %global php_home     %{_datadir}/php  Name:           php-%{pk_project}%{major} -Version:        6.9.3 +Version:        6.10.0  Release:        1%{?dist}  Summary:        Full-featured email creation and transfer class for PHP @@ -205,6 +205,10 @@ exit $ret  %changelog +* Mon Apr 28 2025 Remi Collet <remi@remirepo.net> - 6.10.0-1 +- update to 6.10.0 +- re-license spec file to CECILL-2.1 +  * Mon Nov 25 2024 Remi Collet <remi@remirepo.net> - 6.9.3-1  - update to 6.9.3  | 
