diff options
author | Remi Collet <remi@remirepo.net> | 2021-11-26 07:35:06 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-11-26 07:35:06 +0100 |
commit | f1b160b588a1c4c8f6d4193283c3a14db312c456 (patch) | |
tree | 3af07e648aded150d5fddf42d75cee64d330919c | |
parent | b56a13f814000bb563a7c96fc679cf95097d9e3b (diff) |
update to 6.5.3
-rw-r--r-- | php-phpmailer6.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpmailer6.spec b/php-phpmailer6.spec index 2b68544..9e4b0ca 100644 --- a/php-phpmailer6.spec +++ b/php-phpmailer6.spec @@ -7,7 +7,7 @@ # Please preserve changelog entries # # Github -%global gh_commit dd803df5ad7492e1b40637f7ebd258fee5ca7355 +%global gh_commit baeb7cde6b60b1286912690ab0693c7789a31e71 %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.5.1 +Version: 6.5.3 Release: 1%{?dist} Summary: Full-featured email creation and transfer class for PHP @@ -183,7 +183,7 @@ popd : Run upstream test suite ret=0 -for cmd in php php73 php74 php80; do +for cmd in php php74 php80 php81; do if which $cmd; then $cmd -d "sendmail_path=$PWD/test/fakesendmail.sh -t -i " \ %{phpunit} --exclude slow,pop3,languages --verbose || ret=1 @@ -209,6 +209,9 @@ exit $ret %changelog +* Fri Nov 26 2021 Remi Collet <remi@remirepo.net> - 6.5.3-1 +- update to 6.5.3 + * Wed Sep 1 2021 Remi Collet <remi@remirepo.net> - 6.5.1-1 - update to 6.5.1 |