From 38d54f6f88302a1266a7713287bf15bff414b784 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 10 Oct 2022 13:56:28 +0200 Subject: update to 6.6.5 --- php-phpmailer6.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-phpmailer6.spec') diff --git a/php-phpmailer6.spec b/php-phpmailer6.spec index 0e402e5..156b1d4 100644 --- a/php-phpmailer6.spec +++ b/php-phpmailer6.spec @@ -7,7 +7,7 @@ # Please preserve changelog entries # # Github -%global gh_commit a94fdebaea6bd17f51be0c2373ab80d3d681269b +%global gh_commit 8b6386d7417526d1ea4da9edb70b8352f7543627 %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.6.4 +Version: 6.6.5 Release: 1%{?dist} Summary: Full-featured email creation and transfer class for PHP @@ -91,7 +91,7 @@ Requires: php-pcre # "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication", # "league/oauth2-google": "Needed for Google XOAUTH2 authentication", # "psr/log": "For optional PSR-3 debug logging", -# "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication", +# "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication", # "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)" %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 Suggests: php-composer(psr/log) @@ -209,6 +209,9 @@ exit $ret %changelog +* Mon Oct 10 2022 Remi Collet - 6.6.5-1 +- update to 6.6.5 + * Tue Aug 30 2022 Remi Collet - 6.6.4-1 - update to 6.6.4 -- cgit