diff options
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 |