diff options
-rw-r--r-- | php-phpmailer6.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpmailer6.spec b/php-phpmailer6.spec index dbdf868..99779ab 100644 --- a/php-phpmailer6.spec +++ b/php-phpmailer6.spec @@ -7,7 +7,7 @@ # Please preserve changelog entries # # Github -%global gh_commit c0d9f7dd3c2aa247ca44791e9209233829d82285 +%global gh_commit e43bac82edc26ca04b36143a48bde1c051cfd5b1 %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.4 +Version: 6.6.0 Release: 1%{?dist} Summary: Full-featured email creation and transfer class for PHP @@ -209,6 +209,9 @@ exit $ret %changelog +* Mon Feb 28 2022 Remi Collet <remi@remirepo.net> - 6.6.0-1 +- update to 6.6.0 + * Thu Feb 17 2022 Remi Collet <remi@remirepo.net> - 6.5.4-1 - update to 6.5.4 |