diff options
author | Remi Collet <remi@remirepo.net> | 2022-02-28 17:08:56 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-02-28 17:08:56 +0100 |
commit | b9a7c31848e3ca9b7944826e4b224803640d565a (patch) | |
tree | 9bf6508360297f28210a196810a3aaa2327fb637 | |
parent | dd0bd9bb9c01ff0b004fbf1983461e43f1c6c3f7 (diff) |
update to 6.6.0
-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 |