diff options
author | Remi Collet <remi@remirepo.net> | 2025-09-30 15:24:22 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-09-30 15:24:22 +0200 |
commit | 5263983c5c94db5a0aa741af9b9ece4e8a262781 (patch) | |
tree | ed74655ad488841703f160c8ba7ce6cd241db52c /php-phpmailer6.spec | |
parent | b487fbde339394deba7ab2a2f2e8d59986f415e5 (diff) |
Diffstat (limited to 'php-phpmailer6.spec')
-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 a33fa87..a281860 100644 --- a/php-phpmailer6.spec +++ b/php-phpmailer6.spec @@ -7,7 +7,7 @@ # Please preserve changelog entries # # Github -%global gh_commit 9500c37b70ada2b94f691f527ce11febc0c1998b +%global gh_commit d9e3b36b47f04b497a0164c5a20f92acb4593284 %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.11.0 +Version: 6.11.1 Release: 1%{?dist} Summary: Full-featured email creation and transfer class for PHP @@ -204,6 +204,9 @@ exit $ret %changelog +* Tue Sep 30 2025 Remi Collet <remi@remirepo.net> - 6.11.1-1 +- update to 6.11.1 + * Tue Sep 30 2025 Remi Collet <remi@remirepo.net> - 6.11.0-1 - update to 6.11.0 |