From 71012b0cbf0b9dca173a7350c5ff3f3232630c4e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 27 May 2020 16:10:47 +0200 Subject: update to 6.1.6 --- composer.json | 6 ++++++ php-phpmailer6.spec | 10 +++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index fd0695c..90d2576 100644 --- a/composer.json +++ b/composer.json @@ -19,6 +19,12 @@ "name": "Brent R. Matzelle" } ], + "funding": [ + { + "url": "https://github.com/synchro", + "type": "github" + } + ], "require": { "php": ">=5.5.0", "ext-ctype": "*", diff --git a/php-phpmailer6.spec b/php-phpmailer6.spec index 3946271..56747f6 100644 --- a/php-phpmailer6.spec +++ b/php-phpmailer6.spec @@ -7,7 +7,7 @@ # Please preserve changelog entries # # Github -%global gh_commit a8bf068f64a580302026e484ee29511f661b2ad3 +%global gh_commit c2796cb1cb99d7717290b48c4e6f32cb6c60b7b3 %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.1.5 +Version: 6.1.6 Release: 1%{?dist} Summary: Full-featured email creation and transfer class for PHP @@ -82,7 +82,7 @@ Requires: php-pcre # "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication", # "ext-mbstring": "Needed to send email in multibyte encoding charset", # "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)" -%if 0%{?fedora} +%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 Suggests: php-composer(psr/log) %endif @@ -185,6 +185,7 @@ exit $ret %files +# remirepo:1 %{!?_licensedir:%global license %%doc} %license LICENSE %license COMMITMENT @@ -195,6 +196,9 @@ exit $ret %changelog +* Wed May 27 2020 Remi Collet - 6.1.6-1 +- update to 6.1.6 + * Sat Mar 14 2020 Remi Collet - 6.1.5-1 - update to 6.1.5 -- cgit