From f1b160b588a1c4c8f6d4193283c3a14db312c456 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 26 Nov 2021 07:35:06 +0100 Subject: update to 6.5.3 --- 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 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 - 6.5.3-1 +- update to 6.5.3 + * Wed Sep 1 2021 Remi Collet - 6.5.1-1 - update to 6.5.1 -- cgit