diff options
author | Remi Collet <remi@remirepo.net> | 2024-11-25 12:01:11 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-11-25 12:01:11 +0100 |
commit | 4d95095f786022688b936d8a25788cce2755a69b (patch) | |
tree | 1c4bc3b9c8a68da64618cc497081fda130aafa69 | |
parent | aa99f692e9c3c105835895cda65101caee811245 (diff) |
-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 d7079de..e1637d7 100644 --- a/php-phpmailer6.spec +++ b/php-phpmailer6.spec @@ -7,7 +7,7 @@ # Please preserve changelog entries # # Github -%global gh_commit a7b17b42fa4887c92146243f3d2f4ccb962af17c +%global gh_commit 2f5c94fe7493efc213f643c23b1b1c249d40f47e %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.9.2 +Version: 6.9.3 Release: 1%{?dist} Summary: Full-featured email creation and transfer class for PHP @@ -205,6 +205,9 @@ exit $ret %changelog +* Mon Nov 25 2024 Remi Collet <remi@remirepo.net> - 6.9.3-1 +- update to 6.9.3 + * Wed Oct 9 2024 Remi Collet <remi@remirepo.net> - 6.9.2-1 - update to 6.9.2 |