diff options
| -rw-r--r-- | composer.json | 1 | ||||
| -rw-r--r-- | php-phpmailer6.spec | 9 | 
2 files changed, 7 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 2fd2f4c..fa170a0 100644 --- a/composer.json +++ b/composer.json @@ -47,6 +47,7 @@          "yoast/phpunit-polyfills": "^1.0.4"      },      "suggest": { +        "decomplexity/SendOauth2": "Adapter for using XOAUTH2 authentication",          "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",          "ext-openssl": "Needed for secure SMTP sending and DKIM signing",          "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication", diff --git a/php-phpmailer6.spec b/php-phpmailer6.spec index 508d80c..2ca78e9 100644 --- a/php-phpmailer6.spec +++ b/php-phpmailer6.spec @@ -7,7 +7,7 @@  # Please preserve changelog entries  #  # Github -%global gh_commit    e88da8d679acc3824ff231fdc553565b802ac016 +%global gh_commit    039de174cd9c17a8389754d3b877a2ed22743e18  %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.8.1 +Version:        6.9.1  Release:        1%{?dist}  Summary:        Full-featured email creation and transfer class for PHP @@ -185,7 +185,7 @@ popd  : Run upstream test suite  ret=0 -for cmd in php php80 php81 php82; do +for cmd in php php81 php82 php83; do    if which $cmd; then      $cmd  -d "sendmail_path=$PWD/test/fakesendmail.sh -t -i " \        %{phpunit} --exclude slow,pop3,languages --verbose || ret=1 @@ -211,6 +211,9 @@ exit $ret  %changelog +* Mon Nov 27 2023 Remi Collet <remi@remirepo.net> - 6.9.1-1 +- update to 6.9.1 +  * Tue Aug 29 2023 Remi Collet <remi@remirepo.net> - 6.8.1-1  - update to 6.8.1  | 
