From 1ee06d3537bbe7adab33eabf60209b331fd22b78 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Mar 2023 16:12:12 +0100 Subject: update to 6.8.0 --- php-phpmailer6.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/php-phpmailer6.spec b/php-phpmailer6.spec index b9cdafc..c02fd56 100644 --- a/php-phpmailer6.spec +++ b/php-phpmailer6.spec @@ -1,13 +1,13 @@ # remirepo/fedora spec file for php-phpmailer6 # -# Copyright (c) 2017-2022 Remi Collet -# License: CC-BY-SA +# Copyright (c) 2017-2023 Remi Collet +# License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please preserve changelog entries # # Github -%global gh_commit 49cd7ea3d2563f028d7811f06864a53b1f15ff55 +%global gh_commit df16b615e371d81fb79e506277faea67a1be18f1 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner PHPMailer %global gh_project PHPMailer @@ -23,11 +23,11 @@ %global php_home %{_datadir}/php Name: php-%{pk_project}%{major} -Version: 6.7.1 +Version: 6.8.0 Release: 1%{?dist} Summary: Full-featured email creation and transfer class for PHP -License: LGPLv2 +License: LGPL-2.1-only URL: https://github.com/%{gh_owner}/%{gh_project} # git snapshot to get upstream test suite Source0: %{name}-%{version}-%{gh_short}.tgz @@ -211,6 +211,9 @@ exit $ret %changelog +* Mon Mar 6 2023 Remi Collet - 6.8.0-1 +- update to 6.8.0 + * Thu Dec 8 2022 Remi Collet - 6.7.1-1 - update to 6.7.1 -- cgit