diff options
author | Remi Collet <remi@remirepo.net> | 2022-08-30 08:54:28 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-08-30 08:54:28 +0200 |
commit | b15de3b5a68d361a7ffa42d81da7b7b478633ebd (patch) | |
tree | 9bb5df5308561507ad780a6f4596355dc6d3f646 | |
parent | 296fcdf6467edf24510aa897a6159a72e75bb003 (diff) |
update to 6.6.4
-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 f51f026..0e402e5 100644 --- a/php-phpmailer6.spec +++ b/php-phpmailer6.spec @@ -7,7 +7,7 @@ # Please preserve changelog entries # # Github -%global gh_commit 9400f305a898f194caff5521f64e5dfa926626f3 +%global gh_commit a94fdebaea6bd17f51be0c2373ab80d3d681269b %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.3 +Version: 6.6.4 Release: 1%{?dist} Summary: Full-featured email creation and transfer class for PHP @@ -209,6 +209,9 @@ exit $ret %changelog +* Tue Aug 30 2022 Remi Collet <remi@remirepo.net> - 6.6.4-1 +- update to 6.6.4 + * Mon Jun 20 2022 Remi Collet <remi@remirepo.net> - 6.6.3-1 - update to 6.6.3 |