From ba0618681fb688564b5ebec010b1c702a5505064 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 14 Jun 2022 14:17:21 +0200 Subject: update to 6.6.2 --- 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 99779ab..a323067 100644 --- a/php-phpmailer6.spec +++ b/php-phpmailer6.spec @@ -7,7 +7,7 @@ # Please preserve changelog entries # # Github -%global gh_commit e43bac82edc26ca04b36143a48bde1c051cfd5b1 +%global gh_commit b52ed06864fdda81b82ec8bf564cf15d45ed4f95 %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.6.0 +Version: 6.6.2 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 php74 php80 php81; do +for cmd in php php74 php80 php81 php82; 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 +* Tue Jun 14 2022 Remi Collet - 6.6.2-1 +- update to 6.6.2 + * Mon Feb 28 2022 Remi Collet - 6.6.0-1 - update to 6.6.0 -- cgit