summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json2
-rw-r--r--php-phpmailer6.spec7
2 files changed, 6 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 7388bd9..b8aa5cf 100644
--- a/composer.json
+++ b/composer.json
@@ -40,7 +40,7 @@
"yoast/phpunit-polyfills": "^0.2.0"
},
"suggest": {
- "ext-mbstring": "Needed to send email in multibyte encoding charset",
+ "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
"hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
"league/oauth2-google": "Needed for Google XOAUTH2 authentication",
"psr/log": "For optional PSR-3 debug logging",
diff --git a/php-phpmailer6.spec b/php-phpmailer6.spec
index 71a72a7..113cc0b 100644
--- a/php-phpmailer6.spec
+++ b/php-phpmailer6.spec
@@ -7,7 +7,7 @@
# Please preserve changelog entries
#
# Github
-%global gh_commit 4a08cf4cdd2c38d12ee2b9fa69e5d235f37a6dcb
+%global gh_commit 050d430203105c27c30efd1dce7aa421ad882d01
%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.3.0
+Version: 6.4.0
Release: 1%{?dist}
Summary: Full-featured email creation and transfer class for PHP
@@ -207,6 +207,9 @@ exit $ret
%changelog
+* Thu Apr 1 2021 Remi Collet <remi@remirepo.net> - 6.4.0-1
+- update to 6.4.0
+
* Wed Feb 24 2021 Remi Collet <remi@remirepo.net> - 6.3.0-1
- update to 6.3.0
- php-imap is optional